* [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset
@ 2026-02-26 16:47 Santhosh Reddy Guddati
2026-02-27 0:23 ` ✓ i915.CI.BAT: success for " Patchwork
` (21 more replies)
0 siblings, 22 replies; 31+ messages in thread
From: Santhosh Reddy Guddati @ 2026-02-26 16:47 UTC (permalink / raw)
To: igt-dev
Cc: karthik.b.s, suraj.kandpal, mohammed.thasleem,
Santhosh Reddy Guddati
The loop checks HDCP sink capability too early, this makes test skips
on multi display panels with "Sink has no HDCP support"
on valid connectors.
Fix this by validating output/crtc combo, do modeset and then check for
sink capability.
Fixes: a85208a45759 ("tests/kms: Use igt_crtc_t instead of enum pipe, part 4")
Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
---
tests/kms_content_protection.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
index 2c2ffa150..1f1f45fe6 100644
--- a/tests/kms_content_protection.c
+++ b/tests/kms_content_protection.c
@@ -725,21 +725,22 @@ test_content_protection(enum igt_commit_style commit_style, int content_type)
for_each_connected_output(display, output) {
for_each_crtc(display, crtc) {
- if (!output_hdcp_capable(output, content_type))
+ igt_display_reset(display);
+ igt_output_set_crtc(output, crtc);
+ if (!intel_pipe_output_combo_valid(display))
continue;
+
+ modeset_with_fb(output, commit_style);
+
if (is_output_hdcp_test_exempt(output)) {
igt_info("Skipping HDCP test on %s, as the panel is blocklisted\n",
output->name);
continue;
}
- igt_display_reset(display);
- igt_output_set_crtc(output,
- crtc);
- if (!intel_pipe_output_combo_valid(display))
+ if (!output_hdcp_capable(output, content_type))
continue;
- modeset_with_fb(output, commit_style);
if (data.is_force_hdcp14)
set_i915_force_hdcp14(output);
--
2.34.1
^ permalink raw reply related [flat|nested] 31+ messages in thread
* ✓ i915.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
@ 2026-02-27 0:23 ` Patchwork
2026-02-27 1:02 ` ✓ Xe.CI.BAT: " Patchwork
` (20 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-02-27 0:23 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 7980 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset
URL : https://patchwork.freedesktop.org/series/162239/
State : success
== Summary ==
CI Bug Log - changes from IGT_8774 -> IGTPW_14627
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/index.html
Participating hosts (41 -> 40)
------------------------------
Additional (1): bat-dg2-8
Missing (2): bat-dg2-13 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_14627 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_mmap@basic:
- bat-dg2-8: NOTRUN -> [SKIP][1] ([i915#4083])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@gem_mmap@basic.html
* igt@gem_render_tiled_blits@basic:
- bat-dg2-8: NOTRUN -> [SKIP][2] ([i915#4079])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@gem_render_tiled_blits@basic.html
* igt@gem_tiled_fence_blits@basic:
- bat-dg2-8: NOTRUN -> [SKIP][3] ([i915#4077]) +2 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@gem_tiled_fence_blits@basic.html
* igt@gem_tiled_pread_basic@basic:
- bat-dg2-8: NOTRUN -> [SKIP][4] ([i915#15657])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@gem_tiled_pread_basic@basic.html
* igt@i915_pm_rps@basic-api:
- bat-dg2-8: NOTRUN -> [SKIP][5] ([i915#11681] / [i915#6621])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@i915_pm_rps@basic-api.html
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [PASS][6] -> [DMESG-FAIL][7] ([i915#12061]) +1 other test dmesg-fail
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8774/bat-arls-5/igt@i915_selftest@live@workarounds.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-arls-5/igt@i915_selftest@live@workarounds.html
- bat-dg2-9: NOTRUN -> [DMESG-FAIL][8] ([i915#12061]) +1 other test dmesg-fail
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-9/igt@i915_selftest@live@workarounds.html
- bat-atsm-1: NOTRUN -> [DMESG-FAIL][9] ([i915#12061]) +1 other test dmesg-fail
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-atsm-1/igt@i915_selftest@live@workarounds.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][10] ([i915#5190])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][11] ([i915#4215] / [i915#5190])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- bat-dg2-8: NOTRUN -> [SKIP][12] ([i915#4212]) +7 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][13] ([i915#4103] / [i915#4213]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-dg2-8: NOTRUN -> [SKIP][14]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_pm_backlight@basic-brightness:
- bat-dg2-8: NOTRUN -> [SKIP][15] ([i915#5354])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr@psr-sprite-plane-onoff:
- bat-dg2-8: NOTRUN -> [SKIP][16] ([i915#1072] / [i915#9732]) +3 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-dg2-8: NOTRUN -> [SKIP][17] ([i915#3555])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-dg2-8: NOTRUN -> [SKIP][18] ([i915#3708])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-gtt:
- bat-dg2-8: NOTRUN -> [SKIP][19] ([i915#3708] / [i915#4077]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@basic-write:
- bat-dg2-8: NOTRUN -> [SKIP][20] ([i915#3291] / [i915#3708]) +2 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-8/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@gem_lmem_swapping@basic:
- bat-atsm-1: [ABORT][21] ([i915#15759]) -> [PASS][22] +1 other test pass
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8774/bat-atsm-1/igt@gem_lmem_swapping@basic.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-atsm-1/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@parallel-random-engines:
- bat-dg2-9: [ABORT][23] ([i915#15759]) -> [PASS][24] +1 other test pass
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8774/bat-dg2-9/igt@gem_lmem_swapping@parallel-random-engines.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/bat-dg2-9/igt@gem_lmem_swapping@parallel-random-engines.html
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#15657]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15657
[i915#15759]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15759
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#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#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8774 -> IGTPW_14627
* Linux: CI_DRM_18056 -> CI_DRM_18057
CI-20190529: 20190529
CI_DRM_18056: 340c78371713a8fdd88fbfe77fd0f7165294c31f @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_18057: e42f7566b0d3eba44a6aeeae2c810025c66c44ed @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14627: 129ee52be8973160c16cf7b072a2db921dfda0aa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8774: 8892452285d691f612ecb3b2a6fefc50983af15f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14627/index.html
[-- Attachment #2: Type: text/html, Size: 9602 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
2026-02-27 0:23 ` ✓ i915.CI.BAT: success for " Patchwork
@ 2026-02-27 1:02 ` Patchwork
2026-02-27 7:39 ` ✗ Xe.CI.FULL: failure " Patchwork
` (19 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-02-27 1:02 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 28749 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset
URL : https://patchwork.freedesktop.org/series/162239/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8774_BAT -> XEIGTPW_14627_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 14)
------------------------------
Additional (10): bat-bmg-1 bat-lnl-2 bat-lnl-1 bat-ptl-vm bat-atsm-2 bat-bmg-3 bat-wcl-1 bat-wcl-2 bat-bmg-2 bat-adlp-7
Known issues
------------
Here are the changes found in XEIGTPW_14627_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@fbdev@info:
- bat-atsm-2: NOTRUN -> [SKIP][1] ([Intel XE#2134]) +4 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@fbdev@info.html
* igt@fbdev@nullptr:
- bat-bmg-2: NOTRUN -> [SKIP][2] ([Intel XE#2134]) +4 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-2/igt@fbdev@nullptr.html
- bat-lnl-2: NOTRUN -> [SKIP][3] ([Intel XE#2134]) +4 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@fbdev@nullptr.html
* igt@fbdev@write:
- bat-wcl-2: NOTRUN -> [SKIP][4] ([Intel XE#7241]) +4 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-2/igt@fbdev@write.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-lnl-1: NOTRUN -> [SKIP][5] ([Intel XE#1466])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- bat-wcl-2: NOTRUN -> [SKIP][6] ([Intel XE#7245])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- bat-bmg-2: NOTRUN -> [SKIP][7] ([Intel XE#2233])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- bat-bmg-1: NOTRUN -> [SKIP][8] ([Intel XE#2233])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- bat-lnl-2: NOTRUN -> [SKIP][9] ([Intel XE#1466] / [Intel XE#2235])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- bat-wcl-1: NOTRUN -> [SKIP][10] ([Intel XE#7245])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@invalid-set-prop-any:
- bat-atsm-2: NOTRUN -> [SKIP][11] ([i915#6077]) +30 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@kms_addfb_basic@invalid-set-prop-any.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-atomic:
- bat-atsm-2: NOTRUN -> [SKIP][12] ([Intel XE#1024] / [Intel XE#782] / [Intel XE#947]) +5 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-legacy:
- bat-bmg-2: NOTRUN -> [SKIP][13] ([Intel XE#2489] / [Intel XE#3419]) +13 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-2/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-lnl-1: NOTRUN -> [SKIP][14] ([Intel XE#2244])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-1/igt@kms_dsc@dsc-basic.html
- bat-adlp-7: NOTRUN -> [SKIP][15] ([Intel XE#2244] / [Intel XE#455])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-adlp-7/igt@kms_dsc@dsc-basic.html
- bat-bmg-1: NOTRUN -> [SKIP][16] ([Intel XE#2244])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-1/igt@kms_dsc@dsc-basic.html
- bat-atsm-2: NOTRUN -> [SKIP][17] ([Intel XE#1024] / [Intel XE#784] / [Intel XE#947])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@kms_dsc@dsc-basic.html
- bat-wcl-1: NOTRUN -> [SKIP][18] ([Intel XE#7244])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-1/igt@kms_dsc@dsc-basic.html
* igt@kms_flip@basic-flip-vs-dpms:
- bat-adlp-7: NOTRUN -> [DMESG-WARN][19] ([Intel XE#7483]) +12 other tests dmesg-warn
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-adlp-7/igt@kms_flip@basic-flip-vs-dpms.html
- bat-lnl-2: NOTRUN -> [SKIP][20] ([Intel XE#2235] / [Intel XE#2482]) +3 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@kms_flip@basic-flip-vs-dpms.html
* igt@kms_flip@basic-flip-vs-modeset:
- bat-wcl-2: NOTRUN -> [SKIP][21] ([Intel XE#7240]) +3 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-2/igt@kms_flip@basic-flip-vs-modeset.html
- bat-bmg-2: NOTRUN -> [SKIP][22] ([Intel XE#2482]) +3 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-2/igt@kms_flip@basic-flip-vs-modeset.html
* igt@kms_force_connector_basic@force-connector-state:
- bat-lnl-1: NOTRUN -> [SKIP][23] ([Intel XE#352]) +2 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-1/igt@kms_force_connector_basic@force-connector-state.html
- bat-lnl-2: NOTRUN -> [SKIP][24] ([Intel XE#2235] / [Intel XE#352]) +2 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@kms_force_connector_basic@force-connector-state.html
* igt@kms_frontbuffer_tracking@basic:
- bat-wcl-2: NOTRUN -> [SKIP][25] ([Intel XE#7246])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-2/igt@kms_frontbuffer_tracking@basic.html
- bat-bmg-2: NOTRUN -> [SKIP][26] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-2/igt@kms_frontbuffer_tracking@basic.html
- bat-lnl-2: NOTRUN -> [SKIP][27] ([Intel XE#2235] / [Intel XE#2548])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@kms_frontbuffer_tracking@basic.html
- bat-atsm-2: NOTRUN -> [SKIP][28] ([Intel XE#1024] / [Intel XE#783] / [Intel XE#947])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_hdmi_inject@inject-audio:
- bat-atsm-2: NOTRUN -> [SKIP][29] ([Intel XE#540]) +3 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@kms_hdmi_inject@inject-audio.html
- bat-lnl-1: NOTRUN -> [SKIP][30] ([Intel XE#1470] / [Intel XE#2853])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-1/igt@kms_hdmi_inject@inject-audio.html
- bat-lnl-2: NOTRUN -> [SKIP][31] ([Intel XE#1470] / [Intel XE#2235] / [Intel XE#2853])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24:
- bat-lnl-2: NOTRUN -> [SKIP][32] ([Intel XE#2235]) +13 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24.html
* igt@kms_pipe_crc_basic@hang-read-crc:
- bat-wcl-2: NOTRUN -> [SKIP][33] ([Intel XE#7237]) +13 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-2/igt@kms_pipe_crc_basic@hang-read-crc.html
* igt@kms_pipe_crc_basic@nonblocking-crc:
- bat-atsm-2: NOTRUN -> [SKIP][34] ([Intel XE#829] / [i915#1836]) +6 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@kms_pipe_crc_basic@nonblocking-crc.html
* igt@kms_prop_blob@basic:
- bat-atsm-2: NOTRUN -> [SKIP][35] ([Intel XE#780])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@kms_prop_blob@basic.html
* igt@kms_psr@psr-cursor-plane-move:
- bat-lnl-2: NOTRUN -> [SKIP][36] ([Intel XE#2850] / [Intel XE#929]) +2 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@kms_psr@psr-cursor-plane-move.html
* igt@kms_psr@psr-primary-page-flip:
- bat-atsm-2: NOTRUN -> [SKIP][37] ([Intel XE#1024] / [Intel XE#947]) +6 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@kms_psr@psr-primary-page-flip.html
* igt@kms_psr@psr-sprite-plane-onoff:
- bat-wcl-2: NOTRUN -> [SKIP][38] ([Intel XE#2850]) +2 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-2/igt@kms_psr@psr-sprite-plane-onoff.html
- bat-bmg-2: NOTRUN -> [SKIP][39] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-2/igt@kms_psr@psr-sprite-plane-onoff.html
- bat-bmg-1: NOTRUN -> [SKIP][40] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-1/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- bat-lnl-1: NOTRUN -> [SKIP][41] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-1/igt@sriov_basic@enable-vfs-autoprobe-off.html
- bat-lnl-2: NOTRUN -> [SKIP][42] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@xe_evict@evict-beng-small:
- bat-adlp-7: NOTRUN -> [SKIP][43] ([Intel XE#261] / [Intel XE#5564] / [Intel XE#688]) +9 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-adlp-7/igt@xe_evict@evict-beng-small.html
- bat-lnl-2: NOTRUN -> [SKIP][44] ([Intel XE#6540] / [Intel XE#688]) +11 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@xe_evict@evict-beng-small.html
* igt@xe_evict@evict-beng-small-cm:
- bat-ptl-vm: NOTRUN -> [SKIP][45] ([Intel XE#5764]) +10 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-ptl-vm/igt@xe_evict@evict-beng-small-cm.html
- bat-lnl-1: NOTRUN -> [SKIP][46] ([Intel XE#6540] / [Intel XE#688]) +11 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-1/igt@xe_evict@evict-beng-small-cm.html
* igt@xe_evict@evict-small-external-cm:
- bat-wcl-1: NOTRUN -> [SKIP][47] ([Intel XE#7238]) +11 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-1/igt@xe_evict@evict-small-external-cm.html
* igt@xe_evict@evict-small-multi-vm:
- bat-wcl-2: NOTRUN -> [SKIP][48] ([Intel XE#7238]) +11 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-2/igt@xe_evict@evict-small-multi-vm.html
* igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd:
- bat-adlp-7: NOTRUN -> [SKIP][49] ([Intel XE#5563] / [Intel XE#688]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-adlp-7/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd.html
* igt@xe_exec_balancer@no-exec-parallel-basic:
- bat-lnl-1: NOTRUN -> [SKIP][50] ([Intel XE#7482]) +17 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-1/igt@xe_exec_balancer@no-exec-parallel-basic.html
* igt@xe_exec_balancer@no-exec-virtual-basic:
- bat-lnl-2: NOTRUN -> [SKIP][51] ([Intel XE#7482]) +17 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@xe_exec_balancer@no-exec-virtual-basic.html
* igt@xe_exec_balancer@twice-cm-virtual-userptr:
- bat-wcl-2: NOTRUN -> [SKIP][52] ([Intel XE#7482]) +17 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-2/igt@xe_exec_balancer@twice-cm-virtual-userptr.html
* igt@xe_exec_balancer@twice-parallel-basic:
- bat-ptl-vm: NOTRUN -> [SKIP][53] ([Intel XE#7482]) +17 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-ptl-vm/igt@xe_exec_balancer@twice-parallel-basic.html
* igt@xe_exec_balancer@twice-virtual-rebind:
- bat-wcl-1: NOTRUN -> [SKIP][54] ([Intel XE#7482]) +17 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-1/igt@xe_exec_balancer@twice-virtual-rebind.html
* igt@xe_exec_balancer@twice-virtual-userptr-invalidate:
- bat-adlp-7: NOTRUN -> [SKIP][55] ([Intel XE#7482]) +17 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-adlp-7/igt@xe_exec_balancer@twice-virtual-userptr-invalidate.html
* igt@xe_exec_fault_mode@twice-userptr-invalidate-imm:
- bat-atsm-2: NOTRUN -> [SKIP][56] ([Intel XE#288]) +32 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@xe_exec_fault_mode@twice-userptr-invalidate-imm.html
* igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch:
- bat-adlp-7: NOTRUN -> [SKIP][57] ([Intel XE#288] / [Intel XE#5561]) +32 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-adlp-7/igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch.html
* igt@xe_huc_copy@huc_copy:
- bat-atsm-2: NOTRUN -> [SKIP][58] ([Intel XE#255])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@xe_huc_copy@huc_copy.html
* igt@xe_live_ktest@xe_bo:
- bat-lnl-1: NOTRUN -> [SKIP][59] ([Intel XE#2229]) +2 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-1/igt@xe_live_ktest@xe_bo.html
* igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
- bat-wcl-2: NOTRUN -> [SKIP][60] ([Intel XE#7239]) +2 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
- bat-adlp-7: NOTRUN -> [SKIP][61] ([Intel XE#2229] / [Intel XE#455]) +2 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
- bat-lnl-2: NOTRUN -> [SKIP][62] ([Intel XE#2229]) +2 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- bat-bmg-2: NOTRUN -> [SKIP][63] ([Intel XE#2229])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
- bat-bmg-1: NOTRUN -> [SKIP][64] ([Intel XE#2229])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-1/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- bat-atsm-2: NOTRUN -> [SKIP][65] ([Intel XE#2229])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
- bat-wcl-1: NOTRUN -> [SKIP][66] ([Intel XE#7239]) +2 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-1/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
- bat-ptl-vm: NOTRUN -> [SKIP][67] ([Intel XE#5775])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-ptl-vm/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
- bat-adlp-7: NOTRUN -> [SKIP][68] ([Intel XE#2229] / [Intel XE#5488])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-adlp-7/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_mmap@vram:
- bat-ptl-vm: NOTRUN -> [SKIP][69] ([Intel XE#5776])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-ptl-vm/igt@xe_mmap@vram.html
- bat-lnl-1: NOTRUN -> [SKIP][70] ([Intel XE#1416])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-1/igt@xe_mmap@vram.html
- bat-wcl-2: NOTRUN -> [SKIP][71] ([Intel XE#7243])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-2/igt@xe_mmap@vram.html
- bat-adlp-7: NOTRUN -> [SKIP][72] ([Intel XE#1008] / [Intel XE#5591])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-adlp-7/igt@xe_mmap@vram.html
- bat-lnl-2: NOTRUN -> [SKIP][73] ([Intel XE#1416])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@xe_mmap@vram.html
- bat-wcl-1: NOTRUN -> [SKIP][74] ([Intel XE#7243])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-1/igt@xe_mmap@vram.html
* igt@xe_pat@pat-index-xe2:
- bat-atsm-2: NOTRUN -> [SKIP][75] ([Intel XE#977])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@xe_pat@pat-index-xe2.html
- bat-adlp-7: NOTRUN -> [SKIP][76] ([Intel XE#977])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-adlp-7/igt@xe_pat@pat-index-xe2.html
* igt@xe_pat@pat-index-xehpc:
- bat-ptl-vm: NOTRUN -> [SKIP][77] ([Intel XE#5777])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-ptl-vm/igt@xe_pat@pat-index-xehpc.html
- bat-lnl-1: NOTRUN -> [SKIP][78] ([Intel XE#1420] / [Intel XE#2838])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-1/igt@xe_pat@pat-index-xehpc.html
- bat-wcl-2: NOTRUN -> [SKIP][79] ([Intel XE#7247])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-2/igt@xe_pat@pat-index-xehpc.html
- bat-bmg-2: NOTRUN -> [SKIP][80] ([Intel XE#1420])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-2/igt@xe_pat@pat-index-xehpc.html
- bat-bmg-1: NOTRUN -> [SKIP][81] ([Intel XE#1420])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-1/igt@xe_pat@pat-index-xehpc.html
- bat-adlp-7: NOTRUN -> [SKIP][82] ([Intel XE#2838] / [Intel XE#979])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-adlp-7/igt@xe_pat@pat-index-xehpc.html
- bat-lnl-2: NOTRUN -> [SKIP][83] ([Intel XE#1420] / [Intel XE#2838])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@xe_pat@pat-index-xehpc.html
- bat-wcl-1: NOTRUN -> [SKIP][84] ([Intel XE#7247])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-1/igt@xe_pat@pat-index-xehpc.html
- bat-atsm-2: NOTRUN -> [SKIP][85] ([Intel XE#2838] / [Intel XE#979])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelp:
- bat-bmg-2: NOTRUN -> [SKIP][86] ([Intel XE#2245])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-2/igt@xe_pat@pat-index-xelp.html
- bat-bmg-1: NOTRUN -> [SKIP][87] ([Intel XE#2245])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-1/igt@xe_pat@pat-index-xelp.html
- bat-lnl-2: NOTRUN -> [SKIP][88] ([Intel XE#977])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@xe_pat@pat-index-xelp.html
- bat-wcl-1: NOTRUN -> [SKIP][89] ([Intel XE#7242])
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-1/igt@xe_pat@pat-index-xelp.html
- bat-ptl-vm: NOTRUN -> [SKIP][90] ([Intel XE#5771])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-ptl-vm/igt@xe_pat@pat-index-xelp.html
- bat-wcl-2: NOTRUN -> [SKIP][91] ([Intel XE#7242])
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-2/igt@xe_pat@pat-index-xelp.html
- bat-lnl-1: NOTRUN -> [SKIP][92] ([Intel XE#977])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-1/igt@xe_pat@pat-index-xelp.html
* igt@xe_pat@pat-index-xelpg:
- bat-ptl-vm: NOTRUN -> [SKIP][93] ([Intel XE#5780])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-ptl-vm/igt@xe_pat@pat-index-xelpg.html
- bat-lnl-1: NOTRUN -> [SKIP][94] ([Intel XE#979])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-1/igt@xe_pat@pat-index-xelpg.html
- bat-wcl-2: NOTRUN -> [SKIP][95] ([Intel XE#7248])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-2/igt@xe_pat@pat-index-xelpg.html
- bat-bmg-2: NOTRUN -> [SKIP][96] ([Intel XE#2236])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-2/igt@xe_pat@pat-index-xelpg.html
- bat-bmg-1: NOTRUN -> [SKIP][97] ([Intel XE#2236])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-1/igt@xe_pat@pat-index-xelpg.html
- bat-adlp-7: NOTRUN -> [SKIP][98] ([Intel XE#979])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-adlp-7/igt@xe_pat@pat-index-xelpg.html
- bat-lnl-2: NOTRUN -> [SKIP][99] ([Intel XE#2236] / [Intel XE#979])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@xe_pat@pat-index-xelpg.html
- bat-wcl-1: NOTRUN -> [SKIP][100] ([Intel XE#7248])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-wcl-1/igt@xe_pat@pat-index-xelpg.html
- bat-atsm-2: NOTRUN -> [SKIP][101] ([Intel XE#979])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-atsm-2/igt@xe_pat@pat-index-xelpg.html
* igt@xe_peer2peer@read@read-gpua-vram01-gpub-vram01-p2p:
- bat-bmg-3: NOTRUN -> [SKIP][102] ([Intel XE#6566]) +3 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-bmg-3/igt@xe_peer2peer@read@read-gpua-vram01-gpub-vram01-p2p.html
* igt@xe_sriov_flr@flr-vf1-clear:
- bat-lnl-2: NOTRUN -> [SKIP][103] ([Intel XE#3342])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-2/igt@xe_sriov_flr@flr-vf1-clear.html
- bat-lnl-1: NOTRUN -> [SKIP][104] ([Intel XE#3342])
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/bat-lnl-1/igt@xe_sriov_flr@flr-vf1-clear.html
[Intel XE#1008]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1008
[Intel XE#1024]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1024
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2235]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2235
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245
[Intel XE#2434]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2434
[Intel XE#2482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2482
[Intel XE#2489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2489
[Intel XE#2548]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2548
[Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
[Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261
[Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
[Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
[Intel XE#3419]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3419
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/540
[Intel XE#5488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5488
[Intel XE#5561]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5561
[Intel XE#5563]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5563
[Intel XE#5564]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5564
[Intel XE#5591]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5591
[Intel XE#5764]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5764
[Intel XE#5771]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5771
[Intel XE#5775]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5775
[Intel XE#5776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5776
[Intel XE#5777]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5777
[Intel XE#5780]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5780
[Intel XE#6314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6314
[Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
[Intel XE#6566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6566
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#7237]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7237
[Intel XE#7238]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7238
[Intel XE#7239]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7239
[Intel XE#7240]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7240
[Intel XE#7241]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7241
[Intel XE#7242]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7242
[Intel XE#7243]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7243
[Intel XE#7244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7244
[Intel XE#7245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7245
[Intel XE#7246]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7246
[Intel XE#7247]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7247
[Intel XE#7248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7248
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[Intel XE#7483]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7483
[Intel XE#780]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/780
[Intel XE#782]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/782
[Intel XE#783]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/783
[Intel XE#784]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/784
[Intel XE#829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/829
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#947]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/947
[Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#1836]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1836
[i915#6077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6077
Build changes
-------------
* IGT: IGT_8774 -> IGTPW_14627
* Linux: xe-4626-340c78371713a8fdd88fbfe77fd0f7165294c31f -> xe-4627-e42f7566b0d3eba44a6aeeae2c810025c66c44ed
IGTPW_14627: 129ee52be8973160c16cf7b072a2db921dfda0aa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8774: 8892452285d691f612ecb3b2a6fefc50983af15f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4626-340c78371713a8fdd88fbfe77fd0f7165294c31f: 340c78371713a8fdd88fbfe77fd0f7165294c31f
xe-4627-e42f7566b0d3eba44a6aeeae2c810025c66c44ed: e42f7566b0d3eba44a6aeeae2c810025c66c44ed
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/index.html
[-- Attachment #2: Type: text/html, Size: 35350 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✗ Xe.CI.FULL: failure for tests/kms_content_protection: check sink capability after modeset
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
2026-02-27 0:23 ` ✓ i915.CI.BAT: success for " Patchwork
2026-02-27 1:02 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-02-27 7:39 ` Patchwork
2026-03-02 2:54 ` [PATCH i-g-t v1] " Kandpal, Suraj
` (18 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-02-27 7:39 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 55292 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset
URL : https://patchwork.freedesktop.org/series/162239/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8774_FULL -> XEIGTPW_14627_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_14627_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_14627_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_14627_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@basic-flip-vs-dpms@b-dp2:
- shard-bmg: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-6/igt@kms_flip@basic-flip-vs-dpms@b-dp2.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-4/igt@kms_flip@basic-flip-vs-dpms@b-dp2.html
* igt@xe_compute_preempt@compute-preempt-many-all-ram@engine-drm_xe_engine_class_compute:
- shard-bmg: [PASS][3] -> [ABORT][4] +1 other test abort
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_compute_preempt@compute-preempt-many-all-ram@engine-drm_xe_engine_class_compute.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@xe_compute_preempt@compute-preempt-many-all-ram@engine-drm_xe_engine_class_compute.html
Known issues
------------
Here are the changes found in XEIGTPW_14627_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_async_flips@async-flip-with-page-flip-events-linear:
- shard-lnl: [PASS][5] -> [FAIL][6] ([Intel XE#5993]) +3 other tests fail
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#2370])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-9/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@linear-32bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2327]) +5 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@kms_big_fb@linear-32bpp-rotate-270.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#1407]) +2 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-7/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#1124]) +6 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-7/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][11] ([Intel XE#1124]) +4 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#2328])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-3/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#2191])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-6/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-3-displays-2560x1440p:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#367])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-8/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs:
- shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#2887]) +2 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#3432])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-1/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#3432]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#2887]) +8 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2724])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_cdclk@mode-transition-all-outputs.html
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#4418])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-4/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_chamelium_audio@dp-audio:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#373]) +4 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-3/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#2252]) +2 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-3/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#2325]) +2 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#306]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-2/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_color_pipeline@plane-lut1d@pipe-b-plane-1:
- shard-lnl: NOTRUN -> [FAIL][25] ([Intel XE#7305]) +9 other tests fail
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-7/igt@kms_color_pipeline@plane-lut1d@pipe-b-plane-1.html
* igt@kms_content_protection@legacy:
- shard-bmg: NOTRUN -> [FAIL][26] ([Intel XE#1178] / [Intel XE#3304]) +2 other tests fail
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-9/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@srm@pipe-a-dp-1:
- shard-bmg: NOTRUN -> [FAIL][27] ([Intel XE#3304])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-5/igt@kms_content_protection@srm@pipe-a-dp-1.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#1424]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-2/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-sliding-256x85:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#2320]) +4 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-7/igt@kms_cursor_crc@cursor-sliding-256x85.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#2286])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#323]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#4210])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#2244])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-1/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#2244])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_feature_discovery@display-4x:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#1138])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-5/igt@kms_feature_discovery@display-4x.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#1421]) +2 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-8/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a3:
- shard-bmg: [PASS][37] -> [INCOMPLETE][38] ([Intel XE#2049] / [Intel XE#2597])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-5/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a3.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-6/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a3.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#7178])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#7178]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#6312] / [Intel XE#651]) +2 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#7061]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#4141]) +11 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#2311]) +17 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-render:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#7061]) +3 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-render.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#2350])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-3/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#2313]) +17 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#656]) +13 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#6901])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-1/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#6901])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#7283]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-7/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#7283])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-1/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
* igt@kms_plane_lowres@tiling-4@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][53] ([Intel XE#599]) +4 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-2/igt@kms_plane_lowres@tiling-4@pipe-b-edp-1.html
* igt@kms_plane_lowres@tiling-y:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2393])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@kms_plane_lowres@tiling-y.html
* igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#2893]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-8/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-cursor-plane-update-sf:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#1489]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-8/igt@kms_psr2_sf@psr2-cursor-plane-update-sf.html
* igt@kms_psr@fbc-psr2-sprite-blt@edp-1:
- shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#1406] / [Intel XE#4609])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-3/igt@kms_psr@fbc-psr2-sprite-blt@edp-1.html
* igt@kms_psr@pr-cursor-plane-onoff:
- shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#1406]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-7/igt@kms_psr@pr-cursor-plane-onoff.html
* igt@kms_psr@psr-suspend:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#2234] / [Intel XE#2850]) +7 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@kms_psr@psr-suspend.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2330])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#3414] / [Intel XE#3904])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-8/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#2426])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-9/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@flip-suspend:
- shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#1499])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-6/igt@kms_vrr@flip-suspend.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-bmg: [PASS][64] -> [FAIL][65] ([Intel XE#5937])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-4/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-3/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
* igt@xe_eudebug@basic-vm-bind-metadata-discovery:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#4837]) +4 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-9/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html
* igt@xe_eudebug_online@breakpoint-many-sessions-single-tile:
- shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#4837] / [Intel XE#6665]) +3 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_eudebug_online@breakpoint-many-sessions-single-tile.html
* igt@xe_eudebug_online@resume-dss:
- shard-lnl: NOTRUN -> [SKIP][68] ([Intel XE#4837] / [Intel XE#6665]) +2 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-8/igt@xe_eudebug_online@resume-dss.html
* igt@xe_evict@evict-beng-mixed-threads-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][69] ([Intel XE#6540] / [Intel XE#688]) +1 other test skip
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-7/igt@xe_evict@evict-beng-mixed-threads-large-multi-vm.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [PASS][70] -> [INCOMPLETE][71] ([Intel XE#6321])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-6/igt@xe_evict@evict-mixed-many-threads-small.html
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-mixed-threads-small-multi-queue:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#7140])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-8/igt@xe_evict@evict-mixed-threads-small-multi-queue.html
* igt@xe_exec_balancer@once-cm-parallel-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#7482]) +6 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-8/igt@xe_exec_balancer@once-cm-parallel-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#1392]) +1 other test skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race:
- shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#2322]) +5 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-9/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate-race:
- shard-bmg: [PASS][76] -> [DMESG-FAIL][77] ([Intel XE#5545])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-1/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate-race.html
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@many-multi-queue-userptr-invalidate-imm:
- shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#7136]) +10 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-3/igt@xe_exec_fault_mode@many-multi-queue-userptr-invalidate-imm.html
* igt@xe_exec_fault_mode@once-multi-queue-userptr-rebind:
- shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#7136]) +5 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-3/igt@xe_exec_fault_mode@once-multi-queue-userptr-rebind.html
* igt@xe_exec_multi_queue@max-queues-basic:
- shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#6874]) +20 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-4/igt@xe_exec_multi_queue@max-queues-basic.html
* igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-basic-smem:
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#6874]) +8 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-7/igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-basic-smem.html
* igt@xe_exec_sip_eudebug@breakpoint-writesip:
- shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#4837]) +5 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-5/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-comp-multi-vma:
- shard-lnl: NOTRUN -> [SKIP][83] ([Intel XE#6196])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-7/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-comp-multi-vma.html
* igt@xe_exec_system_allocator@threads-many-large-new:
- shard-bmg: [PASS][84] -> [SKIP][85] ([Intel XE#6703]) +75 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-6/igt@xe_exec_system_allocator@threads-many-large-new.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_exec_system_allocator@threads-many-large-new.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-remap:
- shard-bmg: [PASS][86] -> [SKIP][87] ([Intel XE#6557] / [Intel XE#6703])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-7/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-remap.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-remap.html
* igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr-invalidate-race:
- shard-bmg: NOTRUN -> [SKIP][88] ([Intel XE#7138]) +2 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr-invalidate-race.html
* igt@xe_exec_threads@threads-multi-queue-userptr-invalidate:
- shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#7138]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-3/igt@xe_exec_threads@threads-multi-queue-userptr-invalidate.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- shard-lnl: NOTRUN -> [SKIP][90] ([Intel XE#2229])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-5/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_multigpu_svm@mgpu-atomic-op-basic:
- shard-bmg: NOTRUN -> [SKIP][91] ([Intel XE#6964]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-9/igt@xe_multigpu_svm@mgpu-atomic-op-basic.html
* igt@xe_pat@pat-index-xelpg:
- shard-bmg: NOTRUN -> [SKIP][92] ([Intel XE#2236])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-5/igt@xe_pat@pat-index-xelpg.html
* igt@xe_pm@d3cold-mocs:
- shard-bmg: NOTRUN -> [SKIP][93] ([Intel XE#2284])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-9/igt@xe_pm@d3cold-mocs.html
* igt@xe_pm@d3hot-mmap-vram:
- shard-lnl: NOTRUN -> [SKIP][94] ([Intel XE#1948])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-2/igt@xe_pm@d3hot-mmap-vram.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#2284] / [Intel XE#366])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-3/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_query@multigpu-query-topology-l3-bank-mask:
- shard-lnl: NOTRUN -> [SKIP][96] ([Intel XE#944]) +1 other test skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-7/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
- shard-bmg: NOTRUN -> [SKIP][97] ([Intel XE#944])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-8/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
* igt@xe_sriov_flr@flr-twice:
- shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#4273])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-5/igt@xe_sriov_flr@flr-twice.html
* igt@xe_sriov_scheduling@nonpreempt-engine-resets:
- shard-lnl: NOTRUN -> [SKIP][99] ([Intel XE#4351])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-2/igt@xe_sriov_scheduling@nonpreempt-engine-resets.html
- shard-bmg: NOTRUN -> [FAIL][100] ([Intel XE#5937]) +1 other test fail
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-3/igt@xe_sriov_scheduling@nonpreempt-engine-resets.html
* igt@xe_vm@shared-pte-page:
- shard-bmg: NOTRUN -> [SKIP][101] ([Intel XE#6703]) +11 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_vm@shared-pte-page.html
#### Possible fixes ####
* igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1:
- shard-lnl: [FAIL][102] ([Intel XE#6054]) -> [PASS][103] +3 other tests pass
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-2/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: [FAIL][104] -> [PASS][105]
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@flip-vs-cursor-varying-size:
- shard-bmg: [DMESG-FAIL][106] ([Intel XE#1727]) -> [PASS][107]
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-7/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-lnl: [FAIL][108] ([Intel XE#301]) -> [PASS][109] +1 other test pass
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [FAIL][110] ([Intel XE#7340]) -> [PASS][111]
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-lnl-5/igt@kms_pm_dc@dc5-dpms.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-lnl-6/igt@kms_pm_dc@dc5-dpms.html
* igt@xe_exec_reset@long-spin-reuse-many-preempt-threads:
- shard-bmg: [SKIP][112] ([Intel XE#6703]) -> [PASS][113] +12 other tests pass
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_exec_reset@long-spin-reuse-many-preempt-threads.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-9/igt@xe_exec_reset@long-spin-reuse-many-preempt-threads.html
* igt@xe_exec_system_allocator@many-64k-malloc-mlock:
- shard-bmg: [DMESG-FAIL][114] -> [PASS][115]
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_exec_system_allocator@many-64k-malloc-mlock.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-3/igt@xe_exec_system_allocator@many-64k-malloc-mlock.html
* igt@xe_exec_system_allocator@once-large-malloc:
- shard-bmg: [ABORT][116] ([Intel XE#5545] / [Intel XE#6652]) -> [PASS][117]
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_exec_system_allocator@once-large-malloc.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-7/igt@xe_exec_system_allocator@once-large-malloc.html
* igt@xe_exec_system_allocator@threads-many-stride-malloc-multi-fault:
- shard-bmg: [DMESG-WARN][118] ([Intel XE#5213] / [Intel XE#6652]) -> [PASS][119]
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_exec_system_allocator@threads-many-stride-malloc-multi-fault.html
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-8/igt@xe_exec_system_allocator@threads-many-stride-malloc-multi-fault.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-mmap-shared:
- shard-bmg: [DMESG-FAIL][120] ([Intel XE#6652]) -> [PASS][121]
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_exec_system_allocator@threads-shared-vm-many-mmap-shared.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-8/igt@xe_exec_system_allocator@threads-shared-vm-many-mmap-shared.html
* igt@xe_module_load@load:
- shard-bmg: ([PASS][122], [PASS][123], [PASS][124], [SKIP][125], [PASS][126], [PASS][127], [PASS][128], [PASS][129], [PASS][130], [PASS][131], [PASS][132], [PASS][133], [PASS][134], [PASS][135], [PASS][136], [PASS][137], [PASS][138], [PASS][139], [PASS][140], [PASS][141], [PASS][142], [PASS][143], [PASS][144], [PASS][145], [PASS][146], [PASS][147]) ([Intel XE#2457]) -> ([PASS][148], [PASS][149], [PASS][150], [PASS][151], [PASS][152], [PASS][153], [PASS][154], [PASS][155], [PASS][156], [PASS][157], [PASS][158], [PASS][159], [PASS][160], [PASS][161], [PASS][162], [PASS][163], [PASS][164], [PASS][165], [PASS][166], [PASS][167], [PASS][168], [PASS][169], [PASS][170], [PASS][171], [PASS][172])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-6/igt@xe_module_load@load.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-5/igt@xe_module_load@load.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-9/igt@xe_module_load@load.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-7/igt@xe_module_load@load.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-9/igt@xe_module_load@load.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-9/igt@xe_module_load@load.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-7/igt@xe_module_load@load.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-3/igt@xe_module_load@load.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-3/igt@xe_module_load@load.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-5/igt@xe_module_load@load.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-1/igt@xe_module_load@load.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-1/igt@xe_module_load@load.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-3/igt@xe_module_load@load.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-6/igt@xe_module_load@load.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_module_load@load.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-1/igt@xe_module_load@load.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_module_load@load.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-7/igt@xe_module_load@load.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-8/igt@xe_module_load@load.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-8/igt@xe_module_load@load.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-4/igt@xe_module_load@load.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-4/igt@xe_module_load@load.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-4/igt@xe_module_load@load.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_module_load@load.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-8/igt@xe_module_load@load.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-6/igt@xe_module_load@load.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-6/igt@xe_module_load@load.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-5/igt@xe_module_load@load.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-9/igt@xe_module_load@load.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@xe_module_load@load.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_module_load@load.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_module_load@load.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@xe_module_load@load.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@xe_module_load@load.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-3/igt@xe_module_load@load.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-7/igt@xe_module_load@load.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-8/igt@xe_module_load@load.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-8/igt@xe_module_load@load.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-3/igt@xe_module_load@load.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-3/igt@xe_module_load@load.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_module_load@load.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-7/igt@xe_module_load@load.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-6/igt@xe_module_load@load.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-8/igt@xe_module_load@load.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-4/igt@xe_module_load@load.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-4/igt@xe_module_load@load.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-5/igt@xe_module_load@load.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-5/igt@xe_module_load@load.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-6/igt@xe_module_load@load.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-9/igt@xe_module_load@load.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-9/igt@xe_module_load@load.html
* igt@xe_pm_residency@aspm_link_residency:
- shard-bmg: [SKIP][173] ([Intel XE#7258]) -> [PASS][174]
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-6/igt@xe_pm_residency@aspm_link_residency.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-7/igt@xe_pm_residency@aspm_link_residency.html
* igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs:
- shard-bmg: [FAIL][175] ([Intel XE#5937]) -> [PASS][176] +1 other test pass
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-9/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs.html
#### Warnings ####
* igt@kms_big_fb@y-tiled-16bpp-rotate-90:
- shard-bmg: [SKIP][177] ([Intel XE#1124]) -> [SKIP][178] ([Intel XE#6703])
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-7/igt@kms_big_fb@y-tiled-16bpp-rotate-90.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_big_fb@y-tiled-16bpp-rotate-90.html
* igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p:
- shard-bmg: [SKIP][179] ([Intel XE#2314] / [Intel XE#2894]) -> [SKIP][180] ([Intel XE#6703])
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-1/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs:
- shard-bmg: [SKIP][181] ([Intel XE#2887]) -> [SKIP][182] ([Intel XE#6703]) +1 other test skip
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
- shard-bmg: [SKIP][183] ([Intel XE#3432]) -> [SKIP][184] ([Intel XE#6703])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
- shard-bmg: [SKIP][185] ([Intel XE#2252]) -> [SKIP][186] ([Intel XE#6703]) +1 other test skip
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-3/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-bmg: [SKIP][187] ([Intel XE#2320]) -> [SKIP][188] ([Intel XE#6703])
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-4/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-bmg: [SKIP][189] ([Intel XE#2286]) -> [SKIP][190] ([Intel XE#6703])
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-move:
- shard-bmg: [SKIP][191] ([Intel XE#2311]) -> [SKIP][192] ([Intel XE#6703]) +1 other test skip
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-move.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt:
- shard-bmg: [SKIP][193] ([Intel XE#4141]) -> [SKIP][194] ([Intel XE#6703])
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
- shard-bmg: [SKIP][195] ([Intel XE#2313]) -> [SKIP][196] ([Intel XE#6703]) +3 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier-source-clamping:
- shard-bmg: [SKIP][197] ([Intel XE#7283]) -> [SKIP][198] ([Intel XE#6703])
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-9/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier-source-clamping.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane_lowres@tiling-yf:
- shard-bmg: [SKIP][199] ([Intel XE#6703]) -> [SKIP][200] ([Intel XE#2393])
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@kms_plane_lowres@tiling-yf.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-8/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-bmg: [SKIP][201] ([Intel XE#2391]) -> [SKIP][202] ([Intel XE#6703])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-9/igt@kms_pm_dc@dc3co-vpb-simulation.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_psr2_sf@pr-cursor-plane-update-sf:
- shard-bmg: [SKIP][203] ([Intel XE#1489]) -> [SKIP][204] ([Intel XE#6703]) +1 other test skip
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-6/igt@kms_psr2_sf@pr-cursor-plane-update-sf.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_psr2_sf@pr-cursor-plane-update-sf.html
* igt@kms_psr@psr2-primary-render:
- shard-bmg: [SKIP][205] ([Intel XE#2234]) -> [SKIP][206] ([Intel XE#6703])
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-5/igt@kms_psr@psr2-primary-render.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_psr@psr2-primary-render.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-bmg: [SKIP][207] ([Intel XE#3414] / [Intel XE#3904]) -> [SKIP][208] ([Intel XE#6703])
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [FAIL][209] ([Intel XE#1729]) -> [SKIP][210] ([Intel XE#2426])
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
* igt@xe_eudebug@discovery-race-vmbind:
- shard-bmg: [SKIP][211] ([Intel XE#4837]) -> [SKIP][212] ([Intel XE#6703])
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-7/igt@xe_eudebug@discovery-race-vmbind.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_eudebug@discovery-race-vmbind.html
* igt@xe_eudebug_online@writes-caching-sram-bb-sram-target-sram:
- shard-bmg: [SKIP][213] ([Intel XE#4837] / [Intel XE#6665]) -> [SKIP][214] ([Intel XE#6703])
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-8/igt@xe_eudebug_online@writes-caching-sram-bb-sram-target-sram.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_eudebug_online@writes-caching-sram-bb-sram-target-sram.html
* igt@xe_evict@evict-small-multi-queue-cm:
- shard-bmg: [SKIP][215] ([Intel XE#6703]) -> [SKIP][216] ([Intel XE#7140])
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_evict@evict-small-multi-queue-cm.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-7/igt@xe_evict@evict-small-multi-queue-cm.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic:
- shard-bmg: [SKIP][217] ([Intel XE#2322]) -> [SKIP][218] ([Intel XE#6703])
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-1/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic.html
* igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-invalidate-race:
- shard-bmg: [SKIP][219] ([Intel XE#7136]) -> [SKIP][220] ([Intel XE#6703])
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-8/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-invalidate-race.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-invalidate-race.html
* igt@xe_exec_multi_queue@two-queues-preempt-mode-dyn-priority-smem:
- shard-bmg: [SKIP][221] ([Intel XE#6874]) -> [SKIP][222] ([Intel XE#6703]) +1 other test skip
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-6/igt@xe_exec_multi_queue@two-queues-preempt-mode-dyn-priority-smem.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_exec_multi_queue@two-queues-preempt-mode-dyn-priority-smem.html
* igt@xe_exec_threads@threads-multi-queue-mixed-rebind:
- shard-bmg: [SKIP][223] ([Intel XE#7138]) -> [SKIP][224] ([Intel XE#6703])
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-1/igt@xe_exec_threads@threads-multi-queue-mixed-rebind.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_exec_threads@threads-multi-queue-mixed-rebind.html
* igt@xe_pxp@pxp-stale-bo-bind-post-suspend:
- shard-bmg: [SKIP][225] ([Intel XE#4733]) -> [SKIP][226] ([Intel XE#6703])
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-6/igt@xe_pxp@pxp-stale-bo-bind-post-suspend.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/shard-bmg-2/igt@xe_pxp@pxp-stale-bo-bind-post-suspend.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#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#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[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#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4210]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4210
[Intel XE#4273]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4273
[Intel XE#4351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4351
[Intel XE#4418]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4418
[Intel XE#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#5213]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5213
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#5993]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5993
[Intel XE#6054]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6054
[Intel XE#6196]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6196
[Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
[Intel XE#6557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6557
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
[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#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7258]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7258
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7305]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7305
[Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8774 -> IGTPW_14627
* Linux: xe-4626-340c78371713a8fdd88fbfe77fd0f7165294c31f -> xe-4627-e42f7566b0d3eba44a6aeeae2c810025c66c44ed
IGTPW_14627: 129ee52be8973160c16cf7b072a2db921dfda0aa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8774: 8892452285d691f612ecb3b2a6fefc50983af15f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4626-340c78371713a8fdd88fbfe77fd0f7165294c31f: 340c78371713a8fdd88fbfe77fd0f7165294c31f
xe-4627-e42f7566b0d3eba44a6aeeae2c810025c66c44ed: e42f7566b0d3eba44a6aeeae2c810025c66c44ed
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14627/index.html
[-- Attachment #2: Type: text/html, Size: 64531 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* RE: [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (2 preceding siblings ...)
2026-02-27 7:39 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-03-02 2:54 ` Kandpal, Suraj
2026-03-09 6:07 ` Reddy Guddati, Santhosh
2026-03-16 4:04 ` [PATCH i-g-t v2] tests/kms_content_protection: Get hdcp capable outputs before modeset Santhosh Reddy Guddati
` (17 subsequent siblings)
21 siblings, 1 reply; 31+ messages in thread
From: Kandpal, Suraj @ 2026-03-02 2:54 UTC (permalink / raw)
To: Reddy Guddati, Santhosh, igt-dev@lists.freedesktop.org
Cc: B S, Karthik, Thasleem, Mohammed, Nautiyal, Ankit K
> Subject: [PATCH i-g-t v1] tests/kms_content_protection: check sink capability
> after modeset
>
> The loop checks HDCP sink capability too early, this makes test skips on multi
> display panels with "Sink has no HDCP support"
> on valid connectors.
>
> Fix this by validating output/crtc combo, do modeset and then check for sink
> capability.
>
> Fixes: a85208a45759 ("tests/kms: Use igt_crtc_t instead of enum pipe, part
> 4")
> Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
> ---
> tests/kms_content_protection.c | 13 +++++++------
> 1 file changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
> index 2c2ffa150..1f1f45fe6 100644
> --- a/tests/kms_content_protection.c
> +++ b/tests/kms_content_protection.c
> @@ -725,21 +725,22 @@ test_content_protection(enum igt_commit_style
> commit_style, int content_type)
>
> for_each_connected_output(display, output) {
> for_each_crtc(display, crtc) {
> - if (!output_hdcp_capable(output, content_type))
This is weird that after a modeset that the sink starts showing HDCP capable.
Does output_hdcp_capable belong in the outer loop instead of the inner loop
Which iterates over crtc. Why keep checking output_hdcp_capable for each crtc if the
Output remains same.
I think optimization in that line could fix this issue with lot less code movement
Regards,
Suraj Kandpal
> + igt_display_reset(display);
> + igt_output_set_crtc(output, crtc);
> + if (!intel_pipe_output_combo_valid(display))
> continue;
> +
> + modeset_with_fb(output, commit_style);
> +
> if (is_output_hdcp_test_exempt(output)) {
> igt_info("Skipping HDCP test on %s, as the
> panel is blocklisted\n",
> output->name);
> continue;
> }
>
> - igt_display_reset(display);
> - igt_output_set_crtc(output,
> - crtc);
> - if (!intel_pipe_output_combo_valid(display))
> + if (!output_hdcp_capable(output, content_type))
> continue;
>
> - modeset_with_fb(output, commit_style);
> if (data.is_force_hdcp14)
> set_i915_force_hdcp14(output);
>
> --
> 2.34.1
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset
2026-03-02 2:54 ` [PATCH i-g-t v1] " Kandpal, Suraj
@ 2026-03-09 6:07 ` Reddy Guddati, Santhosh
0 siblings, 0 replies; 31+ messages in thread
From: Reddy Guddati, Santhosh @ 2026-03-09 6:07 UTC (permalink / raw)
To: Kandpal, Suraj, igt-dev@lists.freedesktop.org
Cc: B S, Karthik, Thasleem, Mohammed, Nautiyal, Ankit K
On 02-03-2026 08:24, Kandpal, Suraj wrote:
>
>> Subject: [PATCH i-g-t v1] tests/kms_content_protection: check sink capability
>> after modeset
>>
>> The loop checks HDCP sink capability too early, this makes test skips on multi
>> display panels with "Sink has no HDCP support"
>> on valid connectors.
>>
>> Fix this by validating output/crtc combo, do modeset and then check for sink
>> capability.
>>
>> Fixes: a85208a45759 ("tests/kms: Use igt_crtc_t instead of enum pipe, part
>> 4")
>> Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
>> ---
>> tests/kms_content_protection.c | 13 +++++++------
>> 1 file changed, 7 insertions(+), 6 deletions(-)
>>
>> diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
>> index 2c2ffa150..1f1f45fe6 100644
>> --- a/tests/kms_content_protection.c
>> +++ b/tests/kms_content_protection.c
>> @@ -725,21 +725,22 @@ test_content_protection(enum igt_commit_style
>> commit_style, int content_type)
>>
>> for_each_connected_output(display, output) {
>> for_each_crtc(display, crtc) {
>> - if (!output_hdcp_capable(output, content_type))
>
> This is weird that after a modeset that the sink starts showing HDCP capable.
> Does output_hdcp_capable belong in the outer loop instead of the inner loop
> Which iterates over crtc. Why keep checking output_hdcp_capable for each crtc if the
> Output remains same.
> I think optimization in that line could fix this issue with lot less code movement
My Bad! There are two issues here.
1. After rechecking I observed that the regression is not because of the
mentioned Fixes, but it is because of the (86971fa4d531
"tests/kms_content_protection: Check for HDCP before setting displays" )
2. As you mentioned, will move the checks to outer loop, This will avoid
printing log messages repeatedly for unsupported outputs per crtc but
this wont fix the current issue.
I will work on this and float a new revision.
Thanks,
Santhosh
>
> Regards,
> Suraj Kandpal
>
>> + igt_display_reset(display);
>> + igt_output_set_crtc(output, crtc);
>> + if (!intel_pipe_output_combo_valid(display))
>> continue;
>> +
>> + modeset_with_fb(output, commit_style);
>> +
>> if (is_output_hdcp_test_exempt(output)) {
>> igt_info("Skipping HDCP test on %s, as the
>> panel is blocklisted\n",
>> output->name);
>> continue;
>> }
>>
>> - igt_display_reset(display);
>> - igt_output_set_crtc(output,
>> - crtc);
>> - if (!intel_pipe_output_combo_valid(display))
>> + if (!output_hdcp_capable(output, content_type))
>> continue;
>>
>> - modeset_with_fb(output, commit_style);
>> if (data.is_force_hdcp14)
>> set_i915_force_hdcp14(output);
>>
>> --
>> 2.34.1
>
^ permalink raw reply [flat|nested] 31+ messages in thread
* [PATCH i-g-t v2] tests/kms_content_protection: Get hdcp capable outputs before modeset
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (3 preceding siblings ...)
2026-03-02 2:54 ` [PATCH i-g-t v1] " Kandpal, Suraj
@ 2026-03-16 4:04 ` Santhosh Reddy Guddati
2026-03-16 4:26 ` Kandpal, Suraj
2026-03-16 5:13 ` [PATCH i-g-t v3] tests/kms_content_protection: Get HDCP " Santhosh Reddy Guddati
` (16 subsequent siblings)
21 siblings, 1 reply; 31+ messages in thread
From: Santhosh Reddy Guddati @ 2026-03-16 4:04 UTC (permalink / raw)
To: igt-dev
Cc: suraj.kandpal, karthik.b.s, mohammed.thasleem,
Santhosh Reddy Guddati
Filter out the hdcp capable outputs from the connected outputs before
doing a modeset_with_fb. This will make the test to execute on HDCP
supported panels and avoid commit failures and invalid skips on
HDCP supported panels.
Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
---
tests/kms_content_protection.c | 40 ++++++++++++++++++++++++++--------
1 file changed, 31 insertions(+), 9 deletions(-)
diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
index f35c9fa73..96a62bfc5 100644
--- a/tests/kms_content_protection.c
+++ b/tests/kms_content_protection.c
@@ -707,32 +707,54 @@ static bool is_output_hdcp_test_exempt(igt_output_t *output)
return igt_is_panel_blocked(sink_name, hdcp_blocklist, ARRAY_SIZE(hdcp_blocklist));
}
+static int get_hdcp_outputs(igt_display_t *display, int content_type,
+ igt_output_t **hdcp_outputs)
+{
+ igt_output_t *output;
+ int count = 0;
+
+ for_each_connected_output(display, output) {
+ if (is_output_hdcp_test_exempt(output)) {
+ igt_info("Skipping HDCP test on %s, as the panel is blocklisted\n",
+ output->name);
+ continue;
+ }
+
+ if (!output_hdcp_capable(output, content_type))
+ continue;
+
+ hdcp_outputs[count++] = output;
+ }
+
+ return count;
+}
+
static void
test_content_protection(enum igt_commit_style commit_style, int content_type)
{
igt_display_t *display = &data.display;
igt_output_t *output;
+ igt_output_t *hdcp_outputs[10];
igt_crtc_t *crtc;
+ int hdcp_panel_count;
+ int i;
if (data.cp_tests & CP_MEI_RELOAD)
igt_require_f(igt_kmod_is_loaded("mei_hdcp"),
"mei_hdcp module is not loaded\n");
+ hdcp_panel_count = get_hdcp_outputs(display, content_type, hdcp_outputs);
+ igt_skip_on_f(hdcp_panel_count == 0, "No connected output with HDCP support found\n");
+
if (data.cp_tests & CP_UEVENT) {
data.uevent_monitor = igt_watch_uevents();
igt_flush_uevents(data.uevent_monitor);
}
- for_each_connected_output(display, output) {
- for_each_crtc(display, crtc) {
- if (!output_hdcp_capable(output, content_type))
- continue;
- if (is_output_hdcp_test_exempt(output)) {
- igt_info("Skipping HDCP test on %s, as the panel is blocklisted\n",
- output->name);
- continue;
- }
+ for (i = 0; i < hdcp_panel_count; i++) {
+ output = hdcp_outputs[i];
+ for_each_crtc(display, crtc) {
igt_display_reset(display);
igt_output_set_crtc(output,
crtc);
--
2.34.1
^ permalink raw reply related [flat|nested] 31+ messages in thread
* RE: [PATCH i-g-t v2] tests/kms_content_protection: Get hdcp capable outputs before modeset
2026-03-16 4:04 ` [PATCH i-g-t v2] tests/kms_content_protection: Get hdcp capable outputs before modeset Santhosh Reddy Guddati
@ 2026-03-16 4:26 ` Kandpal, Suraj
0 siblings, 0 replies; 31+ messages in thread
From: Kandpal, Suraj @ 2026-03-16 4:26 UTC (permalink / raw)
To: Reddy Guddati, Santhosh, igt-dev@lists.freedesktop.org
Cc: B S, Karthik, Thasleem, Mohammed
> Subject: [PATCH i-g-t v2] tests/kms_content_protection: Get hdcp capable
> outputs before modeset
* HDCP
Acronyms always capitalized.
>
> Filter out the hdcp capable outputs from the connected outputs before doing a
* HDCP
> modeset_with_fb. This will make the test to execute on HDCP supported
* just modeset is enough.
> panels and avoid commit failures and invalid skips on HDCP supported panels.
Also mention why we end up having invalid skips.
Something like
" Connector needs a valid CRTC connected to it, for us to be able to read its debugfs
Consistently. To avoid modeset before we check every connectors HDCP capability,
We collect HDCP capable outputs separately which need to be tested"
With that fixed,
LGTM,
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
>
> Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
> ---
> tests/kms_content_protection.c | 40 ++++++++++++++++++++++++++--------
> 1 file changed, 31 insertions(+), 9 deletions(-)
>
> diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
> index f35c9fa73..96a62bfc5 100644
> --- a/tests/kms_content_protection.c
> +++ b/tests/kms_content_protection.c
> @@ -707,32 +707,54 @@ static bool
> is_output_hdcp_test_exempt(igt_output_t *output)
> return igt_is_panel_blocked(sink_name, hdcp_blocklist,
> ARRAY_SIZE(hdcp_blocklist)); }
>
> +static int get_hdcp_outputs(igt_display_t *display, int content_type,
> + igt_output_t **hdcp_outputs)
> +{
> + igt_output_t *output;
> + int count = 0;
> +
> + for_each_connected_output(display, output) {
> + if (is_output_hdcp_test_exempt(output)) {
> + igt_info("Skipping HDCP test on %s, as the panel is
> blocklisted\n",
> + output->name);
> + continue;
> + }
> +
> + if (!output_hdcp_capable(output, content_type))
> + continue;
> +
> + hdcp_outputs[count++] = output;
> + }
> +
> + return count;
> +}
> +
> static void
> test_content_protection(enum igt_commit_style commit_style, int
> content_type) {
> igt_display_t *display = &data.display;
> igt_output_t *output;
> + igt_output_t *hdcp_outputs[10];
> igt_crtc_t *crtc;
> + int hdcp_panel_count;
> + int i;
>
> if (data.cp_tests & CP_MEI_RELOAD)
> igt_require_f(igt_kmod_is_loaded("mei_hdcp"),
> "mei_hdcp module is not loaded\n");
>
> + hdcp_panel_count = get_hdcp_outputs(display, content_type,
> hdcp_outputs);
> + igt_skip_on_f(hdcp_panel_count == 0, "No connected output with
> HDCP
> +support found\n");
> +
> if (data.cp_tests & CP_UEVENT) {
> data.uevent_monitor = igt_watch_uevents();
> igt_flush_uevents(data.uevent_monitor);
> }
>
> - for_each_connected_output(display, output) {
> - for_each_crtc(display, crtc) {
> - if (!output_hdcp_capable(output, content_type))
> - continue;
> - if (is_output_hdcp_test_exempt(output)) {
> - igt_info("Skipping HDCP test on %s, as the
> panel is blocklisted\n",
> - output->name);
> - continue;
> - }
> + for (i = 0; i < hdcp_panel_count; i++) {
> + output = hdcp_outputs[i];
>
> + for_each_crtc(display, crtc) {
> igt_display_reset(display);
> igt_output_set_crtc(output,
> crtc);
> --
> 2.34.1
^ permalink raw reply [flat|nested] 31+ messages in thread
* [PATCH i-g-t v3] tests/kms_content_protection: Get HDCP capable outputs before modeset
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (4 preceding siblings ...)
2026-03-16 4:04 ` [PATCH i-g-t v2] tests/kms_content_protection: Get hdcp capable outputs before modeset Santhosh Reddy Guddati
@ 2026-03-16 5:13 ` Santhosh Reddy Guddati
2026-03-16 14:24 ` S, Sowmiya
2026-03-16 5:43 ` ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev2) Patchwork
` (15 subsequent siblings)
21 siblings, 1 reply; 31+ messages in thread
From: Santhosh Reddy Guddati @ 2026-03-16 5:13 UTC (permalink / raw)
To: igt-dev
Cc: suraj.kandpal, karthik.b.s, mohammed.thasleem,
Santhosh Reddy Guddati
Filter out the HDCP capable outputs from the connected outputs before
doing a modeset. This will make the test to execute on HDCP
supported panels and avoid commit failures and invalid skips on
HDCP supported panels.
A connector needs a valid CRTC to reliably read its debugfs consistently.
To avoid unwanted modesets before checking HDCP capability checks, collect
all HDCP‑capable outputs separately.
V2: Add comment describing reasons for invalid skips (Suraj)
Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
---
tests/kms_content_protection.c | 40 ++++++++++++++++++++++++++--------
1 file changed, 31 insertions(+), 9 deletions(-)
diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
index f35c9fa73..96a62bfc5 100644
--- a/tests/kms_content_protection.c
+++ b/tests/kms_content_protection.c
@@ -707,32 +707,54 @@ static bool is_output_hdcp_test_exempt(igt_output_t *output)
return igt_is_panel_blocked(sink_name, hdcp_blocklist, ARRAY_SIZE(hdcp_blocklist));
}
+static int get_hdcp_outputs(igt_display_t *display, int content_type,
+ igt_output_t **hdcp_outputs)
+{
+ igt_output_t *output;
+ int count = 0;
+
+ for_each_connected_output(display, output) {
+ if (is_output_hdcp_test_exempt(output)) {
+ igt_info("Skipping HDCP test on %s, as the panel is blocklisted\n",
+ output->name);
+ continue;
+ }
+
+ if (!output_hdcp_capable(output, content_type))
+ continue;
+
+ hdcp_outputs[count++] = output;
+ }
+
+ return count;
+}
+
static void
test_content_protection(enum igt_commit_style commit_style, int content_type)
{
igt_display_t *display = &data.display;
igt_output_t *output;
+ igt_output_t *hdcp_outputs[10];
igt_crtc_t *crtc;
+ int hdcp_panel_count;
+ int i;
if (data.cp_tests & CP_MEI_RELOAD)
igt_require_f(igt_kmod_is_loaded("mei_hdcp"),
"mei_hdcp module is not loaded\n");
+ hdcp_panel_count = get_hdcp_outputs(display, content_type, hdcp_outputs);
+ igt_skip_on_f(hdcp_panel_count == 0, "No connected output with HDCP support found\n");
+
if (data.cp_tests & CP_UEVENT) {
data.uevent_monitor = igt_watch_uevents();
igt_flush_uevents(data.uevent_monitor);
}
- for_each_connected_output(display, output) {
- for_each_crtc(display, crtc) {
- if (!output_hdcp_capable(output, content_type))
- continue;
- if (is_output_hdcp_test_exempt(output)) {
- igt_info("Skipping HDCP test on %s, as the panel is blocklisted\n",
- output->name);
- continue;
- }
+ for (i = 0; i < hdcp_panel_count; i++) {
+ output = hdcp_outputs[i];
+ for_each_crtc(display, crtc) {
igt_display_reset(display);
igt_output_set_crtc(output,
crtc);
--
2.34.1
^ permalink raw reply related [flat|nested] 31+ messages in thread
* ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev2)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (5 preceding siblings ...)
2026-03-16 5:13 ` [PATCH i-g-t v3] tests/kms_content_protection: Get HDCP " Santhosh Reddy Guddati
@ 2026-03-16 5:43 ` Patchwork
2026-03-16 5:56 ` ✓ i915.CI.BAT: " Patchwork
` (14 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-16 5:43 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1007 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev2)
URL : https://patchwork.freedesktop.org/series/162239/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8805_BAT -> XEIGTPW_14764_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (14 -> 14)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_8805 -> IGTPW_14764
* Linux: xe-4718-b5b4e8494ce1f4149f85a3f43ed6de0956683323 -> xe-4723-f0700a5f37f7cb00aced6fb9a16f86fdf2f493aa
IGTPW_14764: 14764
IGT_8805: 8805
xe-4718-b5b4e8494ce1f4149f85a3f43ed6de0956683323: b5b4e8494ce1f4149f85a3f43ed6de0956683323
xe-4723-f0700a5f37f7cb00aced6fb9a16f86fdf2f493aa: f0700a5f37f7cb00aced6fb9a16f86fdf2f493aa
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/index.html
[-- Attachment #2: Type: text/html, Size: 1566 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✓ i915.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev2)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (6 preceding siblings ...)
2026-03-16 5:43 ` ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev2) Patchwork
@ 2026-03-16 5:56 ` Patchwork
2026-03-16 6:42 ` ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev3) Patchwork
` (13 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-16 5:56 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3921 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev2)
URL : https://patchwork.freedesktop.org/series/162239/
State : success
== Summary ==
CI Bug Log - changes from IGT_8805 -> IGTPW_14764
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/index.html
Participating hosts (41 -> 39)
------------------------------
Additional (1): fi-glk-j4005
Missing (3): bat-dg2-13 bat-mtlp-9 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_14764 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_huc_copy@huc-copy:
- fi-glk-j4005: NOTRUN -> [SKIP][1] ([i915#2190])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@parallel-random-engines:
- fi-glk-j4005: NOTRUN -> [SKIP][2] ([i915#4613]) +3 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/fi-glk-j4005/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@i915_pm_rpm@module-reload:
- bat-adlp-6: [PASS][3] -> [DMESG-WARN][4] ([i915#15673]) +78 other tests dmesg-warn
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8805/bat-adlp-6/igt@i915_pm_rpm@module-reload.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/bat-adlp-6/igt@i915_pm_rpm@module-reload.html
* igt@kms_psr@psr-primary-page-flip:
- fi-glk-j4005: NOTRUN -> [SKIP][5] +12 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/fi-glk-j4005/igt@kms_psr@psr-primary-page-flip.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-dg2-8: [DMESG-FAIL][6] ([i915#12061]) -> [PASS][7] +1 other test pass
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8805/bat-dg2-8/igt@i915_selftest@live.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/bat-dg2-8/igt@i915_selftest@live.html
- bat-arlh-3: [INCOMPLETE][8] ([i915#15622]) -> [PASS][9]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8805/bat-arlh-3/igt@i915_selftest@live.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/bat-arlh-3/igt@i915_selftest@live.html
* igt@i915_selftest@live@gt_heartbeat:
- bat-arlh-3: [INCOMPLETE][10] -> [PASS][11]
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8805/bat-arlh-3/igt@i915_selftest@live@gt_heartbeat.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/bat-arlh-3/igt@i915_selftest@live@gt_heartbeat.html
* igt@i915_selftest@live@workarounds:
- bat-dg2-14: [DMESG-FAIL][12] ([i915#12061]) -> [PASS][13] +1 other test pass
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8805/bat-dg2-14/igt@i915_selftest@live@workarounds.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/bat-dg2-14/igt@i915_selftest@live@workarounds.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#15622]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15622
[i915#15673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15673
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8805 -> IGTPW_14764
* Linux: CI_DRM_18148 -> CI_DRM_18153
CI-20190529: 20190529
CI_DRM_18148: b5b4e8494ce1f4149f85a3f43ed6de0956683323 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_18153: f0700a5f37f7cb00aced6fb9a16f86fdf2f493aa @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14764: 14764
IGT_8805: 8805
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/index.html
[-- Attachment #2: Type: text/html, Size: 4791 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev3)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (7 preceding siblings ...)
2026-03-16 5:56 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-03-16 6:42 ` Patchwork
2026-03-16 6:45 ` ✓ i915.CI.BAT: " Patchwork
` (12 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-16 6:42 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1997 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev3)
URL : https://patchwork.freedesktop.org/series/162239/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8805_BAT -> XEIGTPW_14765_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (14 -> 14)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14765_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@unbind-rebind:
- bat-bmg-2: [PASS][1] -> [ABORT][2] ([Intel XE#7249])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14765/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html
* igt@xe_waitfence@abstime:
- bat-dg2-oem2: [PASS][3] -> [TIMEOUT][4] ([Intel XE#6506])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/bat-dg2-oem2/igt@xe_waitfence@abstime.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14765/bat-dg2-oem2/igt@xe_waitfence@abstime.html
[Intel XE#6506]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6506
[Intel XE#7249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7249
Build changes
-------------
* IGT: IGT_8805 -> IGTPW_14765
* Linux: xe-4718-b5b4e8494ce1f4149f85a3f43ed6de0956683323 -> xe-4723-f0700a5f37f7cb00aced6fb9a16f86fdf2f493aa
IGTPW_14765: 55174dcbd25db2d791f7e39a97dea8cb7a783275 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8805: 8805
xe-4718-b5b4e8494ce1f4149f85a3f43ed6de0956683323: b5b4e8494ce1f4149f85a3f43ed6de0956683323
xe-4723-f0700a5f37f7cb00aced6fb9a16f86fdf2f493aa: f0700a5f37f7cb00aced6fb9a16f86fdf2f493aa
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14765/index.html
[-- Attachment #2: Type: text/html, Size: 2607 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✓ i915.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev3)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (8 preceding siblings ...)
2026-03-16 6:42 ` ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev3) Patchwork
@ 2026-03-16 6:45 ` Patchwork
2026-03-16 8:59 ` ✗ Xe.CI.FULL: failure for tests/kms_content_protection: check sink capability after modeset (rev2) Patchwork
` (11 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-16 6:45 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 4705 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev3)
URL : https://patchwork.freedesktop.org/series/162239/
State : success
== Summary ==
CI Bug Log - changes from IGT_8805 -> IGTPW_14765
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14765/index.html
Participating hosts (41 -> 39)
------------------------------
Additional (1): fi-glk-j4005
Missing (3): bat-dg2-13 bat-mtlp-9 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_14765 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_huc_copy@huc-copy:
- fi-glk-j4005: NOTRUN -> [SKIP][1] ([i915#2190])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14765/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@parallel-random-engines:
- fi-glk-j4005: NOTRUN -> [SKIP][2] ([i915#4613]) +3 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14765/fi-glk-j4005/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@i915_pm_rpm@module-reload:
- bat-adlp-6: [PASS][3] -> [DMESG-WARN][4] ([i915#15673]) +78 other tests dmesg-warn
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8805/bat-adlp-6/igt@i915_pm_rpm@module-reload.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14765/bat-adlp-6/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live@workarounds:
- bat-arlh-3: [PASS][5] -> [DMESG-FAIL][6] ([i915#12061])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8805/bat-arlh-3/igt@i915_selftest@live@workarounds.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14765/bat-arlh-3/igt@i915_selftest@live@workarounds.html
- bat-arls-5: [PASS][7] -> [DMESG-FAIL][8] ([i915#12061]) +1 other test dmesg-fail
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8805/bat-arls-5/igt@i915_selftest@live@workarounds.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14765/bat-arls-5/igt@i915_selftest@live@workarounds.html
- bat-arls-6: [PASS][9] -> [DMESG-FAIL][10] ([i915#12061]) +1 other test dmesg-fail
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8805/bat-arls-6/igt@i915_selftest@live@workarounds.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14765/bat-arls-6/igt@i915_selftest@live@workarounds.html
* igt@kms_psr@psr-primary-page-flip:
- fi-glk-j4005: NOTRUN -> [SKIP][11] +12 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14765/fi-glk-j4005/igt@kms_psr@psr-primary-page-flip.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-dg2-8: [DMESG-FAIL][12] ([i915#12061]) -> [PASS][13] +1 other test pass
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8805/bat-dg2-8/igt@i915_selftest@live.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14765/bat-dg2-8/igt@i915_selftest@live.html
* igt@i915_selftest@live@gt_heartbeat:
- bat-arlh-3: [INCOMPLETE][14] -> [PASS][15]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8805/bat-arlh-3/igt@i915_selftest@live@gt_heartbeat.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14765/bat-arlh-3/igt@i915_selftest@live@gt_heartbeat.html
#### Warnings ####
* igt@i915_selftest@live:
- bat-arlh-3: [INCOMPLETE][16] ([i915#15622]) -> [DMESG-FAIL][17] ([i915#12061])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8805/bat-arlh-3/igt@i915_selftest@live.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14765/bat-arlh-3/igt@i915_selftest@live.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#15622]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15622
[i915#15673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15673
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8805 -> IGTPW_14765
* Linux: CI_DRM_18148 -> CI_DRM_18153
CI-20190529: 20190529
CI_DRM_18148: b5b4e8494ce1f4149f85a3f43ed6de0956683323 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_18153: f0700a5f37f7cb00aced6fb9a16f86fdf2f493aa @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14765: 55174dcbd25db2d791f7e39a97dea8cb7a783275 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8805: 8805
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14765/index.html
[-- Attachment #2: Type: text/html, Size: 5826 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✗ Xe.CI.FULL: failure for tests/kms_content_protection: check sink capability after modeset (rev2)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (9 preceding siblings ...)
2026-03-16 6:45 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-03-16 8:59 ` Patchwork
2026-03-16 12:31 ` ✗ i915.CI.Full: " Patchwork
` (10 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-16 8:59 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 49907 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev2)
URL : https://patchwork.freedesktop.org/series/162239/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8805_FULL -> XEIGTPW_14764_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_14764_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_14764_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_14764_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-bmg: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-10/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
#### Warnings ####
* igt@kms_content_protection@content-type-change:
- shard-bmg: [SKIP][3] ([Intel XE#2341]) -> [SKIP][4] +3 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-6/igt@kms_content_protection@content-type-change.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-7/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-lnl: [SKIP][5] ([Intel XE#6973]) -> [SKIP][6] +4 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-lnl-6/igt@kms_content_protection@legacy-hdcp14.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-lnl-3/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@suspend-resume:
- shard-lnl: [SKIP][7] ([Intel XE#6705] / [Intel XE#6973]) -> [SKIP][8]
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-lnl-7/igt@kms_content_protection@suspend-resume.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-lnl-6/igt@kms_content_protection@suspend-resume.html
* igt@kms_content_protection@uevent:
- shard-lnl: [SKIP][9] ([Intel XE#3278] / [Intel XE#6973]) -> [SKIP][10] +8 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-lnl-3/igt@kms_content_protection@uevent.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-lnl-2/igt@kms_content_protection@uevent.html
- shard-bmg: [FAIL][11] ([Intel XE#6707] / [Intel XE#7439]) -> [SKIP][12]
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-9/igt@kms_content_protection@uevent.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_content_protection@uevent.html
Known issues
------------
Here are the changes found in XEIGTPW_14764_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2327]) +4 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-9/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#1124]) +4 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-9/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p:
- shard-bmg: [PASS][15] -> [SKIP][16] ([Intel XE#7621])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-2-displays-2560x1440p:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#367] / [Intel XE#7354]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#3432])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2887]) +8 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-c-dp-2:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#2652]) +8 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-4/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-c-dp-2.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#2325] / [Intel XE#7358]) +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-7/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#2252]) +7 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_color_pipeline@plane-lut3d-green-only@pipe-b-plane-0:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#6969]) +10 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-b-plane-0.html
* igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-plane-2:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#6969] / [Intel XE#7006])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-plane-2.html
* igt@kms_content_protection@atomic-dpms@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][25] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +2 other tests fail
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@kms_content_protection@atomic-dpms@pipe-a-dp-2.html
* igt@kms_content_protection@uevent-hdcp14@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][26] ([Intel XE#6707] / [Intel XE#7439])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-9/igt@kms_content_protection@uevent-hdcp14@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-offscreen-max-size:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#2320]) +4 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_cursor_crc@cursor-offscreen-max-size.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2321] / [Intel XE#7355])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-6/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-bmg: [PASS][29] -> [SKIP][30] ([Intel XE#2291])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#4210] / [Intel XE#7467])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#4156] / [Intel XE#7425])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_fbcon_fbt@fbc-suspend.html
- shard-lnl: [PASS][33] -> [FAIL][34] ([Intel XE#7542] / [i915#4767])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-lnl-6/igt@kms_fbcon_fbt@fbc-suspend.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-lnl-2/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2372] / [Intel XE#7359])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_feature_discovery@chamelium.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-bmg: [PASS][36] -> [SKIP][37] ([Intel XE#2316]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank.html
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip@flip-vs-suspend@c-hdmi-a3:
- shard-bmg: [PASS][38] -> [INCOMPLETE][39] ([Intel XE#2049] / [Intel XE#2597]) +1 other test incomplete
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-8/igt@kms_flip@flip-vs-suspend@c-hdmi-a3.html
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-3/igt@kms_flip@flip-vs-suspend@c-hdmi-a3.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#7178] / [Intel XE#7349])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#7178] / [Intel XE#7351]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-p016-linear-to-p016-linear-reflect-x:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#7179])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_flip_scaled_crc@flip-p016-linear-to-p016-linear-reflect-x.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2312]) +2 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#2311]) +18 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#4141]) +9 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#2313]) +21 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-argb161616f-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#7061] / [Intel XE#7356]) +3 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-mmap-wc.html
* igt@kms_joiner@basic-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#6901])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#6911] / [Intel XE#7378])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-3/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_plane@pixel-format-y-tiled-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#7283]) +4 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_plane@pixel-format-y-tiled-ccs-modifier-source-clamping.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#2763] / [Intel XE#6886]) +4 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#2938] / [Intel XE#7376])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-4/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#1489]) +4 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2387] / [Intel XE#7429])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-7/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@psr2-sprite-blt:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#2234] / [Intel XE#2850]) +10 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-2/igt@kms_psr@psr2-sprite-blt.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#2413])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-2/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#1435])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_sharpness_filter@invalid-filter-with-scaling-mode:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#6503]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-9/igt@kms_sharpness_filter@invalid-filter-with-scaling-mode.html
* igt@kms_tv_load_detect@load-detect:
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2450] / [Intel XE#5857])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@kms_tv_load_detect@load-detect.html
* igt@kms_vrr@cmrr:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2168] / [Intel XE#7444])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-2/igt@kms_vrr@cmrr.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [PASS][62] -> [FAIL][63] ([Intel XE#4459]) +1 other test fail
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@xe_compute@ccs-mode-compute-kernel:
- shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#6599])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-9/igt@xe_compute@ccs-mode-compute-kernel.html
* igt@xe_eudebug@basic-vm-bind-metadata-discovery:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#4837]) +6 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html
* igt@xe_eudebug_online@set-breakpoint-faultable:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#4837] / [Intel XE#6665]) +4 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@xe_eudebug_online@set-breakpoint-faultable.html
* igt@xe_exec_basic@multigpu-once-null-rebind:
- shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#2322] / [Intel XE#7372]) +8 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-3/igt@xe_exec_basic@multigpu-once-null-rebind.html
* igt@xe_exec_fault_mode@many-execqueues-multi-queue-rebind:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#7136]) +9 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-4/igt@xe_exec_fault_mode@many-execqueues-multi-queue-rebind.html
* igt@xe_exec_multi_queue@few-execs-preempt-mode-close-fd-smem:
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#6874]) +27 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-4/igt@xe_exec_multi_queue@few-execs-preempt-mode-close-fd-smem.html
* igt@xe_exec_system_allocator@many-stride-new-prefetch:
- shard-bmg: NOTRUN -> [INCOMPLETE][70] ([Intel XE#7098])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@xe_exec_system_allocator@many-stride-new-prefetch.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma:
- shard-lnl: [PASS][71] -> [FAIL][72] ([Intel XE#7549])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-lnl-5/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-lnl-7/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-single-vma.html
* igt@xe_exec_threads@threads-multi-queue-rebind:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#7138]) +5 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-2/igt@xe_exec_threads@threads-multi-queue-rebind.html
* igt@xe_fault_injection@vm-create-fail-xe_pt_create:
- shard-bmg: [PASS][74] -> [ABORT][75] ([Intel XE#7578])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-8/igt@xe_fault_injection@vm-create-fail-xe_pt_create.html
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-6/igt@xe_fault_injection@vm-create-fail-xe_pt_create.html
* igt@xe_multigpu_svm@mgpu-atomic-op-prefetch:
- shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#6964]) +2 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-3/igt@xe_multigpu_svm@mgpu-atomic-op-prefetch.html
* igt@xe_pm@s4-d3cold-basic-exec:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#2284] / [Intel XE#7370]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@xe_pm@s4-d3cold-basic-exec.html
* igt@xe_pxp@pxp-stale-bo-bind-post-termination-irq:
- shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#4733] / [Intel XE#7417]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@xe_pxp@pxp-stale-bo-bind-post-termination-irq.html
* igt@xe_query@multigpu-query-engines:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#944]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@xe_query@multigpu-query-engines.html
#### Possible fixes ####
* igt@intel_hwmon@hwmon-read:
- shard-bmg: [SKIP][80] ([Intel XE#5177] / [Intel XE#6703]) -> [PASS][81]
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@intel_hwmon@hwmon-read.html
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-4/igt@intel_hwmon@hwmon-read.html
* igt@kms_atomic_transition@plane-all-modeset-transition:
- shard-bmg: [ABORT][82] ([Intel XE#5545]) -> [PASS][83] +1 other test pass
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_atomic_transition@plane-all-modeset-transition.html
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-9/igt@kms_atomic_transition@plane-all-modeset-transition.html
* igt@kms_color_pipeline@plane-lut1d-pre-ctm3x4@pipe-b-plane-0:
- shard-lnl: [FAIL][84] ([Intel XE#7305]) -> [PASS][85] +79 other tests pass
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-lnl-4/igt@kms_color_pipeline@plane-lut1d-pre-ctm3x4@pipe-b-plane-0.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-lnl-8/igt@kms_color_pipeline@plane-lut1d-pre-ctm3x4@pipe-b-plane-0.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-bmg: [SKIP][86] ([Intel XE#2291]) -> [PASS][87] +1 other test pass
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-bmg: [SKIP][88] ([Intel XE#2291] / [Intel XE#7343]) -> [PASS][89]
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_dp_aux_dev:
- shard-bmg: [SKIP][90] ([Intel XE#3009]) -> [PASS][91]
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_dp_aux_dev.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-7/igt@kms_dp_aux_dev.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-bmg: [SKIP][92] ([Intel XE#2316]) -> [PASS][93] +7 other tests pass
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_flip@2x-blocking-wf_vblank.html
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-7/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a3:
- shard-bmg: [FAIL][94] ([Intel XE#3098]) -> [PASS][95] +1 other test pass
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a3.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-2/igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a3.html
* igt@kms_flip@flip-vs-expired-vblank@c-edp1:
- shard-lnl: [FAIL][96] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][97] +1 other test pass
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
* igt@kms_hdr@static-toggle:
- shard-bmg: [SKIP][98] ([Intel XE#1503]) -> [PASS][99]
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_hdr@static-toggle.html
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-9/igt@kms_hdr@static-toggle.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-bmg: [SKIP][100] ([Intel XE#7086]) -> [PASS][101]
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-9/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_plane_multiple@2x-tiling-x:
- shard-bmg: [SKIP][102] ([Intel XE#4596]) -> [PASS][103]
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-x.html
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_plane_multiple@2x-tiling-x.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [FAIL][104] ([Intel XE#7340]) -> [PASS][105]
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-lnl-4/igt@kms_pm_dc@dc5-psr.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-lnl-5/igt@kms_pm_dc@dc5-psr.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [INCOMPLETE][106] ([Intel XE#6321]) -> [PASS][107]
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@xe_evict@evict-mixed-many-threads-small.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-4/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_exec_system_allocator@many-64k-mmap-remap-dontunmap:
- shard-bmg: [DMESG-FAIL][108] ([Intel XE#5545] / [Intel XE#6652]) -> [PASS][109]
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@xe_exec_system_allocator@many-64k-mmap-remap-dontunmap.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-7/igt@xe_exec_system_allocator@many-64k-mmap-remap-dontunmap.html
* igt@xe_exec_system_allocator@threads-many-execqueues-malloc-race-nomemset:
- shard-bmg: [SKIP][110] ([Intel XE#6703]) -> [PASS][111] +75 other tests pass
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@xe_exec_system_allocator@threads-many-execqueues-malloc-race-nomemset.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-4/igt@xe_exec_system_allocator@threads-many-execqueues-malloc-race-nomemset.html
* igt@xe_sriov_flr@flr-twice:
- shard-bmg: [FAIL][112] ([Intel XE#6569]) -> [PASS][113]
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-9/igt@xe_sriov_flr@flr-twice.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@xe_sriov_flr@flr-twice.html
#### Warnings ####
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-bmg: [SKIP][114] ([Intel XE#6703]) -> [SKIP][115] ([Intel XE#2327])
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_big_fb@linear-16bpp-rotate-90.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-2/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-0:
- shard-bmg: [SKIP][116] ([Intel XE#6703]) -> [SKIP][117] ([Intel XE#1124])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html
* igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
- shard-bmg: [SKIP][118] ([Intel XE#7621]) -> [SKIP][119] ([Intel XE#2314] / [Intel XE#2894] / [Intel XE#7373])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-10/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
* igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p:
- shard-bmg: [SKIP][120] ([Intel XE#6703]) -> [SKIP][121] ([Intel XE#2314] / [Intel XE#2894] / [Intel XE#7373])
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-9/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: [SKIP][122] ([Intel XE#6703]) -> [SKIP][123] ([Intel XE#2887])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_cdclk@plane-scaling:
- shard-bmg: [SKIP][124] ([Intel XE#6703]) -> [SKIP][125] ([Intel XE#2724] / [Intel XE#7449])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_cdclk@plane-scaling.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_hpd@hdmi-hpd-fast:
- shard-bmg: [SKIP][126] ([Intel XE#6703]) -> [SKIP][127] ([Intel XE#2252]) +1 other test skip
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_chamelium_hpd@hdmi-hpd-fast.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-4/igt@kms_chamelium_hpd@hdmi-hpd-fast.html
* igt@kms_color_pipeline@plane-lut3d-green-only:
- shard-bmg: [SKIP][128] ([Intel XE#6703]) -> [SKIP][129] ([Intel XE#6969] / [Intel XE#7006])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_color_pipeline@plane-lut3d-green-only.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_color_pipeline@plane-lut3d-green-only.html
* igt@kms_content_protection@atomic-dpms:
- shard-bmg: [SKIP][130] ([Intel XE#2341]) -> [FAIL][131] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_content_protection@atomic-dpms.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-bmg: [SKIP][132] ([Intel XE#6703]) -> [SKIP][133] ([Intel XE#6974])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@uevent-hdcp14:
- shard-bmg: [SKIP][134] ([Intel XE#7194]) -> [FAIL][135] ([Intel XE#6707] / [Intel XE#7439])
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_content_protection@uevent-hdcp14.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-9/igt@kms_content_protection@uevent-hdcp14.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-bmg: [SKIP][136] ([Intel XE#6703]) -> [SKIP][137] ([Intel XE#1508])
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_feature_discovery@dp-mst:
- shard-bmg: [SKIP][138] ([Intel XE#6703]) -> [SKIP][139] ([Intel XE#2375])
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_feature_discovery@dp-mst.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-bmg: [SKIP][140] ([Intel XE#6703]) -> [SKIP][141] ([Intel XE#7178] / [Intel XE#7351])
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt:
- shard-bmg: [SKIP][142] ([Intel XE#2311]) -> [SKIP][143] ([Intel XE#2312]) +8 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-10/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-bmg: [SKIP][144] ([Intel XE#6703]) -> [SKIP][145] ([Intel XE#4141]) +1 other test skip
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move:
- shard-bmg: [SKIP][146] ([Intel XE#4141]) -> [SKIP][147] ([Intel XE#2312]) +2 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
- shard-bmg: [SKIP][148] ([Intel XE#2312]) -> [SKIP][149] ([Intel XE#4141]) +6 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-blt:
- shard-bmg: [SKIP][150] ([Intel XE#2312]) -> [SKIP][151] ([Intel XE#2311]) +12 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-blt.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: [SKIP][152] ([Intel XE#6703]) -> [SKIP][153] ([Intel XE#2311]) +3 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][154] ([Intel XE#6703]) -> [SKIP][155] ([Intel XE#2313]) +3 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-mmap-wc:
- shard-bmg: [SKIP][156] ([Intel XE#6703]) -> [SKIP][157] ([Intel XE#7061] / [Intel XE#7356])
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-mmap-wc.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][158] ([Intel XE#2312]) -> [SKIP][159] ([Intel XE#2313]) +13 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: [SKIP][160] ([Intel XE#2313]) -> [SKIP][161] ([Intel XE#2312]) +7 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][162] ([Intel XE#3544]) -> [SKIP][163] ([Intel XE#3374] / [Intel XE#3544])
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_hdr@brightness-with-hdr.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-7/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf:
- shard-bmg: [SKIP][164] ([Intel XE#6703]) -> [SKIP][165] ([Intel XE#1489]) +1 other test skip
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-4/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr@fbc-pr-primary-blt:
- shard-bmg: [SKIP][166] ([Intel XE#6703]) -> [SKIP][167] ([Intel XE#2234] / [Intel XE#2850]) +1 other test skip
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_psr@fbc-pr-primary-blt.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_psr@fbc-pr-primary-blt.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-bmg: [SKIP][168] ([Intel XE#6703]) -> [SKIP][169] ([Intel XE#2330] / [Intel XE#5813])
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: [SKIP][170] ([Intel XE#2509] / [Intel XE#7437]) -> [SKIP][171] ([Intel XE#2426] / [Intel XE#5848])
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-9/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@xe_eudebug_online@pagefault-read:
- shard-bmg: [SKIP][172] ([Intel XE#6703]) -> [SKIP][173] ([Intel XE#4837] / [Intel XE#6665])
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@xe_eudebug_online@pagefault-read.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-10/igt@xe_eudebug_online@pagefault-read.html
* igt@xe_exec_fault_mode@twice-multi-queue-imm:
- shard-bmg: [SKIP][174] ([Intel XE#6703]) -> [SKIP][175] ([Intel XE#7136]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@xe_exec_fault_mode@twice-multi-queue-imm.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-3/igt@xe_exec_fault_mode@twice-multi-queue-imm.html
* igt@xe_exec_multi_queue@many-execs-basic-smem:
- shard-bmg: [SKIP][176] ([Intel XE#6703]) -> [SKIP][177] ([Intel XE#6874]) +1 other test skip
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8805/shard-bmg-2/igt@xe_exec_multi_queue@many-execs-basic-smem.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/shard-bmg-5/igt@xe_exec_multi_queue@many-execs-basic-smem.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[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#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[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#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372
[Intel XE#2375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2375
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[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#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[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#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
[Intel XE#3009]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3009
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[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#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
[Intel XE#4210]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4210
[Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
[Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#5177]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5177
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#5813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5813
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#5857]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5857
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[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#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
[Intel XE#6705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6705
[Intel XE#6707]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6707
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
[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#6969]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6969
[Intel XE#6973]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6973
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7006]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7006
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7086]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7086
[Intel XE#7098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7098
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
[Intel XE#7194]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7194
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7305]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7305
[Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343
[Intel XE#7349]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7349
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7354
[Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355
[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#7359]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7359
[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#7373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7373
[Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
[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#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
[Intel XE#7425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7425
[Intel XE#7429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7429
[Intel XE#7437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7437
[Intel XE#7439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7439
[Intel XE#7444]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7444
[Intel XE#7449]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7449
[Intel XE#7467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7467
[Intel XE#7542]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7542
[Intel XE#7549]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7549
[Intel XE#7578]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7578
[Intel XE#7621]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7621
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[i915#4767]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4767
Build changes
-------------
* IGT: IGT_8805 -> IGTPW_14764
* Linux: xe-4718-b5b4e8494ce1f4149f85a3f43ed6de0956683323 -> xe-4723-f0700a5f37f7cb00aced6fb9a16f86fdf2f493aa
IGTPW_14764: 14764
IGT_8805: 8805
xe-4718-b5b4e8494ce1f4149f85a3f43ed6de0956683323: b5b4e8494ce1f4149f85a3f43ed6de0956683323
xe-4723-f0700a5f37f7cb00aced6fb9a16f86fdf2f493aa: f0700a5f37f7cb00aced6fb9a16f86fdf2f493aa
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14764/index.html
[-- Attachment #2: Type: text/html, Size: 57955 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✗ i915.CI.Full: failure for tests/kms_content_protection: check sink capability after modeset (rev2)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (10 preceding siblings ...)
2026-03-16 8:59 ` ✗ Xe.CI.FULL: failure for tests/kms_content_protection: check sink capability after modeset (rev2) Patchwork
@ 2026-03-16 12:31 ` Patchwork
2026-03-17 3:42 ` [PATCH i-g-t v4] tests/kms_content_protection: Get HDCP capable outputs before modeset Santhosh Reddy Guddati
` (9 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-16 12:31 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 148143 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev2)
URL : https://patchwork.freedesktop.org/series/162239/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_18153_full -> IGTPW_14764_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14764_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14764_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_14764/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_14764_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_exec_suspend@basic-s0:
- shard-snb: [PASS][1] -> [ABORT][2] +1 other test abort
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-snb4/igt@gem_exec_suspend@basic-s0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-snb5/igt@gem_exec_suspend@basic-s0.html
* igt@i915_module_load@reload:
- shard-mtlp: [PASS][3] -> [ABORT][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-7/igt@i915_module_load@reload.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-7/igt@i915_module_load@reload.html
* igt@kms_content_protection@atomic-dpms-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][5]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-6/igt@kms_content_protection@atomic-dpms-hdcp14.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-tglu-1: NOTRUN -> [SKIP][6] +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@srm:
- shard-dg1: NOTRUN -> [SKIP][7] +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@kms_content_protection@srm.html
* igt@kms_content_protection@suspend-resume:
- shard-rkl: NOTRUN -> [SKIP][8] +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_content_protection@suspend-resume.html
* igt@kms_content_protection@type1:
- shard-tglu: NOTRUN -> [SKIP][9] +1 other test skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-5/igt@kms_content_protection@type1.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-upscaling:
- shard-mtlp: [PASS][10] -> [FAIL][11] +13 other tests fail
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-upscaling.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-upscaling.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-mtlp: [PASS][12] -> [INCOMPLETE][13]
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-4/igt@kms_pm_backlight@fade-with-suspend.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-7/igt@kms_pm_backlight@fade-with-suspend.html
#### Warnings ####
* igt@kms_content_protection@atomic-dpms:
- shard-tglu: [SKIP][14] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) -> [SKIP][15] +3 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-tglu-9/igt@kms_content_protection@atomic-dpms.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-9/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-dg1: [SKIP][16] ([i915#6944]) -> [SKIP][17] +4 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-16/igt@kms_content_protection@atomic-hdcp14.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-16/igt@kms_content_protection@atomic-hdcp14.html
- shard-snb: [SKIP][18] -> [INCOMPLETE][19] +12 other tests incomplete
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-snb5/igt@kms_content_protection@atomic-hdcp14.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-snb7/igt@kms_content_protection@atomic-hdcp14.html
- shard-mtlp: [SKIP][20] ([i915#6944]) -> [SKIP][21] +5 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-1/igt@kms_content_protection@atomic-hdcp14.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-6/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@content-type-change:
- shard-dg2: [SKIP][22] ([i915#6944] / [i915#9424]) -> [SKIP][23] +2 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-4/igt@kms_content_protection@content-type-change.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@kms_content_protection@content-type-change.html
- shard-rkl: [SKIP][24] ([i915#6944] / [i915#9424]) -> [SKIP][25]
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-2/igt@kms_content_protection@content-type-change.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-7/igt@kms_content_protection@content-type-change.html
- shard-dg1: [SKIP][26] ([i915#6944] / [i915#9424]) -> [SKIP][27] +2 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-14/igt@kms_content_protection@content-type-change.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-dg2: [SKIP][28] ([i915#6944]) -> [SKIP][29] +3 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-5/igt@kms_content_protection@legacy-hdcp14.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-3/igt@kms_content_protection@legacy-hdcp14.html
- shard-rkl: [SKIP][30] ([i915#6944]) -> [SKIP][31] +2 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-1/igt@kms_content_protection@legacy-hdcp14.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@kms_content_protection@legacy-hdcp14.html
- shard-tglu: [SKIP][32] ([i915#6944]) -> [SKIP][33] +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-tglu-5/igt@kms_content_protection@legacy-hdcp14.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-4/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@lic-type-0:
- shard-tglu: [SKIP][34] ([i915#6944] / [i915#9424]) -> [SKIP][35] +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-tglu-2/igt@kms_content_protection@lic-type-0.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-6/igt@kms_content_protection@lic-type-0.html
- shard-mtlp: [SKIP][36] ([i915#6944] / [i915#9424]) -> [SKIP][37] +6 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-6/igt@kms_content_protection@lic-type-0.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-4/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@srm:
- shard-dg2: [SKIP][38] ([i915#6944] / [i915#7118]) -> [SKIP][39]
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-3/igt@kms_content_protection@srm.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-5/igt@kms_content_protection@srm.html
- shard-rkl: [SKIP][40] ([i915#6944] / [i915#7118]) -> [SKIP][41]
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-3/igt@kms_content_protection@srm.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-8/igt@kms_content_protection@srm.html
- shard-tglu: [SKIP][42] ([i915#6944] / [i915#7116] / [i915#7118]) -> [SKIP][43]
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-tglu-4/igt@kms_content_protection@srm.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-3/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-dg2: [SKIP][44] ([i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][45] +4 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-7/igt@kms_content_protection@type1.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@kms_content_protection@type1.html
- shard-rkl: [SKIP][46] ([i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][47] +3 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-4/igt@kms_content_protection@type1.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-5/igt@kms_content_protection@type1.html
- shard-dg1: [SKIP][48] ([i915#6944] / [i915#7116] / [i915#9424]) -> [SKIP][49] +3 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-12/igt@kms_content_protection@type1.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@kms_content_protection@type1.html
- shard-mtlp: [SKIP][50] ([i915#3555] / [i915#6944] / [i915#9424]) -> [SKIP][51]
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-3/igt@kms_content_protection@type1.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-4/igt@kms_content_protection@type1.html
Known issues
------------
Here are the changes found in IGTPW_14764_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#8411])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-4/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@device_reset@cold-reset-bound:
- shard-rkl: NOTRUN -> [SKIP][53] ([i915#11078])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@device_reset@cold-reset-bound.html
* igt@drm_buddy@drm_buddy:
- shard-rkl: NOTRUN -> [SKIP][54] ([i915#15678])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@drm_buddy@drm_buddy.html
* igt@gem_basic@multigpu-create-close:
- shard-dg1: NOTRUN -> [SKIP][55] ([i915#7697])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@gem_basic@multigpu-create-close.html
* igt@gem_busy@semaphore:
- shard-dg1: NOTRUN -> [SKIP][56] ([i915#3936])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@gem_busy@semaphore.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-rkl: NOTRUN -> [SKIP][57] ([i915#14544] / [i915#9323])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-rkl: NOTRUN -> [SKIP][58] ([i915#9323])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-8/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_ccs@suspend-resume:
- shard-tglu: NOTRUN -> [SKIP][59] ([i915#9323])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-4/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][60] ([i915#12392] / [i915#13356])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-5/igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_create@create-ext-set-pat:
- shard-tglu: NOTRUN -> [SKIP][61] ([i915#8562])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-4/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_isolation@preservation-s3@rcs0:
- shard-tglu: [PASS][62] -> [ABORT][63] ([i915#15652]) +1 other test abort
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-tglu-5/igt@gem_ctx_isolation@preservation-s3@rcs0.html
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-8/igt@gem_ctx_isolation@preservation-s3@rcs0.html
* igt@gem_ctx_persistence@heartbeat-hang:
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#8555])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-19/igt@gem_ctx_persistence@heartbeat-hang.html
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#8555])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-3/igt@gem_ctx_persistence@heartbeat-hang.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#8555]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_exec_balancer@bonded-pair:
- shard-mtlp: NOTRUN -> [SKIP][67] ([i915#4771])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-3/igt@gem_exec_balancer@bonded-pair.html
- shard-dg2: NOTRUN -> [SKIP][68] ([i915#4771])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@gem_exec_balancer@bonded-pair.html
- shard-dg1: NOTRUN -> [SKIP][69] ([i915#4771])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-15/igt@gem_exec_balancer@bonded-pair.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#4036])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-6/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@parallel-ordering:
- shard-rkl: NOTRUN -> [SKIP][71] ([i915#4525])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-1/igt@gem_exec_balancer@parallel-ordering.html
- shard-tglu-1: NOTRUN -> [SKIP][72] ([i915#4525])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@gem_exec_balancer@parallel-ordering.html
* igt@gem_exec_balancer@parallel-out-fence:
- shard-rkl: NOTRUN -> [SKIP][73] ([i915#14544] / [i915#4525])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@gem_exec_balancer@parallel-out-fence.html
- shard-tglu: NOTRUN -> [SKIP][74] ([i915#4525]) +1 other test skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-6/igt@gem_exec_balancer@parallel-out-fence.html
* igt@gem_exec_big@single:
- shard-tglu: [PASS][75] -> [FAIL][76] ([i915#15816])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-tglu-6/igt@gem_exec_big@single.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-3/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-rkl: NOTRUN -> [SKIP][77] ([i915#6334]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-8/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_fence@syncobj-backward-timeline-chain-engines:
- shard-snb: NOTRUN -> [SKIP][78] +94 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-snb1/igt@gem_exec_fence@syncobj-backward-timeline-chain-engines.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-mtlp: NOTRUN -> [SKIP][79] ([i915#3711])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-4/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_flush@basic-uc-pro-default:
- shard-dg2: NOTRUN -> [SKIP][80] ([i915#3539] / [i915#4852]) +3 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@gem_exec_flush@basic-uc-pro-default.html
- shard-dg1: NOTRUN -> [SKIP][81] ([i915#3539] / [i915#4852]) +2 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@gem_exec_flush@basic-uc-pro-default.html
* igt@gem_exec_reloc@basic-gtt-wc:
- shard-dg1: NOTRUN -> [SKIP][82] ([i915#3281]) +4 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@gem_exec_reloc@basic-gtt-wc.html
* igt@gem_exec_reloc@basic-softpin:
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#3281]) +7 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-6/igt@gem_exec_reloc@basic-softpin.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-rkl: NOTRUN -> [SKIP][84] ([i915#3281]) +5 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_reloc@basic-write-wc-active:
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#3281]) +2 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-4/igt@gem_exec_reloc@basic-write-wc-active.html
* igt@gem_fence_thrash@bo-write-verify-none:
- shard-dg1: NOTRUN -> [SKIP][86] ([i915#4860]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-16/igt@gem_fence_thrash@bo-write-verify-none.html
- shard-mtlp: NOTRUN -> [SKIP][87] ([i915#4860])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-8/igt@gem_fence_thrash@bo-write-verify-none.html
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#4860])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-3/igt@gem_fence_thrash@bo-write-verify-none.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-tglu-1: NOTRUN -> [SKIP][89] ([i915#4613]) +2 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_lmem_swapping@smem-oom:
- shard-dg2: [PASS][90] -> [FAIL][91] ([i915#15734])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-8/igt@gem_lmem_swapping@smem-oom.html
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-3/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: [PASS][92] -> [CRASH][93] ([i915#5493])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_lmem_swapping@verify:
- shard-glk: NOTRUN -> [SKIP][94] ([i915#4613]) +1 other test skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk3/igt@gem_lmem_swapping@verify.html
- shard-rkl: NOTRUN -> [SKIP][95] ([i915#4613])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@gem_lmem_swapping@verify.html
- shard-tglu: NOTRUN -> [SKIP][96] ([i915#4613])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-9/igt@gem_lmem_swapping@verify.html
- shard-mtlp: NOTRUN -> [SKIP][97] ([i915#4613])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-3/igt@gem_lmem_swapping@verify.html
* igt@gem_mmap_gtt@coherency:
- shard-mtlp: NOTRUN -> [SKIP][98] ([i915#4077])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-2/igt@gem_mmap_gtt@coherency.html
* igt@gem_mmap_gtt@flink-race:
- shard-dg1: NOTRUN -> [SKIP][99] ([i915#4077]) +5 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@gem_mmap_gtt@flink-race.html
* igt@gem_mmap_gtt@zero-extend:
- shard-dg2: NOTRUN -> [SKIP][100] ([i915#4077]) +9 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-7/igt@gem_mmap_gtt@zero-extend.html
* igt@gem_mmap_offset@clear@smem0:
- shard-mtlp: [PASS][101] -> [TIMEOUT][102] ([i915#15478]) +1 other test timeout
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-3/igt@gem_mmap_offset@clear@smem0.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-7/igt@gem_mmap_offset@clear@smem0.html
* igt@gem_mmap_wc@read-write-distinct:
- shard-dg2: NOTRUN -> [SKIP][103] ([i915#4083]) +3 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@gem_mmap_wc@read-write-distinct.html
- shard-dg1: NOTRUN -> [SKIP][104] ([i915#4083]) +1 other test skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@gem_mmap_wc@read-write-distinct.html
- shard-mtlp: NOTRUN -> [SKIP][105] ([i915#4083])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-6/igt@gem_mmap_wc@read-write-distinct.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-rkl: NOTRUN -> [SKIP][106] ([i915#14544] / [i915#3282])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- shard-rkl: NOTRUN -> [SKIP][107] ([i915#3282]) +4 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-3/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gem_pread@exhaustion:
- shard-glk11: NOTRUN -> [WARN][108] ([i915#2658])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk11/igt@gem_pread@exhaustion.html
* igt@gem_pread@snoop:
- shard-dg2: NOTRUN -> [SKIP][109] ([i915#3282]) +4 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@gem_pread@snoop.html
- shard-dg1: NOTRUN -> [SKIP][110] ([i915#3282]) +3 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@gem_pread@snoop.html
- shard-mtlp: NOTRUN -> [SKIP][111] ([i915#3282]) +2 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-4/igt@gem_pread@snoop.html
* igt@gem_pxp@create-regular-context-2:
- shard-dg2: NOTRUN -> [SKIP][112] ([i915#4270]) +1 other test skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-5/igt@gem_pxp@create-regular-context-2.html
- shard-dg1: NOTRUN -> [SKIP][113] ([i915#4270]) +1 other test skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@gem_pxp@create-regular-context-2.html
* igt@gem_pxp@hw-rejects-pxp-buffer:
- shard-tglu-1: NOTRUN -> [SKIP][114] ([i915#13398])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@gem_pxp@hw-rejects-pxp-buffer.html
* igt@gem_render_copy@y-tiled-ccs-to-linear:
- shard-mtlp: NOTRUN -> [SKIP][115] ([i915#8428])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-7/igt@gem_render_copy@y-tiled-ccs-to-linear.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][116] ([i915#5190] / [i915#8428]) +3 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-7/igt@gem_render_copy@y-tiled-ccs-to-y-tiled.html
* igt@gem_render_tiled_blits@basic:
- shard-dg2: NOTRUN -> [SKIP][117] ([i915#4079])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-6/igt@gem_render_tiled_blits@basic.html
- shard-dg1: NOTRUN -> [SKIP][118] ([i915#4079])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-15/igt@gem_render_tiled_blits@basic.html
- shard-mtlp: NOTRUN -> [SKIP][119] ([i915#4079])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-3/igt@gem_render_tiled_blits@basic.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-rkl: NOTRUN -> [SKIP][120] ([i915#8411])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-5/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_softpin@evict-snoop:
- shard-dg1: NOTRUN -> [SKIP][121] ([i915#4885])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-15/igt@gem_softpin@evict-snoop.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-tglu: NOTRUN -> [SKIP][122] ([i915#3297])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-4/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-rkl: NOTRUN -> [SKIP][123] ([i915#3297])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-dg2: NOTRUN -> [SKIP][124] ([i915#3297] / [i915#4880])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gem_userptr_blits@relocations:
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#3281] / [i915#3297])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@gem_userptr_blits@relocations.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-tglu-1: NOTRUN -> [SKIP][126] ([i915#3297])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap-after-close.html
- shard-dg1: NOTRUN -> [SKIP][127] ([i915#3297]) +1 other test skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-16/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gem_workarounds@suspend-resume-context:
- shard-glk: NOTRUN -> [INCOMPLETE][128] ([i915#13356])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk2/igt@gem_workarounds@suspend-resume-context.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-rkl: [PASS][129] -> [INCOMPLETE][130] ([i915#13356])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-7/igt@gem_workarounds@suspend-resume-fd.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-3/igt@gem_workarounds@suspend-resume-fd.html
* igt@gen7_exec_parse@chained-batch:
- shard-rkl: NOTRUN -> [SKIP][131] ([i915#14544])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@gen7_exec_parse@chained-batch.html
* igt@gen9_exec_parse@allowed-single:
- shard-glk: NOTRUN -> [ABORT][132] ([i915#5566])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk1/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-dg1: NOTRUN -> [SKIP][133] ([i915#2527]) +4 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-16/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@bb-start-far:
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#2527]) +4 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@gen9_exec_parse@bb-start-far.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-tglu: NOTRUN -> [SKIP][135] ([i915#2527] / [i915#2856]) +4 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-6/igt@gen9_exec_parse@cmd-crossing-page.html
- shard-mtlp: NOTRUN -> [SKIP][136] ([i915#2856]) +1 other test skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-4/igt@gen9_exec_parse@cmd-crossing-page.html
- shard-rkl: NOTRUN -> [SKIP][137] ([i915#14544] / [i915#2527])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@gen9_exec_parse@secure-batches:
- shard-dg2: NOTRUN -> [SKIP][138] ([i915#2856]) +4 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@gen9_exec_parse@secure-batches.html
* igt@gen9_exec_parse@unaligned-jump:
- shard-tglu-1: NOTRUN -> [SKIP][139] ([i915#2527] / [i915#2856]) +1 other test skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@gen9_exec_parse@unaligned-jump.html
* igt@i915_drm_fdinfo@all-busy-idle-check-all:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#14123])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-4/igt@i915_drm_fdinfo@all-busy-idle-check-all.html
* igt@i915_drm_fdinfo@busy@vecs1:
- shard-dg2: NOTRUN -> [SKIP][141] ([i915#14073]) +15 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-5/igt@i915_drm_fdinfo@busy@vecs1.html
* igt@i915_drm_fdinfo@virtual-busy:
- shard-dg2: NOTRUN -> [SKIP][142] ([i915#14118])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-5/igt@i915_drm_fdinfo@virtual-busy.html
- shard-dg1: NOTRUN -> [SKIP][143] ([i915#14118])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@i915_drm_fdinfo@virtual-busy.html
- shard-mtlp: NOTRUN -> [SKIP][144] ([i915#14118])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-2/igt@i915_drm_fdinfo@virtual-busy.html
* igt@i915_module_load@fault-injection@intel_connector_register:
- shard-mtlp: NOTRUN -> [DMESG-WARN][145] ([i915#15342])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-5/igt@i915_module_load@fault-injection@intel_connector_register.html
* igt@i915_module_load@resize-bar:
- shard-dg2: NOTRUN -> [DMESG-WARN][146] ([i915#14545])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#8399])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@i915_pm_freq_api@freq-suspend.html
- shard-tglu: NOTRUN -> [SKIP][148] ([i915#8399]) +1 other test skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-9/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-dg1: [PASS][149] -> [DMESG-WARN][150] ([i915#4423])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-12/igt@i915_pm_rpm@system-suspend-execbuf.html
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_pm_rps@thresholds-park:
- shard-dg2: NOTRUN -> [SKIP][151] ([i915#11681])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-5/igt@i915_pm_rps@thresholds-park.html
* igt@i915_pm_sseu@full-enable:
- shard-rkl: NOTRUN -> [SKIP][152] ([i915#4387])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-1/igt@i915_pm_sseu@full-enable.html
- shard-tglu-1: NOTRUN -> [SKIP][153] ([i915#4387])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@i915_pm_sseu@full-enable.html
* igt@i915_power@sanity:
- shard-mtlp: [PASS][154] -> [SKIP][155] ([i915#7984])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-2/igt@i915_power@sanity.html
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-8/igt@i915_power@sanity.html
* igt@i915_query@hwconfig_table:
- shard-dg1: NOTRUN -> [SKIP][156] ([i915#6245])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-16/igt@i915_query@hwconfig_table.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-tglu: NOTRUN -> [INCOMPLETE][157] ([i915#4817] / [i915#7443])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-7/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@debugfs-reader:
- shard-glk: [PASS][158] -> [INCOMPLETE][159] ([i915#4817]) +1 other test incomplete
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-glk4/igt@i915_suspend@debugfs-reader.html
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk4/igt@i915_suspend@debugfs-reader.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-rkl: [PASS][160] -> [INCOMPLETE][161] ([i915#4817])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-2/igt@i915_suspend@fence-restore-tiled2untiled.html
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-3/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@i915_suspend@forcewake:
- shard-glk: NOTRUN -> [INCOMPLETE][162] ([i915#4817]) +1 other test incomplete
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk4/igt@i915_suspend@forcewake.html
- shard-rkl: NOTRUN -> [INCOMPLETE][163] ([i915#4817])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@i915_suspend@forcewake.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- shard-dg1: NOTRUN -> [SKIP][164] ([i915#4212]) +1 other test skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-12/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-glk10: NOTRUN -> [INCOMPLETE][165] ([i915#12761])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/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][166] ([i915#12761] / [i915#14995])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk10/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-glk: NOTRUN -> [SKIP][167] ([i915#1769])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
- shard-dg2: NOTRUN -> [SKIP][168] ([i915#1769] / [i915#3555])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#1769] / [i915#3555])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
- shard-dg1: NOTRUN -> [SKIP][170] ([i915#1769] / [i915#3555])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
- shard-snb: NOTRUN -> [SKIP][171] ([i915#1769])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-snb5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-tglu-1: NOTRUN -> [SKIP][172] ([i915#1769] / [i915#3555])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][173] +3 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-2/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-tglu: NOTRUN -> [SKIP][174] ([i915#5286]) +4 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-6/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
- shard-tglu-1: NOTRUN -> [SKIP][175] ([i915#5286])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-rkl: NOTRUN -> [SKIP][176] ([i915#5286]) +2 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][177] ([i915#4538] / [i915#5286]) +3 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-16/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@linear-32bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][178] ([i915#3638]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-1/igt@kms_big_fb@linear-32bpp-rotate-270.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][179] ([i915#3638]) +3 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-12/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg1: NOTRUN -> [SKIP][180] ([i915#3828]) +2 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
- shard-tglu: NOTRUN -> [SKIP][181] ([i915#3828])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-4/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#3828])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-2/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#3828])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-3/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
- shard-rkl: NOTRUN -> [SKIP][184] ([i915#3828])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][185] +14 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][186] ([i915#14544] / [i915#3638])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][187] ([i915#4538] / [i915#5190]) +7 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-7/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][188] +20 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][189] ([i915#4538]) +3 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][190] ([i915#14098] / [i915#6095]) +45 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-5/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@bad-pixel-format-y-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-4/igt@kms_ccs@bad-pixel-format-y-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][192] ([i915#12313]) +3 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][193] ([i915#6095]) +48 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][194] ([i915#12313]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
- shard-rkl: NOTRUN -> [SKIP][195] ([i915#12313]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][196] ([i915#10307] / [i915#6095]) +84 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
- shard-glk: NOTRUN -> [SKIP][197] +264 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc:
- shard-glk11: NOTRUN -> [SKIP][198] +194 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk11/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][199] ([i915#6095]) +232 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-12/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][200] ([i915#12805]) +1 other test skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-7/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][201] ([i915#6095]) +24 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][202] ([i915#12805])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
- shard-rkl: NOTRUN -> [SKIP][203] ([i915#12805])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
- shard-dg1: NOTRUN -> [SKIP][204] ([i915#12805])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-15/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][205] ([i915#12805])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-3/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][206] ([i915#6095]) +14 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-3/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-b-edp-1.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs:
- shard-rkl: [PASS][207] -> [ABORT][208] ([i915#15132])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-1/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [ABORT][209] ([i915#15132])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-1/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][210] ([i915#12313]) +1 other test skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][211] ([i915#12313]) +1 other test skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][212] ([i915#14544] / [i915#6095]) +3 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][213] ([i915#14098] / [i915#14544] / [i915#6095]) +2 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][214] ([i915#12313])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc:
- shard-tglu: NOTRUN -> [SKIP][215] ([i915#6095]) +64 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-5/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#6095]) +69 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-tglu: NOTRUN -> [SKIP][217] ([i915#3742])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-4/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@plane-scaling:
- shard-rkl: NOTRUN -> [SKIP][218] ([i915#3742])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-3/igt@kms_cdclk@plane-scaling.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#13783]) +3 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_audio@dp-audio:
- shard-tglu: NOTRUN -> [SKIP][220] ([i915#11151] / [i915#7828]) +8 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-5/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#11151] / [i915#7828]) +4 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-3/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
* igt@kms_chamelium_frames@dp-crc-single:
- shard-tglu-1: NOTRUN -> [SKIP][222] ([i915#11151] / [i915#7828]) +3 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_chamelium_frames@dp-crc-single.html
* igt@kms_chamelium_frames@hdmi-frame-dump:
- shard-rkl: NOTRUN -> [SKIP][223] ([i915#11151] / [i915#7828]) +8 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_chamelium_frames@hdmi-frame-dump.html
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#11151] / [i915#7828]) +3 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-15/igt@kms_chamelium_frames@hdmi-frame-dump.html
- shard-mtlp: NOTRUN -> [SKIP][225] ([i915#11151] / [i915#7828]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-3/igt@kms_chamelium_frames@hdmi-frame-dump.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#15330] / [i915#3116])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-0-suspend-resume:
- shard-tglu: NOTRUN -> [SKIP][227] ([i915#15330])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-3/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-tglu-1: NOTRUN -> [SKIP][228] ([i915#13049])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-rkl: [PASS][229] -> [FAIL][230] ([i915#13566]) +3 other tests fail
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-7/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-128x42.html
- shard-tglu: [PASS][231] -> [FAIL][232] ([i915#13566]) +7 other tests fail
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-4/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-tglu: NOTRUN -> [SKIP][233] ([i915#13049]) +1 other test skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-10/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-tglu: NOTRUN -> [SKIP][234] ([i915#3555]) +3 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-7/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-tglu-1: NOTRUN -> [SKIP][235] ([i915#3555]) +1 other test skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-rkl: NOTRUN -> [SKIP][236] ([i915#13049])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-3/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][237] ([i915#13566]) +2 other tests fail
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-7/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-2.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-tglu-1: NOTRUN -> [SKIP][238] +18 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-tglu: NOTRUN -> [SKIP][239] ([i915#4103]) +1 other test skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-dg1: NOTRUN -> [SKIP][240] +20 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-15/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
- shard-dg2: NOTRUN -> [SKIP][241] ([i915#13046] / [i915#5354]) +2 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-dg1: NOTRUN -> [SKIP][242] ([i915#9067])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-12/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-dg1: NOTRUN -> [SKIP][243] ([i915#4103] / [i915#4213])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][244] ([i915#9723])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
- shard-dg1: NOTRUN -> [SKIP][245] ([i915#9723])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-19/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
- shard-tglu: NOTRUN -> [SKIP][246] ([i915#9723])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-4/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][247] ([i915#3804])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-tglu: NOTRUN -> [SKIP][248] ([i915#13749])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-10/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-rkl: NOTRUN -> [SKIP][249] ([i915#13749])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-tglu: NOTRUN -> [SKIP][250] ([i915#13748])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-2/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#3840])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-bpc:
- shard-tglu-1: NOTRUN -> [SKIP][252] ([i915#3555] / [i915#3840])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-formats:
- shard-tglu: NOTRUN -> [SKIP][253] ([i915#3555] / [i915#3840])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-4/igt@kms_dsc@dsc-with-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-rkl: NOTRUN -> [SKIP][254] ([i915#14544] / [i915#3555] / [i915#3840])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][255] ([i915#9878])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk1/igt@kms_fbcon_fbt@fbc-suspend.html
- shard-rkl: NOTRUN -> [INCOMPLETE][256] ([i915#9878])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-3/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr:
- shard-dg1: NOTRUN -> [SKIP][257] ([i915#3469])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-17/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@chamelium:
- shard-dg2: NOTRUN -> [SKIP][258] ([i915#4854])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-2x:
- shard-tglu: NOTRUN -> [SKIP][259] ([i915#1839])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-7/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@dp-mst:
- shard-glk10: NOTRUN -> [SKIP][260] +45 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk10/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr2:
- shard-dg1: NOTRUN -> [SKIP][261] ([i915#658])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@kms_feature_discovery@psr2.html
- shard-tglu: NOTRUN -> [SKIP][262] ([i915#658])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-7/igt@kms_feature_discovery@psr2.html
- shard-dg2: NOTRUN -> [SKIP][263] ([i915#658])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-4/igt@kms_feature_discovery@psr2.html
- shard-rkl: NOTRUN -> [SKIP][264] ([i915#658])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-7/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-rkl: NOTRUN -> [SKIP][265] ([i915#14544] / [i915#9934]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][266] ([i915#3637] / [i915#9934]) +13 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-6/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop:
- shard-tglu-1: NOTRUN -> [SKIP][267] ([i915#9934])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_flip@2x-flip-vs-dpms-on-nop.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-dg2: NOTRUN -> [SKIP][268] ([i915#9934]) +8 other tests skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
- shard-rkl: NOTRUN -> [SKIP][269] ([i915#9934]) +8 other tests skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
- shard-dg1: NOTRUN -> [SKIP][270] ([i915#9934]) +7 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-15/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][271] ([i915#3637] / [i915#9934]) +5 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-6/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
- shard-snb: NOTRUN -> [TIMEOUT][272] ([i915#14033] / [i915#14350])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-snb4/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1:
- shard-snb: NOTRUN -> [TIMEOUT][273] ([i915#14033])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-snb4/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
- shard-tglu-1: NOTRUN -> [SKIP][274] ([i915#3637] / [i915#9934])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-glk: NOTRUN -> [INCOMPLETE][275] ([i915#12745] / [i915#4839] / [i915#6113])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk3/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1:
- shard-glk: NOTRUN -> [INCOMPLETE][276] ([i915#12745])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk3/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][277] ([i915#15643]) +1 other test skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/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-tglu-1: NOTRUN -> [SKIP][278] ([i915#15643])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][279] ([i915#3555] / [i915#8810] / [i915#8813]) +1 other test skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-dg1: NOTRUN -> [SKIP][280] ([i915#15643]) +2 other tests skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
- shard-tglu: NOTRUN -> [SKIP][281] ([i915#15643]) +2 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
* igt@kms_force_connector_basic@force-edid:
- shard-mtlp: [PASS][282] -> [SKIP][283] ([i915#15672])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-4/igt@kms_force_connector_basic@force-edid.html
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-1/igt@kms_force_connector_basic@force-edid.html
* igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw:
- shard-dg2: NOTRUN -> [FAIL][284] ([i915#15389] / [i915#6880])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][285] +57 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-dg2: NOTRUN -> [SKIP][286] ([i915#10055])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][287] ([i915#8708]) +10 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack-mmap-gtt.html
- shard-dg1: NOTRUN -> [SKIP][288] ([i915#8708]) +9 other tests skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][289] ([i915#8708]) +1 other test skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][290] ([i915#15102]) +5 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-rkl: NOTRUN -> [SKIP][291] ([i915#15102] / [i915#3023]) +17 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt:
- shard-dg2: NOTRUN -> [SKIP][292] ([i915#10433] / [i915#15102] / [i915#3458])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][293] ([i915#14544] / [i915#15102] / [i915#3023]) +1 other test skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-onoff:
- shard-mtlp: NOTRUN -> [SKIP][294] ([i915#1825]) +6 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff:
- shard-rkl: NOTRUN -> [SKIP][295] ([i915#1825]) +38 other tests skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc:
- shard-tglu-1: NOTRUN -> [SKIP][296] ([i915#15102]) +11 other tests skip
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][297] ([i915#15102]) +2 other tests skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][298] ([i915#15104])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-blt:
- shard-tglu: NOTRUN -> [SKIP][299] ([i915#15102]) +23 other tests skip
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-4/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-blt.html
- shard-dg2: NOTRUN -> [SKIP][300] ([i915#15102]) +1 other test skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][301] ([i915#15104]) +1 other test skip
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt:
- shard-dg1: NOTRUN -> [SKIP][302] ([i915#15102] / [i915#3458]) +11 other tests skip
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][303] ([i915#15102] / [i915#3458]) +8 other tests skip
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render:
- shard-rkl: NOTRUN -> [SKIP][304] ([i915#14544] / [i915#1825])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt:
- shard-dg2: NOTRUN -> [SKIP][305] ([i915#5354]) +22 other tests skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_hdr@bpc-switch:
- shard-dg1: NOTRUN -> [SKIP][306] ([i915#3555] / [i915#8228])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@brightness-with-hdr:
- shard-rkl: NOTRUN -> [SKIP][307] ([i915#12713])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-tglu-1: NOTRUN -> [SKIP][308] ([i915#3555] / [i915#8228])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_joiner@basic-big-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][309] ([i915#15460])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][310] ([i915#15459])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-dg1: NOTRUN -> [SKIP][311] ([i915#15458])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-dg2: NOTRUN -> [SKIP][312] ([i915#15458]) +1 other test skip
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-5/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][313] ([i915#15459])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
- shard-rkl: NOTRUN -> [SKIP][314] ([i915#15459])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_joiner@invalid-modeset-force-big-joiner.html
- shard-dg1: NOTRUN -> [SKIP][315] ([i915#15459])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-15/igt@kms_joiner@invalid-modeset-force-big-joiner.html
- shard-tglu: NOTRUN -> [SKIP][316] ([i915#15459])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
- shard-mtlp: NOTRUN -> [SKIP][317] ([i915#15459])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-3/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][318] ([i915#15458]) +1 other test skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-6/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][319] ([i915#15638] / [i915#15722])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: NOTRUN -> [SKIP][320] ([i915#15815])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-rkl: [PASS][321] -> [INCOMPLETE][322] ([i915#12756] / [i915#13476])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-8/igt@kms_pipe_crc_basic@suspend-read-crc.html
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [INCOMPLETE][323] ([i915#12756] / [i915#13409] / [i915#13476]) +1 other test incomplete
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk8/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][324] ([i915#13476])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping:
- shard-mtlp: NOTRUN -> [SKIP][325] ([i915#15709])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-6/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier:
- shard-tglu: NOTRUN -> [SKIP][326] ([i915#15709]) +2 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-4/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier.html
* igt@kms_plane@pixel-format-x-tiled-modifier@pipe-a-plane-7:
- shard-tglu: NOTRUN -> [SKIP][327] ([i915#15608]) +1 other test skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-3/igt@kms_plane@pixel-format-x-tiled-modifier@pipe-a-plane-7.html
* igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5:
- shard-dg2: NOTRUN -> [SKIP][328] ([i915#15608]) +1 other test skip
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-6/igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5.html
- shard-rkl: NOTRUN -> [SKIP][329] ([i915#15608]) +1 other test skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-5/igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5.html
- shard-mtlp: NOTRUN -> [SKIP][330] ([i915#15608]) +1 other test skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-1/igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-7:
- shard-dg1: NOTRUN -> [SKIP][331] ([i915#15608]) +1 other test skip
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-12/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-tglu-1: NOTRUN -> [SKIP][332] ([i915#15709]) +2 other tests skip
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
- shard-dg2: NOTRUN -> [SKIP][333] ([i915#15709]) +1 other test skip
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-yf-tiled-ccs-modifier-source-clamping:
- shard-dg1: NOTRUN -> [SKIP][334] ([i915#15709]) +3 other tests skip
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-16/igt@kms_plane@pixel-format-yf-tiled-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-yf-tiled-modifier:
- shard-rkl: NOTRUN -> [SKIP][335] ([i915#15709]) +1 other test skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-8/igt@kms_plane@pixel-format-yf-tiled-modifier.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-glk10: NOTRUN -> [INCOMPLETE][336] ([i915#13026]) +1 other test incomplete
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk10/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb:
- shard-glk11: NOTRUN -> [FAIL][337] ([i915#10647] / [i915#12177])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk11/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1:
- shard-glk11: NOTRUN -> [FAIL][338] ([i915#10647]) +1 other test fail
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk11/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-rkl: NOTRUN -> [SKIP][339] ([i915#13958] / [i915#14544])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-none.html
- shard-tglu: NOTRUN -> [SKIP][340] ([i915#13958])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-6/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_plane_multiple@tiling-4:
- shard-rkl: NOTRUN -> [SKIP][341] ([i915#14259])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_plane_multiple@tiling-4.html
- shard-dg1: NOTRUN -> [SKIP][342] ([i915#14259])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-15/igt@kms_plane_multiple@tiling-4.html
- shard-tglu: NOTRUN -> [SKIP][343] ([i915#14259])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-6/igt@kms_plane_multiple@tiling-4.html
* igt@kms_plane_multiple@tiling-yf:
- shard-dg2: NOTRUN -> [SKIP][344] ([i915#14259])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-5/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers:
- shard-mtlp: NOTRUN -> [SKIP][345] ([i915#15329]) +4 other tests skip
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-8/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][346] ([i915#12343])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-rkl: NOTRUN -> [SKIP][347] ([i915#5354]) +2 other tests skip
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-7/igt@kms_pm_backlight@fade-with-dpms.html
- shard-dg1: NOTRUN -> [SKIP][348] ([i915#5354]) +1 other test skip
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@kms_pm_backlight@fade-with-dpms.html
- shard-tglu: NOTRUN -> [SKIP][349] ([i915#9812]) +3 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-7/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-rkl: NOTRUN -> [SKIP][350] ([i915#14544] / [i915#5354])
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc5-dpms-negative:
- shard-mtlp: NOTRUN -> [SKIP][351] ([i915#13441])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-1/igt@kms_pm_dc@dc5-dpms-negative.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: NOTRUN -> [SKIP][352] ([i915#15739])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-rkl: NOTRUN -> [SKIP][353] ([i915#8430])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-7/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-tglu-1: NOTRUN -> [SKIP][354] ([i915#15073])
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: [PASS][355] -> [SKIP][356] ([i915#15073]) +1 other test skip
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
- shard-dg1: [PASS][357] -> [SKIP][358] ([i915#15073]) +1 other test skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-12/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-15/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
- shard-tglu: NOTRUN -> [SKIP][359] ([i915#15073])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@package-g7:
- shard-tglu: NOTRUN -> [SKIP][360] ([i915#15403])
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-10/igt@kms_pm_rpm@package-g7.html
- shard-dg2: NOTRUN -> [SKIP][361] ([i915#15403])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-6/igt@kms_pm_rpm@package-g7.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-glk11: NOTRUN -> [INCOMPLETE][362] ([i915#10553])
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk11/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-rkl: NOTRUN -> [SKIP][363] ([i915#6524])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-5/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf:
- shard-snb: NOTRUN -> [SKIP][364] ([i915#11520]) +3 other tests skip
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-snb1/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
- shard-dg1: NOTRUN -> [SKIP][365] ([i915#11520]) +6 other tests skip
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-12/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][366] ([i915#11520]) +9 other tests skip
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-6/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][367] ([i915#11520]) +6 other tests skip
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/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-tglu-1: NOTRUN -> [SKIP][368] ([i915#11520]) +1 other test skip
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
- shard-dg2: NOTRUN -> [SKIP][369] ([i915#11520]) +7 other tests skip
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-7/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][370] ([i915#9808])
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-7/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area:
- shard-glk11: NOTRUN -> [SKIP][371] ([i915#11520]) +5 other tests skip
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk11/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-glk10: NOTRUN -> [SKIP][372] ([i915#11520]) +1 other test skip
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk10/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area:
- shard-mtlp: NOTRUN -> [SKIP][373] ([i915#12316]) +3 other tests skip
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-3/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][374] ([i915#11520]) +9 other tests skip
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk5/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-tglu: NOTRUN -> [SKIP][375] ([i915#9683])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-3/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-p010:
- shard-rkl: NOTRUN -> [SKIP][376] ([i915#9683])
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-psr-basic:
- shard-mtlp: NOTRUN -> [SKIP][377] ([i915#9688]) +4 other tests skip
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-1/igt@kms_psr@fbc-psr-basic.html
* igt@kms_psr@fbc-psr-primary-page-flip:
- shard-dg2: NOTRUN -> [SKIP][378] ([i915#1072] / [i915#9732]) +14 other tests skip
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-4/igt@kms_psr@fbc-psr-primary-page-flip.html
* igt@kms_psr@psr-cursor-plane-move:
- shard-rkl: NOTRUN -> [SKIP][379] ([i915#1072] / [i915#9732]) +17 other tests skip
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-5/igt@kms_psr@psr-cursor-plane-move.html
- shard-dg1: NOTRUN -> [SKIP][380] ([i915#1072] / [i915#9732]) +12 other tests skip
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-12/igt@kms_psr@psr-cursor-plane-move.html
* igt@kms_psr@psr-cursor-plane-onoff:
- shard-tglu-1: NOTRUN -> [SKIP][381] ([i915#9732]) +9 other tests skip
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_psr@psr-cursor-plane-onoff.html
* igt@kms_psr@psr2-cursor-plane-onoff:
- shard-tglu: NOTRUN -> [SKIP][382] ([i915#9732]) +16 other tests skip
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-10/igt@kms_psr@psr2-cursor-plane-onoff.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-dg2: NOTRUN -> [SKIP][383] ([i915#12755])
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@kms_rotation_crc@primary-rotation-270.html
- shard-mtlp: NOTRUN -> [SKIP][384] ([i915#12755]) +1 other test skip
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-6/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][385] ([i915#12755] / [i915#5190]) +1 other test skip
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
- shard-tglu: NOTRUN -> [SKIP][386] ([i915#5289]) +1 other test skip
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-dg2: NOTRUN -> [SKIP][387] ([i915#3555]) +3 other tests skip
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@kms_setmode@basic-clone-single-crtc.html
- shard-rkl: NOTRUN -> [SKIP][388] ([i915#3555])
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-7/igt@kms_setmode@basic-clone-single-crtc.html
- shard-dg1: NOTRUN -> [SKIP][389] ([i915#3555]) +5 other tests skip
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@kms_setmode@basic-clone-single-crtc.html
- shard-mtlp: NOTRUN -> [SKIP][390] ([i915#3555] / [i915#8809])
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-8/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg1: NOTRUN -> [SKIP][391] ([i915#8623])
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-16/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vrr@flip-basic-fastset:
- shard-tglu-1: NOTRUN -> [SKIP][392] ([i915#9906])
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-1/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@negative-basic:
- shard-dg2: NOTRUN -> [SKIP][393] ([i915#3555] / [i915#9906])
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-rkl: NOTRUN -> [SKIP][394] ([i915#9906]) +1 other test skip
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@perf@gen12-group-concurrent-oa-buffer-read:
- shard-tglu: [PASS][395] -> [FAIL][396] ([i915#10538])
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-tglu-3/igt@perf@gen12-group-concurrent-oa-buffer-read.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-9/igt@perf@gen12-group-concurrent-oa-buffer-read.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][397] ([i915#2436])
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@per-context-mode-unprivileged:
- shard-dg1: NOTRUN -> [SKIP][398] ([i915#2433])
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-17/igt@perf@per-context-mode-unprivileged.html
* igt@perf_pmu@module-unload:
- shard-glk: NOTRUN -> [ABORT][399] ([i915#15778])
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk9/igt@perf_pmu@module-unload.html
* igt@perf_pmu@rc6-all-gts:
- shard-rkl: NOTRUN -> [SKIP][400] ([i915#8516])
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@perf_pmu@rc6-all-gts.html
- shard-tglu: NOTRUN -> [SKIP][401] ([i915#8516])
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-4/igt@perf_pmu@rc6-all-gts.html
* igt@perf_pmu@semaphore-busy@vcs1:
- shard-dg1: [PASS][402] -> [FAIL][403] ([i915#4349]) +2 other tests fail
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-12/igt@perf_pmu@semaphore-busy@vcs1.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-12/igt@perf_pmu@semaphore-busy@vcs1.html
- shard-mtlp: [PASS][404] -> [FAIL][405] ([i915#4349]) +3 other tests fail
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-4/igt@perf_pmu@semaphore-busy@vcs1.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-3/igt@perf_pmu@semaphore-busy@vcs1.html
* igt@perf_pmu@semaphore-busy@vecs0:
- shard-dg2: [PASS][406] -> [FAIL][407] ([i915#4349]) +7 other tests fail
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-1/igt@perf_pmu@semaphore-busy@vecs0.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-6/igt@perf_pmu@semaphore-busy@vecs0.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-tglu: NOTRUN -> [FAIL][408] ([i915#12910]) +18 other tests fail
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-5/igt@sriov_basic@enable-vfs-autoprobe-on.html
- shard-rkl: NOTRUN -> [SKIP][409] ([i915#9917])
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-7/igt@sriov_basic@enable-vfs-autoprobe-on.html
#### Possible fixes ####
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: [INCOMPLETE][410] ([i915#12392] / [i915#13356]) -> [PASS][411]
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-3/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_eio@in-flight-suspend:
- shard-rkl: [INCOMPLETE][412] ([i915#13390]) -> [PASS][413]
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@gem_eio@in-flight-suspend.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@gem_eio@in-flight-suspend.html
* igt@gem_eio@suspend:
- shard-rkl: [ABORT][414] ([i915#15131]) -> [PASS][415]
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-1/igt@gem_eio@suspend.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@gem_eio@suspend.html
* igt@gem_exec_big@single:
- shard-mtlp: [DMESG-FAIL][416] ([i915#15478]) -> [PASS][417]
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-5/igt@gem_exec_big@single.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-1/igt@gem_exec_big@single.html
* igt@gem_exec_gttfill@all-engines:
- shard-dg2: [CRASH][418] -> [PASS][419]
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-1/igt@gem_exec_gttfill@all-engines.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@gem_exec_gttfill@all-engines.html
* igt@gem_exec_suspend@basic-s0:
- shard-dg2: [INCOMPLETE][420] ([i915#13356]) -> [PASS][421] +1 other test pass
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-3/igt@gem_exec_suspend@basic-s0.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@gem_exec_suspend@basic-s0.html
* igt@gem_lmem_swapping@smem-oom:
- shard-dg1: [FAIL][422] ([i915#15734]) -> [PASS][423]
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-14/igt@gem_lmem_swapping@smem-oom.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-16/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg1: [CRASH][424] ([i915#5493]) -> [PASS][425]
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-14/igt@gem_lmem_swapping@smem-oom@lmem0.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-glk: [INCOMPLETE][426] ([i915#13356] / [i915#15172]) -> [PASS][427]
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-glk9/igt@i915_pm_rpm@system-suspend-execbuf.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk2/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: [FAIL][428] ([i915#13566]) -> [PASS][429] +1 other test pass
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-tglu-7/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-vga1-hdmi-a1:
- shard-snb: [FAIL][430] ([i915#13027]) -> [PASS][431] +1 other test pass
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-snb5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-vga1-hdmi-a1.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-snb1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1:
- shard-snb: [TIMEOUT][432] ([i915#14033]) -> [PASS][433] +1 other test pass
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-snb5/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-snb7/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
* igt@kms_lease@lease-revoke:
- shard-dg1: [ABORT][434] ([i915#4423]) -> [PASS][435] +1 other test pass
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-16/igt@kms_lease@lease-revoke.html
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-17/igt@kms_lease@lease-revoke.html
* igt@kms_lease@lease-revoke@pipe-b-hdmi-a-4:
- shard-dg1: [DMESG-WARN][436] ([i915#4423]) -> [PASS][437] +4 other tests pass
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-16/igt@kms_lease@lease-revoke@pipe-b-hdmi-a-4.html
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-17/igt@kms_lease@lease-revoke@pipe-b-hdmi-a-4.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg1: [SKIP][438] ([i915#15073]) -> [PASS][439] +1 other test pass
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-16/igt@kms_pm_rpm@modeset-lpsp.html
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: [SKIP][440] ([i915#15073]) -> [PASS][441] +1 other test pass
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress.html
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2: [SKIP][442] ([i915#15073]) -> [PASS][443]
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-6/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@system-suspend-idle:
- shard-dg2: [INCOMPLETE][444] ([i915#14419]) -> [PASS][445]
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-1/igt@kms_pm_rpm@system-suspend-idle.html
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-8/igt@kms_pm_rpm@system-suspend-idle.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-mtlp: [FAIL][446] ([i915#15106]) -> [PASS][447] +2 other tests pass
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-4/igt@kms_setmode@basic@pipe-b-edp-1.html
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-4/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_vblank@ts-continuation-dpms-suspend:
- shard-rkl: [INCOMPLETE][448] ([i915#12276]) -> [PASS][449]
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_vblank@ts-continuation-dpms-suspend.html
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-5/igt@kms_vblank@ts-continuation-dpms-suspend.html
#### Warnings ####
* igt@api_intel_bb@object-reloc-keep-cache:
- shard-rkl: [SKIP][450] ([i915#8411]) -> [SKIP][451] ([i915#14544] / [i915#8411])
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-3/igt@api_intel_bb@object-reloc-keep-cache.html
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@api_intel_bb@object-reloc-keep-cache.html
* igt@gem_ccs@suspend-resume:
- shard-rkl: [SKIP][452] ([i915#14544] / [i915#9323]) -> [SKIP][453] ([i915#9323])
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@gem_ccs@suspend-resume.html
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@gem_ccs@suspend-resume.html
* igt@gem_close_race@multigpu-basic-process:
- shard-rkl: [SKIP][454] ([i915#7697]) -> [SKIP][455] ([i915#14544] / [i915#7697])
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-3/igt@gem_close_race@multigpu-basic-process.html
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-rkl: [SKIP][456] ([i915#6335]) -> [SKIP][457] ([i915#14544] / [i915#6335])
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-3/igt@gem_create@create-ext-cpu-access-big.html
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-rkl: [SKIP][458] ([i915#14544] / [i915#4525]) -> [SKIP][459] ([i915#4525])
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@gem_exec_balancer@parallel-keep-submit-fence.html
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_reloc@basic-concurrent16:
- shard-rkl: [SKIP][460] ([i915#14544] / [i915#3281]) -> [SKIP][461] ([i915#3281]) +1 other test skip
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@gem_exec_reloc@basic-concurrent16.html
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@gem_exec_reloc@basic-concurrent16.html
* igt@gem_exec_reloc@basic-cpu-gtt-active:
- shard-rkl: [SKIP][462] ([i915#3281]) -> [SKIP][463] ([i915#14544] / [i915#3281]) +1 other test skip
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-2/igt@gem_exec_reloc@basic-cpu-gtt-active.html
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-gtt-active.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-rkl: [SKIP][464] ([i915#14544] / [i915#4613] / [i915#7582]) -> [SKIP][465] ([i915#4613] / [i915#7582])
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@gem_lmem_evict@dontneed-evict-race.html
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-3/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-rkl: [SKIP][466] ([i915#4613]) -> [SKIP][467] ([i915#14544] / [i915#4613])
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-5/igt@gem_lmem_swapping@verify-ccs.html
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_media_vme:
- shard-rkl: [SKIP][468] ([i915#284]) -> [SKIP][469] ([i915#14544] / [i915#284])
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-7/igt@gem_media_vme.html
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@gem_media_vme.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: [SKIP][470] ([i915#14544] / [i915#3282]) -> [SKIP][471] ([i915#3282]) +1 other test skip
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads.html
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-1/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_pwrite@basic-exhaustion:
- shard-tglu: [ABORT][472] ([i915#15773]) -> [ABORT][473] ([i915#15647])
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-tglu-6/igt@gem_pwrite@basic-exhaustion.html
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-tglu-3/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_tiled_pread_pwrite:
- shard-rkl: [SKIP][474] ([i915#3282]) -> [SKIP][475] ([i915#14544] / [i915#3282]) +1 other test skip
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-4/igt@gem_tiled_pread_pwrite.html
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@gem_tiled_pread_pwrite.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-rkl: [SKIP][476] ([i915#14544] / [i915#3297]) -> [SKIP][477] ([i915#3297])
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@gem_userptr_blits@unsync-overlap.html
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-7/igt@gem_userptr_blits@unsync-overlap.html
* igt@gen9_exec_parse@basic-rejected:
- shard-rkl: [SKIP][478] ([i915#14544] / [i915#2527]) -> [SKIP][479] ([i915#2527])
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@gen9_exec_parse@basic-rejected.html
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-7/igt@gen9_exec_parse@basic-rejected.html
* igt@i915_module_load@fault-injection:
- shard-mtlp: [ABORT][480] -> [ABORT][481] ([i915#15342] / [i915#15481])
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-2/igt@i915_module_load@fault-injection.html
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-5/igt@i915_module_load@fault-injection.html
* igt@i915_module_load@fault-injection@__uc_init:
- shard-mtlp: [ABORT][482] -> [ABORT][483] ([i915#15481])
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-2/igt@i915_module_load@fault-injection@__uc_init.html
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-5/igt@i915_module_load@fault-injection@__uc_init.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-rkl: [SKIP][484] ([i915#12454] / [i915#12712]) -> [SKIP][485] ([i915#12454] / [i915#12712] / [i915#14544])
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-7/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-rkl: [SKIP][486] ([i915#5286]) -> [SKIP][487] ([i915#14544] / [i915#5286])
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-3/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-rkl: [SKIP][488] ([i915#14544] / [i915#5286]) -> [SKIP][489] ([i915#5286])
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@linear-64bpp-rotate-270:
- shard-rkl: [SKIP][490] ([i915#3638]) -> [SKIP][491] ([i915#14544] / [i915#3638])
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-2/igt@kms_big_fb@linear-64bpp-rotate-270.html
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_big_fb@linear-64bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-270:
- shard-rkl: [SKIP][492] ([i915#14544] / [i915#3638]) -> [SKIP][493] ([i915#3638])
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-90:
- shard-dg1: [SKIP][494] ([i915#3638] / [i915#4423]) -> [SKIP][495] ([i915#3638])
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-18/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs:
- shard-rkl: [SKIP][496] ([i915#14098] / [i915#6095]) -> [SKIP][497] ([i915#14098] / [i915#14544] / [i915#6095]) +8 other tests skip
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-4/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][498] ([i915#6095]) -> [SKIP][499] ([i915#14544] / [i915#6095]) +6 other tests skip
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-7/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-2.html
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][500] ([i915#12313]) -> [SKIP][501] ([i915#12313] / [i915#14544]) +1 other test skip
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][502] ([i915#14544] / [i915#6095]) -> [SKIP][503] ([i915#6095])
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-2.html
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-1/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: [SKIP][504] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][505] ([i915#14098] / [i915#6095]) +2 other tests skip
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2.html
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-1/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_chamelium_color@ctm-green-to-red:
- shard-rkl: [SKIP][506] -> [SKIP][507] ([i915#14544]) +5 other tests skip
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-3/igt@kms_chamelium_color@ctm-green-to-red.html
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_chamelium_color@ctm-green-to-red.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-rkl: [SKIP][508] ([i915#11151] / [i915#7828]) -> [SKIP][509] ([i915#11151] / [i915#14544] / [i915#7828]) +1 other test skip
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-5/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_chamelium_hpd@dp-hpd-storm:
- shard-rkl: [SKIP][510] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][511] ([i915#11151] / [i915#7828]) +1 other test skip
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_chamelium_hpd@dp-hpd-storm.html
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_chamelium_hpd@dp-hpd-storm.html
* igt@kms_content_protection@dp-mst-type-0-suspend-resume:
- shard-rkl: [SKIP][512] ([i915#14544] / [i915#15330]) -> [SKIP][513] ([i915#15330])
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-5/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
* igt@kms_content_protection@lic-type-0:
- shard-rkl: [SKIP][514] ([i915#6944] / [i915#9424]) -> [SKIP][515] ([i915#14544])
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-3/igt@kms_content_protection@lic-type-0.html
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_content_protection@lic-type-0.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-rkl: [SKIP][516] ([i915#13049]) -> [SKIP][517] ([i915#13049] / [i915#14544])
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-rkl: [SKIP][518] ([i915#14544] / [i915#4103]) -> [SKIP][519] ([i915#4103])
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions:
- shard-rkl: [SKIP][520] ([i915#14544]) -> [SKIP][521] +2 other tests skip
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-5/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-dg1: [SKIP][522] ([i915#4423]) -> [SKIP][523]
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-18/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-rkl: [SKIP][524] ([i915#14544] / [i915#3555] / [i915#3804]) -> [SKIP][525] ([i915#3555] / [i915#3804])
[524]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
[525]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-rkl: [SKIP][526] ([i915#13707] / [i915#14544]) -> [SKIP][527] ([i915#13707])
[526]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_dp_linktrain_fallback@dp-fallback.html
[527]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-7/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-rkl: [SKIP][528] ([i915#14544] / [i915#3840]) -> [SKIP][529] ([i915#3840])
[528]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_dsc@dsc-fractional-bpp.html
[529]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-5/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset:
- shard-rkl: [SKIP][530] ([i915#14544] / [i915#9934]) -> [SKIP][531] ([i915#9934]) +1 other test skip
[530]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html
[531]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-glk: [INCOMPLETE][532] ([i915#12745] / [i915#4839]) -> [INCOMPLETE][533] ([i915#12314] / [i915#12745] / [i915#4839] / [i915#6113])
[532]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-glk6/igt@kms_flip@2x-flip-vs-suspend.html
[533]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk5/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2:
- shard-glk: [INCOMPLETE][534] ([i915#4839]) -> [INCOMPLETE][535] ([i915#12314] / [i915#4839] / [i915#6113])
[534]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-glk6/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html
[535]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-glk5/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
- shard-rkl: [SKIP][536] ([i915#15643]) -> [SKIP][537] ([i915#14544] / [i915#15643])
[536]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
[537]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling:
- shard-rkl: [SKIP][538] ([i915#14544] / [i915#15643]) -> [SKIP][539] ([i915#15643]) +1 other test skip
[538]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
[539]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-mtlp: [SKIP][540] ([i915#15672]) -> [SKIP][541]
[540]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-mtlp-1/igt@kms_force_connector_basic@force-load-detect.html
[541]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-mtlp-8/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc:
- shard-dg1: [SKIP][542] ([i915#4423] / [i915#8708]) -> [SKIP][543] ([i915#8708])
[542]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
[543]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: [SKIP][544] ([i915#14544] / [i915#1825]) -> [SKIP][545] ([i915#1825]) +8 other tests skip
[544]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
[545]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render:
- shard-dg1: [SKIP][546] ([i915#15102] / [i915#3458] / [i915#4423]) -> [SKIP][547] ([i915#15102] / [i915#3458]) +2 other tests skip
[546]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render.html
[547]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render:
- shard-dg2: [SKIP][548] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][549] ([i915#15102] / [i915#3458]) +2 other tests skip
[548]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
[549]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary:
- shard-dg2: [SKIP][550] ([i915#15102] / [i915#3458]) -> [SKIP][551] ([i915#10433] / [i915#15102] / [i915#3458])
[550]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html
[551]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbcpsr-suspend:
- shard-rkl: [SKIP][552] ([i915#15102] / [i915#3023]) -> [SKIP][553] ([i915#14544] / [i915#15102] / [i915#3023]) +2 other tests skip
[552]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html
[553]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt:
- shard-rkl: [SKIP][554] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][555] ([i915#15102] / [i915#3023]) +3 other tests skip
[554]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html
[555]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-render:
- shard-rkl: [SKIP][556] ([i915#1825]) -> [SKIP][557] ([i915#14544] / [i915#1825]) +13 other tests skip
[556]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-render.html
[557]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-blt:
- shard-dg1: [SKIP][558] -> [SKIP][559] ([i915#4423])
[558]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-blt.html
[559]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-dg1: [SKIP][560] ([i915#1187] / [i915#12713]) -> [SKIP][561] ([i915#12713])
[560]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-13/igt@kms_hdr@brightness-with-hdr.html
[561]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-15/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-rkl: [SKIP][562] ([i915#14544] / [i915#15458]) -> [SKIP][563] ([i915#15458])
[562]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_joiner@basic-ultra-joiner.html
[563]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-8/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-rkl: [SKIP][564] ([i915#15458]) -> [SKIP][565] ([i915#14544] / [i915#15458])
[564]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-8/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
[565]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier:
- shard-rkl: [SKIP][566] ([i915#15709]) -> [SKIP][567] ([i915#14544] / [i915#15709]) +1 other test skip
[566]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-8/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html
[567]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html
* igt@kms_plane_lowres@tiling-yf:
- shard-rkl: [SKIP][568] ([i915#14544] / [i915#3555]) -> [SKIP][569] ([i915#3555]) +1 other test skip
[568]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_plane_lowres@tiling-yf.html
[569]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-dg1: [SKIP][570] ([i915#13958] / [i915#4423]) -> [SKIP][571] ([i915#13958])
[570]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-17/igt@kms_plane_multiple@2x-tiling-yf.html
[571]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-12/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-rkl: [SKIP][572] ([i915#3828]) -> [SKIP][573] ([i915#9340])
[572]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-8/igt@kms_pm_lpsp@kms-lpsp.html
[573]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html
- shard-dg1: [SKIP][574] ([i915#9340]) -> [SKIP][575] ([i915#3828])
[574]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-13/igt@kms_pm_lpsp@kms-lpsp.html
[575]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-14/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-rkl: [SKIP][576] ([i915#15073]) -> [SKIP][577] ([i915#14544] / [i915#15073])
[576]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-3/igt@kms_pm_rpm@dpms-lpsp.html
[577]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_prime@basic-crc-hybrid:
- shard-dg1: [SKIP][578] ([i915#4423] / [i915#6524]) -> [SKIP][579] ([i915#6524])
[578]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-18/igt@kms_prime@basic-crc-hybrid.html
[579]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-rkl: [SKIP][580] ([i915#11520] / [i915#14544]) -> [SKIP][581] ([i915#11520]) +1 other test skip
[580]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
[581]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-3/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
- shard-rkl: [SKIP][582] ([i915#11520]) -> [SKIP][583] ([i915#11520] / [i915#14544]) +1 other test skip
[582]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-2/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
[583]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-dg1: [SKIP][584] ([i915#11520] / [i915#4423]) -> [SKIP][585] ([i915#11520])
[584]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-18/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
[585]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-13/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr@fbc-psr-dpms:
- shard-dg1: [SKIP][586] ([i915#1072] / [i915#4423] / [i915#9732]) -> [SKIP][587] ([i915#1072] / [i915#9732]) +1 other test skip
[586]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-18/igt@kms_psr@fbc-psr-dpms.html
[587]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-17/igt@kms_psr@fbc-psr-dpms.html
* igt@kms_psr@fbc-psr2-sprite-render:
- shard-rkl: [SKIP][588] ([i915#1072] / [i915#9732]) -> [SKIP][589] ([i915#1072] / [i915#14544] / [i915#9732]) +6 other tests skip
[588]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-8/igt@kms_psr@fbc-psr2-sprite-render.html
[589]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_psr@fbc-psr2-sprite-render.html
* igt@kms_psr@psr2-sprite-mmap-cpu:
- shard-rkl: [SKIP][590] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][591] ([i915#1072] / [i915#9732]) +10 other tests skip
[590]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_psr@psr2-sprite-mmap-cpu.html
[591]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-7/igt@kms_psr@psr2-sprite-mmap-cpu.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-rkl: [SKIP][592] ([i915#14544] / [i915#9685]) -> [SKIP][593] ([i915#9685])
[592]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[593]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-rkl: [SKIP][594] ([i915#8623]) -> [SKIP][595] ([i915#14544] / [i915#8623])
[594]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[595]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@flip-basic:
- shard-rkl: [SKIP][596] ([i915#15243] / [i915#3555]) -> [SKIP][597] ([i915#14544] / [i915#15243] / [i915#3555])
[596]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-4/igt@kms_vrr@flip-basic.html
[597]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@kms_vrr@flip-basic.html
* igt@kms_vrr@max-min:
- shard-rkl: [SKIP][598] ([i915#14544] / [i915#9906]) -> [SKIP][599] ([i915#9906])
[598]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-6/igt@kms_vrr@max-min.html
[599]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-2/igt@kms_vrr@max-min.html
* igt@perf@per-context-mode-unprivileged:
- shard-rkl: [SKIP][600] ([i915#2435]) -> [SKIP][601] ([i915#14544] / [i915#2435])
[600]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-3/igt@perf@per-context-mode-unprivileged.html
[601]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@perf@per-context-mode-unprivileged.html
* igt@perf_pmu@module-unload:
- shard-dg1: [ABORT][602] ([i915#15778]) -> [ABORT][603] ([i915#13029] / [i915#15778])
[602]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-dg1-18/igt@perf_pmu@module-unload.html
[603]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-dg1-12/igt@perf_pmu@module-unload.html
* igt@prime_vgem@fence-write-hang:
- shard-rkl: [SKIP][604] ([i915#3708]) -> [SKIP][605] ([i915#14544] / [i915#3708])
[604]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-7/igt@prime_vgem@fence-write-hang.html
[605]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-rkl: [SKIP][606] ([i915#9917]) -> [SKIP][607] ([i915#14544] / [i915#9917])
[606]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18153/shard-rkl-5/igt@sriov_basic@enable-vfs-autoprobe-off.html
[607]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/shard-rkl-6/igt@sriov_basic@enable-vfs-autoprobe-off.html
[i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
[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#10553]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[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#12177]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12177
[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#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
[i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454
[i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712
[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#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
[i915#13027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13027
[i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13390]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390
[i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398
[i915#13409]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13409
[i915#13441]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13441
[i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033
[i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118
[i915#14123]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14123
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14350]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14350
[i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545
[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#15106]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15106
[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#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243
[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#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459
[i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460
[i915#15478]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15478
[i915#15481]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15481
[i915#15608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15608
[i915#15638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15638
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15647
[i915#15652]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15652
[i915#15672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15672
[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#15734]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15734
[i915#15739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15739
[i915#15773]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15773
[i915#15778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15778
[i915#15815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15815
[i915#15816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15816
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433
[i915#2435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2435
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
[i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#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#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#3936]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3936
[i915#4036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#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#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#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#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885
[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#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
[i915#5566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5566
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113
[i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245
[i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7443]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7443
[i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[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#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[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#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9878]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8805 -> IGTPW_14764
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_18153: f0700a5f37f7cb00aced6fb9a16f86fdf2f493aa @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14764: 14764
IGT_8805: 8805
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14764/index.html
[-- Attachment #2: Type: text/html, Size: 196925 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* RE: [PATCH i-g-t v3] tests/kms_content_protection: Get HDCP capable outputs before modeset
2026-03-16 5:13 ` [PATCH i-g-t v3] tests/kms_content_protection: Get HDCP " Santhosh Reddy Guddati
@ 2026-03-16 14:24 ` S, Sowmiya
0 siblings, 0 replies; 31+ messages in thread
From: S, Sowmiya @ 2026-03-16 14:24 UTC (permalink / raw)
To: Reddy Guddati, Santhosh, igt-dev@lists.freedesktop.org
Cc: Kandpal, Suraj, B S, Karthik, Thasleem, Mohammed,
Reddy Guddati, Santhosh
Hi Santhosh,
> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Santhosh
> Reddy Guddati
> Sent: 16 March 2026 10:44
> To: igt-dev@lists.freedesktop.org
> Cc: Kandpal, Suraj <suraj.kandpal@intel.com>; B S, Karthik
> <karthik.b.s@intel.com>; Thasleem, Mohammed
> <mohammed.thasleem@intel.com>; Reddy Guddati, Santhosh
> <santhosh.reddy.guddati@intel.com>
> Subject: [PATCH i-g-t v3] tests/kms_content_protection: Get HDCP capable
> outputs before modeset
>
> Filter out the HDCP capable outputs from the connected outputs before doing
> a modeset. This will make the test to execute on HDCP supported panels and
> avoid commit failures and invalid skips on HDCP supported panels.
>
> A connector needs a valid CRTC to reliably read its debugfs consistently.
> To avoid unwanted modesets before checking HDCP capability checks, collect
> all HDCP‑capable outputs separately.
>
> V2: Add comment describing reasons for invalid skips (Suraj)
>
> Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
> Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
> ---
> tests/kms_content_protection.c | 40 ++++++++++++++++++++++++++--------
> 1 file changed, 31 insertions(+), 9 deletions(-)
>
> diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
> index f35c9fa73..96a62bfc5 100644
> --- a/tests/kms_content_protection.c
> +++ b/tests/kms_content_protection.c
> @@ -707,32 +707,54 @@ static bool
> is_output_hdcp_test_exempt(igt_output_t *output)
> return igt_is_panel_blocked(sink_name, hdcp_blocklist,
> ARRAY_SIZE(hdcp_blocklist)); }
>
> +static int get_hdcp_outputs(igt_display_t *display, int content_type,
> + igt_output_t **hdcp_outputs)
> +{
> + igt_output_t *output;
> + int count = 0;
> +
> + for_each_connected_output(display, output) {
> + if (is_output_hdcp_test_exempt(output)) {
> + igt_info("Skipping HDCP test on %s, as the panel is
> blocklisted\n",
> + output->name);
> + continue;
> + }
> +
> + if (!output_hdcp_capable(output, content_type))
> + continue;
> +
> + hdcp_outputs[count++] = output;
> + }
> +
> + return count;
> +}
> +
> static void
> test_content_protection(enum igt_commit_style commit_style, int
> content_type) {
> igt_display_t *display = &data.display;
> igt_output_t *output;
> + igt_output_t *hdcp_outputs[10];
You can use a macro than a magic literal:
#define MAX_HDCP_OUTPUTS 10
When filling the array, check to avoid overflow:
if (count < MAX_HDCP_OUTPUTS) ;
Regards,
Sowmiya.
> igt_crtc_t *crtc;
> + int hdcp_panel_count;
> + int i;
>
> if (data.cp_tests & CP_MEI_RELOAD)
> igt_require_f(igt_kmod_is_loaded("mei_hdcp"),
> "mei_hdcp module is not loaded\n");
>
> + hdcp_panel_count = get_hdcp_outputs(display, content_type,
> hdcp_outputs);
> + igt_skip_on_f(hdcp_panel_count == 0, "No connected output with
> HDCP
> +support found\n");
> +
> if (data.cp_tests & CP_UEVENT) {
> data.uevent_monitor = igt_watch_uevents();
> igt_flush_uevents(data.uevent_monitor);
> }
>
> - for_each_connected_output(display, output) {
> - for_each_crtc(display, crtc) {
> - if (!output_hdcp_capable(output, content_type))
> - continue;
> - if (is_output_hdcp_test_exempt(output)) {
> - igt_info("Skipping HDCP test on %s, as the
> panel is blocklisted\n",
> - output->name);
> - continue;
> - }
> + for (i = 0; i < hdcp_panel_count; i++) {
> + output = hdcp_outputs[i];
>
> + for_each_crtc(display, crtc) {
> igt_display_reset(display);
> igt_output_set_crtc(output,
> crtc);
> --
> 2.34.1
^ permalink raw reply [flat|nested] 31+ messages in thread
* [PATCH i-g-t v4] tests/kms_content_protection: Get HDCP capable outputs before modeset
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (11 preceding siblings ...)
2026-03-16 12:31 ` ✗ i915.CI.Full: " Patchwork
@ 2026-03-17 3:42 ` Santhosh Reddy Guddati
2026-03-17 3:54 ` S, Sowmiya
2026-03-17 13:53 ` ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev4) Patchwork
` (8 subsequent siblings)
21 siblings, 1 reply; 31+ messages in thread
From: Santhosh Reddy Guddati @ 2026-03-17 3:42 UTC (permalink / raw)
To: igt-dev
Cc: suraj.kandpal, karthik.b.s, mohammed.thasleem, sowmiya.s,
Santhosh Reddy Guddati
Filter out the HDCP capable outputs from the connected outputs before
doing a modeset. This will make the test to execute on HDCP
supported panels and avoid commit failures and invalid skips on
HDCP supported panels.
A connector needs a valid CRTC to reliably read its debugfs consistently.
To avoid unwanted modesets before checking HDCP capability checks, collect
all HDCP‑capable outputs separately.
V2: Add comment describing reasons for invalid skips (Suraj)
V3: Replace hardcoded values with macros for hdcp outputs (Sowmiya)
Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
---
tests/kms_content_protection.c | 42 ++++++++++++++++++++++++++--------
1 file changed, 33 insertions(+), 9 deletions(-)
diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
index f35c9fa73..ff247d197 100644
--- a/tests/kms_content_protection.c
+++ b/tests/kms_content_protection.c
@@ -127,6 +127,7 @@ struct data {
#define CP_UNDESIRED 0
#define CP_DESIRED 1
#define CP_ENABLED 2
+#define MAX_HDCP_OUTPUTS 10
/*
* HDCP_CONTENT_TYPE_0 can be handled on both HDCP1.4 and HDCP2.2. Where as
@@ -707,32 +708,55 @@ static bool is_output_hdcp_test_exempt(igt_output_t *output)
return igt_is_panel_blocked(sink_name, hdcp_blocklist, ARRAY_SIZE(hdcp_blocklist));
}
+static int get_hdcp_outputs(igt_display_t *display, int content_type,
+ igt_output_t **hdcp_outputs)
+{
+ igt_output_t *output;
+ int count = 0;
+
+ for_each_connected_output(display, output) {
+ if (is_output_hdcp_test_exempt(output)) {
+ igt_info("Skipping HDCP test on %s, as the panel is blocklisted\n",
+ output->name);
+ continue;
+ }
+
+ if (!output_hdcp_capable(output, content_type))
+ continue;
+
+ if (count < MAX_HDCP_OUTPUTS)
+ hdcp_outputs[count++] = output;
+ }
+
+ return count;
+}
+
static void
test_content_protection(enum igt_commit_style commit_style, int content_type)
{
igt_display_t *display = &data.display;
igt_output_t *output;
+ igt_output_t *hdcp_outputs[MAX_HDCP_OUTPUTS];
igt_crtc_t *crtc;
+ int hdcp_panel_count;
+ int i;
if (data.cp_tests & CP_MEI_RELOAD)
igt_require_f(igt_kmod_is_loaded("mei_hdcp"),
"mei_hdcp module is not loaded\n");
+ hdcp_panel_count = get_hdcp_outputs(display, content_type, hdcp_outputs);
+ igt_skip_on_f(hdcp_panel_count == 0, "No connected output with HDCP support found\n");
+
if (data.cp_tests & CP_UEVENT) {
data.uevent_monitor = igt_watch_uevents();
igt_flush_uevents(data.uevent_monitor);
}
- for_each_connected_output(display, output) {
- for_each_crtc(display, crtc) {
- if (!output_hdcp_capable(output, content_type))
- continue;
- if (is_output_hdcp_test_exempt(output)) {
- igt_info("Skipping HDCP test on %s, as the panel is blocklisted\n",
- output->name);
- continue;
- }
+ for (i = 0; i < hdcp_panel_count; i++) {
+ output = hdcp_outputs[i];
+ for_each_crtc(display, crtc) {
igt_display_reset(display);
igt_output_set_crtc(output,
crtc);
--
2.34.1
^ permalink raw reply related [flat|nested] 31+ messages in thread
* RE: [PATCH i-g-t v4] tests/kms_content_protection: Get HDCP capable outputs before modeset
2026-03-17 3:42 ` [PATCH i-g-t v4] tests/kms_content_protection: Get HDCP capable outputs before modeset Santhosh Reddy Guddati
@ 2026-03-17 3:54 ` S, Sowmiya
0 siblings, 0 replies; 31+ messages in thread
From: S, Sowmiya @ 2026-03-17 3:54 UTC (permalink / raw)
To: Reddy Guddati, Santhosh, igt-dev@lists.freedesktop.org
Cc: Kandpal, Suraj, B S, Karthik, Thasleem, Mohammed
Hi Santhosh,
> -----Original Message-----
> From: Reddy Guddati, Santhosh <santhosh.reddy.guddati@intel.com>
> Sent: 17 March 2026 09:12
> To: igt-dev@lists.freedesktop.org
> Cc: Kandpal, Suraj <suraj.kandpal@intel.com>; B S, Karthik
> <karthik.b.s@intel.com>; Thasleem, Mohammed
> <mohammed.thasleem@intel.com>; S, Sowmiya <sowmiya.s@intel.com>;
> Reddy Guddati, Santhosh <santhosh.reddy.guddati@intel.com>
> Subject: [PATCH i-g-t v4] tests/kms_content_protection: Get HDCP capable
> outputs before modeset
>
> Filter out the HDCP capable outputs from the connected outputs before doing
> a modeset. This will make the test to execute on HDCP supported panels and
> avoid commit failures and invalid skips on HDCP supported panels.
>
> A connector needs a valid CRTC to reliably read its debugfs consistently.
> To avoid unwanted modesets before checking HDCP capability checks, collect
> all HDCP‑capable outputs separately.
>
> V2: Add comment describing reasons for invalid skips (Suraj)
>
> V3: Replace hardcoded values with macros for hdcp outputs (Sowmiya)
>
> Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
> Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
LGTM,
Reviewed-by: Sowmiya S <sowmiya.s@intel.com>
> ---
> tests/kms_content_protection.c | 42 ++++++++++++++++++++++++++--------
> 1 file changed, 33 insertions(+), 9 deletions(-)
>
> diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
> index f35c9fa73..ff247d197 100644
> --- a/tests/kms_content_protection.c
> +++ b/tests/kms_content_protection.c
> @@ -127,6 +127,7 @@ struct data {
> #define CP_UNDESIRED 0
> #define CP_DESIRED 1
> #define CP_ENABLED 2
> +#define MAX_HDCP_OUTPUTS 10
>
> /*
> * HDCP_CONTENT_TYPE_0 can be handled on both HDCP1.4 and HDCP2.2.
> Where as @@ -707,32 +708,55 @@ static bool
> is_output_hdcp_test_exempt(igt_output_t *output)
> return igt_is_panel_blocked(sink_name, hdcp_blocklist,
> ARRAY_SIZE(hdcp_blocklist)); }
>
> +static int get_hdcp_outputs(igt_display_t *display, int content_type,
> + igt_output_t **hdcp_outputs)
> +{
> + igt_output_t *output;
> + int count = 0;
> +
> + for_each_connected_output(display, output) {
> + if (is_output_hdcp_test_exempt(output)) {
> + igt_info("Skipping HDCP test on %s, as the panel is
> blocklisted\n",
> + output->name);
> + continue;
> + }
> +
> + if (!output_hdcp_capable(output, content_type))
> + continue;
> +
> + if (count < MAX_HDCP_OUTPUTS)
> + hdcp_outputs[count++] = output;
> + }
> +
> + return count;
> +}
> +
> static void
> test_content_protection(enum igt_commit_style commit_style, int
> content_type) {
> igt_display_t *display = &data.display;
> igt_output_t *output;
> + igt_output_t *hdcp_outputs[MAX_HDCP_OUTPUTS];
> igt_crtc_t *crtc;
> + int hdcp_panel_count;
> + int i;
>
> if (data.cp_tests & CP_MEI_RELOAD)
> igt_require_f(igt_kmod_is_loaded("mei_hdcp"),
> "mei_hdcp module is not loaded\n");
>
> + hdcp_panel_count = get_hdcp_outputs(display, content_type,
> hdcp_outputs);
> + igt_skip_on_f(hdcp_panel_count == 0, "No connected output with
> HDCP
> +support found\n");
> +
> if (data.cp_tests & CP_UEVENT) {
> data.uevent_monitor = igt_watch_uevents();
> igt_flush_uevents(data.uevent_monitor);
> }
>
> - for_each_connected_output(display, output) {
> - for_each_crtc(display, crtc) {
> - if (!output_hdcp_capable(output, content_type))
> - continue;
> - if (is_output_hdcp_test_exempt(output)) {
> - igt_info("Skipping HDCP test on %s, as the
> panel is blocklisted\n",
> - output->name);
> - continue;
> - }
> + for (i = 0; i < hdcp_panel_count; i++) {
> + output = hdcp_outputs[i];
>
> + for_each_crtc(display, crtc) {
> igt_display_reset(display);
> igt_output_set_crtc(output,
> crtc);
> --
> 2.34.1
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev4)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (12 preceding siblings ...)
2026-03-17 3:42 ` [PATCH i-g-t v4] tests/kms_content_protection: Get HDCP capable outputs before modeset Santhosh Reddy Guddati
@ 2026-03-17 13:53 ` Patchwork
2026-03-17 15:05 ` ✓ i915.CI.BAT: " Patchwork
` (7 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-17 13:53 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1001 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev4)
URL : https://patchwork.freedesktop.org/series/162239/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8806_BAT -> XEIGTPW_14786_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (14 -> 13)
------------------------------
Missing (1): bat-adlp-7
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_8806 -> IGTPW_14786
* Linux: xe-4731-a25d8c583e1e52bde77d371081a7c3fcd0a2e820 -> xe-4734-b65472ae36d2a21ac0a1991618db1e9b09b1dcd0
IGTPW_14786: 14786
IGT_8806: 8806
xe-4731-a25d8c583e1e52bde77d371081a7c3fcd0a2e820: a25d8c583e1e52bde77d371081a7c3fcd0a2e820
xe-4734-b65472ae36d2a21ac0a1991618db1e9b09b1dcd0: b65472ae36d2a21ac0a1991618db1e9b09b1dcd0
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/index.html
[-- Attachment #2: Type: text/html, Size: 1560 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✓ i915.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev4)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (13 preceding siblings ...)
2026-03-17 13:53 ` ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev4) Patchwork
@ 2026-03-17 15:05 ` Patchwork
2026-03-18 16:56 ` ✗ i915.CI.Full: failure " Patchwork
` (6 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-17 15:05 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3212 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev4)
URL : https://patchwork.freedesktop.org/series/162239/
State : success
== Summary ==
CI Bug Log - changes from IGT_8806 -> IGTPW_14786
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/index.html
Participating hosts (42 -> 39)
------------------------------
Missing (3): bat-dg2-13 fi-snb-2520m bat-adls-6
Known issues
------------
Here are the changes found in IGTPW_14786 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@late_gt_pm:
- fi-cfl-8109u: [PASS][1] -> [DMESG-WARN][2] ([i915#13735]) +80 other tests dmesg-warn
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html
* igt@i915_selftest@live@workarounds:
- bat-dg2-9: [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/bat-dg2-9/igt@i915_selftest@live@workarounds.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/bat-dg2-9/igt@i915_selftest@live@workarounds.html
* igt@kms_pipe_crc_basic@read-crc:
- fi-cfl-8109u: [PASS][5] -> [DMESG-WARN][6] ([i915#13735] / [i915#15673]) +49 other tests dmesg-warn
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/fi-cfl-8109u/igt@kms_pipe_crc_basic@read-crc.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/fi-cfl-8109u/igt@kms_pipe_crc_basic@read-crc.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-mtlp-8: [DMESG-FAIL][7] ([i915#12061]) -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/bat-mtlp-8/igt@i915_selftest@live.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/bat-mtlp-8/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-arls-6: [DMESG-FAIL][9] ([i915#12061]) -> [PASS][10] +1 other test pass
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/bat-arls-6/igt@i915_selftest@live@workarounds.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/bat-arls-6/igt@i915_selftest@live@workarounds.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#13735]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13735
[i915#15673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15673
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8806 -> IGTPW_14786
* Linux: CI_DRM_18160 -> CI_DRM_18163
CI-20190529: 20190529
CI_DRM_18160: a25d8c583e1e52bde77d371081a7c3fcd0a2e820 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_18163: b65472ae36d2a21ac0a1991618db1e9b09b1dcd0 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14786: 14786
IGT_8806: 8806
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/index.html
[-- Attachment #2: Type: text/html, Size: 4167 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✗ i915.CI.Full: failure for tests/kms_content_protection: check sink capability after modeset (rev4)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (14 preceding siblings ...)
2026-03-17 15:05 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-03-18 16:56 ` Patchwork
2026-03-18 22:13 ` ✗ Xe.CI.FULL: " Patchwork
` (5 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-18 16:56 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 141283 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev4)
URL : https://patchwork.freedesktop.org/series/162239/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_18163_full -> IGTPW_14786_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14786_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14786_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_14786/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_14786_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_mmap_offset@clear-via-pagefault@lmem0:
- shard-dg2: [PASS][1] -> [FAIL][2] +2 other tests fail
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-1/igt@gem_mmap_offset@clear-via-pagefault@lmem0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@gem_mmap_offset@clear-via-pagefault@lmem0.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][3] +1 other test skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-6/igt@kms_content_protection@legacy-hdcp14.html
- shard-dg1: NOTRUN -> [SKIP][4] +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-18/igt@kms_content_protection@legacy-hdcp14.html
- shard-snb: NOTRUN -> [INCOMPLETE][5]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-snb5/igt@kms_content_protection@legacy-hdcp14.html
- shard-tglu: NOTRUN -> [SKIP][6]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-2/igt@kms_content_protection@legacy-hdcp14.html
- shard-mtlp: NOTRUN -> [SKIP][7]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-8/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@srm:
- shard-rkl: NOTRUN -> [SKIP][8] +2 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@kms_content_protection@srm.html
#### Warnings ####
* igt@kms_content_protection@atomic-dpms:
- shard-dg1: [SKIP][9] ([i915#6944] / [i915#7116] / [i915#9424]) -> [SKIP][10] +3 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg1-17/igt@kms_content_protection@atomic-dpms.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-19/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@atomic-dpms-hdcp14:
- shard-tglu-1: [SKIP][11] ([i915#6944]) -> [SKIP][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-tglu-1/igt@kms_content_protection@atomic-dpms-hdcp14.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_content_protection@atomic-dpms-hdcp14.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-dg1: [SKIP][13] ([i915#6944]) -> [SKIP][14] +3 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg1-16/igt@kms_content_protection@atomic-hdcp14.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-19/igt@kms_content_protection@atomic-hdcp14.html
- shard-snb: [SKIP][15] -> [INCOMPLETE][16] +11 other tests incomplete
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-snb1/igt@kms_content_protection@atomic-hdcp14.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-snb4/igt@kms_content_protection@atomic-hdcp14.html
- shard-tglu: [SKIP][17] ([i915#6944]) -> [SKIP][18] +2 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-tglu-8/igt@kms_content_protection@atomic-hdcp14.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-5/igt@kms_content_protection@atomic-hdcp14.html
- shard-mtlp: [SKIP][19] ([i915#6944]) -> [SKIP][20] +4 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-mtlp-5/igt@kms_content_protection@atomic-hdcp14.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-8/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@content-type-change:
- shard-dg1: [SKIP][21] ([i915#6944] / [i915#9424]) -> [SKIP][22] +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg1-17/igt@kms_content_protection@content-type-change.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-19/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@lic-type-0:
- shard-tglu: [SKIP][23] ([i915#6944] / [i915#9424]) -> [SKIP][24] +3 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-tglu-7/igt@kms_content_protection@lic-type-0.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-3/igt@kms_content_protection@lic-type-0.html
- shard-mtlp: [SKIP][25] ([i915#6944] / [i915#9424]) -> [SKIP][26] +6 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-mtlp-4/igt@kms_content_protection@lic-type-0.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-3/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@mei-interface:
- shard-dg2: [SKIP][27] ([i915#6944] / [i915#9424]) -> [SKIP][28] +2 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-3/igt@kms_content_protection@mei-interface.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-3/igt@kms_content_protection@mei-interface.html
- shard-rkl: [SKIP][29] ([i915#6944] / [i915#9424]) -> [SKIP][30] +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-5/igt@kms_content_protection@mei-interface.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-dg2: [SKIP][31] ([i915#6944] / [i915#7118]) -> [SKIP][32]
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-6/igt@kms_content_protection@srm.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-8/igt@kms_content_protection@srm.html
- shard-dg1: [SKIP][33] ([i915#6944] / [i915#7116]) -> [SKIP][34]
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg1-18/igt@kms_content_protection@srm.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-17/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-dg2: [SKIP][35] ([i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][36] +3 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-7/igt@kms_content_protection@type1.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-1/igt@kms_content_protection@type1.html
- shard-rkl: [SKIP][37] ([i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][38] +2 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-8/igt@kms_content_protection@type1.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@kms_content_protection@type1.html
- shard-tglu: [SKIP][39] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) -> [SKIP][40] +4 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-tglu-4/igt@kms_content_protection@type1.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-3/igt@kms_content_protection@type1.html
- shard-mtlp: [SKIP][41] ([i915#3555] / [i915#6944] / [i915#9424]) -> [SKIP][42]
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-mtlp-6/igt@kms_content_protection@type1.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-5/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent-hdcp14:
- shard-dg2: [SKIP][43] ([i915#6944]) -> [SKIP][44] +3 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-8/igt@kms_content_protection@uevent-hdcp14.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@kms_content_protection@uevent-hdcp14.html
- shard-rkl: [SKIP][45] ([i915#6944]) -> [SKIP][46] +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-3/igt@kms_content_protection@uevent-hdcp14.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_content_protection@uevent-hdcp14.html
Known issues
------------
Here are the changes found in IGTPW_14786_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@device_reset@cold-reset-bound:
- shard-tglu-1: NOTRUN -> [SKIP][47] ([i915#11078])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@device_reset@cold-reset-bound.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-dg2: NOTRUN -> [SKIP][48] ([i915#11078])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-4/igt@device_reset@unbind-cold-reset-rebind.html
* igt@gem_bad_reloc@negative-reloc-lut:
- shard-rkl: NOTRUN -> [SKIP][49] ([i915#3281]) +4 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@gem_bad_reloc@negative-reloc-lut.html
* igt@gem_basic@multigpu-create-close:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#7697])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-4/igt@gem_basic@multigpu-create-close.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-rkl: NOTRUN -> [SKIP][51] ([i915#9323])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@gem_ccs@block-multicopy-compressed.html
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#9323])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-13/igt@gem_ccs@block-multicopy-compressed.html
- shard-tglu: NOTRUN -> [SKIP][53] ([i915#9323])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-4/igt@gem_ccs@block-multicopy-compressed.html
- shard-mtlp: NOTRUN -> [SKIP][54] ([i915#9323])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-6/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_ccs@large-ctrl-surf-copy:
- shard-tglu-1: NOTRUN -> [SKIP][55] ([i915#13008])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@gem_ccs@large-ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][56] ([i915#12392] / [i915#13356])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-1/igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_close_race@multigpu-basic-process:
- shard-tglu: NOTRUN -> [SKIP][57] ([i915#7697])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-3/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_ctx_param@set-priority-not-supported:
- shard-tglu-1: NOTRUN -> [SKIP][58] +24 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@gem_ctx_param@set-priority-not-supported.html
* igt@gem_ctx_persistence@legacy-engines-mixed-process:
- shard-snb: NOTRUN -> [SKIP][59] ([i915#1099]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-snb5/igt@gem_ctx_persistence@legacy-engines-mixed-process.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][60] ([i915#280])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-6/igt@gem_ctx_sseu@mmap-args.html
- shard-rkl: NOTRUN -> [SKIP][61] ([i915#280])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@gem_ctx_sseu@mmap-args.html
- shard-dg1: NOTRUN -> [SKIP][62] ([i915#280])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-16/igt@gem_ctx_sseu@mmap-args.html
- shard-tglu: NOTRUN -> [SKIP][63] ([i915#280])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-7/igt@gem_ctx_sseu@mmap-args.html
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#280])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-8/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_exec_balancer@parallel-keep-in-fence:
- shard-rkl: NOTRUN -> [SKIP][65] ([i915#4525])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@gem_exec_balancer@parallel-keep-in-fence.html
* igt@gem_exec_balancer@parallel-ordering:
- shard-tglu: NOTRUN -> [SKIP][66] ([i915#4525]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-3/igt@gem_exec_balancer@parallel-ordering.html
* igt@gem_exec_balancer@sliced:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#4812])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-8/igt@gem_exec_balancer@sliced.html
* igt@gem_exec_big@single:
- shard-tglu: [PASS][68] -> [FAIL][69] ([i915#15816])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-tglu-8/igt@gem_exec_big@single.html
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-4/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture-invisible:
- shard-glk10: NOTRUN -> [SKIP][70] ([i915#6334]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk10/igt@gem_exec_capture@capture-invisible.html
* igt@gem_exec_capture@capture-recoverable:
- shard-rkl: NOTRUN -> [SKIP][71] ([i915#6344])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_flush@basic-uc-rw-default:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#3539] / [i915#4852])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-1/igt@gem_exec_flush@basic-uc-rw-default.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#3281]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-1/igt@gem_exec_reloc@basic-gtt-cpu-active.html
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#14544] / [i915#3281]) +2 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg1: NOTRUN -> [SKIP][75] ([i915#3281]) +3 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-14/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_reloc@basic-write-wc:
- shard-mtlp: NOTRUN -> [SKIP][76] ([i915#3281])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-6/igt@gem_exec_reloc@basic-write-wc.html
* igt@gem_exec_schedule@preempt-queue:
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#4537] / [i915#4812])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-6/igt@gem_exec_schedule@preempt-queue.html
* igt@gem_exec_schedule@semaphore-power:
- shard-dg1: NOTRUN -> [SKIP][78] ([i915#4812]) +2 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-13/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_exec_suspend@basic-s3:
- shard-glk: [PASS][79] -> [INCOMPLETE][80] ([i915#13196] / [i915#13356]) +1 other test incomplete
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-glk2/igt@gem_exec_suspend@basic-s3.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk4/igt@gem_exec_suspend@basic-s3.html
* igt@gem_exec_whisper@basic-queues:
- shard-snb: NOTRUN -> [SKIP][81] +84 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-snb6/igt@gem_exec_whisper@basic-queues.html
* igt@gem_huc_copy@huc-copy:
- shard-tglu: NOTRUN -> [SKIP][82] ([i915#2190])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-4/igt@gem_huc_copy@huc-copy.html
- shard-glk: NOTRUN -> [SKIP][83] ([i915#2190])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk9/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-rkl: NOTRUN -> [SKIP][84] ([i915#14544] / [i915#4613] / [i915#7582])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-glk: NOTRUN -> [SKIP][85] ([i915#4613]) +4 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk4/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][86] ([i915#4613])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-rkl: NOTRUN -> [SKIP][87] ([i915#4613]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@gem_lmem_swapping@parallel-multi.html
- shard-tglu: NOTRUN -> [SKIP][88] ([i915#4613]) +2 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-5/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_lmem_swapping@smem-oom:
- shard-dg2: [PASS][89] -> [FAIL][90] ([i915#15734])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-3/igt@gem_lmem_swapping@smem-oom.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-4/igt@gem_lmem_swapping@smem-oom.html
- shard-dg1: [PASS][91] -> [FAIL][92] ([i915#15734])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg1-19/igt@gem_lmem_swapping@smem-oom.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-18/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: [PASS][93] -> [CRASH][94] ([i915#5493])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-4/igt@gem_lmem_swapping@smem-oom@lmem0.html
- shard-dg1: [PASS][95] -> [CRASH][96] ([i915#5493])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg1-19/igt@gem_lmem_swapping@smem-oom@lmem0.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_mmap_gtt@basic-read-write-distinct:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#4077]) +5 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@gem_mmap_gtt@basic-read-write-distinct.html
* igt@gem_mmap_wc@copy:
- shard-dg2: NOTRUN -> [SKIP][98] ([i915#4083]) +6 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-3/igt@gem_mmap_wc@copy.html
* igt@gem_mmap_wc@write-read:
- shard-dg1: NOTRUN -> [SKIP][99] ([i915#4083]) +2 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-19/igt@gem_mmap_wc@write-read.html
- shard-mtlp: NOTRUN -> [SKIP][100] ([i915#4083]) +2 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-8/igt@gem_mmap_wc@write-read.html
* igt@gem_partial_pwrite_pread@writes-after-reads-snoop:
- shard-rkl: NOTRUN -> [SKIP][101] ([i915#3282]) +5 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
- shard-dg1: NOTRUN -> [SKIP][102] ([i915#3282]) +1 other test skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-17/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
- shard-mtlp: NOTRUN -> [SKIP][103] ([i915#3282]) +1 other test skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-3/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
* igt@gem_pread@snoop:
- shard-dg2: NOTRUN -> [SKIP][104] ([i915#3282]) +3 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-3/igt@gem_pread@snoop.html
* igt@gem_pwrite@basic-exhaustion:
- shard-glk11: NOTRUN -> [WARN][105] ([i915#14702] / [i915#2658])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk11/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@verify-pxp-key-change-after-suspend-resume:
- shard-dg2: NOTRUN -> [SKIP][106] ([i915#4270]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html
* igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
- shard-dg1: NOTRUN -> [SKIP][107] ([i915#4270]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-13/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
* igt@gem_render_copy@y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][108] ([i915#8428]) +1 other test skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-2/igt@gem_render_copy@y-tiled.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][109] ([i915#5190] / [i915#8428]) +2 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-3/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-dg2: NOTRUN -> [SKIP][110] ([i915#4079]) +1 other test skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-3/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
- shard-rkl: NOTRUN -> [SKIP][111] ([i915#8411])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_softpin@noreloc-s3:
- shard-glk11: NOTRUN -> [INCOMPLETE][112] ([i915#13809])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk11/igt@gem_softpin@noreloc-s3.html
* igt@gem_tiling_max_stride:
- shard-dg1: NOTRUN -> [SKIP][113] ([i915#4077]) +2 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-17/igt@gem_tiling_max_stride.html
- shard-mtlp: NOTRUN -> [SKIP][114] ([i915#4077]) +1 other test skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-3/igt@gem_tiling_max_stride.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-rkl: NOTRUN -> [SKIP][115] ([i915#3297]) +3 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-dg2: NOTRUN -> [SKIP][116] ([i915#3297] / [i915#4880])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-3/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-tglu: NOTRUN -> [SKIP][117] ([i915#3297]) +1 other test skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-7/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gem_workarounds@suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][118] ([i915#13356] / [i915#14586])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk6/igt@gem_workarounds@suspend-resume.html
* igt@gen7_exec_parse@basic-allocation:
- shard-rkl: NOTRUN -> [SKIP][119] ([i915#14544]) +2 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@gen7_exec_parse@basic-allocation.html
* igt@gen9_exec_parse@basic-rejected:
- shard-mtlp: NOTRUN -> [SKIP][120] ([i915#2856]) +1 other test skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-3/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@batch-without-end:
- shard-tglu-1: NOTRUN -> [SKIP][121] ([i915#2527] / [i915#2856]) +1 other test skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@gen9_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@bb-large:
- shard-dg1: NOTRUN -> [SKIP][122] ([i915#2527]) +2 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-17/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-tglu: NOTRUN -> [SKIP][123] ([i915#2527] / [i915#2856]) +4 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-6/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@gen9_exec_parse@shadow-peek:
- shard-dg2: NOTRUN -> [SKIP][124] ([i915#2856]) +5 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-6/igt@gen9_exec_parse@shadow-peek.html
* igt@gen9_exec_parse@valid-registers:
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#2527]) +6 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@gen9_exec_parse@valid-registers.html
* igt@i915_drm_fdinfo@isolation@rcs0:
- shard-dg1: NOTRUN -> [SKIP][126] ([i915#14073]) +5 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-12/igt@i915_drm_fdinfo@isolation@rcs0.html
- shard-mtlp: NOTRUN -> [SKIP][127] ([i915#14073]) +6 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-1/igt@i915_drm_fdinfo@isolation@rcs0.html
* igt@i915_fb_tiling@basic-x-tiling:
- shard-dg2: NOTRUN -> [SKIP][128] ([i915#13786])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-8/igt@i915_fb_tiling@basic-x-tiling.html
* igt@i915_module_load@reload-no-display:
- shard-dg2: [PASS][129] -> [DMESG-WARN][130] ([i915#13029] / [i915#14545])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-1/igt@i915_module_load@reload-no-display.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-1/igt@i915_module_load@reload-no-display.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-tglu: NOTRUN -> [SKIP][131] ([i915#8399])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-8/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-rkl: NOTRUN -> [SKIP][132] ([i915#6590]) +1 other test skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@i915_pm_freq_mult@media-freq@gt0.html
- shard-tglu: NOTRUN -> [SKIP][133] ([i915#6590]) +1 other test skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-7/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-glk11: NOTRUN -> [INCOMPLETE][134] ([i915#13356] / [i915#15172])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk11/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg2: NOTRUN -> [SKIP][135] ([i915#11681] / [i915#6621])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-1/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_pm_rps@thresholds-idle-park:
- shard-dg2: NOTRUN -> [SKIP][136] ([i915#11681])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-7/igt@i915_pm_rps@thresholds-idle-park.html
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#11681])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-17/igt@i915_pm_rps@thresholds-idle-park.html
- shard-mtlp: NOTRUN -> [SKIP][138] ([i915#11681])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-3/igt@i915_pm_rps@thresholds-idle-park.html
* igt@i915_pm_sseu@full-enable:
- shard-dg2: NOTRUN -> [SKIP][139] ([i915#4387])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-1/igt@i915_pm_sseu@full-enable.html
- shard-rkl: NOTRUN -> [SKIP][140] ([i915#14544] / [i915#4387])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@test-query-geometry-subslices:
- shard-tglu-1: NOTRUN -> [SKIP][141] ([i915#5723])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@i915_query@test-query-geometry-subslices.html
* igt@i915_selftest@live:
- shard-mtlp: [PASS][142] -> [DMESG-FAIL][143] ([i915#12061] / [i915#15560])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-mtlp-1/igt@i915_selftest@live.html
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-2/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: [PASS][144] -> [DMESG-FAIL][145] ([i915#12061])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-mtlp-1/igt@i915_selftest@live@workarounds.html
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-2/igt@i915_selftest@live@workarounds.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-glk: NOTRUN -> [INCOMPLETE][146] ([i915#4817])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk1/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@i915_suspend@fence-restore-untiled:
- shard-rkl: [PASS][147] -> [INCOMPLETE][148] ([i915#4817]) +1 other test incomplete
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-5/igt@i915_suspend@fence-restore-untiled.html
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@i915_suspend@fence-restore-untiled.html
* igt@i915_suspend@sysfs-reader:
- shard-rkl: NOTRUN -> [INCOMPLETE][149] ([i915#4817])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@i915_suspend@sysfs-reader.html
* igt@intel_hwmon@hwmon-read:
- shard-rkl: NOTRUN -> [SKIP][150] ([i915#7707])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@intel_hwmon@hwmon-read.html
* igt@intel_hwmon@hwmon-write:
- shard-tglu: NOTRUN -> [SKIP][151] ([i915#7707])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-2/igt@intel_hwmon@hwmon-write.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2:
- shard-rkl: [PASS][152] -> [INCOMPLETE][153] ([i915#12761])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-1/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/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-glk: NOTRUN -> [SKIP][154] ([i915#1769]) +1 other test skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk9/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
- shard-rkl: NOTRUN -> [SKIP][155] ([i915#1769] / [i915#3555])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#1769] / [i915#3555])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-3:
- shard-dg2: [PASS][157] -> [FAIL][158] ([i915#5956]) +1 other test fail
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-8/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-3.html
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-3.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1:
- shard-tglu: [PASS][159] -> [FAIL][160] ([i915#15662]) +1 other test fail
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-tglu-8/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-2/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
- shard-tglu-1: NOTRUN -> [SKIP][161] ([i915#5286]) +2 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#5286]) +4 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][163] ([i915#4538] / [i915#5286]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-18/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-tglu: NOTRUN -> [SKIP][164] ([i915#5286]) +4 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: [PASS][165] -> [FAIL][166] ([i915#15733] / [i915#5138])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][167] ([i915#3638]) +3 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip:
- shard-tglu: NOTRUN -> [SKIP][168] ([i915#3828]) +1 other test skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-3/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][169] +3 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-4/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
- shard-dg1: NOTRUN -> [SKIP][170] ([i915#3638]) +1 other test skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-14/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
- shard-mtlp: NOTRUN -> [SKIP][171] +1 other test skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-2/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#5190]) +3 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-6/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
- shard-mtlp: NOTRUN -> [SKIP][173] ([i915#6187])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-8/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][174] ([i915#4538] / [i915#5190])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][175] +17 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][176] ([i915#4538]) +1 other test skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-16/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][177] ([i915#6095]) +190 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-16/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html
* igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][178] ([i915#6095]) +59 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-7/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2:
- shard-glk11: NOTRUN -> [SKIP][179] +107 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk11/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#14098] / [i915#6095]) +54 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#14098] / [i915#14544] / [i915#6095]) +3 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][182] ([i915#10307] / [i915#6095]) +78 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-3/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-3.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][183] ([i915#6095]) +19 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-3/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-edp-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][184] ([i915#12313])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#12313] / [i915#14544])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][186] ([i915#10307] / [i915#10434] / [i915#6095])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc:
- shard-glk: NOTRUN -> [SKIP][187] +408 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-tglu: NOTRUN -> [SKIP][188] ([i915#12805])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-7/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][189] ([i915#6095]) +39 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/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-gen12-rc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [PASS][190] -> [INCOMPLETE][191] ([i915#15582]) +1 other test incomplete
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-7/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2.html
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#6095]) +37 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][193] ([i915#12313]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][194] ([i915#12313])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][195] ([i915#14544] / [i915#6095]) +5 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#6095]) +81 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_cdclk@plane-scaling:
- shard-rkl: NOTRUN -> [SKIP][197] ([i915#3742])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_cdclk@plane-scaling.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][198] ([i915#13783]) +4 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-3/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_edid@dp-mode-timings:
- shard-dg2: NOTRUN -> [SKIP][199] ([i915#11151] / [i915#7828]) +5 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-1/igt@kms_chamelium_edid@dp-mode-timings.html
- shard-rkl: NOTRUN -> [SKIP][200] ([i915#11151] / [i915#14544] / [i915#7828]) +2 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_chamelium_edid@dp-mode-timings.html
- shard-dg1: NOTRUN -> [SKIP][201] ([i915#11151] / [i915#7828]) +3 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-13/igt@kms_chamelium_edid@dp-mode-timings.html
- shard-mtlp: NOTRUN -> [SKIP][202] ([i915#11151] / [i915#7828]) +2 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-5/igt@kms_chamelium_edid@dp-mode-timings.html
* igt@kms_chamelium_edid@hdmi-edid-read:
- shard-rkl: NOTRUN -> [SKIP][203] ([i915#11151] / [i915#7828]) +6 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_chamelium_edid@hdmi-edid-read.html
* igt@kms_chamelium_edid@hdmi-mode-timings:
- shard-tglu-1: NOTRUN -> [SKIP][204] ([i915#11151] / [i915#7828]) +2 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_chamelium_edid@hdmi-mode-timings.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-tglu: NOTRUN -> [SKIP][205] ([i915#11151] / [i915#7828]) +7 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-4/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-tglu-1: NOTRUN -> [SKIP][206] ([i915#15330] / [i915#3116] / [i915#3299])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][207] ([i915#15330]) +1 other test skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-tglu: NOTRUN -> [SKIP][208] ([i915#15330]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-5/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-rkl: NOTRUN -> [FAIL][209] ([i915#13566]) +6 other tests fail
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-max-size:
- shard-tglu: NOTRUN -> [SKIP][210] ([i915#3555]) +4 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-5/igt@kms_cursor_crc@cursor-onscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-128x42:
- shard-rkl: [PASS][211] -> [FAIL][212] ([i915#13566]) +1 other test fail
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-5/igt@kms_cursor_crc@cursor-random-128x42.html
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_cursor_crc@cursor-random-128x42.html
* igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1:
- shard-tglu: [PASS][213] -> [FAIL][214] ([i915#13566]) +5 other tests fail
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-tglu-3/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-5/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2: NOTRUN -> [SKIP][215] ([i915#13049])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#13049]) +1 other test skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg1: NOTRUN -> [SKIP][217] ([i915#13049]) +1 other test skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-19/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-tglu: NOTRUN -> [SKIP][218] ([i915#13049])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-3/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-mtlp: NOTRUN -> [SKIP][219] ([i915#3555] / [i915#8814]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-8/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size:
- shard-dg1: [PASS][220] -> [DMESG-WARN][221] ([i915#4423]) +2 other tests dmesg-warn
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg1-16/igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size.html
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-19/igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions:
- shard-dg2: NOTRUN -> [SKIP][222] ([i915#13046] / [i915#5354])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-8/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-tglu: NOTRUN -> [SKIP][223] ([i915#9067])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-2/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-dg2: NOTRUN -> [SKIP][224] ([i915#4103] / [i915#4213])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#9723])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-tglu-1: NOTRUN -> [SKIP][226] ([i915#9723])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
- shard-dg1: NOTRUN -> [SKIP][227] ([i915#9723])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-14/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-rkl: NOTRUN -> [SKIP][228] ([i915#13691])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-rkl: NOTRUN -> [SKIP][229] ([i915#14544] / [i915#3555] / [i915#3804])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][230] ([i915#14544] / [i915#3804])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
* igt@kms_dither@fb-8bpc-vs-panel-8bpc:
- shard-dg1: NOTRUN -> [SKIP][231] ([i915#3555]) +2 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-16/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][232] ([i915#3840])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-6/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][233] ([i915#3555] / [i915#3840])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-9/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-formats:
- shard-dg2: NOTRUN -> [SKIP][234] ([i915#3555] / [i915#3840])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-7/igt@kms_dsc@dsc-with-formats.html
- shard-rkl: NOTRUN -> [SKIP][235] ([i915#3555] / [i915#3840])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@kms_dsc@dsc-with-formats.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-dg1: [PASS][236] -> [FAIL][237] ([i915#4767])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg1-13/igt@kms_fbcon_fbt@fbc-suspend.html
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-18/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#3469])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-3/igt@kms_fbcon_fbt@psr.html
- shard-rkl: NOTRUN -> [SKIP][239] ([i915#3955])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@kms_fbcon_fbt@psr.html
- shard-dg1: NOTRUN -> [SKIP][240] ([i915#3469])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-12/igt@kms_fbcon_fbt@psr.html
- shard-tglu: NOTRUN -> [SKIP][241] ([i915#3469])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-10/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@display-2x:
- shard-dg1: NOTRUN -> [SKIP][242] ([i915#1839])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-12/igt@kms_feature_discovery@display-2x.html
- shard-tglu: NOTRUN -> [SKIP][243] ([i915#1839])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-4/igt@kms_feature_discovery@display-2x.html
- shard-mtlp: NOTRUN -> [SKIP][244] ([i915#1839])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-1/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-3x:
- shard-rkl: NOTRUN -> [SKIP][245] ([i915#1839]) +1 other test skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@kms_feature_discovery@display-3x.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][246] ([i915#3637] / [i915#9934]) +4 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-4/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-dg2: NOTRUN -> [SKIP][247] ([i915#9934]) +3 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-1/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-busy-flip:
- shard-dg1: NOTRUN -> [SKIP][248] ([i915#9934])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-17/igt@kms_flip@2x-busy-flip.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][249] ([i915#3637] / [i915#9934]) +3 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-rkl: NOTRUN -> [SKIP][250] ([i915#14544] / [i915#9934])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@2x-plain-flip:
- shard-rkl: NOTRUN -> [SKIP][251] ([i915#9934]) +9 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][252] ([i915#15643]) +2 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
- shard-tglu: NOTRUN -> [SKIP][253] ([i915#15643]) +2 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#15643])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
- shard-tglu-1: NOTRUN -> [SKIP][255] ([i915#15643]) +1 other test skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][256] ([i915#3555] / [i915#8810] / [i915#8813]) +2 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
- shard-dg1: NOTRUN -> [SKIP][257] ([i915#15643])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-16/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][258] ([i915#8810] / [i915#8813])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][259] ([i915#15643] / [i915#5190]) +1 other test skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][260] ([i915#15104]) +2 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][261] ([i915#8708]) +13 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][262] +14 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
- shard-mtlp: NOTRUN -> [SKIP][263] ([i915#1825]) +5 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff:
- shard-dg2: NOTRUN -> [SKIP][264] ([i915#5354]) +12 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][265] ([i915#5439]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][266] ([i915#15104]) +1 other test skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][267] ([i915#15102])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][268] ([i915#15104])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][269] ([i915#8708]) +7 other tests skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-blt:
- shard-glk10: NOTRUN -> [SKIP][270] +89 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk10/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][271] ([i915#1825]) +29 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen:
- shard-tglu: NOTRUN -> [SKIP][272] +52 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][273] ([i915#15102] / [i915#3458]) +6 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt.html
- shard-dg1: NOTRUN -> [SKIP][274] ([i915#15102] / [i915#3458]) +4 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-stridechange:
- shard-tglu: NOTRUN -> [SKIP][275] ([i915#15102]) +24 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-8/igt@kms_frontbuffer_tracking@fbcpsr-stridechange.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][276] ([i915#15102]) +4 other tests skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
- shard-rkl: NOTRUN -> [SKIP][277] ([i915#15102] / [i915#3023]) +20 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-tglu-1: NOTRUN -> [SKIP][278] ([i915#15102]) +8 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][279] ([i915#14544] / [i915#15102] / [i915#3023])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-pwrite:
- shard-rkl: NOTRUN -> [SKIP][280] ([i915#14544] / [i915#1825]) +2 other tests skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][281] ([i915#8708]) +2 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt.html
* igt@kms_hdr@bpc-switch:
- shard-rkl: [PASS][282] -> [SKIP][283] ([i915#3555] / [i915#8228]) +1 other test skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-1/igt@kms_hdr@bpc-switch.html
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@invalid-hdr:
- shard-tglu: NOTRUN -> [SKIP][284] ([i915#3555] / [i915#8228]) +1 other test skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-7/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@static-toggle-suspend:
- shard-dg2: NOTRUN -> [SKIP][285] ([i915#3555] / [i915#8228])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-6/igt@kms_hdr@static-toggle-suspend.html
- shard-rkl: NOTRUN -> [SKIP][286] ([i915#3555] / [i915#8228])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_joiner@basic-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][287] ([i915#15460])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-rkl: NOTRUN -> [SKIP][288] ([i915#15458])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][289] ([i915#15458])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-2/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_pipe_stress@stress-xrgb8888-4tiled:
- shard-tglu-1: NOTRUN -> [SKIP][290] ([i915#14712])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_pipe_stress@stress-xrgb8888-4tiled.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping:
- shard-rkl: NOTRUN -> [SKIP][291] ([i915#15709]) +3 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier:
- shard-mtlp: NOTRUN -> [SKIP][292] ([i915#15709])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-3/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-modifier:
- shard-rkl: NOTRUN -> [SKIP][293] ([i915#14544] / [i915#15709]) +1 other test skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-modifier.html
* igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping:
- shard-tglu: NOTRUN -> [SKIP][294] ([i915#15709]) +4 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-10/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping:
- shard-dg2: NOTRUN -> [SKIP][295] ([i915#15709]) +3 other tests skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping.html
- shard-dg1: NOTRUN -> [SKIP][296] ([i915#15709]) +2 other tests skip
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-12/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-5:
- shard-rkl: NOTRUN -> [SKIP][297] ([i915#15608]) +1 other test skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-5.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][298] ([i915#13026]) +1 other test incomplete
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk3/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb:
- shard-glk: NOTRUN -> [FAIL][299] ([i915#10647] / [i915#12169])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk8/igt@kms_plane_alpha_blend@alpha-opaque-fb.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][300] ([i915#10647]) +1 other test fail
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk8/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb:
- shard-glk10: NOTRUN -> [FAIL][301] ([i915#10647] / [i915#12177])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk10/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1:
- shard-glk10: NOTRUN -> [FAIL][302] ([i915#10647]) +1 other test fail
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk10/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-y:
- shard-dg2: NOTRUN -> [SKIP][303] ([i915#8821])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-4/igt@kms_plane_lowres@tiling-y.html
- shard-mtlp: NOTRUN -> [SKIP][304] ([i915#3555] / [i915#8821])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-2/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_lowres@tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][305] ([i915#3555]) +4 other tests skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][306] ([i915#13958]) +1 other test skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-4/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-rkl: NOTRUN -> [SKIP][307] ([i915#13958]) +1 other test skip
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-tglu-1: NOTRUN -> [SKIP][308] ([i915#13958])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][309] ([i915#14259])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_plane_multiple@tiling-yf.html
- shard-tglu: NOTRUN -> [SKIP][310] ([i915#14259])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-4/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-dg2: NOTRUN -> [SKIP][311] ([i915#13046] / [i915#5354] / [i915#9423])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-3/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25:
- shard-mtlp: NOTRUN -> [SKIP][312] ([i915#15329] / [i915#6953])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-4/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-b:
- shard-mtlp: NOTRUN -> [SKIP][313] ([i915#15329]) +7 other tests skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-4/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75:
- shard-mtlp: NOTRUN -> [SKIP][314] ([i915#15329] / [i915#3555] / [i915#6953])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html
* igt@kms_pm_backlight@bad-brightness:
- shard-rkl: NOTRUN -> [SKIP][315] ([i915#5354])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-rkl: NOTRUN -> [SKIP][316] ([i915#14544] / [i915#5354])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2: NOTRUN -> [SKIP][317] ([i915#9685]) +1 other test skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-8/igt@kms_pm_dc@dc6-psr.html
- shard-rkl: NOTRUN -> [SKIP][318] ([i915#9685]) +2 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@kms_pm_dc@dc6-psr.html
- shard-dg1: NOTRUN -> [SKIP][319] ([i915#9685]) +1 other test skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-14/igt@kms_pm_dc@dc6-psr.html
- shard-tglu: NOTRUN -> [SKIP][320] ([i915#9685]) +1 other test skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-9/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][321] ([i915#9340])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-3/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: [PASS][322] -> [SKIP][323] ([i915#15073]) +2 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-4/igt@kms_pm_rpm@dpms-lpsp.html
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: NOTRUN -> [SKIP][324] ([i915#15073])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-8/igt@kms_pm_rpm@modeset-lpsp-stress.html
- shard-rkl: [PASS][325] -> [SKIP][326] ([i915#15073]) +2 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-dg1: [PASS][327] -> [SKIP][328] ([i915#15073]) +1 other test skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg1-18/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-14/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][329] ([i915#11520]) +4 other tests skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-19/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf:
- shard-tglu: NOTRUN -> [SKIP][330] ([i915#11520]) +10 other tests skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-2/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf:
- shard-glk: NOTRUN -> [SKIP][331] ([i915#11520]) +7 other tests skip
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk6/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
- shard-tglu-1: NOTRUN -> [SKIP][332] ([i915#11520]) +2 other tests skip
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
- shard-snb: NOTRUN -> [SKIP][333] ([i915#11520]) +1 other test skip
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-snb5/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
- shard-mtlp: NOTRUN -> [SKIP][334] ([i915#12316]) +1 other test skip
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-6/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-glk11: NOTRUN -> [SKIP][335] ([i915#11520]) +2 other tests skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk11/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][336] ([i915#11520]) +8 other tests skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf:
- shard-dg2: NOTRUN -> [SKIP][337] ([i915#11520]) +2 other tests skip
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-8/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-update-sf:
- shard-glk10: NOTRUN -> [SKIP][338] ([i915#11520]) +1 other test skip
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk10/igt@kms_psr2_sf@psr2-cursor-plane-update-sf.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-dg2: NOTRUN -> [SKIP][339] ([i915#9683])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-7/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-pr-sprite-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][340] ([i915#1072] / [i915#9732]) +8 other tests skip
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@kms_psr@fbc-pr-sprite-mmap-gtt.html
* igt@kms_psr@fbc-pr-sprite-plane-onoff:
- shard-dg1: NOTRUN -> [SKIP][341] ([i915#1072] / [i915#9732]) +6 other tests skip
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-12/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
* igt@kms_psr@fbc-psr2-dpms:
- shard-mtlp: NOTRUN -> [SKIP][342] ([i915#9688]) +3 other tests skip
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-3/igt@kms_psr@fbc-psr2-dpms.html
* igt@kms_psr@pr-cursor-render:
- shard-rkl: NOTRUN -> [SKIP][343] ([i915#1072] / [i915#14544] / [i915#9732])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_psr@pr-cursor-render.html
- shard-tglu-1: NOTRUN -> [SKIP][344] ([i915#9732]) +7 other tests skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_psr@pr-cursor-render.html
* igt@kms_psr@pr-primary-page-flip:
- shard-tglu: NOTRUN -> [SKIP][345] ([i915#9732]) +14 other tests skip
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-7/igt@kms_psr@pr-primary-page-flip.html
* igt@kms_psr@psr2-cursor-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][346] ([i915#1072] / [i915#9732]) +21 other tests skip
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@kms_psr@psr2-cursor-mmap-gtt.html
* igt@kms_rotation_crc@multiplane-rotation:
- shard-glk: NOTRUN -> [INCOMPLETE][347] ([i915#15492])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk2/igt@kms_rotation_crc@multiplane-rotation.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-mtlp: NOTRUN -> [SKIP][348] ([i915#5289])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-tglu: NOTRUN -> [SKIP][349] ([i915#5289]) +1 other test skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-rkl: NOTRUN -> [SKIP][350] ([i915#5289])
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-dg2: NOTRUN -> [SKIP][351] ([i915#3555]) +3 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-8/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-mtlp: [PASS][352] -> [FAIL][353] ([i915#15106]) +1 other test fail
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-mtlp-3/igt@kms_setmode@basic@pipe-b-edp-1.html
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-4/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-tglu-1: NOTRUN -> [SKIP][354] ([i915#8623]) +1 other test skip
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_tiled_display@basic-test-pattern.html
- shard-dg2: NOTRUN -> [SKIP][355] ([i915#8623])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-7/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [INCOMPLETE][356] ([i915#12276]) +3 other tests incomplete
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk9/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [ABORT][357] ([i915#15132])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-1/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-c-hdmi-a-2.html
* igt@kms_vrr@flip-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][358] ([i915#3555])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-1/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@lobf:
- shard-tglu: NOTRUN -> [SKIP][359] ([i915#11920])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-8/igt@kms_vrr@lobf.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-rkl: NOTRUN -> [SKIP][360] ([i915#9906])
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@kms_vrr@seamless-rr-switch-virtual.html
- shard-tglu: NOTRUN -> [SKIP][361] ([i915#9906])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-2/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][362] ([i915#2436])
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@global-sseu-config:
- shard-dg2: NOTRUN -> [SKIP][363] ([i915#7387])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@perf@global-sseu-config.html
* igt@perf@unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][364] ([i915#2433])
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@perf@unprivileged-single-ctx-counters.html
* igt@perf_pmu@frequency:
- shard-dg2: NOTRUN -> [FAIL][365] ([i915#12549] / [i915#6806]) +1 other test fail
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-8/igt@perf_pmu@frequency.html
* igt@perf_pmu@module-unload:
- shard-glk10: NOTRUN -> [ABORT][366] ([i915#15778])
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk10/igt@perf_pmu@module-unload.html
* igt@perf_pmu@rc6-all-gts:
- shard-tglu: NOTRUN -> [SKIP][367] ([i915#8516])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-7/igt@perf_pmu@rc6-all-gts.html
* igt@prime_mmap@test_aperture_limit:
- shard-dg2: NOTRUN -> [SKIP][368] ([i915#14121]) +1 other test skip
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-5/igt@prime_mmap@test_aperture_limit.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg2: NOTRUN -> [SKIP][369] ([i915#3708] / [i915#4077])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-4/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-read:
- shard-rkl: NOTRUN -> [SKIP][370] ([i915#3291] / [i915#3708])
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@prime_vgem@basic-read.html
* igt@prime_vgem@basic-write:
- shard-rkl: NOTRUN -> [SKIP][371] ([i915#14544] / [i915#3291] / [i915#3708])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@prime_vgem@basic-write.html
* igt@prime_vgem@fence-write-hang:
- shard-dg1: NOTRUN -> [SKIP][372] ([i915#3708])
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-19/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-tglu: NOTRUN -> [FAIL][373] ([i915#12910]) +9 other tests fail
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-3/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-rkl: NOTRUN -> [SKIP][374] ([i915#9917])
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
#### Possible fixes ####
* igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0:
- shard-dg2: [INCOMPLETE][375] ([i915#13356]) -> [PASS][376]
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-5/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-1/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html
* igt@gem_eio@kms:
- shard-rkl: [DMESG-WARN][377] ([i915#13363]) -> [PASS][378]
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@gem_eio@kms.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@gem_eio@kms.html
- shard-tglu: [DMESG-WARN][379] ([i915#13363]) -> [PASS][380]
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-tglu-9/igt@gem_eio@kms.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-3/igt@gem_eio@kms.html
* igt@gem_exec_suspend@basic-s4-devices:
- shard-rkl: [ABORT][381] ([i915#7975]) -> [PASS][382] +1 other test pass
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-1/igt@gem_exec_suspend@basic-s4-devices.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@gem_exec_suspend@basic-s4-devices.html
* igt@gen9_exec_parse@allowed-single:
- shard-glk: [ABORT][383] ([i915#5566]) -> [PASS][384]
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-glk8/igt@gen9_exec_parse@allowed-single.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk9/igt@gen9_exec_parse@allowed-single.html
* igt@i915_module_load@resize-bar:
- shard-dg2: [DMESG-WARN][385] ([i915#14545]) -> [PASS][386]
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-8/igt@i915_module_load@resize-bar.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-6/igt@i915_module_load@resize-bar.html
* igt@i915_suspend@fence-restore-untiled:
- shard-glk: [INCOMPLETE][387] ([i915#4817]) -> [PASS][388]
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-glk8/igt@i915_suspend@fence-restore-untiled.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk2/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-a-hdmi-a-1:
- shard-glk: [FAIL][389] ([i915#14888]) -> [PASS][390] +1 other test pass
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-glk4/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-a-hdmi-a-1.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk8/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-a-hdmi-a-1.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-dg2: [FAIL][391] ([i915#5956]) -> [PASS][392] +1 other test pass
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
- shard-rkl: [INCOMPLETE][393] ([i915#15582]) -> [PASS][394]
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-rkl: [FAIL][395] ([i915#13566]) -> [PASS][396]
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][397] ([i915#13566]) -> [PASS][398] +1 other test pass
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-tglu-7/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-9/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-rkl: [INCOMPLETE][399] ([i915#9878]) -> [PASS][400]
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-3/igt@kms_fbcon_fbt@fbc-suspend.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-snb: [TIMEOUT][401] ([i915#14033] / [i915#14350]) -> [PASS][402]
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-snb6/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-snb1/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1:
- shard-snb: [TIMEOUT][403] ([i915#14033]) -> [PASS][404]
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-snb6/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-snb1/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html
* igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a1:
- shard-snb: [INCOMPLETE][405] ([i915#12314] / [i915#12745] / [i915#4839]) -> [PASS][406] +1 other test pass
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-snb6/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a1.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-snb4/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a1.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt:
- shard-dg2: [FAIL][407] ([i915#15389] / [i915#6880]) -> [PASS][408]
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a:
- shard-rkl: [INCOMPLETE][409] ([i915#14412]) -> [PASS][410] +1 other test pass
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-3/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg2: [SKIP][411] ([i915#15073]) -> [PASS][412]
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-4/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: [SKIP][413] ([i915#15073]) -> [PASS][414]
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@system-suspend-idle:
- shard-rkl: [INCOMPLETE][415] ([i915#14419]) -> [PASS][416]
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_pm_rpm@system-suspend-idle.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@kms_pm_rpm@system-suspend-idle.html
* igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2:
- shard-rkl: [INCOMPLETE][417] ([i915#12276]) -> [PASS][418] +2 other tests pass
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2.html
* igt@kms_vblank@wait-idle-hang:
- shard-glk: [SKIP][419] -> [PASS][420]
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-glk2/igt@kms_vblank@wait-idle-hang.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk9/igt@kms_vblank@wait-idle-hang.html
* igt@perf_pmu@busy-double-start@vcs1:
- shard-mtlp: [FAIL][421] ([i915#4349]) -> [PASS][422] +2 other tests pass
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-mtlp-7/igt@perf_pmu@busy-double-start@vcs1.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-3/igt@perf_pmu@busy-double-start@vcs1.html
#### Warnings ####
* igt@gem_exec_reloc@basic-gtt-wc-noreloc:
- shard-rkl: [SKIP][423] ([i915#3281]) -> [SKIP][424] ([i915#14544] / [i915#3281]) +3 other tests skip
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-4/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
* igt@gem_exec_reloc@basic-wc-gtt-active:
- shard-rkl: [SKIP][425] ([i915#14544] / [i915#3281]) -> [SKIP][426] ([i915#3281]) +3 other tests skip
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@gem_exec_reloc@basic-wc-gtt-active.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@gem_exec_reloc@basic-wc-gtt-active.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-rkl: [SKIP][427] ([i915#14544] / [i915#4613]) -> [SKIP][428] ([i915#4613]) +3 other tests skip
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_partial_pwrite_pread@reads-display:
- shard-rkl: [SKIP][429] ([i915#3282]) -> [SKIP][430] ([i915#14544] / [i915#3282])
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-5/igt@gem_partial_pwrite_pread@reads-display.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@gem_partial_pwrite_pread@reads-display.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: [SKIP][431] ([i915#14544] / [i915#3282]) -> [SKIP][432] ([i915#3282]) +1 other test skip
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_softpin@evict-snoop:
- shard-rkl: [SKIP][433] ([i915#14544]) -> [SKIP][434] +5 other tests skip
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@gem_softpin@evict-snoop.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@gem_softpin@evict-snoop.html
* igt@gen9_exec_parse@unaligned-jump:
- shard-rkl: [SKIP][435] ([i915#2527]) -> [SKIP][436] ([i915#14544] / [i915#2527]) +1 other test skip
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-1/igt@gen9_exec_parse@unaligned-jump.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@gen9_exec_parse@unaligned-jump.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: [SKIP][437] ([i915#14544] / [i915#8399]) -> [SKIP][438] ([i915#8399])
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@i915_pm_freq_api@freq-suspend.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@i915_pm_freq_api@freq-suspend.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-rkl: [ABORT][439] ([i915#15132]) -> [INCOMPLETE][440] ([i915#12761])
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-1/igt@kms_async_flips@async-flip-suspend-resume.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-rkl: [SKIP][441] ([i915#14544] / [i915#9531]) -> [SKIP][442] ([i915#9531])
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-rkl: [SKIP][443] ([i915#1769] / [i915#3555]) -> [SKIP][444] ([i915#14544] / [i915#1769] / [i915#3555])
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-rkl: [SKIP][445] ([i915#5286]) -> [SKIP][446] ([i915#14544] / [i915#5286]) +2 other tests skip
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-3/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-270:
- shard-rkl: [SKIP][447] ([i915#14544] / [i915#5286]) -> [SKIP][448] ([i915#5286])
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-rkl: [SKIP][449] ([i915#14544] / [i915#3638]) -> [SKIP][450] ([i915#3638])
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-90:
- shard-rkl: [SKIP][451] -> [SKIP][452] ([i915#14544]) +3 other tests skip
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-2/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
* igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][453] ([i915#6095]) -> [SKIP][454] ([i915#14544] / [i915#6095]) +5 other tests skip
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-7/igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-b-hdmi-a-2.html
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][455] ([i915#14544] / [i915#6095]) -> [SKIP][456] ([i915#6095]) +6 other tests skip
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk: [INCOMPLETE][457] ([i915#15582]) -> [INCOMPLETE][458] ([i915#14694] / [i915#15582]) +1 other test incomplete
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-glk2/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk1/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs:
- shard-rkl: [SKIP][459] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][460] ([i915#14098] / [i915#6095]) +9 other tests skip
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs:
- shard-rkl: [SKIP][461] ([i915#14098] / [i915#6095]) -> [SKIP][462] ([i915#14098] / [i915#14544] / [i915#6095]) +7 other tests skip
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-5/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs.html
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs.html
* igt@kms_cdclk@mode-transition:
- shard-rkl: [SKIP][463] ([i915#3742]) -> [SKIP][464] ([i915#14544] / [i915#3742])
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-3/igt@kms_cdclk@mode-transition.html
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium_frames@hdmi-aspect-ratio:
- shard-rkl: [SKIP][465] ([i915#11151] / [i915#7828]) -> [SKIP][466] ([i915#11151] / [i915#14544] / [i915#7828])
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-5/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- shard-rkl: [SKIP][467] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][468] ([i915#11151] / [i915#7828]) +1 other test skip
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-fast.html
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-rkl: [SKIP][469] ([i915#14544] / [i915#15330] / [i915#3116]) -> [SKIP][470] ([i915#15330] / [i915#3116])
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_content_protection@dp-mst-type-1.html
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-4/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy:
- shard-rkl: [SKIP][471] ([i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][472] ([i915#14544])
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-7/igt@kms_content_protection@legacy.html
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@mei-interface:
- shard-dg1: [SKIP][473] ([i915#6944] / [i915#9424]) -> [SKIP][474] ([i915#9433])
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg1-19/igt@kms_content_protection@mei-interface.html
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-12/igt@kms_content_protection@mei-interface.html
- shard-snb: [SKIP][475] -> [INCOMPLETE][476] ([i915#9878])
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-snb1/igt@kms_content_protection@mei-interface.html
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-snb7/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-onscreen-max-size:
- shard-rkl: [SKIP][477] ([i915#3555]) -> [SKIP][478] ([i915#14544] / [i915#3555])
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-max-size.html
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-rkl: [SKIP][479] ([i915#13049] / [i915#14544]) -> [SKIP][480] ([i915#13049])
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_cursor_crc@cursor-random-512x170.html
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-rkl: [SKIP][481] ([i915#4103]) -> [SKIP][482] ([i915#14544] / [i915#4103])
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-rkl: [SKIP][483] ([i915#14544] / [i915#4103]) -> [SKIP][484] ([i915#4103])
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-rkl: [SKIP][485] ([i915#13707]) -> [SKIP][486] ([i915#13707] / [i915#14544])
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-5/igt@kms_dp_linktrain_fallback@dp-fallback.html
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dsc@dsc-basic:
- shard-rkl: [SKIP][487] ([i915#3555] / [i915#3840]) -> [SKIP][488] ([i915#14544] / [i915#3555] / [i915#3840])
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-5/igt@kms_dsc@dsc-basic.html
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_dsc@dsc-basic.html
* igt@kms_feature_discovery@dp-mst:
- shard-rkl: [SKIP][489] ([i915#14544] / [i915#9337]) -> [SKIP][490] ([i915#9337])
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_feature_discovery@dp-mst.html
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr1:
- shard-rkl: [SKIP][491] ([i915#14544] / [i915#658]) -> [SKIP][492] ([i915#658])
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_feature_discovery@psr1.html
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_feature_discovery@psr1.html
* igt@kms_feature_discovery@psr2:
- shard-rkl: [SKIP][493] ([i915#658]) -> [SKIP][494] ([i915#14544] / [i915#658])
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-5/igt@kms_feature_discovery@psr2.html
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-rkl: [SKIP][495] ([i915#9934]) -> [SKIP][496] ([i915#14544] / [i915#9934]) +2 other tests skip
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-7/igt@kms_flip@2x-flip-vs-fences.html
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-rkl: [SKIP][497] ([i915#14544] / [i915#9934]) -> [SKIP][498] ([i915#9934])
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_flip@2x-flip-vs-suspend.html
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-glk: [INCOMPLETE][499] ([i915#12745] / [i915#4839]) -> [INCOMPLETE][500] ([i915#12314] / [i915#12745] / [i915#4839])
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-glk6/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk8/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2:
- shard-glk: [INCOMPLETE][501] ([i915#4839]) -> [INCOMPLETE][502] ([i915#12314] / [i915#4839])
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-glk6/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2.html
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-glk8/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
- shard-rkl: [SKIP][503] ([i915#14544] / [i915#15643]) -> [SKIP][504] ([i915#15643])
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-rkl: [SKIP][505] ([i915#15643]) -> [SKIP][506] ([i915#14544] / [i915#15643]) +1 other test skip
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][507] ([i915#15102]) -> [SKIP][508] ([i915#14544] / [i915#15102]) +1 other test skip
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite:
- shard-rkl: [SKIP][509] ([i915#14544] / [i915#15102]) -> [SKIP][510] ([i915#15102]) +1 other test skip
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite.html
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][511] ([i915#1825]) -> [SKIP][512] ([i915#14544] / [i915#1825]) +11 other tests skip
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
- shard-rkl: [SKIP][513] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][514] ([i915#15102] / [i915#3023]) +5 other tests skip
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite:
- shard-dg2: [SKIP][515] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][516] ([i915#15102] / [i915#3458])
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite.html
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-rkl: [SKIP][517] ([i915#15102] / [i915#3023]) -> [SKIP][518] ([i915#14544] / [i915#15102] / [i915#3023]) +5 other tests skip
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-rte.html
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move:
- shard-rkl: [SKIP][519] ([i915#14544] / [i915#1825]) -> [SKIP][520] ([i915#1825]) +4 other tests skip
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
- shard-dg2: [SKIP][521] ([i915#15102] / [i915#3458]) -> [SKIP][522] ([i915#10433] / [i915#15102] / [i915#3458]) +5 other tests skip
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
* igt@kms_hdr@brightness-with-hdr:
- shard-mtlp: [SKIP][523] ([i915#12713]) -> [SKIP][524] ([i915#1187] / [i915#12713])
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-mtlp-6/igt@kms_hdr@brightness-with-hdr.html
[524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-mtlp-1/igt@kms_hdr@brightness-with-hdr.html
- shard-rkl: [SKIP][525] ([i915#12713]) -> [SKIP][526] ([i915#1187] / [i915#12713])
[525]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-4/igt@kms_hdr@brightness-with-hdr.html
[526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-rkl: [SKIP][527] ([i915#15460]) -> [SKIP][528] ([i915#14544] / [i915#15460])
[527]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-7/igt@kms_joiner@invalid-modeset-big-joiner.html
[528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][529] ([i915#14544] / [i915#15815]) -> [SKIP][530] ([i915#15815])
[529]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[530]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane@pixel-format-yf-tiled-modifier:
- shard-rkl: [SKIP][531] ([i915#14544] / [i915#15709]) -> [SKIP][532] ([i915#15709]) +1 other test skip
[531]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_plane@pixel-format-yf-tiled-modifier.html
[532]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@kms_plane@pixel-format-yf-tiled-modifier.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-rkl: [SKIP][533] ([i915#13958]) -> [SKIP][534] ([i915#13958] / [i915#14544])
[533]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-4/igt@kms_plane_multiple@2x-tiling-4.html
[534]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b:
- shard-rkl: [SKIP][535] ([i915#15329]) -> [SKIP][536] ([i915#14544] / [i915#15329]) +3 other tests skip
[535]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-1/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html
[536]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
- shard-rkl: [SKIP][537] ([i915#14544] / [i915#15329] / [i915#3555]) -> [SKIP][538] ([i915#15329] / [i915#3555])
[537]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
[538]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c:
- shard-rkl: [SKIP][539] ([i915#14544] / [i915#15329]) -> [SKIP][540] ([i915#15329]) +10 other tests skip
[539]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c.html
[540]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: [SKIP][541] ([i915#15128]) -> [SKIP][542] ([i915#15739])
[541]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-tglu-6/igt@kms_pm_dc@dc9-dpms.html
[542]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-tglu-7/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-rkl: [SKIP][543] ([i915#14544] / [i915#8430]) -> [SKIP][544] ([i915#8430])
[543]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_pm_lpsp@screens-disabled.html
[544]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-rkl: [SKIP][545] ([i915#15073]) -> [SKIP][546] ([i915#14544] / [i915#15073])
[545]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-1/igt@kms_pm_rpm@dpms-lpsp.html
[546]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_prime@basic-crc-hybrid:
- shard-rkl: [SKIP][547] ([i915#14544] / [i915#6524]) -> [SKIP][548] ([i915#6524])
[547]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_prime@basic-crc-hybrid.html
[548]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-7/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_prime@d3hot:
- shard-rkl: [SKIP][549] ([i915#6524]) -> [SKIP][550] ([i915#14544] / [i915#6524])
[549]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-7/igt@kms_prime@d3hot.html
[550]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-rkl: [SKIP][551] ([i915#11520] / [i915#14544]) -> [SKIP][552] ([i915#11520]) +2 other tests skip
[551]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
[552]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-5/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
- shard-rkl: [SKIP][553] ([i915#11520]) -> [SKIP][554] ([i915#11520] / [i915#14544]) +3 other tests skip
[553]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-4/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
[554]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr@pr-cursor-mmap-cpu:
- shard-rkl: [SKIP][555] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][556] ([i915#1072] / [i915#9732]) +6 other tests skip
[555]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_psr@pr-cursor-mmap-cpu.html
[556]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-2/igt@kms_psr@pr-cursor-mmap-cpu.html
* igt@kms_psr@psr-cursor-render:
- shard-rkl: [SKIP][557] ([i915#1072] / [i915#9732]) -> [SKIP][558] ([i915#1072] / [i915#14544] / [i915#9732]) +7 other tests skip
[557]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-4/igt@kms_psr@psr-cursor-render.html
[558]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@kms_psr@psr-cursor-render.html
* igt@kms_scaling_modes@scaling-mode-none:
- shard-rkl: [SKIP][559] ([i915#14544] / [i915#3555]) -> [SKIP][560] ([i915#3555])
[559]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_scaling_modes@scaling-mode-none.html
[560]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_scaling_modes@scaling-mode-none.html
* igt@kms_vblank@ts-continuation-dpms-suspend:
- shard-rkl: [INCOMPLETE][561] ([i915#12276]) -> [ABORT][562] ([i915#15132])
[561]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-7/igt@kms_vblank@ts-continuation-dpms-suspend.html
[562]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-1/igt@kms_vblank@ts-continuation-dpms-suspend.html
* igt@kms_vrr@negative-basic:
- shard-rkl: [SKIP][563] ([i915#14544] / [i915#3555] / [i915#9906]) -> [SKIP][564] ([i915#3555] / [i915#9906])
[563]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@kms_vrr@negative-basic.html
[564]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-8/igt@kms_vrr@negative-basic.html
* igt@perf_pmu@module-unload:
- shard-dg1: [ABORT][565] ([i915#13029] / [i915#15778]) -> [ABORT][566] ([i915#15778])
[565]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-dg1-18/igt@perf_pmu@module-unload.html
[566]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-dg1-14/igt@perf_pmu@module-unload.html
* igt@prime_vgem@fence-read-hang:
- shard-rkl: [SKIP][567] ([i915#14544] / [i915#3708]) -> [SKIP][568] ([i915#3708])
[567]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-6/igt@prime_vgem@fence-read-hang.html
[568]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-3/igt@prime_vgem@fence-read-hang.html
* igt@sriov_basic@enable-vfs-bind-unbind-each:
- shard-rkl: [SKIP][569] ([i915#9917]) -> [SKIP][570] ([i915#14544] / [i915#9917])
[569]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18163/shard-rkl-2/igt@sriov_basic@enable-vfs-bind-unbind-each.html
[570]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/shard-rkl-6/igt@sriov_basic@enable-vfs-bind-unbind-each.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#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[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#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12177]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12177
[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#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
[i915#12549]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12549
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12761]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12761
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008
[i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
[i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13196
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13363]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13363
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691
[i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707
[i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783
[i915#13786]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13786
[i915#13809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13809
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033
[i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14121]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14121
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14350]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14350
[i915#14412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14412
[i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419
[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#14702]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14702
[i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712
[i915#14888]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14888
[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#15106]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15106
[i915#15128]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15128
[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#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460
[i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15560]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15560
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[i915#15608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15608
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15662]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15662
[i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
[i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
[i915#15734]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15734
[i915#15739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15739
[i915#15778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15778
[i915#15815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15815
[i915#15816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15816
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[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#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[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#4767]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4767
[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#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[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#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
[i915#5566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5566
[i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723
[i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
[i915#6344]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6344
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#6806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6806
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387
[i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
[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#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[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#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433
[i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9878]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8806 -> IGTPW_14786
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_18163: b65472ae36d2a21ac0a1991618db1e9b09b1dcd0 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14786: 14786
IGT_8806: 8806
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14786/index.html
[-- Attachment #2: Type: text/html, Size: 187809 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✗ Xe.CI.FULL: failure for tests/kms_content_protection: check sink capability after modeset (rev4)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (15 preceding siblings ...)
2026-03-18 16:56 ` ✗ i915.CI.Full: failure " Patchwork
@ 2026-03-18 22:13 ` Patchwork
2026-03-19 6:41 ` [PATCH i-g-t v5 0/2] Get HDCP capable outputs before modeset Santhosh Reddy Guddati
` (4 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-18 22:13 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 37979 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev4)
URL : https://patchwork.freedesktop.org/series/162239/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8806_FULL -> XEIGTPW_14786_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_14786_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_14786_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_14786_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@kms_content_protection@lic-type-1:
- shard-bmg: NOTRUN -> [SKIP][1]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_content_protection@lic-type-1.html
#### Warnings ####
* igt@kms_content_protection@atomic-hdcp14:
- shard-bmg: [FAIL][2] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) -> [SKIP][3] +1 other test skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-10/igt@kms_content_protection@atomic-hdcp14.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@content-type-change:
- shard-bmg: [SKIP][4] ([Intel XE#2341]) -> [SKIP][5] +2 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_content_protection@content-type-change.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-lnl: [SKIP][6] ([Intel XE#6973]) -> [SKIP][7] +4 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-lnl-3/igt@kms_content_protection@legacy-hdcp14.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-lnl-1/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@suspend-resume:
- shard-lnl: [SKIP][8] ([Intel XE#6705] / [Intel XE#6973]) -> [SKIP][9]
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-lnl-7/igt@kms_content_protection@suspend-resume.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-lnl-5/igt@kms_content_protection@suspend-resume.html
* igt@kms_content_protection@uevent:
- shard-lnl: [SKIP][10] ([Intel XE#3278] / [Intel XE#6973]) -> [SKIP][11] +8 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-lnl-7/igt@kms_content_protection@uevent.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-lnl-6/igt@kms_content_protection@uevent.html
Known issues
------------
Here are the changes found in XEIGTPW_14786_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#2327])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#1124]) +2 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-6/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2314] / [Intel XE#2894] / [Intel XE#7373]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#2887]) +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-4/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs.html
* igt@kms_chamelium_color@degamma:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#2325] / [Intel XE#7358]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-9/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_frames@dp-frame-dump:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2252]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_chamelium_frames@dp-frame-dump.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][18] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-6/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-onscreen-32x10:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2320])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_cursor_crc@cursor-onscreen-32x10.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic:
- shard-bmg: [PASS][20] -> [SKIP][21] ([Intel XE#2291]) +3 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-10/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: [PASS][22] -> [FAIL][23] ([Intel XE#7586])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@flip-vs-cursor-legacy:
- shard-bmg: [PASS][24] -> [FAIL][25] ([Intel XE#7571])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
* igt@kms_display_modes@extended-mode-basic:
- shard-bmg: [PASS][26] -> [SKIP][27] ([Intel XE#4302])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-7/igt@kms_display_modes@extended-mode-basic.html
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#4422] / [Intel XE#7442])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-7/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#4156] / [Intel XE#7425])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-4/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_feature_discovery@display-2x:
- shard-bmg: [PASS][30] -> [SKIP][31] ([Intel XE#2373] / [Intel XE#7344])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-7/igt@kms_feature_discovery@display-2x.html
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_feature_discovery@display-2x.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2316])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-dpms-vs-vblank-race-interruptible:
- shard-bmg: [PASS][33] -> [DMESG-WARN][34] ([Intel XE#5208])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-2/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-2/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html
* igt@kms_flip@2x-dpms-vs-vblank-race-interruptible@cd-dp2-hdmi-a3:
- shard-bmg: [PASS][35] -> [DMESG-WARN][36] ([Intel XE#6819])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-2/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible@cd-dp2-hdmi-a3.html
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-2/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible@cd-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
- shard-bmg: [PASS][37] -> [SKIP][38] ([Intel XE#2316]) +4 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-8/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-bmg: [PASS][39] -> [INCOMPLETE][40] ([Intel XE#6652] / [Intel XE#6819]) +1 other test incomplete
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-6/igt@kms_flip@2x-wf_vblank-ts-check.html
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-2/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_flip@flip-vs-suspend:
- shard-bmg: [PASS][41] -> [INCOMPLETE][42] ([Intel XE#2049] / [Intel XE#2597]) +1 other test incomplete
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-2/igt@kms_flip@flip-vs-suspend.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-1/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#7179])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#2312]) +2 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#7061] / [Intel XE#7356])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#4141]) +6 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#2311]) +7 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#2352] / [Intel XE#7399])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#2313]) +8 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_hdr@static-toggle-suspend:
- shard-bmg: [PASS][50] -> [SKIP][51] ([Intel XE#1503])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-10/igt@kms_hdr@static-toggle-suspend.html
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#6901])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#7283])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-9/igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping.html
* igt@kms_plane_multiple@tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#5020] / [Intel XE#7348])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-1/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#2391] / [Intel XE#6927])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc6-dpms:
- shard-lnl: [PASS][56] -> [FAIL][57] ([Intel XE#7340])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-lnl-8/igt@kms_pm_dc@dc6-dpms.html
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-lnl-2/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#1489]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-8/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
* igt@kms_psr@fbc-psr-basic:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#2234] / [Intel XE#2850]) +4 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-7/igt@kms_psr@fbc-psr-basic.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#1435])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_sharpness_filter@filter-scaler-downscale:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#6503]) +1 other test skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-8/igt@kms_sharpness_filter@filter-scaler-downscale.html
* igt@kms_vrr@flipline:
- shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#1499])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_vrr@flipline.html
* igt@kms_vrr@lobf:
- shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#2168] / [Intel XE#7444])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_vrr@lobf.html
* igt@xe_create@multigpu-create-massive-size:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#2504] / [Intel XE#7319] / [Intel XE#7350])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-8/igt@xe_create@multigpu-create-massive-size.html
* igt@xe_eudebug@basic-close:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#4837]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@xe_eudebug@basic-close.html
* igt@xe_eudebug_online@pagefault-write-stress:
- shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#6665] / [Intel XE#6681])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-6/igt@xe_eudebug_online@pagefault-write-stress.html
* igt@xe_eudebug_online@writes-caching-vram-bb-sram-target-sram:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#4837] / [Intel XE#6665])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-1/igt@xe_eudebug_online@writes-caching-vram-bb-sram-target-sram.html
* igt@xe_eudebug_sriov@deny-eudebug:
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#5793] / [Intel XE#7320] / [Intel XE#7464])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@xe_eudebug_sriov@deny-eudebug.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [PASS][70] -> [INCOMPLETE][71] ([Intel XE#6321])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@xe_evict@evict-mixed-many-threads-small.html
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-6/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-small-external-multi-queue-cm:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#7140]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@xe_evict@evict-small-external-multi-queue-cm.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#2322] / [Intel XE#7372]) +2 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-8/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html
* igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-prefetch:
- shard-bmg: NOTRUN -> [SKIP][74] ([Intel XE#7136]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-prefetch.html
* igt@xe_exec_multi_queue@few-execs-preempt-mode-basic:
- shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#6874]) +9 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-4/igt@xe_exec_multi_queue@few-execs-preempt-mode-basic.html
* igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr:
- shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#7138]) +3 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr.html
* igt@xe_multigpu_svm@mgpu-concurrent-access-prefetch:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#6964]) +2 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-7/igt@xe_multigpu_svm@mgpu-concurrent-access-prefetch.html
* igt@xe_oa@oa-tlb-invalidate:
- shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#2248] / [Intel XE#7325] / [Intel XE#7393])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@xe_oa@oa-tlb-invalidate.html
* igt@xe_pat@pat-index-xelpg:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2236])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@xe_pat@pat-index-xelpg.html
* igt@xe_peer2peer@read:
- shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#2427] / [Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-4/igt@xe_peer2peer@read.html
* igt@xe_query@multigpu-query-cs-cycles:
- shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#944])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@xe_query@multigpu-query-cs-cycles.html
* igt@xe_sriov_vram@vf-access-beyond:
- shard-bmg: [PASS][82] -> [FAIL][83] ([Intel XE#5937]) +1 other test fail
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@xe_sriov_vram@vf-access-beyond.html
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@xe_sriov_vram@vf-access-beyond.html
#### Possible fixes ####
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
- shard-bmg: [SKIP][84] ([Intel XE#2291]) -> [PASS][85]
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-1/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@cursor-vs-flip-varying-size:
- shard-bmg: [DMESG-WARN][86] ([Intel XE#5354]) -> [PASS][87]
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-bmg: [SKIP][88] ([Intel XE#2291] / [Intel XE#7343]) -> [PASS][89]
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-bmg: [SKIP][90] ([Intel XE#1340]) -> [PASS][91]
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-bmg: [SKIP][92] ([Intel XE#4294]) -> [PASS][93]
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_dp_linktrain_fallback@dp-fallback.html
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-8/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-bmg: [SKIP][94] ([Intel XE#2316]) -> [PASS][95] +4 other tests pass
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-8/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@b-edp1:
- shard-lnl: [FAIL][96] ([Intel XE#301]) -> [PASS][97] +1 other test pass
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
* igt@kms_flip@wf_vblank-ts-check:
- shard-bmg: [FAIL][98] ([Intel XE#3098]) -> [PASS][99] +1 other test pass
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-4/igt@kms_flip@wf_vblank-ts-check.html
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-6/igt@kms_flip@wf_vblank-ts-check.html
* igt@kms_hdr@static-toggle:
- shard-bmg: [SKIP][100] ([Intel XE#1503]) -> [PASS][101]
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_hdr@static-toggle.html
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-1/igt@kms_hdr@static-toggle.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-bmg: [SKIP][102] ([Intel XE#4596]) -> [PASS][103]
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-4.html
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-9/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_setmode@basic:
- shard-bmg: [FAIL][104] ([Intel XE#6361]) -> [PASS][105] +2 other tests pass
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_setmode@basic.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-a-edp-1:
- shard-lnl: [FAIL][106] ([Intel XE#6361]) -> [PASS][107] +1 other test pass
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-lnl-4/igt@kms_setmode@basic@pipe-a-edp-1.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-lnl-7/igt@kms_setmode@basic@pipe-a-edp-1.html
* igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter:
- shard-lnl: [DMESG-WARN][108] -> [PASS][109] +1 other test pass
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-lnl-1/igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-lnl-4/igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter.html
* igt@xe_exec_system_allocator@fault-benchmark:
- shard-bmg: [FAIL][110] ([Intel XE#7550]) -> [PASS][111]
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-6/igt@xe_exec_system_allocator@fault-benchmark.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@xe_exec_system_allocator@fault-benchmark.html
* igt@xe_exec_system_allocator@many-stride-mmap-race:
- shard-bmg: [INCOMPLETE][112] -> [PASS][113]
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-9/igt@xe_exec_system_allocator@many-stride-mmap-race.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-8/igt@xe_exec_system_allocator@many-stride-mmap-race.html
* igt@xe_sriov_flr@flr-each-isolation:
- shard-bmg: [FAIL][114] ([Intel XE#6569]) -> [PASS][115]
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-4/igt@xe_sriov_flr@flr-each-isolation.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-4/igt@xe_sriov_flr@flr-each-isolation.html
#### Warnings ####
* igt@kms_content_protection@lic-type-0:
- shard-bmg: [SKIP][116] ([Intel XE#2341]) -> [FAIL][117] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_content_protection@lic-type-0.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-6/igt@kms_content_protection@lic-type-0.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-bmg: [SKIP][118] ([Intel XE#2312]) -> [SKIP][119] ([Intel XE#4141]) +4 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][120] ([Intel XE#4141]) -> [SKIP][121] ([Intel XE#2312]) +5 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: [SKIP][122] ([Intel XE#2311]) -> [SKIP][123] ([Intel XE#2312]) +12 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt:
- shard-bmg: [SKIP][124] ([Intel XE#2312]) -> [SKIP][125] ([Intel XE#2311]) +13 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt:
- shard-bmg: [SKIP][126] ([Intel XE#2313]) -> [SKIP][127] ([Intel XE#2312]) +11 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][128] ([Intel XE#2312]) -> [SKIP][129] ([Intel XE#2313]) +12 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [FAIL][130] ([Intel XE#1729] / [Intel XE#7424]) -> [SKIP][131] ([Intel XE#2426] / [Intel XE#5848])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-10/igt@kms_tiled_display@basic-test-pattern.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[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#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[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#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[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#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
[Intel XE#4294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294
[Intel XE#4302]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4302
[Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
[Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
[Intel XE#5208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5208
[Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354
[Intel XE#5793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5793
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#6361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
[Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6681]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6681
[Intel XE#6705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6705
[Intel XE#6819]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6819
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
[Intel XE#6927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6927
[Intel XE#6953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6953
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6973]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6973
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
[Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7319]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7319
[Intel XE#7320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7320
[Intel XE#7325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7325
[Intel XE#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326
[Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343
[Intel XE#7344]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7344
[Intel XE#7348]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7348
[Intel XE#7350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7350
[Intel XE#7353]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7353
[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#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7373
[Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
[Intel XE#7393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7393
[Intel XE#7399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7399
[Intel XE#7424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7424
[Intel XE#7425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7425
[Intel XE#7442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7442
[Intel XE#7444]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7444
[Intel XE#7464]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7464
[Intel XE#7550]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7550
[Intel XE#7571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571
[Intel XE#7586]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7586
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8806 -> IGTPW_14786
* Linux: xe-4731-a25d8c583e1e52bde77d371081a7c3fcd0a2e820 -> xe-4734-b65472ae36d2a21ac0a1991618db1e9b09b1dcd0
IGTPW_14786: 14786
IGT_8806: 8806
xe-4731-a25d8c583e1e52bde77d371081a7c3fcd0a2e820: a25d8c583e1e52bde77d371081a7c3fcd0a2e820
xe-4734-b65472ae36d2a21ac0a1991618db1e9b09b1dcd0: b65472ae36d2a21ac0a1991618db1e9b09b1dcd0
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14786/index.html
[-- Attachment #2: Type: text/html, Size: 42387 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* [PATCH i-g-t v5 0/2] Get HDCP capable outputs before modeset
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (16 preceding siblings ...)
2026-03-18 22:13 ` ✗ Xe.CI.FULL: " Patchwork
@ 2026-03-19 6:41 ` Santhosh Reddy Guddati
2026-03-19 6:41 ` [PATCH i-g-t v5 1/2] tests/kms_content_protection: " Santhosh Reddy Guddati
2026-03-19 6:41 ` [PATCH i-g-t v5 2/2] tests/kms_content_protection: Handle EDID lookup failures Santhosh Reddy Guddati
2026-03-19 8:55 ` ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev5) Patchwork
` (3 subsequent siblings)
21 siblings, 2 replies; 31+ messages in thread
From: Santhosh Reddy Guddati @ 2026-03-19 6:41 UTC (permalink / raw)
To: igt-dev
Cc: suraj.kandpal, karthik.b.s, mohammed.thasleem, sowmiya.s,
Santhosh Reddy Guddati
Filter out the HDCP capable outputs from the connected outputs before
doing a modeset. This will make the test to execute on HDCP
supported panels and avoid commit failures and invalid skips on
HDCP supported panels.
A connector needs a valid CRTC to reliably read its debugfs consistently.
To avoid unwanted modesets before checking HDCP capability checks, collect
all HDCP‑capable outputs separately.
Santhosh Reddy Guddati (2):
tests/kms_content_protection: Get HDCP capable outputs before modeset
tests/kms_content_protection: Handle EDID lookup failures
tests/kms_content_protection.c | 65 ++++++++++++++++++++++++++--------
1 file changed, 50 insertions(+), 15 deletions(-)
--
2.34.1
^ permalink raw reply [flat|nested] 31+ messages in thread
* [PATCH i-g-t v5 1/2] tests/kms_content_protection: Get HDCP capable outputs before modeset
2026-03-19 6:41 ` [PATCH i-g-t v5 0/2] Get HDCP capable outputs before modeset Santhosh Reddy Guddati
@ 2026-03-19 6:41 ` Santhosh Reddy Guddati
2026-03-19 6:41 ` [PATCH i-g-t v5 2/2] tests/kms_content_protection: Handle EDID lookup failures Santhosh Reddy Guddati
1 sibling, 0 replies; 31+ messages in thread
From: Santhosh Reddy Guddati @ 2026-03-19 6:41 UTC (permalink / raw)
To: igt-dev
Cc: suraj.kandpal, karthik.b.s, mohammed.thasleem, sowmiya.s,
Santhosh Reddy Guddati
Filter out the HDCP capable outputs from the connected outputs before
doing a modeset. This will make the test to execute on HDCP
supported panels and avoid commit failures and invalid skips on
HDCP supported panels.
A connector needs a valid CRTC to reliably read its debugfs consistently.
To avoid unwanted modesets before checking HDCP capability checks, collect
all HDCP‑capable outputs separately.
V2: Add comment describing reasons for invalid skips (Suraj)
V3: Replace hardcoded values with macros for hdcp outputs (Sowmiya)
V4: Get hdcp capability first before EDID reading and blocklisting.
Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Sowmiya S <sowmiya.s@intel.com>
---
tests/kms_content_protection.c | 43 +++++++++++++++++++++++++++-------
1 file changed, 34 insertions(+), 9 deletions(-)
diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
index f35c9fa73..caf3d7a56 100644
--- a/tests/kms_content_protection.c
+++ b/tests/kms_content_protection.c
@@ -127,6 +127,7 @@ struct data {
#define CP_UNDESIRED 0
#define CP_DESIRED 1
#define CP_ENABLED 2
+#define MAX_HDCP_OUTPUTS 10
/*
* HDCP_CONTENT_TYPE_0 can be handled on both HDCP1.4 and HDCP2.2. Where as
@@ -707,32 +708,56 @@ static bool is_output_hdcp_test_exempt(igt_output_t *output)
return igt_is_panel_blocked(sink_name, hdcp_blocklist, ARRAY_SIZE(hdcp_blocklist));
}
+static int get_hdcp_outputs(igt_display_t *display, int content_type,
+ igt_output_t **hdcp_outputs)
+{
+ igt_output_t *output;
+ int count = 0;
+
+ for_each_connected_output(display, output) {
+ if (!output_hdcp_capable(output, content_type))
+ continue;
+
+ if (is_output_hdcp_test_exempt(output)) {
+ igt_info("Skipping HDCP test on %s, as the panel is blocklisted\n",
+ output->name);
+ continue;
+ }
+
+
+ if (count < MAX_HDCP_OUTPUTS)
+ hdcp_outputs[count++] = output;
+ }
+
+ return count;
+}
+
static void
test_content_protection(enum igt_commit_style commit_style, int content_type)
{
igt_display_t *display = &data.display;
igt_output_t *output;
+ igt_output_t *hdcp_outputs[MAX_HDCP_OUTPUTS];
igt_crtc_t *crtc;
+ int hdcp_panel_count;
+ int i;
if (data.cp_tests & CP_MEI_RELOAD)
igt_require_f(igt_kmod_is_loaded("mei_hdcp"),
"mei_hdcp module is not loaded\n");
+ hdcp_panel_count = get_hdcp_outputs(display, content_type, hdcp_outputs);
+ igt_skip_on_f(hdcp_panel_count == 0, "No connected output with HDCP support found\n");
+
if (data.cp_tests & CP_UEVENT) {
data.uevent_monitor = igt_watch_uevents();
igt_flush_uevents(data.uevent_monitor);
}
- for_each_connected_output(display, output) {
- for_each_crtc(display, crtc) {
- if (!output_hdcp_capable(output, content_type))
- continue;
- if (is_output_hdcp_test_exempt(output)) {
- igt_info("Skipping HDCP test on %s, as the panel is blocklisted\n",
- output->name);
- continue;
- }
+ for (i = 0; i < hdcp_panel_count; i++) {
+ output = hdcp_outputs[i];
+ for_each_crtc(display, crtc) {
igt_display_reset(display);
igt_output_set_crtc(output,
crtc);
--
2.34.1
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [PATCH i-g-t v5 2/2] tests/kms_content_protection: Handle EDID lookup failures
2026-03-19 6:41 ` [PATCH i-g-t v5 0/2] Get HDCP capable outputs before modeset Santhosh Reddy Guddati
2026-03-19 6:41 ` [PATCH i-g-t v5 1/2] tests/kms_content_protection: " Santhosh Reddy Guddati
@ 2026-03-19 6:41 ` Santhosh Reddy Guddati
2026-03-19 10:50 ` Kandpal, Suraj
1 sibling, 1 reply; 31+ messages in thread
From: Santhosh Reddy Guddati @ 2026-03-19 6:41 UTC (permalink / raw)
To: igt-dev
Cc: suraj.kandpal, karthik.b.s, mohammed.thasleem, sowmiya.s,
Santhosh Reddy Guddati
During output selection, connectors may disconnect or AUX reads may
timeout. In that cases, EDID blob read fails instead of assert log
the failure so test dont asserts.
Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
---
tests/kms_content_protection.c | 24 +++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)
diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
index caf3d7a56..006aeb510 100644
--- a/tests/kms_content_protection.c
+++ b/tests/kms_content_protection.c
@@ -683,13 +683,24 @@ static bool is_output_hdcp_test_exempt(igt_output_t *output)
const struct edid *edid;
char edid_vendor[4];
char sink_name[20];
+ bool ok;
+
+ ok = kmstest_get_property(data.drm_fd,
+ output->config.connector->connector_id,
+ DRM_MODE_OBJECT_CONNECTOR, "EDID", NULL,
+ &edid_blob_id, NULL);
+ if (!ok || !edid_blob_id) {
+ igt_debug("Unable to get EDID blob id for %s\n",
+ output->name);
+ return false;
+ }
- igt_assert(kmstest_get_property(data.drm_fd,
- output->config.connector->connector_id,
- DRM_MODE_OBJECT_CONNECTOR, "EDID", NULL,
- &edid_blob_id, NULL));
-
- igt_assert(edid_blob = drmModeGetPropertyBlob(data.drm_fd, edid_blob_id));
+ edid_blob = drmModeGetPropertyBlob(data.drm_fd, edid_blob_id);
+ if (!edid_blob) {
+ igt_debug("Unable to fetch EDID blob for %s (blob id=%" PRIu64 ")\n",
+ output->name, edid_blob_id);
+ return false;
+ }
edid = (const struct edid *)edid_blob->data;
edid_get_mfg(edid, edid_vendor);
@@ -724,7 +735,6 @@ static int get_hdcp_outputs(igt_display_t *display, int content_type,
continue;
}
-
if (count < MAX_HDCP_OUTPUTS)
hdcp_outputs[count++] = output;
}
--
2.34.1
^ permalink raw reply related [flat|nested] 31+ messages in thread
* ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev5)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (17 preceding siblings ...)
2026-03-19 6:41 ` [PATCH i-g-t v5 0/2] Get HDCP capable outputs before modeset Santhosh Reddy Guddati
@ 2026-03-19 8:55 ` Patchwork
2026-03-19 9:13 ` ✓ i915.CI.BAT: " Patchwork
` (2 subsequent siblings)
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-19 8:55 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1841 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev5)
URL : https://patchwork.freedesktop.org/series/162239/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8810_BAT -> XEIGTPW_14811_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (14 -> 14)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14811_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- bat-bmg-1: NOTRUN -> [SKIP][1] ([Intel XE#2229])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/bat-bmg-1/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
#### Possible fixes ####
* igt@core_hotunplug@unbind-rebind:
- bat-bmg-1: [ABORT][2] ([Intel XE#7249]) -> [PASS][3]
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/bat-bmg-1/igt@core_hotunplug@unbind-rebind.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/bat-bmg-1/igt@core_hotunplug@unbind-rebind.html
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#7249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7249
Build changes
-------------
* IGT: IGT_8810 -> IGTPW_14811
IGTPW_14811: e7a129bc753b0311926154800465037ccb7dd0cf @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8810: eb9035ba642724dc0a7711672805f26d1f34f712 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4745-61409ba11a36fa5aff4ce0f0086a6026a43c5bce: 61409ba11a36fa5aff4ce0f0086a6026a43c5bce
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/index.html
[-- Attachment #2: Type: text/html, Size: 2424 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✓ i915.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev5)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (18 preceding siblings ...)
2026-03-19 8:55 ` ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev5) Patchwork
@ 2026-03-19 9:13 ` Patchwork
2026-03-20 2:01 ` ✗ i915.CI.Full: failure " Patchwork
2026-03-20 10:01 ` ✗ Xe.CI.FULL: " Patchwork
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-19 9:13 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3553 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev5)
URL : https://patchwork.freedesktop.org/series/162239/
State : success
== Summary ==
CI Bug Log - changes from IGT_8810 -> IGTPW_14811
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/index.html
Participating hosts (42 -> 40)
------------------------------
Missing (2): bat-dg2-13 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_14811 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live:
- bat-mtlp-8: [PASS][1] -> [DMESG-FAIL][2] ([i915#12061]) +1 other test dmesg-fail
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/bat-mtlp-8/igt@i915_selftest@live.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/bat-mtlp-8/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/bat-arls-5/igt@i915_selftest@live@workarounds.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/bat-arls-5/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-dg2-8: [DMESG-FAIL][5] ([i915#12061]) -> [PASS][6] +1 other test pass
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/bat-dg2-8/igt@i915_selftest@live.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/bat-dg2-8/igt@i915_selftest@live.html
* igt@i915_selftest@live@late_gt_pm:
- fi-cfl-8109u: [DMESG-WARN][7] ([i915#13735]) -> [PASS][8] +80 other tests pass
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html
* igt@i915_selftest@live@workarounds:
- bat-dg2-14: [DMESG-FAIL][9] ([i915#12061]) -> [PASS][10] +1 other test pass
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/bat-dg2-14/igt@i915_selftest@live@workarounds.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/bat-dg2-14/igt@i915_selftest@live@workarounds.html
* igt@kms_pipe_crc_basic@read-crc:
- fi-cfl-8109u: [DMESG-WARN][11] ([i915#13735] / [i915#15673]) -> [PASS][12] +49 other tests pass
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/fi-cfl-8109u/igt@kms_pipe_crc_basic@read-crc.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/fi-cfl-8109u/igt@kms_pipe_crc_basic@read-crc.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#13735]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13735
[i915#15673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15673
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8810 -> IGTPW_14811
CI-20190529: 20190529
CI_DRM_18174: 61409ba11a36fa5aff4ce0f0086a6026a43c5bce @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14811: e7a129bc753b0311926154800465037ccb7dd0cf @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8810: eb9035ba642724dc0a7711672805f26d1f34f712 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/index.html
[-- Attachment #2: Type: text/html, Size: 4596 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* RE: [PATCH i-g-t v5 2/2] tests/kms_content_protection: Handle EDID lookup failures
2026-03-19 6:41 ` [PATCH i-g-t v5 2/2] tests/kms_content_protection: Handle EDID lookup failures Santhosh Reddy Guddati
@ 2026-03-19 10:50 ` Kandpal, Suraj
2026-03-23 2:57 ` Reddy Guddati, Santhosh
0 siblings, 1 reply; 31+ messages in thread
From: Kandpal, Suraj @ 2026-03-19 10:50 UTC (permalink / raw)
To: Reddy Guddati, Santhosh, igt-dev@lists.freedesktop.org
Cc: B S, Karthik, Thasleem, Mohammed, S, Sowmiya
> Subject: [PATCH i-g-t v5 2/2] tests/kms_content_protection: Handle EDID
> lookup failures
>
> During output selection, connectors may disconnect or AUX reads may
> timeout. In that cases, EDID blob read fails instead of assert log the failure so
> test dont asserts.
Does not make sense to have sudden connectors disconnection when you are just reading EDID.
The only time this happens is you are trying to ready when Connector does not have a CRTC.
Needs to be investigated more.
I suggest you do not add this to the current patch otherwise this will hold up the previous patch
Regards,
Suraj Kandpal
>
> Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
> ---
> tests/kms_content_protection.c | 24 +++++++++++++++++-------
> 1 file changed, 17 insertions(+), 7 deletions(-)
>
> diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
> index caf3d7a56..006aeb510 100644
> --- a/tests/kms_content_protection.c
> +++ b/tests/kms_content_protection.c
> @@ -683,13 +683,24 @@ static bool
> is_output_hdcp_test_exempt(igt_output_t *output)
> const struct edid *edid;
> char edid_vendor[4];
> char sink_name[20];
> + bool ok;
> +
> + ok = kmstest_get_property(data.drm_fd,
> + output->config.connector->connector_id,
> + DRM_MODE_OBJECT_CONNECTOR, "EDID",
> NULL,
> + &edid_blob_id, NULL);
> + if (!ok || !edid_blob_id) {
> + igt_debug("Unable to get EDID blob id for %s\n",
> + output->name);
> + return false;
> + }
>
> - igt_assert(kmstest_get_property(data.drm_fd,
> - output->config.connector-
> >connector_id,
> - DRM_MODE_OBJECT_CONNECTOR,
> "EDID", NULL,
> - &edid_blob_id, NULL));
> -
> - igt_assert(edid_blob = drmModeGetPropertyBlob(data.drm_fd,
> edid_blob_id));
> + edid_blob = drmModeGetPropertyBlob(data.drm_fd, edid_blob_id);
> + if (!edid_blob) {
> + igt_debug("Unable to fetch EDID blob for %s (blob id=%"
> PRIu64 ")\n",
> + output->name, edid_blob_id);
> + return false;
> + }
>
> edid = (const struct edid *)edid_blob->data;
> edid_get_mfg(edid, edid_vendor);
> @@ -724,7 +735,6 @@ static int get_hdcp_outputs(igt_display_t *display, int
> content_type,
> continue;
> }
>
> -
> if (count < MAX_HDCP_OUTPUTS)
> hdcp_outputs[count++] = output;
> }
> --
> 2.34.1
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✗ i915.CI.Full: failure for tests/kms_content_protection: check sink capability after modeset (rev5)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (19 preceding siblings ...)
2026-03-19 9:13 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-03-20 2:01 ` Patchwork
2026-03-20 10:01 ` ✗ Xe.CI.FULL: " Patchwork
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-20 2:01 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 138163 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev5)
URL : https://patchwork.freedesktop.org/series/162239/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8810_full -> IGTPW_14811_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14811_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14811_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_14811/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_14811_full:
### IGT changes ###
#### Possible regressions ####
* igt@fbdev@read:
- shard-dg2: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-4/igt@fbdev@read.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-6/igt@fbdev@read.html
- shard-dg1: [PASS][3] -> [FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-12/igt@fbdev@read.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-14/igt@fbdev@read.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-tglu-1: NOTRUN -> [SKIP][5]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@mei-interface:
- shard-dg2: NOTRUN -> [SKIP][6] +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-5/igt@kms_content_protection@mei-interface.html
- shard-rkl: NOTRUN -> [SKIP][7] +3 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@kms_content_protection@mei-interface.html
- shard-dg1: NOTRUN -> [SKIP][8]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-19/igt@kms_content_protection@mei-interface.html
- shard-tglu: NOTRUN -> [SKIP][9] +2 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-5/igt@kms_content_protection@mei-interface.html
#### Warnings ####
* igt@kms_content_protection@atomic-dpms:
- shard-rkl: [SKIP][10] ([i915#14544] / [i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][11] +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_content_protection@atomic-dpms.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-7/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-dg1: [SKIP][12] ([i915#6944]) -> [SKIP][13] +4 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-17/igt@kms_content_protection@atomic-hdcp14.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-18/igt@kms_content_protection@atomic-hdcp14.html
- shard-tglu: [SKIP][14] ([i915#6944]) -> [SKIP][15] +3 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-tglu-6/igt@kms_content_protection@atomic-hdcp14.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-3/igt@kms_content_protection@atomic-hdcp14.html
- shard-mtlp: [SKIP][16] ([i915#6944]) -> [SKIP][17] +6 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-5/igt@kms_content_protection@atomic-hdcp14.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-5/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@content-type-change:
- shard-dg2: [SKIP][18] ([i915#6944] / [i915#9424]) -> [SKIP][19] +2 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-7/igt@kms_content_protection@content-type-change.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-8/igt@kms_content_protection@content-type-change.html
- shard-dg1: [SKIP][20] ([i915#6944] / [i915#9424]) -> [SKIP][21] +2 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-16/igt@kms_content_protection@content-type-change.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-14/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@legacy:
- shard-rkl: [SKIP][22] ([i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][23]
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-8/igt@kms_content_protection@legacy.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-5/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-dg2: [SKIP][24] ([i915#6944]) -> [SKIP][25] +4 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-8/igt@kms_content_protection@legacy-hdcp14.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-6/igt@kms_content_protection@legacy-hdcp14.html
- shard-rkl: [SKIP][26] ([i915#6944]) -> [SKIP][27] +3 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-8/igt@kms_content_protection@legacy-hdcp14.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@lic-type-0:
- shard-tglu: [SKIP][28] ([i915#6944] / [i915#9424]) -> [SKIP][29] +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-tglu-6/igt@kms_content_protection@lic-type-0.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-2/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@srm:
- shard-dg2: [SKIP][30] ([i915#6944] / [i915#7118]) -> [SKIP][31]
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-7/igt@kms_content_protection@srm.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-8/igt@kms_content_protection@srm.html
- shard-dg1: [SKIP][32] ([i915#6944] / [i915#7116]) -> [SKIP][33]
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-17/igt@kms_content_protection@srm.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-14/igt@kms_content_protection@srm.html
- shard-tglu: [SKIP][34] ([i915#6944] / [i915#7116] / [i915#7118]) -> [SKIP][35]
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-tglu-8/igt@kms_content_protection@srm.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-4/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-dg2: [SKIP][36] ([i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][37] +4 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-3/igt@kms_content_protection@type1.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-3/igt@kms_content_protection@type1.html
- shard-dg1: [SKIP][38] ([i915#6944] / [i915#7116] / [i915#9424]) -> [SKIP][39] +4 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-13/igt@kms_content_protection@type1.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-17/igt@kms_content_protection@type1.html
- shard-tglu: [SKIP][40] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) -> [SKIP][41] +3 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-tglu-7/igt@kms_content_protection@type1.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-9/igt@kms_content_protection@type1.html
- shard-mtlp: [SKIP][42] ([i915#3555] / [i915#6944] / [i915#9424]) -> [SKIP][43]
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-8/igt@kms_content_protection@type1.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-2/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-mtlp: [SKIP][44] ([i915#6944] / [i915#9424]) -> [SKIP][45] +5 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-6/igt@kms_content_protection@uevent.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-4/igt@kms_content_protection@uevent.html
Known issues
------------
Here are the changes found in IGTPW_14811_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-dg2: NOTRUN -> [SKIP][46] ([i915#8411])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-7/igt@api_intel_bb@blit-reloc-purge-cache.html
- shard-dg1: NOTRUN -> [SKIP][47] ([i915#8411])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-18/igt@api_intel_bb@blit-reloc-purge-cache.html
- shard-mtlp: NOTRUN -> [SKIP][48] ([i915#8411])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-5/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@api_intel_bb@crc32:
- shard-dg1: NOTRUN -> [SKIP][49] ([i915#6230])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-18/igt@api_intel_bb@crc32.html
- shard-tglu: NOTRUN -> [SKIP][50] ([i915#6230])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-2/igt@api_intel_bb@crc32.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#11078])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-4/igt@device_reset@unbind-cold-reset-rebind.html
* igt@gem_ccs@block-copy-compressed:
- shard-tglu-1: NOTRUN -> [SKIP][52] ([i915#3555] / [i915#9323])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@suspend-resume:
- shard-dg2: NOTRUN -> [INCOMPLETE][53] ([i915#13356]) +1 other test incomplete
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-4/igt@gem_ccs@suspend-resume.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-tglu-1: NOTRUN -> [SKIP][54] ([i915#7697])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-tglu: NOTRUN -> [SKIP][55] ([i915#6335])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-7/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_ctx_persistence@processes:
- shard-snb: NOTRUN -> [SKIP][56] ([i915#1099]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-snb4/igt@gem_ctx_persistence@processes.html
* igt@gem_ctx_sseu@mmap-args:
- shard-tglu: NOTRUN -> [SKIP][57] ([i915#280])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-8/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@in-flight-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][58] ([i915#13390])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk1/igt@gem_eio@in-flight-suspend.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg1: NOTRUN -> [SKIP][59] ([i915#4812])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-17/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@parallel-contexts:
- shard-rkl: NOTRUN -> [SKIP][60] ([i915#4525]) +2 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-7/igt@gem_exec_balancer@parallel-contexts.html
* igt@gem_exec_balancer@parallel-dmabuf-import-out-fence:
- shard-tglu: NOTRUN -> [SKIP][61] ([i915#4525])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-6/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html
* igt@gem_exec_big@single:
- shard-tglu-1: NOTRUN -> [FAIL][62] ([i915#15816])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture-recoverable:
- shard-rkl: NOTRUN -> [SKIP][63] ([i915#6344])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#3539] / [i915#4852]) +1 other test skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-6/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_flush@basic-wb-rw-default:
- shard-dg1: NOTRUN -> [SKIP][65] ([i915#3539] / [i915#4852])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-17/igt@gem_exec_flush@basic-wb-rw-default.html
* igt@gem_exec_params@rsvd2-dirt:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#5107])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-5/igt@gem_exec_params@rsvd2-dirt.html
* igt@gem_exec_reloc@basic-cpu-active:
- shard-mtlp: NOTRUN -> [SKIP][67] ([i915#3281]) +3 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-5/igt@gem_exec_reloc@basic-cpu-active.html
* igt@gem_exec_reloc@basic-gtt-wc-noreloc:
- shard-rkl: NOTRUN -> [SKIP][68] ([i915#3281]) +8 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
* igt@gem_exec_reloc@basic-write-gtt-noreloc:
- shard-rkl: NOTRUN -> [SKIP][69] ([i915#14544] / [i915#3281])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@gem_exec_reloc@basic-write-gtt-noreloc.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#3281]) +4 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-6/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_reloc@basic-write-read-noreloc:
- shard-dg1: NOTRUN -> [SKIP][71] ([i915#3281]) +3 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-13/igt@gem_exec_reloc@basic-write-read-noreloc.html
* igt@gem_exec_schedule@reorder-wide:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#4537] / [i915#4812]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-8/igt@gem_exec_schedule@reorder-wide.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: NOTRUN -> [SKIP][73] ([i915#7276])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_exec_suspend@basic-s3-devices:
- shard-dg1: NOTRUN -> [DMESG-WARN][74] ([i915#4423]) +1 other test dmesg-warn
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-14/igt@gem_exec_suspend@basic-s3-devices.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-tglu: NOTRUN -> [SKIP][75] ([i915#4613] / [i915#7582])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-8/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@heavy-random:
- shard-tglu: NOTRUN -> [SKIP][76] ([i915#4613])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-5/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-tglu-1: NOTRUN -> [SKIP][77] ([i915#4613]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_lmem_swapping@random-engines:
- shard-rkl: NOTRUN -> [SKIP][78] ([i915#4613]) +2 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@gem_lmem_swapping@random-engines.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-glk: NOTRUN -> [SKIP][79] ([i915#4613]) +5 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk4/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_mmap_gtt@basic-short:
- shard-mtlp: NOTRUN -> [SKIP][80] ([i915#4077]) +3 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-6/igt@gem_mmap_gtt@basic-short.html
* igt@gem_mmap_gtt@cpuset-medium-copy-xy:
- shard-dg2: NOTRUN -> [SKIP][81] ([i915#4077]) +4 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-5/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html
- shard-dg1: NOTRUN -> [SKIP][82] ([i915#4077]) +3 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-13/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html
* igt@gem_mmap_offset@clear@smem0:
- shard-rkl: [PASS][83] -> [INCOMPLETE][84] ([i915#15478]) +1 other test incomplete
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-5/igt@gem_mmap_offset@clear@smem0.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@gem_mmap_offset@clear@smem0.html
- shard-tglu-1: NOTRUN -> [INCOMPLETE][85] ([i915#15478] / [i915#5493]) +1 other test incomplete
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@gem_mmap_offset@clear@smem0.html
* igt@gem_mmap_wc@copy:
- shard-dg2: NOTRUN -> [SKIP][86] ([i915#4083]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-1/igt@gem_mmap_wc@copy.html
- shard-dg1: NOTRUN -> [SKIP][87] ([i915#4083]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-17/igt@gem_mmap_wc@copy.html
- shard-mtlp: NOTRUN -> [SKIP][88] ([i915#4083]) +1 other test skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-1/igt@gem_mmap_wc@copy.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-rkl: NOTRUN -> [SKIP][89] ([i915#3282]) +4 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_partial_pwrite_pread@writes-after-reads-snoop:
- shard-dg2: NOTRUN -> [SKIP][90] ([i915#3282]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-3/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
- shard-rkl: NOTRUN -> [SKIP][91] ([i915#14544] / [i915#3282])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
* igt@gem_pwrite@basic-exhaustion:
- shard-glk: NOTRUN -> [WARN][92] ([i915#14702] / [i915#2658])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk6/igt@gem_pwrite@basic-exhaustion.html
- shard-tglu: NOTRUN -> [WARN][93] ([i915#2658])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-3/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@create-regular-context-1:
- shard-dg2: NOTRUN -> [SKIP][94] ([i915#4270])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-5/igt@gem_pxp@create-regular-context-1.html
* igt@gem_pxp@create-regular-context-2:
- shard-rkl: [PASS][95] -> [SKIP][96] ([i915#4270])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-3/igt@gem_pxp@create-regular-context-2.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-5/igt@gem_pxp@create-regular-context-2.html
* igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
- shard-dg1: NOTRUN -> [SKIP][97] ([i915#4270])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-17/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-rkl: NOTRUN -> [SKIP][98] ([i915#13717])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_render_copy@yf-tiled-ccs-to-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][99] ([i915#5190] / [i915#8428]) +4 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-8/igt@gem_render_copy@yf-tiled-ccs-to-y-tiled.html
* igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][100] ([i915#8428]) +1 other test skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-2/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled-ccs.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-dg2: NOTRUN -> [SKIP][101] ([i915#4079])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-6/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
- shard-rkl: NOTRUN -> [SKIP][102] ([i915#8411])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-7/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_userptr_blits@coherency-sync:
- shard-dg1: NOTRUN -> [SKIP][103] ([i915#3297])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-17/igt@gem_userptr_blits@coherency-sync.html
- shard-tglu: NOTRUN -> [SKIP][104] ([i915#3297])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-2/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap:
- shard-dg2: NOTRUN -> [SKIP][105] ([i915#3297] / [i915#4880])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-7/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
* igt@gem_userptr_blits@readonly-pwrite-unsync:
- shard-dg2: NOTRUN -> [SKIP][106] ([i915#3297]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-6/igt@gem_userptr_blits@readonly-pwrite-unsync.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-rkl: NOTRUN -> [SKIP][107] ([i915#3297]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-tglu-1: NOTRUN -> [SKIP][108] ([i915#3297])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-glk11: NOTRUN -> [SKIP][109] +14 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk11/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gem_workarounds@suspend-resume-context:
- shard-rkl: NOTRUN -> [INCOMPLETE][110] ([i915#13356])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@gem_workarounds@suspend-resume-context.html
* igt@gen9_exec_parse@allowed-single:
- shard-dg1: NOTRUN -> [SKIP][111] ([i915#2527])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-13/igt@gen9_exec_parse@allowed-single.html
- shard-mtlp: NOTRUN -> [SKIP][112] ([i915#2856])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-2/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@basic-rejected-ctx-param:
- shard-tglu: NOTRUN -> [SKIP][113] ([i915#2527] / [i915#2856]) +2 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-9/igt@gen9_exec_parse@basic-rejected-ctx-param.html
* igt@gen9_exec_parse@batch-without-end:
- shard-rkl: NOTRUN -> [SKIP][114] ([i915#2527]) +3 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@gen9_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@bb-start-far:
- shard-dg2: NOTRUN -> [SKIP][115] ([i915#2856]) +2 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-7/igt@gen9_exec_parse@bb-start-far.html
* igt@gen9_exec_parse@valid-registers:
- shard-tglu-1: NOTRUN -> [SKIP][116] ([i915#2527] / [i915#2856]) +2 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@gen9_exec_parse@valid-registers.html
* igt@i915_drm_fdinfo@busy-hang@vcs0:
- shard-dg2: NOTRUN -> [SKIP][117] ([i915#14073]) +7 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-3/igt@i915_drm_fdinfo@busy-hang@vcs0.html
* igt@i915_module_load@fault-injection:
- shard-dg2: NOTRUN -> [ABORT][118] ([i915#15342] / [i915#15481])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-8/igt@i915_module_load@fault-injection.html
* igt@i915_module_load@fault-injection@__uc_init:
- shard-dg2: NOTRUN -> [ABORT][119] ([i915#15481])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-8/igt@i915_module_load@fault-injection@__uc_init.html
* igt@i915_module_load@fault-injection@intel_connector_register:
- shard-dg2: NOTRUN -> [DMESG-WARN][120] ([i915#15342])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-8/igt@i915_module_load@fault-injection@intel_connector_register.html
* igt@i915_module_load@resize-bar:
- shard-dg2: NOTRUN -> [DMESG-WARN][121] ([i915#14545])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-3/igt@i915_module_load@resize-bar.html
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#14544] / [i915#6412])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-suspend@gt0:
- shard-dg2: [PASS][123] -> [INCOMPLETE][124] ([i915#13356] / [i915#13820]) +1 other test incomplete
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-3/igt@i915_pm_freq_api@freq-suspend@gt0.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-7/igt@i915_pm_freq_api@freq-suspend@gt0.html
* igt@i915_pm_rps@engine-order:
- shard-glk: NOTRUN -> [FAIL][125] ([i915#14896])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk5/igt@i915_pm_rps@engine-order.html
* igt@i915_pm_rps@thresholds-idle:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#11681])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-7/igt@i915_pm_rps@thresholds-idle.html
* igt@i915_power@sanity:
- shard-mtlp: [PASS][127] -> [SKIP][128] ([i915#7984])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-3/igt@i915_power@sanity.html
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-2/igt@i915_power@sanity.html
* igt@i915_suspend@debugfs-reader:
- shard-glk: NOTRUN -> [INCOMPLETE][129] ([i915#4817])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk6/igt@i915_suspend@debugfs-reader.html
* igt@i915_suspend@forcewake:
- shard-rkl: [PASS][130] -> [INCOMPLETE][131] ([i915#4817])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-8/igt@i915_suspend@forcewake.html
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@i915_suspend@forcewake.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][132] ([i915#4215] / [i915#5190])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-6/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_atomic_transition@plane-all-modeset-transition:
- shard-mtlp: NOTRUN -> [SKIP][133] ([i915#1769] / [i915#3555])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#1769] / [i915#3555])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
- shard-snb: NOTRUN -> [SKIP][135] ([i915#1769])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-snb7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][136] ([i915#5286]) +3 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-5/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][137] ([i915#14544] / [i915#5286])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-180:
- shard-tglu: NOTRUN -> [SKIP][138] ([i915#5286]) +4 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-5/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-tglu-1: NOTRUN -> [SKIP][139] ([i915#5286]) +3 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-dg1: NOTRUN -> [SKIP][140] ([i915#4538] / [i915#5286])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
- shard-tglu: NOTRUN -> [SKIP][141] ([i915#3828])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/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-tglu-1: NOTRUN -> [SKIP][142] ([i915#3828])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][143] +4 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-5/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
- shard-rkl: NOTRUN -> [SKIP][144] ([i915#3638]) +1 other test skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][145] ([i915#3638])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-14/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][146] ([i915#4538] / [i915#5190]) +3 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-8/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#14544])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
- shard-mtlp: NOTRUN -> [SKIP][148] +2 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-2/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg1: NOTRUN -> [SKIP][149] ([i915#4538]) +1 other test skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-19/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][150] ([i915#12313]) +2 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-9/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
- shard-rkl: NOTRUN -> [SKIP][151] ([i915#12313] / [i915#14544])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#6095]) +40 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-1/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-4/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
- shard-glk: NOTRUN -> [SKIP][154] +491 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk6/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs:
- shard-snb: NOTRUN -> [SKIP][155] +135 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-snb7/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][156] ([i915#14544] / [i915#6095]) +5 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][157] ([i915#6095]) +9 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-4/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-edp-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs:
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#14098] / [i915#14544] / [i915#6095]) +3 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][159] ([i915#6095]) +196 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-12/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#14098] / [i915#6095]) +49 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][161] ([i915#10307] / [i915#6095]) +94 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][162] ([i915#6095]) +39 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][163] ([i915#12313]) +2 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc:
- shard-tglu: NOTRUN -> [SKIP][164] ([i915#6095]) +54 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-3/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][165] ([i915#6095]) +61 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_cdclk@mode-transition:
- shard-rkl: NOTRUN -> [SKIP][166] ([i915#3742])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-7/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-tglu-1: NOTRUN -> [SKIP][167] ([i915#3742])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][168] ([i915#13783]) +3 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-6/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#11151] / [i915#14544] / [i915#7828])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k:
- shard-dg1: NOTRUN -> [SKIP][170] ([i915#11151] / [i915#7828])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-18/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-rkl: NOTRUN -> [SKIP][171] ([i915#11151] / [i915#7828]) +9 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
- shard-tglu-1: NOTRUN -> [SKIP][172] ([i915#11151] / [i915#7828]) +4 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#11151] / [i915#7828]) +4 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-1/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-tglu: NOTRUN -> [SKIP][174] ([i915#11151] / [i915#7828]) +3 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-10/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-tglu: NOTRUN -> [SKIP][175] ([i915#15330] / [i915#3116] / [i915#3299])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-8/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-tglu-1: NOTRUN -> [SKIP][176] ([i915#15330] / [i915#3116] / [i915#3299]) +1 other test skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@mei-interface:
- shard-mtlp: NOTRUN -> [SKIP][177] ([i915#8063] / [i915#9433])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-4/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-tglu-1: NOTRUN -> [SKIP][178] ([i915#13049]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][179] ([i915#13566])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: NOTRUN -> [FAIL][180] ([i915#13566]) +3 other tests fail
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-random-128x42:
- shard-rkl: [PASS][181] -> [FAIL][182] ([i915#13566]) +1 other test fail
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-4/igt@kms_cursor_crc@cursor-random-128x42.html
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_cursor_crc@cursor-random-128x42.html
* igt@kms_cursor_crc@cursor-random-32x10:
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#3555]) +2 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-3/igt@kms_cursor_crc@cursor-random-32x10.html
- shard-rkl: NOTRUN -> [SKIP][184] ([i915#3555]) +3 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@kms_cursor_crc@cursor-random-32x10.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-mtlp: NOTRUN -> [SKIP][185] ([i915#3555] / [i915#8814])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-4/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-tglu-1: NOTRUN -> [SKIP][186] ([i915#3555]) +4 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-dg2: NOTRUN -> [SKIP][187] ([i915#13049])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-5/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1:
- shard-tglu: [PASS][188] -> [FAIL][189] ([i915#13566]) +3 other tests fail
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-tglu-10/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-2/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-tglu: NOTRUN -> [SKIP][190] ([i915#13049])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-8/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_crc@cursor-sliding-64x21:
- shard-mtlp: NOTRUN -> [SKIP][191] ([i915#8814])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-5/igt@kms_cursor_crc@cursor-sliding-64x21.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-dg1: NOTRUN -> [SKIP][192] ([i915#3555]) +2 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-19/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_edge_walk@64x64-top-bottom:
- shard-dg1: [PASS][193] -> [DMESG-WARN][194] ([i915#4423]) +1 other test dmesg-warn
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-14/igt@kms_cursor_edge_walk@64x64-top-bottom.html
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-14/igt@kms_cursor_edge_walk@64x64-top-bottom.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][195] +17 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-7/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-dg2: NOTRUN -> [SKIP][196] ([i915#4103] / [i915#4213])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-rkl: NOTRUN -> [SKIP][197] ([i915#4103])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-toggle:
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#9809])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-5/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-dg2: NOTRUN -> [SKIP][199] ([i915#13046] / [i915#5354]) +2 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-tglu: NOTRUN -> [SKIP][200] ([i915#4103])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][201] ([i915#3804])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-rkl: NOTRUN -> [SKIP][202] ([i915#13749])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-7/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-dg2: NOTRUN -> [SKIP][203] ([i915#13748])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-6/igt@kms_dp_link_training@uhbr-mst.html
- shard-rkl: NOTRUN -> [SKIP][204] ([i915#13748])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dp_linktrain_fallback@dsc-fallback:
- shard-rkl: NOTRUN -> [SKIP][205] ([i915#13707])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_dp_linktrain_fallback@dsc-fallback.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][206] ([i915#8812])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-6/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-basic:
- shard-tglu-1: NOTRUN -> [SKIP][207] ([i915#3555] / [i915#3840])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-with-formats:
- shard-rkl: NOTRUN -> [SKIP][208] ([i915#3555] / [i915#3840])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_dsc@dsc-with-formats.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][209] ([i915#9878])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk9/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-rkl: NOTRUN -> [SKIP][210] ([i915#4854])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-7/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-4x:
- shard-tglu: NOTRUN -> [SKIP][211] ([i915#1839])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-2/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@psr1:
- shard-rkl: NOTRUN -> [SKIP][212] ([i915#658])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-5/igt@kms_feature_discovery@psr1.html
* igt@kms_feature_discovery@psr2:
- shard-tglu: NOTRUN -> [SKIP][213] ([i915#658])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-7/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-dg2: NOTRUN -> [SKIP][214] ([i915#9934]) +3 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-7/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible:
- shard-rkl: NOTRUN -> [SKIP][215] ([i915#14544] / [i915#9934])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-glk10: NOTRUN -> [INCOMPLETE][216] ([i915#12745] / [i915#4839])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk10/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
- shard-snb: [PASS][217] -> [TIMEOUT][218] ([i915#14033] / [i915#14350])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-snb1/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-snb4/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2:
- shard-glk10: NOTRUN -> [INCOMPLETE][219] ([i915#4839])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk10/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1:
- shard-snb: [PASS][220] -> [TIMEOUT][221] ([i915#14033]) +2 other tests timeout
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-snb7/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-snb5/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-plain-flip:
- shard-rkl: NOTRUN -> [SKIP][222] ([i915#9934]) +3 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-5/igt@kms_flip@2x-plain-flip.html
- shard-dg1: NOTRUN -> [SKIP][223] ([i915#9934]) +2 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-13/igt@kms_flip@2x-plain-flip.html
- shard-tglu: NOTRUN -> [SKIP][224] ([i915#3637] / [i915#9934]) +2 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-10/igt@kms_flip@2x-plain-flip.html
- shard-mtlp: NOTRUN -> [SKIP][225] ([i915#3637] / [i915#9934]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-8/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset:
- shard-tglu-1: NOTRUN -> [SKIP][226] ([i915#3637] / [i915#9934]) +3 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip@flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][227] ([i915#8381])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-8/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip@flip-vs-suspend:
- shard-rkl: [PASS][228] -> [INCOMPLETE][229] ([i915#6113]) +2 other tests incomplete
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-2/igt@kms_flip@flip-vs-suspend.html
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-glk: NOTRUN -> [INCOMPLETE][230] ([i915#12745] / [i915#4839] / [i915#6113])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk2/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1:
- shard-glk: NOTRUN -> [INCOMPLETE][231] ([i915#12745])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk2/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html
* igt@kms_flip@flip-vs-suspend@a-hdmi-a2:
- shard-rkl: NOTRUN -> [INCOMPLETE][232] ([i915#6113])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@kms_flip@flip-vs-suspend@a-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][233] ([i915#15643]) +4 other tests skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][234] ([i915#15643] / [i915#5190]) +1 other test skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][235] ([i915#14544] / [i915#15643]) +1 other test skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-rkl: NOTRUN -> [SKIP][236] ([i915#15643]) +2 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
- shard-tglu: NOTRUN -> [SKIP][237] ([i915#15643]) +2 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-dg1: NOTRUN -> [SKIP][238] ([i915#15643])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-12/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt:
- shard-dg2: [PASS][239] -> [FAIL][240] ([i915#15389] / [i915#6880])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render:
- shard-rkl: NOTRUN -> [SKIP][241] ([i915#14544] / [i915#1825]) +4 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][242] +13 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt:
- shard-tglu-1: NOTRUN -> [SKIP][243] +32 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move:
- shard-tglu: NOTRUN -> [SKIP][244] +42 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][245] ([i915#15102])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][246] ([i915#15102]) +2 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-blt.html
- shard-rkl: NOTRUN -> [SKIP][247] ([i915#15102]) +7 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][248] ([i915#15102] / [i915#3458]) +6 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][249] ([i915#8708]) +7 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2: NOTRUN -> [SKIP][250] ([i915#10055])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-tglu-1: NOTRUN -> [SKIP][251] ([i915#9766])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-cpu:
- shard-tglu-1: NOTRUN -> [SKIP][252] ([i915#15102]) +15 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render:
- shard-rkl: NOTRUN -> [SKIP][253] ([i915#14544] / [i915#15102]) +1 other test skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][254] ([i915#15102] / [i915#3023]) +16 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render:
- shard-rkl: NOTRUN -> [SKIP][255] ([i915#1825]) +31 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][256] ([i915#5354]) +12 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][257] ([i915#1825]) +4 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][258] ([i915#8708]) +1 other test skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][259] ([i915#8708])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-render:
- shard-dg1: NOTRUN -> [SKIP][260] ([i915#15102] / [i915#3458]) +2 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary:
- shard-tglu: NOTRUN -> [SKIP][261] ([i915#15102]) +20 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-5/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][262] ([i915#14544] / [i915#15102] / [i915#3023]) +3 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-suspend.html
* igt@kms_hdmi_inject@inject-4k:
- shard-mtlp: [PASS][263] -> [SKIP][264] ([i915#15725])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-3/igt@kms_hdmi_inject@inject-4k.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-1/igt@kms_hdmi_inject@inject-4k.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-rkl: [PASS][265] -> [SKIP][266] ([i915#3555] / [i915#8228])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_hdr@bpc-switch-dpms.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@static-swap:
- shard-rkl: NOTRUN -> [SKIP][267] ([i915#3555] / [i915#8228]) +1 other test skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-7/igt@kms_hdr@static-swap.html
- shard-tglu: NOTRUN -> [SKIP][268] ([i915#3555] / [i915#8228]) +1 other test skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-6/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][269] ([i915#3555] / [i915#8228])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][270] ([i915#15459])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-dg2: NOTRUN -> [SKIP][271] ([i915#15458])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-8/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][272] ([i915#15458])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-dg2: NOTRUN -> [SKIP][273] ([i915#6301])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-3/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_panel_fitting@legacy:
- shard-tglu: NOTRUN -> [SKIP][274] ([i915#6301])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-9/igt@kms_panel_fitting@legacy.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1:
- shard-glk11: NOTRUN -> [INCOMPLETE][275] ([i915#12756] / [i915#13409] / [i915#13476]) +1 other test incomplete
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk11/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
* igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier:
- shard-mtlp: NOTRUN -> [SKIP][276] ([i915#15709])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-7/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier.html
- shard-dg1: NOTRUN -> [SKIP][277] ([i915#15709]) +2 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-13/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier:
- shard-glk10: NOTRUN -> [SKIP][278] +153 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk10/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier:
- shard-tglu-1: NOTRUN -> [SKIP][279] ([i915#15709]) +1 other test skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier:
- shard-dg2: NOTRUN -> [SKIP][280] ([i915#15709]) +2 other tests skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-1/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier:
- shard-rkl: NOTRUN -> [SKIP][281] ([i915#14544] / [i915#15709]) +1 other test skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/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: NOTRUN -> [SKIP][282] ([i915#15709]) +3 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-3/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping:
- shard-rkl: NOTRUN -> [SKIP][283] ([i915#15709]) +1 other test skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier@pipe-a-plane-5:
- shard-mtlp: NOTRUN -> [SKIP][284] ([i915#15608]) +1 other test skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-2/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier@pipe-a-plane-5.html
* igt@kms_plane_alpha_blend@alpha-basic:
- shard-glk: NOTRUN -> [FAIL][285] ([i915#12178])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk5/igt@kms_plane_alpha_blend@alpha-basic.html
* igt@kms_plane_alpha_blend@alpha-basic@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][286] ([i915#7862]) +1 other test fail
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk5/igt@kms_plane_alpha_blend@alpha-basic@pipe-a-hdmi-a-1.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb:
- shard-glk: NOTRUN -> [FAIL][287] ([i915#10647] / [i915#12177])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk5/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
* igt@kms_plane_alpha_blend@constant-alpha-max:
- shard-glk: NOTRUN -> [FAIL][288] ([i915#10647] / [i915#12169])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk4/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][289] ([i915#10647]) +3 other tests fail
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk4/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][290] ([i915#13958]) +1 other test skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-7/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-dg2: NOTRUN -> [SKIP][291] ([i915#13958])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-5/igt@kms_plane_multiple@2x-tiling-none.html
- shard-tglu-1: NOTRUN -> [SKIP][292] ([i915#13958])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-tglu: NOTRUN -> [SKIP][293] ([i915#13958])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-3/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-a:
- shard-mtlp: NOTRUN -> [SKIP][294] ([i915#15329]) +8 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-a.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-c:
- shard-tglu: NOTRUN -> [SKIP][295] ([i915#15329]) +4 other tests skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-8/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-c.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75:
- shard-mtlp: NOTRUN -> [SKIP][296] ([i915#15329] / [i915#6953])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][297] ([i915#15739])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-tglu-1: NOTRUN -> [SKIP][298] ([i915#8430])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@cursor-dpms:
- shard-glk: NOTRUN -> [DMESG-WARN][299] ([i915#118])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk2/igt@kms_pm_rpm@cursor-dpms.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-tglu: NOTRUN -> [SKIP][300] ([i915#15073]) +3 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-3/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2: [PASS][301] -> [SKIP][302] ([i915#15073])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-3/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [PASS][303] -> [SKIP][304] ([i915#15073])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-dg1: [PASS][305] -> [SKIP][306] ([i915#15073]) +1 other test skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-18/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-14/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-glk: NOTRUN -> [INCOMPLETE][307] ([i915#10553])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk3/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_prime@basic-crc-hybrid:
- shard-rkl: NOTRUN -> [SKIP][308] ([i915#6524])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf:
- shard-glk11: NOTRUN -> [SKIP][309] ([i915#11520])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk11/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][310] ([i915#11520]) +5 other tests skip
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
- shard-tglu-1: NOTRUN -> [SKIP][311] ([i915#11520]) +4 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/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][312] ([i915#11520]) +2 other tests skip
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-snb7/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][313] ([i915#11520]) +2 other tests skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-4/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-glk10: NOTRUN -> [SKIP][314] ([i915#11520]) +4 other tests skip
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk10/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-cursor-plane-update-sf:
- shard-rkl: NOTRUN -> [SKIP][315] ([i915#11520] / [i915#14544])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_psr2_sf@pr-cursor-plane-update-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
- shard-dg1: NOTRUN -> [SKIP][316] ([i915#11520])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-18/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
- shard-tglu: NOTRUN -> [SKIP][317] ([i915#11520]) +2 other tests skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-3/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][318] ([i915#11520]) +20 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk4/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-tglu-1: NOTRUN -> [SKIP][319] ([i915#9683])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr2_su@page_flip-p010:
- shard-rkl: NOTRUN -> [SKIP][320] ([i915#9683])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-pr-primary-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][321] ([i915#1072] / [i915#9732]) +12 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-8/igt@kms_psr@fbc-pr-primary-mmap-cpu.html
* igt@kms_psr@fbc-psr-cursor-plane-onoff:
- shard-rkl: NOTRUN -> [SKIP][322] ([i915#1072] / [i915#14544] / [i915#9732])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_psr@fbc-psr-cursor-plane-onoff.html
* igt@kms_psr@fbc-psr2-basic:
- shard-tglu-1: NOTRUN -> [SKIP][323] ([i915#9732]) +14 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_psr@fbc-psr2-basic.html
* igt@kms_psr@fbc-psr2-primary-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][324] ([i915#9732]) +16 other tests skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-4/igt@kms_psr@fbc-psr2-primary-mmap-gtt.html
* igt@kms_psr@pr-sprite-mmap-cpu:
- shard-mtlp: NOTRUN -> [SKIP][325] ([i915#9688]) +4 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-4/igt@kms_psr@pr-sprite-mmap-cpu.html
* igt@kms_psr@psr-cursor-plane-onoff:
- shard-dg1: NOTRUN -> [SKIP][326] ([i915#1072] / [i915#9732]) +4 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-18/igt@kms_psr@psr-cursor-plane-onoff.html
* igt@kms_psr@psr2-sprite-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][327] ([i915#1072] / [i915#9732]) +21 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@kms_psr@psr2-sprite-mmap-cpu.html
* igt@kms_rotation_crc@multiplane-rotation:
- shard-glk10: NOTRUN -> [INCOMPLETE][328] ([i915#15492])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk10/igt@kms_rotation_crc@multiplane-rotation.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-bottom:
- shard-glk: NOTRUN -> [INCOMPLETE][329] ([i915#15500])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk2/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-rkl: NOTRUN -> [SKIP][330] ([i915#5289])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
- shard-dg1: NOTRUN -> [SKIP][331] ([i915#5289])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-13/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
- shard-tglu: NOTRUN -> [SKIP][332] ([i915#5289])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-8/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-dg2: NOTRUN -> [SKIP][333] ([i915#12755]) +1 other test skip
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-7/igt@kms_rotation_crc@sprite-rotation-90.html
- shard-mtlp: NOTRUN -> [SKIP][334] ([i915#12755])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-3/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-tglu: NOTRUN -> [SKIP][335] ([i915#3555]) +5 other tests skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-7/igt@kms_scaling_modes@scaling-mode-full.html
* igt@kms_selftest@drm_framebuffer:
- shard-glk: NOTRUN -> [ABORT][336] ([i915#13179]) +1 other test abort
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk5/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-mtlp: NOTRUN -> [SKIP][337] ([i915#3555] / [i915#8809] / [i915#8823])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-1/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_vblank@ts-continuation-dpms-suspend:
- shard-rkl: [PASS][338] -> [INCOMPLETE][339] ([i915#12276]) +1 other test incomplete
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-7/igt@kms_vblank@ts-continuation-dpms-suspend.html
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_vblank@ts-continuation-dpms-suspend.html
* igt@kms_vrr@flip-basic-fastset:
- shard-tglu-1: NOTRUN -> [SKIP][340] ([i915#9906])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@flip-dpms:
- shard-dg2: NOTRUN -> [SKIP][341] ([i915#15243] / [i915#3555])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-4/igt@kms_vrr@flip-dpms.html
* igt@kms_vrr@lobf:
- shard-tglu-1: NOTRUN -> [SKIP][342] ([i915#11920])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@kms_vrr@lobf.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-dg1: NOTRUN -> [SKIP][343] ([i915#9906])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-18/igt@kms_vrr@seamless-rr-switch-drrs.html
- shard-tglu: NOTRUN -> [SKIP][344] ([i915#9906])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-2/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-rkl: NOTRUN -> [SKIP][345] ([i915#9906])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@perf@mi-rpc:
- shard-rkl: NOTRUN -> [SKIP][346] ([i915#2434])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@perf@mi-rpc.html
* igt@perf_pmu@all-busy-idle-check-all:
- shard-dg2: [PASS][347] -> [FAIL][348] ([i915#15453])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-4/igt@perf_pmu@all-busy-idle-check-all.html
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-3/igt@perf_pmu@all-busy-idle-check-all.html
- shard-dg1: [PASS][349] -> [FAIL][350] ([i915#15453])
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-12/igt@perf_pmu@all-busy-idle-check-all.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-16/igt@perf_pmu@all-busy-idle-check-all.html
- shard-mtlp: [PASS][351] -> [FAIL][352] ([i915#15453])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-2/igt@perf_pmu@all-busy-idle-check-all.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-6/igt@perf_pmu@all-busy-idle-check-all.html
* igt@perf_pmu@busy-double-start@vcs1:
- shard-mtlp: [PASS][353] -> [FAIL][354] ([i915#4349]) +1 other test fail
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-1/igt@perf_pmu@busy-double-start@vcs1.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-2/igt@perf_pmu@busy-double-start@vcs1.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: [PASS][355] -> [FAIL][356] ([i915#4349]) +4 other tests fail
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-3/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@module-unload:
- shard-glk10: NOTRUN -> [ABORT][357] ([i915#15778])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk10/igt@perf_pmu@module-unload.html
* igt@prime_vgem@fence-write-hang:
- shard-dg2: NOTRUN -> [SKIP][358] ([i915#3708])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-8/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-rkl: NOTRUN -> [SKIP][359] ([i915#9917])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-7:
- shard-tglu-1: NOTRUN -> [FAIL][360] ([i915#12910]) +9 other tests fail
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-1/igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-7.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s3:
- shard-rkl: [INCOMPLETE][361] ([i915#13356]) -> [PASS][362] +1 other test pass
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@gem_exec_suspend@basic-s3.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-7/igt@gem_exec_suspend@basic-s3.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-glk: [INCOMPLETE][363] ([i915#13356] / [i915#14586]) -> [PASS][364]
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-glk9/igt@gem_workarounds@suspend-resume-fd.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk6/igt@gem_workarounds@suspend-resume-fd.html
* igt@i915_module_load@fault-injection@uc_fw_rsa_data_create:
- shard-mtlp: [INCOMPLETE][365] -> [PASS][366]
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-5/igt@i915_module_load@fault-injection@uc_fw_rsa_data_create.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-2/igt@i915_module_load@fault-injection@uc_fw_rsa_data_create.html
* igt@i915_module_load@reload:
- shard-dg2: [DMESG-WARN][367] ([i915#14545]) -> [PASS][368]
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-4/igt@i915_module_load@reload.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-7/igt@i915_module_load@reload.html
* igt@i915_module_load@reload-no-display:
- shard-dg1: [DMESG-WARN][369] ([i915#13029] / [i915#14545]) -> [PASS][370]
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-18/igt@i915_module_load@reload-no-display.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-17/igt@i915_module_load@reload-no-display.html
* igt@i915_pm_rps@reset:
- shard-snb: [INCOMPLETE][371] ([i915#13729] / [i915#13821]) -> [PASS][372]
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-snb7/igt@i915_pm_rps@reset.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-snb5/igt@i915_pm_rps@reset.html
* igt@i915_pm_rps@waitboost:
- shard-mtlp: [FAIL][373] ([i915#15365]) -> [PASS][374]
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-6/igt@i915_pm_rps@waitboost.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-8/igt@i915_pm_rps@waitboost.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [ABORT][375] ([i915#15131]) -> [PASS][376]
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-1/igt@i915_suspend@basic-s3-without-i915.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@i915_suspend@basic-s3-without-i915.html
- shard-dg1: [DMESG-WARN][377] ([i915#4391] / [i915#4423]) -> [PASS][378]
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-16/igt@i915_suspend@basic-s3-without-i915.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-12/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@sysfs-reader:
- shard-rkl: [INCOMPLETE][379] ([i915#4817]) -> [PASS][380]
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-4/igt@i915_suspend@sysfs-reader.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@i915_suspend@sysfs-reader.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-dg2: [FAIL][381] ([i915#5956]) -> [PASS][382] +1 other test pass
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: [FAIL][383] ([i915#15733] / [i915#5138]) -> [PASS][384]
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [INCOMPLETE][385] ([i915#15582]) -> [PASS][386] +1 other test pass
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][387] ([i915#13566]) -> [PASS][388] +3 other tests pass
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-tglu-8/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-8/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html
* igt@kms_flip@flip-vs-suspend:
- shard-snb: [INCOMPLETE][389] ([i915#12314] / [i915#12745] / [i915#4839]) -> [PASS][390]
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-snb6/igt@kms_flip@flip-vs-suspend.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-snb5/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
- shard-snb: [INCOMPLETE][391] ([i915#12314] / [i915#4839]) -> [PASS][392]
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-snb6/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-snb5/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-mtlp: [SKIP][393] ([i915#15672]) -> [PASS][394]
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-1/igt@kms_force_connector_basic@prune-stale-modes.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-6/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_hdmi_inject@inject-audio:
- shard-tglu: [SKIP][395] ([i915#13030]) -> [PASS][396]
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-tglu-4/igt@kms_hdmi_inject@inject-audio.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-tglu-8/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-rkl: [INCOMPLETE][397] ([i915#12756] / [i915#13476]) -> [PASS][398]
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-3/igt@kms_pipe_crc_basic@suspend-read-crc.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-5/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: [SKIP][399] ([i915#9340]) -> [PASS][400]
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-3/igt@kms_pm_lpsp@kms-lpsp.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: [SKIP][401] ([i915#15073]) -> [PASS][402] +1 other test pass
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-dg2: [ABORT][403] ([i915#15132]) -> [PASS][404]
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-10/igt@kms_vblank@ts-continuation-suspend.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-5/igt@kms_vblank@ts-continuation-suspend.html
- shard-rkl: [ABORT][405] ([i915#15132]) -> [PASS][406]
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-1/igt@kms_vblank@ts-continuation-suspend.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@kms_vblank@ts-continuation-suspend.html
* igt@kms_vrr@negative-basic:
- shard-mtlp: [FAIL][407] ([i915#15420]) -> [PASS][408] +1 other test pass
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-7/igt@kms_vrr@negative-basic.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-5/igt@kms_vrr@negative-basic.html
#### Warnings ####
* igt@gem_close_race@multigpu-basic-threads:
- shard-rkl: [SKIP][409] ([i915#7697]) -> [SKIP][410] ([i915#14544] / [i915#7697])
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-2/igt@gem_close_race@multigpu-basic-threads.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_exec_reloc@basic-wc-gtt-noreloc:
- shard-rkl: [SKIP][411] ([i915#14544] / [i915#3281]) -> [SKIP][412] ([i915#3281])
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html
* igt@gem_exec_reloc@basic-write-wc-active:
- shard-rkl: [SKIP][413] ([i915#3281]) -> [SKIP][414] ([i915#14544] / [i915#3281]) +5 other tests skip
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-5/igt@gem_exec_reloc@basic-write-wc-active.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@gem_exec_reloc@basic-write-wc-active.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-rkl: [SKIP][415] ([i915#4613] / [i915#7582]) -> [SKIP][416] ([i915#14544] / [i915#4613] / [i915#7582])
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-8/igt@gem_lmem_evict@dontneed-evict-race.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-rkl: [SKIP][417] ([i915#4613]) -> [SKIP][418] ([i915#14544] / [i915#4613])
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-3/igt@gem_lmem_swapping@parallel-multi.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_media_vme:
- shard-rkl: [SKIP][419] ([i915#284]) -> [SKIP][420] ([i915#14544] / [i915#284])
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-3/igt@gem_media_vme.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@gem_media_vme.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: [SKIP][421] ([i915#3282]) -> [SKIP][422] ([i915#14544] / [i915#3282]) +2 other tests skip
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_readwrite@read-write:
- shard-rkl: [SKIP][423] ([i915#14544] / [i915#3282]) -> [SKIP][424] ([i915#3282])
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@gem_readwrite@read-write.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@gem_readwrite@read-write.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-rkl: [SKIP][425] ([i915#8411]) -> [SKIP][426] ([i915#14544] / [i915#8411])
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-1/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-rkl: [SKIP][427] ([i915#14544] / [i915#3297]) -> [SKIP][428] ([i915#3297])
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@gem_userptr_blits@create-destroy-unsync.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: [SKIP][429] ([i915#2527]) -> [SKIP][430] ([i915#14544] / [i915#2527])
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-5/igt@gen9_exec_parse@bb-oversize.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@bb-start-out:
- shard-rkl: [SKIP][431] ([i915#14544] / [i915#2527]) -> [SKIP][432] ([i915#2527])
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@gen9_exec_parse@bb-start-out.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@gen9_exec_parse@bb-start-out.html
* igt@i915_module_load@fault-injection:
- shard-dg1: [ABORT][433] ([i915#11815] / [i915#15481]) -> [ABORT][434] ([i915#11815]) +1 other test abort
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-17/igt@i915_module_load@fault-injection.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-14/igt@i915_module_load@fault-injection.html
- shard-mtlp: [ABORT][435] ([i915#15481]) -> [ABORT][436] ([i915#15342] / [i915#15481])
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-5/igt@i915_module_load@fault-injection.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-2/igt@i915_module_load@fault-injection.html
* igt@i915_power@sanity:
- shard-rkl: [SKIP][437] ([i915#7984]) -> [SKIP][438] ([i915#14544] / [i915#7984])
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-3/igt@i915_power@sanity.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@i915_power@sanity.html
* igt@i915_query@test-query-geometry-subslices:
- shard-rkl: [SKIP][439] ([i915#5723]) -> [SKIP][440] ([i915#14544] / [i915#5723])
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-2/igt@i915_query@test-query-geometry-subslices.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@i915_query@test-query-geometry-subslices.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-rkl: [SKIP][441] ([i915#14544] / [i915#1769] / [i915#3555]) -> [SKIP][442] ([i915#1769] / [i915#3555])
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-rkl: [SKIP][443] ([i915#14544] / [i915#5286]) -> [SKIP][444] ([i915#5286])
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-rkl: [SKIP][445] ([i915#5286]) -> [SKIP][446] ([i915#14544] / [i915#5286]) +2 other tests skip
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-rkl: [SKIP][447] ([i915#3638]) -> [SKIP][448] ([i915#14544] / [i915#3638])
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-5/igt@kms_big_fb@linear-16bpp-rotate-270.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
- shard-rkl: [SKIP][449] ([i915#3828]) -> [SKIP][450] ([i915#14544] / [i915#3828])
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-7/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-rkl: [SKIP][451] ([i915#14544] / [i915#3638]) -> [SKIP][452] ([i915#3638]) +1 other test skip
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-rkl: [SKIP][453] ([i915#14544]) -> [SKIP][454] +1 other test skip
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs:
- shard-rkl: [SKIP][455] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][456] ([i915#14098] / [i915#6095]) +1 other test skip
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][457] ([i915#14544] / [i915#6095]) -> [SKIP][458] ([i915#6095]) +1 other test skip
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc:
- shard-rkl: [SKIP][459] ([i915#14098] / [i915#6095]) -> [SKIP][460] ([i915#14098] / [i915#14544] / [i915#6095]) +9 other tests skip
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-1/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc.html
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][461] ([i915#6095]) -> [SKIP][462] ([i915#14544] / [i915#6095]) +6 other tests skip
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-4/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-2.html
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][463] ([i915#12313]) -> [SKIP][464] ([i915#12313] / [i915#14544])
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-2/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_cdclk@plane-scaling:
- shard-rkl: [SKIP][465] ([i915#14544] / [i915#3742]) -> [SKIP][466] ([i915#3742])
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_cdclk@plane-scaling.html
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_color@degamma:
- shard-rkl: [SKIP][467] -> [SKIP][468] ([i915#14544]) +8 other tests skip
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-5/igt@kms_chamelium_color@degamma.html
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-rkl: [SKIP][469] ([i915#11151] / [i915#7828]) -> [SKIP][470] ([i915#11151] / [i915#14544] / [i915#7828]) +3 other tests skip
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-5/igt@kms_chamelium_frames@hdmi-crc-fast.html
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-rkl: [SKIP][471] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][472] ([i915#11151] / [i915#7828])
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_chamelium_hpd@hdmi-hpd.html
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-2/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-dg1: [SKIP][473] ([i915#15330] / [i915#4423]) -> [SKIP][474] ([i915#15330])
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-18/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-12/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-1-suspend-resume:
- shard-rkl: [SKIP][475] ([i915#15330]) -> [SKIP][476] ([i915#14544] / [i915#15330])
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-3/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
* igt@kms_content_protection@type1:
- shard-rkl: [SKIP][477] ([i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][478] ([i915#14544])
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-7/igt@kms_content_protection@type1.html
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-onscreen-32x32:
- shard-rkl: [SKIP][479] ([i915#3555]) -> [SKIP][480] ([i915#14544] / [i915#3555]) +1 other test skip
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-2/igt@kms_cursor_crc@cursor-onscreen-32x32.html
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: [SKIP][481] ([i915#14544] / [i915#3555]) -> [SKIP][482] ([i915#3555]) +1 other test skip
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-dg1: [SKIP][483] -> [SKIP][484] ([i915#4423]) +2 other tests skip
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-17/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-13/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-rkl: [SKIP][485] ([i915#14544] / [i915#3555] / [i915#3804]) -> [SKIP][486] ([i915#3555] / [i915#3804])
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-rkl: [SKIP][487] ([i915#9934]) -> [SKIP][488] ([i915#14544] / [i915#9934])
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-3/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-rkl: [SKIP][489] ([i915#14544] / [i915#9934]) -> [SKIP][490] ([i915#9934])
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@flip-vs-suspend:
- shard-glk: [INCOMPLETE][491] ([i915#12745] / [i915#4839] / [i915#6113]) -> [INCOMPLETE][492] ([i915#12314] / [i915#12745] / [i915#4839])
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-glk2/igt@kms_flip@flip-vs-suspend.html
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk8/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend@a-hdmi-a1:
- shard-glk: [INCOMPLETE][493] ([i915#12745] / [i915#6113]) -> [INCOMPLETE][494] ([i915#12314] / [i915#12745])
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-glk2/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-glk8/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
- shard-rkl: [SKIP][495] ([i915#14544] / [i915#15643]) -> [SKIP][496] ([i915#15643])
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt:
- shard-rkl: [SKIP][497] ([i915#1825]) -> [SKIP][498] ([i915#14544] / [i915#1825]) +10 other tests skip
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt:
- shard-rkl: [SKIP][499] ([i915#15102]) -> [SKIP][500] ([i915#14544] / [i915#15102]) +1 other test skip
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt.html
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-dg2: [SKIP][501] ([i915#15102] / [i915#3458]) -> [SKIP][502] ([i915#10433] / [i915#15102] / [i915#3458]) +1 other test skip
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move:
- shard-rkl: [SKIP][503] ([i915#14544] / [i915#1825]) -> [SKIP][504] ([i915#1825]) +8 other tests skip
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move.html
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-suspend:
- shard-dg2: [SKIP][505] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][506] ([i915#15102] / [i915#3458]) +2 other tests skip
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-dg1: [SKIP][507] ([i915#5439]) -> [SKIP][508] ([i915#4423] / [i915#5439])
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-rkl: [SKIP][509] ([i915#9766]) -> [SKIP][510] ([i915#14544] / [i915#9766])
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-8/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][511] ([i915#14544] / [i915#15102]) -> [SKIP][512] ([i915#15102])
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt:
- shard-rkl: [SKIP][513] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][514] ([i915#15102] / [i915#3023]) +2 other tests skip
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-rkl: [SKIP][515] ([i915#15102] / [i915#3023]) -> [SKIP][516] ([i915#14544] / [i915#15102] / [i915#3023]) +7 other tests skip
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-rte.html
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_hdr@brightness-with-hdr:
- shard-mtlp: [SKIP][517] ([i915#12713]) -> [SKIP][518] ([i915#1187] / [i915#12713])
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-mtlp-2/igt@kms_hdr@brightness-with-hdr.html
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-mtlp-1/igt@kms_hdr@brightness-with-hdr.html
- shard-rkl: [SKIP][519] ([i915#12713]) -> [SKIP][520] ([i915#1187] / [i915#12713])
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-4/igt@kms_hdr@brightness-with-hdr.html
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-toggle-suspend:
- shard-rkl: [INCOMPLETE][521] ([i915#15436]) -> [ABORT][522] ([i915#15132]) +1 other test abort
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_hdr@static-toggle-suspend.html
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-1/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-rkl: [SKIP][523] ([i915#15460]) -> [SKIP][524] ([i915#14544] / [i915#15460])
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-4/igt@kms_joiner@invalid-modeset-big-joiner.html
[524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-rkl: [SKIP][525] ([i915#15459]) -> [SKIP][526] ([i915#14544] / [i915#15459])
[525]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-8/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-rkl: [SKIP][527] ([i915#6301]) -> [SKIP][528] ([i915#14544] / [i915#6301])
[527]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-4/igt@kms_panel_fitting@atomic-fastset.html
[528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_stress@stress-xrgb8888-4tiled:
- shard-rkl: [SKIP][529] ([i915#14712]) -> [SKIP][530] ([i915#14544] / [i915#14712])
[529]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-7/igt@kms_pipe_stress@stress-xrgb8888-4tiled.html
[530]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_pipe_stress@stress-xrgb8888-4tiled.html
* igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping:
- shard-rkl: [SKIP][531] ([i915#15709]) -> [SKIP][532] ([i915#14544] / [i915#15709])
[531]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-3/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping.html
[532]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier:
- shard-rkl: [SKIP][533] ([i915#14544] / [i915#15709]) -> [SKIP][534] ([i915#15709]) +1 other test skip
[533]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier.html
[534]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-rkl: [SKIP][535] ([i915#13958]) -> [SKIP][536] ([i915#13958] / [i915#14544])
[535]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-4/igt@kms_plane_multiple@2x-tiling-none.html
[536]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
- shard-rkl: [SKIP][537] ([i915#15329] / [i915#3555]) -> [SKIP][538] ([i915#14544] / [i915#15329] / [i915#3555])
[537]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-8/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
[538]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b:
- shard-rkl: [SKIP][539] ([i915#15329]) -> [SKIP][540] ([i915#14544] / [i915#15329]) +2 other tests skip
[539]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-8/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html
[540]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-rkl: [SKIP][541] ([i915#12343] / [i915#14544]) -> [SKIP][542] ([i915#12343])
[541]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_pm_backlight@brightness-with-dpms.html
[542]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-5/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg1: [SKIP][543] ([i915#3828]) -> [SKIP][544] ([i915#9340])
[543]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-dg1-14/igt@kms_pm_lpsp@kms-lpsp.html
[544]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-dg1-18/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@package-g7:
- shard-rkl: [SKIP][545] ([i915#14544] / [i915#15403]) -> [SKIP][546] ([i915#15403])
[545]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_pm_rpm@package-g7.html
[546]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@kms_pm_rpm@package-g7.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-rkl: [SKIP][547] ([i915#11520]) -> [SKIP][548] ([i915#11520] / [i915#14544]) +4 other tests skip
[547]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-3/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html
[548]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-rkl: [SKIP][549] ([i915#11520] / [i915#14544]) -> [SKIP][550] ([i915#11520])
[549]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
[550]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-4/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr@fbc-psr-cursor-plane-move:
- shard-rkl: [SKIP][551] ([i915#1072] / [i915#9732]) -> [SKIP][552] ([i915#1072] / [i915#14544] / [i915#9732]) +6 other tests skip
[551]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-5/igt@kms_psr@fbc-psr-cursor-plane-move.html
[552]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_psr@fbc-psr-cursor-plane-move.html
* igt@kms_psr@psr2-cursor-plane-move:
- shard-rkl: [SKIP][553] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][554] ([i915#1072] / [i915#9732]) +6 other tests skip
[553]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-6/igt@kms_psr@psr2-cursor-plane-move.html
[554]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-3/igt@kms_psr@psr2-cursor-plane-move.html
* igt@kms_vrr@flip-basic-fastset:
- shard-rkl: [SKIP][555] ([i915#9906]) -> [SKIP][556] ([i915#14544] / [i915#9906])
[555]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-4/igt@kms_vrr@flip-basic-fastset.html
[556]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@kms_vrr@flip-basic-fastset.html
* igt@perf@unprivileged-single-ctx-counters:
- shard-rkl: [SKIP][557] ([i915#2433]) -> [SKIP][558] ([i915#14544] / [i915#2433])
[557]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-7/igt@perf@unprivileged-single-ctx-counters.html
[558]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@perf@unprivileged-single-ctx-counters.html
* igt@prime_vgem@coherency-gtt:
- shard-rkl: [SKIP][559] ([i915#3708]) -> [SKIP][560] ([i915#14544] / [i915#3708]) +1 other test skip
[559]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/shard-rkl-7/igt@prime_vgem@coherency-gtt.html
[560]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/shard-rkl-6/igt@prime_vgem@coherency-gtt.html
[i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
[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#10553]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[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#118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118
[i915#11815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11815
[i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12177]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12177
[i915#12178]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12178
[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#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
[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#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029
[i915#13030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13030
[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#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#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707
[i915#13717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717
[i915#13729]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13729
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783
[i915#13820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13820
[i915#13821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13821
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033
[i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14350]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14350
[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#14702]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14702
[i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712
[i915#14896]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14896
[i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
[i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
[i915#15131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15131
[i915#15132]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15132
[i915#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243
[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#15365]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15365
[i915#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[i915#15420]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15420
[i915#15436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15436
[i915#15453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15453
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459
[i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460
[i915#15478]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15478
[i915#15481]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15481
[i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15500]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15500
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[i915#15608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15608
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15672
[i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
[i915#15725]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15725
[i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
[i915#15739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15739
[i915#15778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15778
[i915#15816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15816
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433
[i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434
[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#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[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#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4391]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4391
[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#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#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854
[i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[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#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
[i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723
[i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[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#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7276
[i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7862]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7862
[i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
[i915#8063]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8063
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
[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#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#8823]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8823
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433
[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#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9878]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8810 -> IGTPW_14811
CI-20190529: 20190529
CI_DRM_18174: 61409ba11a36fa5aff4ce0f0086a6026a43c5bce @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14811: e7a129bc753b0311926154800465037ccb7dd0cf @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8810: eb9035ba642724dc0a7711672805f26d1f34f712 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14811/index.html
[-- Attachment #2: Type: text/html, Size: 184811 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* ✗ Xe.CI.FULL: failure for tests/kms_content_protection: check sink capability after modeset (rev5)
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
` (20 preceding siblings ...)
2026-03-20 2:01 ` ✗ i915.CI.Full: failure " Patchwork
@ 2026-03-20 10:01 ` Patchwork
21 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2026-03-20 10:01 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 38700 bytes --]
== Series Details ==
Series: tests/kms_content_protection: check sink capability after modeset (rev5)
URL : https://patchwork.freedesktop.org/series/162239/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8810_FULL -> XEIGTPW_14811_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_14811_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_14811_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_14811_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@xe_wedged@wedged-at-any-timeout:
- shard-bmg: NOTRUN -> [DMESG-WARN][1]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-4/igt@xe_wedged@wedged-at-any-timeout.html
#### Warnings ####
* igt@kms_content_protection@content-type-change:
- shard-bmg: [SKIP][2] ([Intel XE#2341]) -> [SKIP][3] +3 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-9/igt@kms_content_protection@content-type-change.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-5/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@legacy:
- shard-bmg: [FAIL][4] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) -> [SKIP][5] +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-2/igt@kms_content_protection@legacy.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-lnl: [SKIP][6] ([Intel XE#6973]) -> [SKIP][7] +4 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-lnl-4/igt@kms_content_protection@legacy-hdcp14.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-lnl-1/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@suspend-resume:
- shard-lnl: [SKIP][8] ([Intel XE#6705] / [Intel XE#6973]) -> [SKIP][9]
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-lnl-4/igt@kms_content_protection@suspend-resume.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-lnl-5/igt@kms_content_protection@suspend-resume.html
- shard-bmg: [SKIP][10] ([Intel XE#6705]) -> [SKIP][11]
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-5/igt@kms_content_protection@suspend-resume.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_content_protection@suspend-resume.html
* igt@kms_content_protection@uevent:
- shard-lnl: [SKIP][12] ([Intel XE#3278] / [Intel XE#6973]) -> [SKIP][13] +8 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-lnl-2/igt@kms_content_protection@uevent.html
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-lnl-7/igt@kms_content_protection@uevent.html
Known issues
------------
Here are the changes found in XEIGTPW_14811_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2327]) +2 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-10/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#1124]) +4 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#2314] / [Intel XE#2894] / [Intel XE#7373])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-7/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-c-dp-2:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2652]) +3 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-9/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-c-dp-2.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#2887]) +2 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-5/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs.html
* igt@kms_cdclk@plane-scaling:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2724] / [Intel XE#7449])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-9/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_color@ctm-0-75:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#2325] / [Intel XE#7358])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-7/igt@kms_chamelium_color@ctm-0-75.html
* igt@kms_chamelium_frames@dp-crc-single:
- shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#2252]) +3 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_chamelium_frames@dp-crc-single.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#6974])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-2/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@srm@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][23] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-10/igt@kms_content_protection@srm@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#2320]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_crc@cursor-sliding-256x256:
- shard-bmg: [PASS][25] -> [DMESG-FAIL][26] ([Intel XE#6652] / [Intel XE#6819]) +1 other test dmesg-fail
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-6/igt@kms_cursor_crc@cursor-sliding-256x256.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-2/igt@kms_cursor_crc@cursor-sliding-256x256.html
* igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-dp-2:
- shard-bmg: [PASS][27] -> [FAIL][28] ([Intel XE#6747])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-6/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-dp-2.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-2/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-dp-2.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-bmg: [PASS][29] -> [SKIP][30] ([Intel XE#2291]) +2 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-8/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-5/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-bmg: [PASS][31] -> [SKIP][32] ([Intel XE#2291] / [Intel XE#7343]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#2244])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-4/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_fbcon_fbt@fbc:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#4156] / [Intel XE#7425])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_fbcon_fbt@fbc.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank@cd-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [ABORT][35] ([Intel XE#5545] / [Intel XE#6652])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-2/igt@kms_flip@2x-flip-vs-blocking-wf-vblank@cd-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
- shard-bmg: [PASS][36] -> [SKIP][37] ([Intel XE#2316]) +7 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-9/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#7178] / [Intel XE#7351]) +2 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-10/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#656])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-lnl-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#7061] / [Intel XE#7356])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2311]) +8 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#4141]) +3 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-9/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2313]) +8 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-9/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#2312]) +4 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-bmg: [PASS][45] -> [SKIP][46] ([Intel XE#7086])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-9/igt@kms_joiner@basic-force-big-joiner.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#6901])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-5/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_plane@pixel-format-yf-tiled-modifier:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#7283])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-10/igt@kms_plane@pixel-format-yf-tiled-modifier.html
* igt@kms_plane_multiple@2x-tiling-x:
- shard-bmg: [PASS][49] -> [SKIP][50] ([Intel XE#4596])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-1/igt@kms_plane_multiple@2x-tiling-x.html
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-x.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-c:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#2763] / [Intel XE#6886]) +3 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-lnl-2/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-c.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#2763] / [Intel XE#6886]) +4 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b.html
* igt@kms_pm_backlight@bad-brightness:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#7376] / [Intel XE#870])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-8/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#1489]) +3 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-7/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#2387] / [Intel XE#7429])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-1/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr-primary-render:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2234] / [Intel XE#2850]) +3 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-8/igt@kms_psr@fbc-psr-primary-render.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-lnl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#2330] / [Intel XE#5813])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2413])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-10/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#1435])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-7/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-bmg: [PASS][62] -> [SKIP][63] ([Intel XE#1435])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-9/igt@kms_setmode@clone-exclusive-crtc.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-5/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_sharpness_filter@invalid-filter-with-scaler:
- shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#6503])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-1/igt@kms_sharpness_filter@invalid-filter-with-scaler.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [PASS][65] -> [FAIL][66] ([Intel XE#4459]) +1 other test fail
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-lnl-1/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@xe_eudebug@basic-exec-queues-enable:
- shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#4837]) +4 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-4/igt@xe_eudebug@basic-exec-queues-enable.html
* igt@xe_eudebug_online@set-breakpoint-sigint-debugger:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#4837] / [Intel XE#6665])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-9/igt@xe_eudebug_online@set-breakpoint-sigint-debugger.html
* igt@xe_evict@evict-small-multi-queue-priority-cm:
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#7140]) +1 other test skip
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@xe_evict@evict-small-multi-queue-priority-cm.html
* igt@xe_exec_balancer@no-exec-virtual-basic:
- shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#7482])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-lnl-8/igt@xe_exec_balancer@no-exec-virtual-basic.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind:
- shard-bmg: NOTRUN -> [SKIP][71] ([Intel XE#2322] / [Intel XE#7372]) +2 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-4/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html
* igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind-prefetch:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#7136]) +2 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-2/igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind-prefetch.html
* igt@xe_exec_multi_queue@few-execs-preempt-mode-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#6874]) +12 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@xe_exec_multi_queue@few-execs-preempt-mode-userptr-invalidate.html
* igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr:
- shard-bmg: NOTRUN -> [SKIP][74] ([Intel XE#7138]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-7/igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr.html
* igt@xe_multigpu_svm@mgpu-coherency-fail-prefetch:
- shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#6964]) +1 other test skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-10/igt@xe_multigpu_svm@mgpu-coherency-fail-prefetch.html
* igt@xe_pm@d3cold-multiple-execs:
- shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#2284] / [Intel XE#7370]) +1 other test skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-9/igt@xe_pm@d3cold-multiple-execs.html
* igt@xe_pxp@pxp-termination-key-update-post-rpm:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#4733] / [Intel XE#7417])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-1/igt@xe_pxp@pxp-termination-key-update-post-rpm.html
* igt@xe_query@multigpu-query-mem-usage:
- shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#944]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-2/igt@xe_query@multigpu-query-mem-usage.html
* igt@xe_sriov_flr@flr-each-isolation:
- shard-bmg: [PASS][79] -> [FAIL][80] ([Intel XE#6569])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-7/igt@xe_sriov_flr@flr-each-isolation.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-9/igt@xe_sriov_flr@flr-each-isolation.html
#### Possible fixes ####
* igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p:
- shard-bmg: [SKIP][81] ([Intel XE#7621]) -> [PASS][82]
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-2/igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p.html
* igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:
- shard-bmg: [DMESG-WARN][83] ([Intel XE#5354]) -> [PASS][84]
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-7/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-bmg: [SKIP][85] ([Intel XE#2291]) -> [PASS][86] +2 other tests pass
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-5/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-8/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-bmg: [SKIP][87] ([Intel XE#2291] / [Intel XE#7343]) -> [PASS][88]
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-9/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_cursor_legacy@forked-move:
- shard-bmg: [ABORT][89] ([Intel XE#5545]) -> [PASS][90] +1 other test pass
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-2/igt@kms_cursor_legacy@forked-move.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-5/igt@kms_cursor_legacy@forked-move.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
- shard-bmg: [SKIP][91] ([Intel XE#2316]) -> [PASS][92] +6 other tests pass
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-5/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-10/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-bmg: [FAIL][93] ([Intel XE#3321]) -> [PASS][94] +1 other test pass
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-9/igt@kms_flip@flip-vs-expired-vblank.html
* igt@kms_hdmi_inject@inject-audio:
- shard-bmg: [SKIP][95] ([Intel XE#7308]) -> [PASS][96]
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-9/igt@kms_hdmi_inject@inject-audio.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-5/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-bmg: [SKIP][97] ([Intel XE#4596]) -> [PASS][98]
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_plane_multiple@2x-tiling-none.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-10/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-lnl: [FAIL][99] ([Intel XE#6361]) -> [PASS][100] +2 other tests pass
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-lnl-6/igt@kms_setmode@basic@pipe-b-edp-1.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-lnl-6/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [INCOMPLETE][101] ([Intel XE#6321]) -> [PASS][102]
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-6/igt@xe_evict@evict-mixed-many-threads-small.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-1/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_survivability@i2c-functionality:
- shard-bmg: [ABORT][103] ([Intel XE#7578]) -> [PASS][104] +1 other test pass
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-4/igt@xe_survivability@i2c-functionality.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-1/igt@xe_survivability@i2c-functionality.html
#### Warnings ####
* igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
- shard-bmg: [SKIP][105] ([Intel XE#7621]) -> [SKIP][106] ([Intel XE#2314] / [Intel XE#2894] / [Intel XE#7373])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
* igt@kms_content_protection@srm:
- shard-bmg: [SKIP][107] ([Intel XE#2341]) -> [FAIL][108] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_content_protection@srm.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-10/igt@kms_content_protection@srm.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
- shard-bmg: [SKIP][109] ([Intel XE#2316]) -> [ABORT][110] ([Intel XE#5545] / [Intel XE#6652])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-2/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt:
- shard-bmg: [SKIP][111] ([Intel XE#2312]) -> [SKIP][112] ([Intel XE#2311]) +13 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][113] ([Intel XE#4141]) -> [SKIP][114] ([Intel XE#2312]) +6 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move:
- shard-bmg: [SKIP][115] ([Intel XE#2312]) -> [SKIP][116] ([Intel XE#4141]) +7 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt:
- shard-bmg: [SKIP][117] ([Intel XE#2311]) -> [SKIP][118] ([Intel XE#2312]) +15 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][119] ([Intel XE#2313]) -> [SKIP][120] ([Intel XE#2312]) +11 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-pgflip-blt:
- shard-bmg: [SKIP][121] ([Intel XE#2312]) -> [SKIP][122] ([Intel XE#2313]) +13 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-pgflip-blt.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][123] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][124] ([Intel XE#3544])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-1/igt@kms_hdr@brightness-with-hdr.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-4/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-bmg: [SKIP][125] ([Intel XE#4596]) -> [SKIP][126] ([Intel XE#5021] / [Intel XE#7377])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_plane_multiple@2x-tiling-yf.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-1/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-bmg: [SKIP][127] ([Intel XE#3904] / [Intel XE#7342]) -> [SKIP][128] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-2/igt@kms_rotation_crc@sprite-rotation-270.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-3/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-bmg: [SKIP][129] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342]) -> [SKIP][130] ([Intel XE#3904] / [Intel XE#7342])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-5/igt@kms_rotation_crc@sprite-rotation-90.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-6/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [SKIP][131] ([Intel XE#2426] / [Intel XE#5848]) -> [FAIL][132] ([Intel XE#1729] / [Intel XE#7424])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-9/igt@kms_tiled_display@basic-test-pattern.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern.html
* igt@xe_prefetch_fault@prefetch-fault:
- shard-bmg: [SKIP][133] ([Intel XE#7596]) -> [SKIP][134] ([Intel XE#7599])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-6/igt@xe_prefetch_fault@prefetch-fault.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/shard-bmg-2/igt@xe_prefetch_fault@prefetch-fault.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[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#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[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#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[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#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[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#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[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#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[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#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
[Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
[Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#5813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5813
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#6361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
[Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6705
[Intel XE#6747]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6747
[Intel XE#6819]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6819
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6973]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6973
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7086]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7086
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
[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#7308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7308
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343
[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#7373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7373
[Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
[Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
[Intel XE#7377]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7377
[Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
[Intel XE#7424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7424
[Intel XE#7425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7425
[Intel XE#7429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7429
[Intel XE#7449]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7449
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[Intel XE#7578]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7578
[Intel XE#7596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7596
[Intel XE#7599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7599
[Intel XE#7621]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7621
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8810 -> IGTPW_14811
IGTPW_14811: e7a129bc753b0311926154800465037ccb7dd0cf @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8810: eb9035ba642724dc0a7711672805f26d1f34f712 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4745-61409ba11a36fa5aff4ce0f0086a6026a43c5bce: 61409ba11a36fa5aff4ce0f0086a6026a43c5bce
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14811/index.html
[-- Attachment #2: Type: text/html, Size: 44995 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [PATCH i-g-t v5 2/2] tests/kms_content_protection: Handle EDID lookup failures
2026-03-19 10:50 ` Kandpal, Suraj
@ 2026-03-23 2:57 ` Reddy Guddati, Santhosh
0 siblings, 0 replies; 31+ messages in thread
From: Reddy Guddati, Santhosh @ 2026-03-23 2:57 UTC (permalink / raw)
To: Kandpal, Suraj, igt-dev@lists.freedesktop.org
Cc: B S, Karthik, Thasleem, Mohammed, S, Sowmiya
Hi Suraj,
On 19-03-2026 16:20, Kandpal, Suraj wrote:
>> Subject: [PATCH i-g-t v5 2/2] tests/kms_content_protection: Handle EDID
>> lookup failures
>>
>> During output selection, connectors may disconnect or AUX reads may
>> timeout. In that cases, EDID blob read fails instead of assert log the failure so
>> test dont asserts.
>
> Does not make sense to have sudden connectors disconnection when you are just reading EDID.
> The only time this happens is you are trying to ready when Connector does not have a CRTC.
> Needs to be investigated more.
> I suggest you do not add this to the current patch otherwise this will hold up the previous patch
>
Thanks for the feedback. Agreed, I will drop this from the current patch
and will create a new patch for the EDID lookup failures upon
disconnection with example scenarios after investigation.
Regards,
Santhosh
> Regards,
> Suraj Kandpal
>>
>> Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
>> ---
>> tests/kms_content_protection.c | 24 +++++++++++++++++-------
>> 1 file changed, 17 insertions(+), 7 deletions(-)
>>
>> diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
>> index caf3d7a56..006aeb510 100644
>> --- a/tests/kms_content_protection.c
>> +++ b/tests/kms_content_protection.c
>> @@ -683,13 +683,24 @@ static bool
>> is_output_hdcp_test_exempt(igt_output_t *output)
>> const struct edid *edid;
>> char edid_vendor[4];
>> char sink_name[20];
>> + bool ok;
>> +
>> + ok = kmstest_get_property(data.drm_fd,
>> + output->config.connector->connector_id,
>> + DRM_MODE_OBJECT_CONNECTOR, "EDID",
>> NULL,
>> + &edid_blob_id, NULL);
>> + if (!ok || !edid_blob_id) {
>> + igt_debug("Unable to get EDID blob id for %s\n",
>> + output->name);
>> + return false;
>> + }
>>
>> - igt_assert(kmstest_get_property(data.drm_fd,
>> - output->config.connector-
>>> connector_id,
>> - DRM_MODE_OBJECT_CONNECTOR,
>> "EDID", NULL,
>> - &edid_blob_id, NULL));
>> -
>> - igt_assert(edid_blob = drmModeGetPropertyBlob(data.drm_fd,
>> edid_blob_id));
>> + edid_blob = drmModeGetPropertyBlob(data.drm_fd, edid_blob_id);
>> + if (!edid_blob) {
>> + igt_debug("Unable to fetch EDID blob for %s (blob id=%"
>> PRIu64 ")\n",
>> + output->name, edid_blob_id);
>> + return false;
>> + }
>>
>> edid = (const struct edid *)edid_blob->data;
>> edid_get_mfg(edid, edid_vendor);
>> @@ -724,7 +735,6 @@ static int get_hdcp_outputs(igt_display_t *display, int
>> content_type,
>> continue;
>> }
>>
>> -
>> if (count < MAX_HDCP_OUTPUTS)
>> hdcp_outputs[count++] = output;
>> }
>> --
>> 2.34.1
>
^ permalink raw reply [flat|nested] 31+ messages in thread
end of thread, other threads:[~2026-03-23 2:58 UTC | newest]
Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-26 16:47 [PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset Santhosh Reddy Guddati
2026-02-27 0:23 ` ✓ i915.CI.BAT: success for " Patchwork
2026-02-27 1:02 ` ✓ Xe.CI.BAT: " Patchwork
2026-02-27 7:39 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-03-02 2:54 ` [PATCH i-g-t v1] " Kandpal, Suraj
2026-03-09 6:07 ` Reddy Guddati, Santhosh
2026-03-16 4:04 ` [PATCH i-g-t v2] tests/kms_content_protection: Get hdcp capable outputs before modeset Santhosh Reddy Guddati
2026-03-16 4:26 ` Kandpal, Suraj
2026-03-16 5:13 ` [PATCH i-g-t v3] tests/kms_content_protection: Get HDCP " Santhosh Reddy Guddati
2026-03-16 14:24 ` S, Sowmiya
2026-03-16 5:43 ` ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev2) Patchwork
2026-03-16 5:56 ` ✓ i915.CI.BAT: " Patchwork
2026-03-16 6:42 ` ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev3) Patchwork
2026-03-16 6:45 ` ✓ i915.CI.BAT: " Patchwork
2026-03-16 8:59 ` ✗ Xe.CI.FULL: failure for tests/kms_content_protection: check sink capability after modeset (rev2) Patchwork
2026-03-16 12:31 ` ✗ i915.CI.Full: " Patchwork
2026-03-17 3:42 ` [PATCH i-g-t v4] tests/kms_content_protection: Get HDCP capable outputs before modeset Santhosh Reddy Guddati
2026-03-17 3:54 ` S, Sowmiya
2026-03-17 13:53 ` ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev4) Patchwork
2026-03-17 15:05 ` ✓ i915.CI.BAT: " Patchwork
2026-03-18 16:56 ` ✗ i915.CI.Full: failure " Patchwork
2026-03-18 22:13 ` ✗ Xe.CI.FULL: " Patchwork
2026-03-19 6:41 ` [PATCH i-g-t v5 0/2] Get HDCP capable outputs before modeset Santhosh Reddy Guddati
2026-03-19 6:41 ` [PATCH i-g-t v5 1/2] tests/kms_content_protection: " Santhosh Reddy Guddati
2026-03-19 6:41 ` [PATCH i-g-t v5 2/2] tests/kms_content_protection: Handle EDID lookup failures Santhosh Reddy Guddati
2026-03-19 10:50 ` Kandpal, Suraj
2026-03-23 2:57 ` Reddy Guddati, Santhosh
2026-03-19 8:55 ` ✓ Xe.CI.BAT: success for tests/kms_content_protection: check sink capability after modeset (rev5) Patchwork
2026-03-19 9:13 ` ✓ i915.CI.BAT: " Patchwork
2026-03-20 2:01 ` ✗ i915.CI.Full: failure " Patchwork
2026-03-20 10:01 ` ✗ Xe.CI.FULL: " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox