* [PATCH i-g-t] intel-ci: Update display blocklist
@ 2026-01-20 9:06 Jeevan B
2026-01-20 9:18 ` Karthik B S
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Jeevan B @ 2026-01-20 9:06 UTC (permalink / raw)
To: igt-dev; +Cc: karthik.b.s, Jeevan B
Add tests using argb161616f format, as this pixel format
is only supported from display version 35 onwards.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
tests/intel-ci/xe.bmg.display.blocklist.txt | 4 ++++
tests/intel-ci/xe.lnl.display.blocklist.txt | 4 ++++
tests/intel-ci/xe.ptl.display.blocklist.txt | 4 ++++
3 files changed, 12 insertions(+)
diff --git a/tests/intel-ci/xe.bmg.display.blocklist.txt b/tests/intel-ci/xe.bmg.display.blocklist.txt
index 919be620d..2c0c4a0e8 100644
--- a/tests/intel-ci/xe.bmg.display.blocklist.txt
+++ b/tests/intel-ci/xe.bmg.display.blocklist.txt
@@ -173,3 +173,7 @@ igt@kms_pm_dc@dc5-retention-flops
########################################
igt@kms_color_pipeline@plane-lut3d-green-only
########################################
+# Valid skip :- For display ver >= 35
+########################################
+igt@kms_frontbuffer_tracking@.*argb161616f.*
+########################################
diff --git a/tests/intel-ci/xe.lnl.display.blocklist.txt b/tests/intel-ci/xe.lnl.display.blocklist.txt
index 6cc61b98f..d92e12d64 100644
--- a/tests/intel-ci/xe.lnl.display.blocklist.txt
+++ b/tests/intel-ci/xe.lnl.display.blocklist.txt
@@ -183,3 +183,7 @@ igt@kms_pm_rpm@package-g7
########################################
igt@kms_color_pipeline@plane-lut3d-green-only
########################################
+# Valid skip :- For display ver >= 35
+########################################
+igt@kms_frontbuffer_tracking@.*argb161616f.*
+########################################
diff --git a/tests/intel-ci/xe.ptl.display.blocklist.txt b/tests/intel-ci/xe.ptl.display.blocklist.txt
index a29c515b9..e9d0775e7 100644
--- a/tests/intel-ci/xe.ptl.display.blocklist.txt
+++ b/tests/intel-ci/xe.ptl.display.blocklist.txt
@@ -181,3 +181,7 @@ igt@kms_pm_rpm@package-g7
########################################
igt@kms_color_pipeline@plane-lut3d-green-only
########################################
+# Valid skip :- For display ver >= 35
+########################################
+igt@kms_frontbuffer_tracking@.*argb161616f.*
+########################################
--
2.43.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH i-g-t] intel-ci: Update display blocklist
2026-01-20 9:06 [PATCH i-g-t] intel-ci: Update display blocklist Jeevan B
@ 2026-01-20 9:18 ` Karthik B S
2026-01-20 12:40 ` ✓ Xe.CI.BAT: success for intel-ci: Update display blocklist (rev2) Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Karthik B S @ 2026-01-20 9:18 UTC (permalink / raw)
To: Jeevan B, igt-dev
Hi Jeevan,
Please add this test on the i915.blocklist as well.
Also on the commit subject, would be good if we're more specific so that
we avoid duplicate commit subjects.
Thanks and Regards,
Karthik.B.S
On 1/20/2026 2:36 PM, Jeevan B wrote:
> Add tests using argb161616f format, as this pixel format
> is only supported from display version 35 onwards.
>
> Signed-off-by: Jeevan B <jeevan.b@intel.com>
> ---
> tests/intel-ci/xe.bmg.display.blocklist.txt | 4 ++++
> tests/intel-ci/xe.lnl.display.blocklist.txt | 4 ++++
> tests/intel-ci/xe.ptl.display.blocklist.txt | 4 ++++
> 3 files changed, 12 insertions(+)
>
> diff --git a/tests/intel-ci/xe.bmg.display.blocklist.txt b/tests/intel-ci/xe.bmg.display.blocklist.txt
> index 919be620d..2c0c4a0e8 100644
> --- a/tests/intel-ci/xe.bmg.display.blocklist.txt
> +++ b/tests/intel-ci/xe.bmg.display.blocklist.txt
> @@ -173,3 +173,7 @@ igt@kms_pm_dc@dc5-retention-flops
> ########################################
> igt@kms_color_pipeline@plane-lut3d-green-only
> ########################################
> +# Valid skip :- For display ver >= 35
> +########################################
> +igt@kms_frontbuffer_tracking@.*argb161616f.*
> +########################################
> diff --git a/tests/intel-ci/xe.lnl.display.blocklist.txt b/tests/intel-ci/xe.lnl.display.blocklist.txt
> index 6cc61b98f..d92e12d64 100644
> --- a/tests/intel-ci/xe.lnl.display.blocklist.txt
> +++ b/tests/intel-ci/xe.lnl.display.blocklist.txt
> @@ -183,3 +183,7 @@ igt@kms_pm_rpm@package-g7
> ########################################
> igt@kms_color_pipeline@plane-lut3d-green-only
> ########################################
> +# Valid skip :- For display ver >= 35
> +########################################
> +igt@kms_frontbuffer_tracking@.*argb161616f.*
> +########################################
> diff --git a/tests/intel-ci/xe.ptl.display.blocklist.txt b/tests/intel-ci/xe.ptl.display.blocklist.txt
> index a29c515b9..e9d0775e7 100644
> --- a/tests/intel-ci/xe.ptl.display.blocklist.txt
> +++ b/tests/intel-ci/xe.ptl.display.blocklist.txt
> @@ -181,3 +181,7 @@ igt@kms_pm_rpm@package-g7
> ########################################
> igt@kms_color_pipeline@plane-lut3d-green-only
> ########################################
> +# Valid skip :- For display ver >= 35
> +########################################
> +igt@kms_frontbuffer_tracking@.*argb161616f.*
> +########################################
^ permalink raw reply [flat|nested] 7+ messages in thread* ✓ Xe.CI.BAT: success for intel-ci: Update display blocklist (rev2)
2026-01-20 9:06 [PATCH i-g-t] intel-ci: Update display blocklist Jeevan B
2026-01-20 9:18 ` Karthik B S
@ 2026-01-20 12:40 ` Patchwork
2026-01-20 13:03 ` ✓ i915.CI.BAT: " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-01-20 12:40 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1851 bytes --]
== Series Details ==
Series: intel-ci: Update display blocklist (rev2)
URL : https://patchwork.freedesktop.org/series/159672/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8708_BAT -> XEIGTPW_14378_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (12 -> 12)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14378_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@xe_waitfence@engine:
- bat-dg2-oem2: [PASS][1] -> [FAIL][2] ([Intel XE#6519])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/bat-dg2-oem2/igt@xe_waitfence@engine.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/bat-dg2-oem2/igt@xe_waitfence@engine.html
* igt@xe_waitfence@reltime:
- bat-dg2-oem2: [PASS][3] -> [FAIL][4] ([Intel XE#6520])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/bat-dg2-oem2/igt@xe_waitfence@reltime.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/bat-dg2-oem2/igt@xe_waitfence@reltime.html
[Intel XE#6519]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6519
[Intel XE#6520]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6520
Build changes
-------------
* IGT: IGT_8708 -> IGTPW_14378
* Linux: xe-4414-d35d9c7052f6a3840ec8aa3fd141842a0b0d8b5a -> xe-4415-a26bd7f7a98308a43caa23113b034d0ae002d5d6
IGTPW_14378: 14378
IGT_8708: 8708
xe-4414-d35d9c7052f6a3840ec8aa3fd141842a0b0d8b5a: d35d9c7052f6a3840ec8aa3fd141842a0b0d8b5a
xe-4415-a26bd7f7a98308a43caa23113b034d0ae002d5d6: a26bd7f7a98308a43caa23113b034d0ae002d5d6
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/index.html
[-- Attachment #2: Type: text/html, Size: 2461 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* ✓ i915.CI.BAT: success for intel-ci: Update display blocklist (rev2)
2026-01-20 9:06 [PATCH i-g-t] intel-ci: Update display blocklist Jeevan B
2026-01-20 9:18 ` Karthik B S
2026-01-20 12:40 ` ✓ Xe.CI.BAT: success for intel-ci: Update display blocklist (rev2) Patchwork
@ 2026-01-20 13:03 ` Patchwork
2026-01-20 15:43 ` ✓ Xe.CI.Full: " Patchwork
2026-01-20 20:29 ` ✗ i915.CI.Full: failure " Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-01-20 13:03 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2305 bytes --]
== Series Details ==
Series: intel-ci: Update display blocklist (rev2)
URL : https://patchwork.freedesktop.org/series/159672/
State : success
== Summary ==
CI Bug Log - changes from IGT_8708 -> IGTPW_14378
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/index.html
Participating hosts (42 -> 40)
------------------------------
Missing (2): bat-dg2-13 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_14378 that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@core_hotunplug@unbind-rebind:
- bat-rpls-4: [DMESG-WARN][1] ([i915#13400]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8708/bat-rpls-4/igt@core_hotunplug@unbind-rebind.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/bat-rpls-4/igt@core_hotunplug@unbind-rebind.html
* igt@i915_selftest@live:
- bat-mtlp-8: [DMESG-FAIL][3] ([i915#12061]) -> [PASS][4] +1 other test pass
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8708/bat-mtlp-8/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/bat-mtlp-8/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-dg2-9: [DMESG-FAIL][5] ([i915#12061]) -> [PASS][6] +1 other test pass
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8708/bat-dg2-9/igt@i915_selftest@live@workarounds.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/bat-dg2-9/igt@i915_selftest@live@workarounds.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#13400]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13400
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8708 -> IGTPW_14378
* Linux: CI_DRM_17850 -> CI_DRM_17851
CI-20190529: 20190529
CI_DRM_17850: a26bd7f7a98308a43caa23113b034d0ae002d5d6 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_17851: 3e731ecb5e75b84db724c5f0a70f7938c2c000ce @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14378: 14378
IGT_8708: 8708
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/index.html
[-- Attachment #2: Type: text/html, Size: 3048 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* ✓ Xe.CI.Full: success for intel-ci: Update display blocklist (rev2)
2026-01-20 9:06 [PATCH i-g-t] intel-ci: Update display blocklist Jeevan B
` (2 preceding siblings ...)
2026-01-20 13:03 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-01-20 15:43 ` Patchwork
2026-01-20 20:29 ` ✗ i915.CI.Full: failure " Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-01-20 15:43 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 37037 bytes --]
== Series Details ==
Series: intel-ci: Update display blocklist (rev2)
URL : https://patchwork.freedesktop.org/series/159672/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8708_FULL -> XEIGTPW_14378_FULL
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14378_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@4-tiled-16bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][1] ([Intel XE#1407]) +1 other test skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-5/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-lnl: NOTRUN -> [SKIP][2] ([Intel XE#3658])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][3] ([Intel XE#2327]) +4 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-2/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-bmg: NOTRUN -> [SKIP][4] ([Intel XE#610])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-8/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][5] ([Intel XE#1124]) +2 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#1124]) +7 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs:
- shard-lnl: NOTRUN -> [SKIP][7] ([Intel XE#2887])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-4/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#3432]) +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-10/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#2887]) +13 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2325]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-1/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#2252]) +6 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-10/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#373])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-2/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
* igt@kms_color@ctm-0-25:
- shard-bmg: NOTRUN -> [ABORT][13] ([Intel XE#5545]) +1 other test abort
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-2/igt@kms_color@ctm-0-25.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][14] ([Intel XE#1178] / [Intel XE#3304]) +1 other test fail
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-7/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html
* igt@kms_content_protection@lic-type-1:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#2341])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-2/igt@kms_content_protection@lic-type-1.html
* igt@kms_cursor_crc@cursor-onscreen-max-size:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#2320]) +3 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-2/igt@kms_cursor_crc@cursor-onscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2321])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-4/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#309]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-3/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2244])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-2/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#4422])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-10/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html
* igt@kms_flip@2x-nonexisting-fb-interruptible:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#1421]) +2 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-1/igt@kms_flip@2x-nonexisting-fb-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1:
- shard-lnl: [PASS][22] -> [FAIL][23] ([Intel XE#301])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#2293]) +5 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#7064] / [Intel XE#7081])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x.html
* igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#7064])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:
- shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#1397] / [Intel XE#1745])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#1397])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#2293] / [Intel XE#2380]) +5 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#1401] / [Intel XE#1745])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#1401])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2311]) +24 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#7061])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-2/igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#4141]) +12 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#656]) +6 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-render:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#7061]) +2 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#6312])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary:
- shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#651]) +2 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#2313]) +23 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#2350])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-1/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_panel_fitting@legacy:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2486])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-8/igt@kms_panel_fitting@legacy.html
* igt@kms_plane_lowres@tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#2393])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-4/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@2x-tiling-y:
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#4596])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-5/igt@kms_plane_multiple@2x-tiling-y.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-a:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#6886]) +4 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-a.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-lnl: NOTRUN -> [SKIP][45] ([Intel XE#736])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-3/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc6-psr:
- shard-lnl: [PASS][46] -> [FAIL][47] ([Intel XE#718])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-7/igt@kms_pm_dc@dc6-psr.html
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-1/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#1439] / [Intel XE#3141])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#1406] / [Intel XE#2893])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-1/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#1406] / [Intel XE#1489]) +7 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-7/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@fbc-pr-dpms:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#1406]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-4/igt@kms_psr@fbc-pr-dpms.html
* igt@kms_psr@psr-basic:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +7 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-2/igt@kms_psr@psr-basic.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-lnl: [PASS][53] -> [SKIP][54] ([Intel XE#1406] / [Intel XE#4692])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-8/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-3/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2413]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-2/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#1435])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-1/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-lnl: [PASS][58] -> [FAIL][59] ([Intel XE#6361]) +2 other tests fail
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-2/igt@kms_setmode@basic@pipe-b-edp-1.html
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-3/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_sharpness_filter@filter-strength:
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#6503])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-9/igt@kms_sharpness_filter@filter-strength.html
* igt@kms_tv_load_detect@load-detect:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2450])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-2/igt@kms_tv_load_detect@load-detect.html
* igt@kms_vrr@flip-basic:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#1499]) +1 other test skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-8/igt@kms_vrr@flip-basic.html
* igt@kms_vrr@negative-basic:
- shard-lnl: NOTRUN -> [SKIP][63] ([Intel XE#1499])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-1/igt@kms_vrr@negative-basic.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_14378/shard-bmg-1/igt@xe_compute@ccs-mode-compute-kernel.html
* igt@xe_eudebug@basic-exec-queues-enable:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#4837]) +9 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-1/igt@xe_eudebug@basic-exec-queues-enable.html
* igt@xe_eudebug_online@breakpoint-not-in-debug-mode:
- 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_14378/shard-bmg-7/igt@xe_eudebug_online@breakpoint-not-in-debug-mode.html
* igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-vram:
- shard-lnl: NOTRUN -> [SKIP][67] ([Intel XE#4837] / [Intel XE#6665])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-2/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-vram.html
* igt@xe_evict_ccs@evict-overcommit-parallel-nofree-reopen:
- shard-lnl: NOTRUN -> [SKIP][68] ([Intel XE#688]) +2 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-3/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-reopen.html
* igt@xe_exec_basic@multigpu-once-basic-defer-bind:
- shard-lnl: NOTRUN -> [SKIP][69] ([Intel XE#1392]) +1 other test skip
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-3/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html
* igt@xe_exec_basic@multigpu-once-null-rebind:
- shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#2322]) +5 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-8/igt@xe_exec_basic@multigpu-once-null-rebind.html
* igt@xe_exec_fault_mode@once-userptr-invalidate-race:
- shard-lnl: [PASS][71] -> [DMESG-WARN][72] ([Intel XE#4537] / [Intel XE#7063])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-1/igt@xe_exec_fault_mode@once-userptr-invalidate-race.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-3/igt@xe_exec_fault_mode@once-userptr-invalidate-race.html
* igt@xe_exec_multi_queue@max-queues-preempt-mode-close-fd-smem:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#6874]) +30 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-10/igt@xe_exec_multi_queue@max-queues-preempt-mode-close-fd-smem.html
* igt@xe_exec_multi_queue@two-queues-close-fd-smem:
- shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#6874]) +1 other test skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-5/igt@xe_exec_multi_queue@two-queues-close-fd-smem.html
* igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset:
- shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#5007])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-1/igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset.html
* igt@xe_exec_system_allocator@many-stride-new-prefetch:
- shard-bmg: NOTRUN -> [INCOMPLETE][76] ([Intel XE#7098])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-7/igt@xe_exec_system_allocator@many-stride-new-prefetch.html
* igt@xe_exec_system_allocator@once-mmap-huge-nomemset:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#4943]) +17 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-10/igt@xe_exec_system_allocator@once-mmap-huge-nomemset.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-shared-remap-dontunmap:
- shard-lnl: [PASS][78] -> [DMESG-WARN][79] ([Intel XE#7063]) +11 other tests dmesg-warn
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-7/igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-shared-remap-dontunmap.html
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-3/igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-shared-remap-dontunmap.html
* igt@xe_exec_system_allocator@twice-mmap-huge:
- shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#4943]) +4 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-3/igt@xe_exec_system_allocator@twice-mmap-huge.html
* igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
- shard-bmg: NOTRUN -> [ABORT][81] ([Intel XE#5466])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-10/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
* igt@xe_multigpu_svm@mgpu-latency-copy-basic:
- shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#6964]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-2/igt@xe_multigpu_svm@mgpu-latency-copy-basic.html
* igt@xe_pm@d3cold-basic-exec:
- shard-lnl: NOTRUN -> [SKIP][83] ([Intel XE#2284] / [Intel XE#366])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-7/igt@xe_pm@d3cold-basic-exec.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#2284])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-8/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pxp@pxp-stale-bo-bind-post-termination-irq:
- shard-bmg: NOTRUN -> [SKIP][85] ([Intel XE#4733])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-1/igt@xe_pxp@pxp-stale-bo-bind-post-termination-irq.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-bmg: NOTRUN -> [SKIP][86] ([Intel XE#944]) +2 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-9/igt@xe_query@multigpu-query-invalid-extension.html
* igt@xe_query@multigpu-query-mem-usage:
- shard-lnl: NOTRUN -> [SKIP][87] ([Intel XE#944])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-7/igt@xe_query@multigpu-query-mem-usage.html
* igt@xe_vm@out-of-memory:
- shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#5745])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-2/igt@xe_vm@out-of-memory.html
#### Possible fixes ####
* igt@kms_async_flips@async-flip-with-page-flip-events-linear:
- shard-lnl: [FAIL][89] ([Intel XE#5993]) -> [PASS][90] +3 other tests pass
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
* igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1:
- shard-lnl: [FAIL][91] ([Intel XE#6054]) -> [PASS][92] +3 other tests pass
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-2/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
- shard-bmg: [DMESG-WARN][93] ([Intel XE#5354]) -> [PASS][94]
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-bmg-9/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-7/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-legacy:
- shard-bmg: [FAIL][95] ([Intel XE#5299]) -> [PASS][96]
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
- shard-lnl: [FAIL][97] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][98]
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
* igt@kms_flip@flip-vs-suspend:
- shard-bmg: [INCOMPLETE][99] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][100] +1 other test pass
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-bmg-1/igt@kms_flip@flip-vs-suspend.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-7/igt@kms_flip@flip-vs-suspend.html
* igt@kms_hdr@bpc-switch@pipe-a-dp-2:
- shard-bmg: [ABORT][101] ([Intel XE#6740]) -> [PASS][102] +1 other test pass
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-bmg-3/igt@kms_hdr@bpc-switch@pipe-a-dp-2.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-4/igt@kms_hdr@bpc-switch@pipe-a-dp-2.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [FAIL][103] ([Intel XE#718]) -> [PASS][104]
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-8/igt@kms_pm_dc@dc5-dpms.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-8/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [FAIL][105] ([Intel XE#4459]) -> [PASS][106] +1 other test pass
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-7/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-5/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-bmg: [INCOMPLETE][107] ([Intel XE#6321]) -> [PASS][108]
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-bmg-7/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-1/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_exec_fault_mode@once-bindexecqueue-rebind-prefetch:
- shard-lnl: [DMESG-WARN][109] ([Intel XE#4537] / [Intel XE#7063]) -> [PASS][110] +2 other tests pass
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-4/igt@xe_exec_fault_mode@once-bindexecqueue-rebind-prefetch.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-8/igt@xe_exec_fault_mode@once-bindexecqueue-rebind-prefetch.html
* igt@xe_exec_system_allocator@many-execqueues-mmap-remap-ro-dontunmap:
- shard-lnl: [DMESG-WARN][111] ([Intel XE#7063]) -> [PASS][112] +6 other tests pass
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-4/igt@xe_exec_system_allocator@many-execqueues-mmap-remap-ro-dontunmap.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-8/igt@xe_exec_system_allocator@many-execqueues-mmap-remap-ro-dontunmap.html
#### Warnings ####
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: [FAIL][113] ([Intel XE#4633]) -> [FAIL][114] ([Intel XE#6715])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-7/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-lnl: [FAIL][115] ([Intel XE#301] / [Intel XE#3149]) -> [FAIL][116] ([Intel XE#301])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][117] ([Intel XE#3544]) -> [SKIP][118] ([Intel XE#3374] / [Intel XE#3544])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-bmg-4/igt@kms_hdr@brightness-with-hdr.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-1/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [ABORT][119] ([Intel XE#6740]) -> [SKIP][120] ([Intel XE#1503])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8708/shard-bmg-1/igt@kms_hdr@invalid-hdr.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/shard-bmg-10/igt@kms_hdr@invalid-hdr.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#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[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#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#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#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[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#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[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#3658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[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#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
[Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
[Intel XE#4537]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4537
[Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
[Intel XE#4633]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4633
[Intel XE#4692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4692
[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#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
[Intel XE#5007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5007
[Intel XE#5299]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5299
[Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354
[Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#5745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5745
[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#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[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#6361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#6599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6599
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6715]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6715
[Intel XE#6740]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6740
[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#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[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#7063]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7063
[Intel XE#7064]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7064
[Intel XE#7081]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7081
[Intel XE#7098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7098
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#736]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/736
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8708 -> IGTPW_14378
* Linux: xe-4414-d35d9c7052f6a3840ec8aa3fd141842a0b0d8b5a -> xe-4415-a26bd7f7a98308a43caa23113b034d0ae002d5d6
IGTPW_14378: 14378
IGT_8708: 8708
xe-4414-d35d9c7052f6a3840ec8aa3fd141842a0b0d8b5a: d35d9c7052f6a3840ec8aa3fd141842a0b0d8b5a
xe-4415-a26bd7f7a98308a43caa23113b034d0ae002d5d6: a26bd7f7a98308a43caa23113b034d0ae002d5d6
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14378/index.html
[-- Attachment #2: Type: text/html, Size: 41906 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* ✗ i915.CI.Full: failure for intel-ci: Update display blocklist (rev2)
2026-01-20 9:06 [PATCH i-g-t] intel-ci: Update display blocklist Jeevan B
` (3 preceding siblings ...)
2026-01-20 15:43 ` ✓ Xe.CI.Full: " Patchwork
@ 2026-01-20 20:29 ` Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-01-20 20:29 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 131821 bytes --]
== Series Details ==
Series: intel-ci: Update display blocklist (rev2)
URL : https://patchwork.freedesktop.org/series/159672/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_17851_full -> IGTPW_14378_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14378_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14378_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_14378/index.html
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_14378_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_mmap_offset@clear-via-pagefault@lmem0:
- shard-dg2: NOTRUN -> [FAIL][1] +1 other test fail
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@gem_mmap_offset@clear-via-pagefault@lmem0.html
* igt@i915_selftest@live:
- shard-dg1: [PASS][2] -> [ABORT][3]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-12/igt@i915_selftest@live.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-12/igt@i915_selftest@live.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-snb: [PASS][4] -> [ABORT][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-snb4/igt@i915_suspend@fence-restore-tiled2untiled.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-snb4/igt@i915_suspend@fence-restore-tiled2untiled.html
- shard-tglu: [PASS][6] -> [ABORT][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-tglu-6/igt@i915_suspend@fence-restore-tiled2untiled.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-4/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@kms_cursor_edge_walk@64x64-left-edge:
- shard-snb: [PASS][8] -> [INCOMPLETE][9] +1 other test incomplete
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-snb7/igt@kms_cursor_edge_walk@64x64-left-edge.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-snb4/igt@kms_cursor_edge_walk@64x64-left-edge.html
New tests
---------
New tests have been introduced between CI_DRM_17851_full and IGTPW_14378_full:
### New IGT tests (1) ###
* igt@kms_content_protection@lic-type-0@pipe-a-dp-3:
- Statuses : 1 fail(s)
- Exec time: [121.24] s
Known issues
------------
Here are the changes found in IGTPW_14378_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@crc32:
- shard-tglu-1: NOTRUN -> [SKIP][10] ([i915#6230])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@api_intel_bb@crc32.html
* igt@drm_buddy@drm_buddy:
- shard-tglu-1: NOTRUN -> [DMESG-WARN][11] ([i915#15095]) +1 other test dmesg-warn
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@drm_buddy@drm_buddy.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-tglu-1: NOTRUN -> [SKIP][12] ([i915#3555] / [i915#9323])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume:
- shard-rkl: NOTRUN -> [SKIP][13] ([i915#9323])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-1/igt@gem_ccs@suspend-resume.html
- shard-dg1: NOTRUN -> [SKIP][14] ([i915#9323])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-16/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: [PASS][15] -> [INCOMPLETE][16] ([i915#12392] / [i915#13356])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-4/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-1/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_close_race@multigpu-basic-process:
- shard-tglu-1: NOTRUN -> [SKIP][17] ([i915#7697])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-tglu-1: NOTRUN -> [SKIP][18] ([i915#6335])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-rkl: NOTRUN -> [SKIP][19] ([i915#6335])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-7/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_ctx_param@set-priority-not-supported:
- shard-rkl: NOTRUN -> [SKIP][20] ([i915#14544])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@gem_ctx_param@set-priority-not-supported.html
* igt@gem_ctx_persistence@hang:
- shard-mtlp: NOTRUN -> [SKIP][21] ([i915#8555])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-5/igt@gem_ctx_persistence@hang.html
- shard-dg2: NOTRUN -> [SKIP][22] ([i915#8555])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-1/igt@gem_ctx_persistence@hang.html
- shard-snb: NOTRUN -> [SKIP][23] ([i915#1099])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-snb5/igt@gem_ctx_persistence@hang.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg1: NOTRUN -> [SKIP][24] ([i915#8555]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-14/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_sseu@engines:
- shard-tglu-1: NOTRUN -> [SKIP][25] ([i915#280])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-rkl: NOTRUN -> [SKIP][26] ([i915#280])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_ctx_sseu@mmap-args:
- shard-tglu: NOTRUN -> [SKIP][27] ([i915#280])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-6/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@in-flight-suspend:
- shard-rkl: [PASS][28] -> [INCOMPLETE][29] ([i915#13390])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-5/igt@gem_eio@in-flight-suspend.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@gem_eio@in-flight-suspend.html
- shard-glk: NOTRUN -> [INCOMPLETE][30] ([i915#13390])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-glk6/igt@gem_eio@in-flight-suspend.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-tglu-1: NOTRUN -> [SKIP][31] ([i915#4525]) +2 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_balancer@parallel-bb-first:
- shard-rkl: NOTRUN -> [SKIP][32] ([i915#4525])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@gem_exec_balancer@parallel-bb-first.html
* igt@gem_exec_balancer@sliced:
- shard-dg2: NOTRUN -> [SKIP][33] ([i915#4812])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@gem_exec_balancer@sliced.html
* igt@gem_exec_capture@capture:
- shard-mtlp: NOTRUN -> [FAIL][34] ([i915#11965]) +1 other test fail
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-2/igt@gem_exec_capture@capture.html
* igt@gem_exec_capture@capture-invisible:
- shard-tglu: NOTRUN -> [SKIP][35] ([i915#6334]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-2/igt@gem_exec_capture@capture-invisible.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][36] ([i915#11965]) +4 other tests fail
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-7/igt@gem_exec_capture@capture@vecs0-lmem0.html
- shard-dg1: NOTRUN -> [FAIL][37] ([i915#11965]) +2 other tests fail
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-12/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_flush@basic-uc-pro-default:
- shard-dg2: NOTRUN -> [SKIP][38] ([i915#3539] / [i915#4852]) +1 other test skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-7/igt@gem_exec_flush@basic-uc-pro-default.html
* igt@gem_exec_flush@basic-uc-set-default:
- shard-dg2: NOTRUN -> [SKIP][39] ([i915#3539])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-7/igt@gem_exec_flush@basic-uc-set-default.html
- shard-dg1: NOTRUN -> [SKIP][40] ([i915#3539])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-15/igt@gem_exec_flush@basic-uc-set-default.html
* igt@gem_exec_reloc@basic-cpu-read:
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#3281]) +6 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-3/igt@gem_exec_reloc@basic-cpu-read.html
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#3281]) +3 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-read.html
- shard-dg1: NOTRUN -> [SKIP][43] ([i915#3281]) +3 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-17/igt@gem_exec_reloc@basic-cpu-read.html
* igt@gem_exec_reloc@basic-gtt-cpu:
- shard-rkl: NOTRUN -> [SKIP][44] ([i915#14544] / [i915#3281]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-cpu.html
* igt@gem_exec_reloc@basic-gtt-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][45] ([i915#3281]) +5 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-7/igt@gem_exec_reloc@basic-gtt-noreloc.html
* igt@gem_exec_schedule@reorder-wide:
- shard-dg2: NOTRUN -> [SKIP][46] ([i915#4537] / [i915#4812])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@gem_exec_schedule@reorder-wide.html
* igt@gem_fenced_exec_thrash@2-spare-fences:
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#4860]) +2 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-8/igt@gem_fenced_exec_thrash@2-spare-fences.html
- shard-dg1: NOTRUN -> [SKIP][48] ([i915#4860]) +1 other test skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-14/igt@gem_fenced_exec_thrash@2-spare-fences.html
- shard-mtlp: NOTRUN -> [SKIP][49] ([i915#4860])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-4/igt@gem_fenced_exec_thrash@2-spare-fences.html
* igt@gem_lmem_swapping@massive-random:
- shard-tglu-1: NOTRUN -> [SKIP][50] ([i915#4613])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@gem_lmem_swapping@massive-random.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-rkl: NOTRUN -> [SKIP][51] ([i915#4613]) +2 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@gem_lmem_swapping@parallel-random-verify.html
- shard-tglu: NOTRUN -> [SKIP][52] ([i915#4613]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-4/igt@gem_lmem_swapping@parallel-random-verify.html
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4613])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-8/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-glk: NOTRUN -> [SKIP][54] ([i915#4613]) +3 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-glk6/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_madvise@dontneed-before-exec:
- shard-dg2: NOTRUN -> [SKIP][55] ([i915#3282]) +2 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-1/igt@gem_madvise@dontneed-before-exec.html
* igt@gem_media_fill@media-fill:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#8289])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-3/igt@gem_media_fill@media-fill.html
* igt@gem_mmap_gtt@cpuset-basic-small-copy-xy:
- shard-dg1: NOTRUN -> [SKIP][57] ([i915#4077]) +4 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-16/igt@gem_mmap_gtt@cpuset-basic-small-copy-xy.html
* igt@gem_mmap_gtt@ptrace:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4077]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-5/igt@gem_mmap_gtt@ptrace.html
* igt@gem_mmap_gtt@zero-extend:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#4077]) +6 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-5/igt@gem_mmap_gtt@zero-extend.html
* igt@gem_mmap_wc@set-cache-level:
- shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4083]) +3 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-4/igt@gem_mmap_wc@set-cache-level.html
* igt@gem_mmap_wc@write-prefaulted:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#4083]) +6 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-8/igt@gem_mmap_wc@write-prefaulted.html
* igt@gem_mmap_wc@write-read:
- shard-dg1: NOTRUN -> [SKIP][62] ([i915#4083]) +6 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-12/igt@gem_mmap_wc@write-read.html
* igt@gem_pread@bench:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#3282])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-18/igt@gem_pread@bench.html
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#3282])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-5/igt@gem_pread@bench.html
* igt@gem_pxp@create-regular-context-1:
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#4270]) +2 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-5/igt@gem_pxp@create-regular-context-1.html
* igt@gem_pxp@display-protected-crc:
- shard-rkl: NOTRUN -> [SKIP][66] ([i915#4270])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-7/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-tglu-1: NOTRUN -> [SKIP][67] ([i915#13398])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-snb: NOTRUN -> [SKIP][68] +85 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-snb6/igt@gem_pxp@reject-modify-context-protection-off-3.html
- shard-dg1: NOTRUN -> [SKIP][69] ([i915#4270]) +3 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-17/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_pxp@reject-modify-context-protection-on:
- shard-rkl: [PASS][70] -> [SKIP][71] ([i915#4270])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@gem_pxp@reject-modify-context-protection-on.html
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-7/igt@gem_pxp@reject-modify-context-protection-on.html
* igt@gem_render_copy@y-tiled-ccs-to-x-tiled:
- shard-mtlp: NOTRUN -> [SKIP][72] ([i915#8428]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-7/igt@gem_render_copy@y-tiled-ccs-to-x-tiled.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#5190] / [i915#8428]) +4 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#8411])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_set_tiling_vs_pwrite:
- shard-rkl: NOTRUN -> [SKIP][75] ([i915#3282]) +2 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-7/igt@gem_set_tiling_vs_pwrite.html
- shard-dg1: NOTRUN -> [SKIP][76] ([i915#4079]) +2 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-13/igt@gem_set_tiling_vs_pwrite.html
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#4079])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-7/igt@gem_set_tiling_vs_pwrite.html
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#4079])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-dg2: NOTRUN -> [SKIP][79] ([i915#3297])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@gem_userptr_blits@dmabuf-unsync.html
- shard-rkl: NOTRUN -> [SKIP][80] ([i915#3297]) +1 other test skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@gem_userptr_blits@dmabuf-unsync.html
- shard-dg1: NOTRUN -> [SKIP][81] ([i915#3297])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-18/igt@gem_userptr_blits@dmabuf-unsync.html
- shard-tglu: NOTRUN -> [SKIP][82] ([i915#3297]) +2 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-4/igt@gem_userptr_blits@dmabuf-unsync.html
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#3297]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-8/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-rkl: NOTRUN -> [SKIP][84] ([i915#3282] / [i915#3297])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-7/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@map-fixed-invalidate:
- shard-dg2: NOTRUN -> [SKIP][85] ([i915#3297] / [i915#4880])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-8/igt@gem_userptr_blits@map-fixed-invalidate.html
- shard-dg1: NOTRUN -> [SKIP][86] ([i915#3297] / [i915#4880])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-14/igt@gem_userptr_blits@map-fixed-invalidate.html
* igt@gem_userptr_blits@relocations:
- shard-rkl: NOTRUN -> [SKIP][87] ([i915#3281] / [i915#3297])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@gem_userptr_blits@relocations.html
- shard-dg1: NOTRUN -> [SKIP][88] ([i915#3281] / [i915#3297])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-13/igt@gem_userptr_blits@relocations.html
* igt@gen9_exec_parse@bb-large:
- shard-tglu-1: NOTRUN -> [SKIP][89] ([i915#2527] / [i915#2856]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#2527]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@gen9_exec_parse@bb-oversize.html
- shard-tglu: NOTRUN -> [SKIP][91] ([i915#2527] / [i915#2856])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-7/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@shadow-peek:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#2856]) +3 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-3/igt@gen9_exec_parse@shadow-peek.html
* igt@i915_drm_fdinfo@all-busy-check-all:
- shard-mtlp: NOTRUN -> [SKIP][93] ([i915#14123])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-8/igt@i915_drm_fdinfo@all-busy-check-all.html
- shard-dg2: NOTRUN -> [SKIP][94] ([i915#14123])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@i915_drm_fdinfo@all-busy-check-all.html
- shard-dg1: NOTRUN -> [SKIP][95] ([i915#14123])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-18/igt@i915_drm_fdinfo@all-busy-check-all.html
* igt@i915_module_load@resize-bar:
- shard-tglu-1: NOTRUN -> [SKIP][96] ([i915#6412])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-tglu: NOTRUN -> [SKIP][97] ([i915#8399])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-10/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-tglu: NOTRUN -> [SKIP][98] ([i915#6590]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-6/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-dg2: [PASS][99] -> [FAIL][100] ([i915#12964]) +1 other test fail
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-4/igt@i915_pm_rc6_residency@rc6-accuracy.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-3/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_pm_rpm@reg-read-ioctl:
- shard-dg1: [PASS][101] -> [DMESG-WARN][102] ([i915#4391] / [i915#4423])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-17/igt@i915_pm_rpm@reg-read-ioctl.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-19/igt@i915_pm_rpm@reg-read-ioctl.html
* igt@i915_power@sanity:
- shard-mtlp: [PASS][103] -> [SKIP][104] ([i915#7984])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-mtlp-2/igt@i915_power@sanity.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-7/igt@i915_power@sanity.html
* igt@i915_selftest@live@gem_contexts:
- shard-dg1: [PASS][105] -> [ABORT][106] ([i915#15433])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-12/igt@i915_selftest@live@gem_contexts.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-12/igt@i915_selftest@live@gem_contexts.html
* igt@i915_selftest@mock:
- shard-dg2: [PASS][107] -> [DMESG-WARN][108] ([i915#14545])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-6/igt@i915_selftest@mock.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-3/igt@i915_selftest@mock.html
- shard-dg1: [PASS][109] -> [DMESG-WARN][110] ([i915#14545])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-17/igt@i915_selftest@mock.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-17/igt@i915_selftest@mock.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-glk10: NOTRUN -> [INCOMPLETE][111] ([i915#4817])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-glk10/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- shard-dg2: NOTRUN -> [SKIP][112] ([i915#4212])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][113] ([i915#4538] / [i915#5286]) +2 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-16/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-rkl: NOTRUN -> [SKIP][114] ([i915#5286]) +5 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-7/igt@kms_big_fb@4-tiled-addfb.html
- shard-dg1: NOTRUN -> [SKIP][115] ([i915#5286])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-13/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@4-tiled-addfb-size-offset-overflow:
- shard-tglu: NOTRUN -> [SKIP][116] ([i915#5286]) +4 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-4/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-tglu-1: NOTRUN -> [SKIP][117] ([i915#5286]) +3 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: [PASS][118] -> [FAIL][119] ([i915#5138])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-8bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][120] ([i915#3638])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-18/igt@kms_big_fb@linear-8bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip:
- shard-tglu-1: NOTRUN -> [SKIP][121] ([i915#3828])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][122] ([i915#4538] / [i915#5190]) +10 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-6/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-dg2: NOTRUN -> [SKIP][123] ([i915#5190]) +1 other test skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-3/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-dg1: NOTRUN -> [SKIP][124] ([i915#4538]) +2 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#6095]) +182 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-17/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html
* igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-2:
- shard-glk: NOTRUN -> [SKIP][126] +185 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-glk6/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-1:
- shard-glk10: NOTRUN -> [SKIP][127] +106 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-glk10/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][128] ([i915#6095]) +49 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][129] ([i915#14544] / [i915#6095]) +3 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][130] ([i915#14098] / [i915#14544] / [i915#6095]) +1 other test skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][132] ([i915#10307] / [i915#6095]) +158 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-yf-tiled-ccs@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][133] ([i915#6095]) +39 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-7/igt@kms_ccs@crc-primary-basic-yf-tiled-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#12313]) +1 other test skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-7/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][135] ([i915#6095]) +14 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-a-edp-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][136] ([i915#6095]) +54 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-7/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][137] ([i915#12805])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [PASS][138] -> [INCOMPLETE][139] ([i915#15582]) +1 other test incomplete
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-7/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2.html
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/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-rc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][140] ([i915#14098] / [i915#6095]) +42 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#12313])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][142] ([i915#6095]) +73 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-tglu-1: NOTRUN -> [SKIP][143] ([i915#3742])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@plane-scaling@pipe-c-dp-3:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#13783]) +4 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_cdclk@plane-scaling@pipe-c-dp-3.html
* igt@kms_chamelium_audio@dp-audio:
- shard-tglu: NOTRUN -> [SKIP][145] ([i915#11151] / [i915#7828]) +11 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-10/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-4k:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#11151] / [i915#7828]) +5 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html
- shard-dg1: NOTRUN -> [SKIP][147] ([i915#11151] / [i915#7828]) +2 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-12/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k:
- shard-dg2: NOTRUN -> [SKIP][148] ([i915#11151] / [i915#7828]) +7 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-tglu-1: NOTRUN -> [SKIP][149] ([i915#11151] / [i915#7828]) +3 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-mtlp: NOTRUN -> [SKIP][150] ([i915#11151] / [i915#7828]) +2 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-4/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_color@deep-color:
- shard-tglu: NOTRUN -> [SKIP][151] ([i915#3555] / [i915#9979])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-3/igt@kms_color@deep-color.html
* igt@kms_content_protection@content-type-change:
- shard-tglu: NOTRUN -> [SKIP][152] ([i915#6944] / [i915#9424])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-8/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#15330] / [i915#3299]) +1 other test skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-7/igt@kms_content_protection@dp-mst-lic-type-1.html
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#15330] / [i915#3299])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-15/igt@kms_content_protection@dp-mst-lic-type-1.html
- shard-mtlp: NOTRUN -> [SKIP][155] ([i915#15330] / [i915#3299])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-6/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-tglu-1: NOTRUN -> [SKIP][156] ([i915#15330] / [i915#3116] / [i915#3299])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy:
- shard-rkl: NOTRUN -> [SKIP][157] ([i915#6944] / [i915#7118] / [i915#9424])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#6944])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@lic-type-1:
- shard-tglu-1: NOTRUN -> [SKIP][159] ([i915#6944] / [i915#9424])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@mei-interface:
- shard-dg2: NOTRUN -> [SKIP][160] ([i915#6944] / [i915#9424])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm@pipe-a-dp-3:
- shard-dg2: NOTRUN -> [FAIL][161] ([i915#7173]) +2 other tests fail
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_content_protection@srm@pipe-a-dp-3.html
* igt@kms_content_protection@suspend-resume:
- shard-tglu-1: NOTRUN -> [SKIP][162] ([i915#6944])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_content_protection@suspend-resume.html
* igt@kms_content_protection@uevent:
- shard-dg2: NOTRUN -> [SKIP][163] ([i915#6944] / [i915#7118] / [i915#9424])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-5/igt@kms_content_protection@uevent.html
- shard-dg1: NOTRUN -> [SKIP][164] ([i915#6944] / [i915#7116] / [i915#9424])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-19/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-mtlp: NOTRUN -> [SKIP][165] ([i915#8814])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-8/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-tglu: NOTRUN -> [SKIP][166] ([i915#13049]) +1 other test skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-4/igt@kms_cursor_crc@cursor-onscreen-512x512.html
- shard-rkl: NOTRUN -> [SKIP][167] ([i915#13049])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-128x42:
- shard-tglu: [PASS][168] -> [FAIL][169] ([i915#13566]) +3 other tests fail
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-tglu-2/igt@kms_cursor_crc@cursor-random-128x42.html
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-7/igt@kms_cursor_crc@cursor-random-128x42.html
* igt@kms_cursor_crc@cursor-random-256x85:
- shard-rkl: [PASS][170] -> [FAIL][171] ([i915#13566]) +4 other tests fail
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-8/igt@kms_cursor_crc@cursor-random-256x85.html
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@kms_cursor_crc@cursor-random-256x85.html
* igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][172] ([i915#13566])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-tglu-1: NOTRUN -> [SKIP][173] ([i915#3555]) +5 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: NOTRUN -> [SKIP][174] ([i915#3555]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-rkl: NOTRUN -> [SKIP][175] ([i915#13049] / [i915#14544])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-sliding-64x21:
- shard-tglu-1: NOTRUN -> [FAIL][176] ([i915#13566]) +3 other tests fail
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-64x21.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][177] ([i915#12358] / [i915#14152] / [i915#7882])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-glk5/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [INCOMPLETE][178] ([i915#12358] / [i915#14152])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-glk5/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][179] +13 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
- shard-mtlp: NOTRUN -> [SKIP][180] ([i915#9809])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-5/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][181] ([i915#13046] / [i915#5354]) +3 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-1/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-rkl: NOTRUN -> [SKIP][182] ([i915#9067])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-tglu: NOTRUN -> [SKIP][183] ([i915#4103])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-tglu-1: NOTRUN -> [SKIP][184] ([i915#4103])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dp_aux_dev:
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#1257])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-6/igt@kms_dp_aux_dev.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-tglu-1: NOTRUN -> [SKIP][186] ([i915#13749])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-rkl: NOTRUN -> [SKIP][187] ([i915#13749])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-tglu-1: NOTRUN -> [SKIP][188] ([i915#13748])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_dsc@dsc-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][189] ([i915#3555] / [i915#3840])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-2/igt@kms_dsc@dsc-with-bpc.html
- shard-mtlp: NOTRUN -> [SKIP][190] ([i915#3555] / [i915#3840])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-3/igt@kms_dsc@dsc-with-bpc.html
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#3840])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_dsc@dsc-with-bpc.html
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#3555] / [i915#3840])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg1: NOTRUN -> [SKIP][193] ([i915#3555] / [i915#3840]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-14/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-mtlp: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#3840] / [i915#9053])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-dg2: NOTRUN -> [SKIP][195] ([i915#3840] / [i915#9053])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-6/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-dg1: NOTRUN -> [SKIP][196] ([i915#3840] / [i915#9053])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-18/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-tglu: NOTRUN -> [SKIP][197] ([i915#3840] / [i915#9053])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-rkl: [PASS][198] -> [INCOMPLETE][199] ([i915#9878])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-7/igt@kms_fbcon_fbt@fbc-suspend.html
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_feature_discovery@display-2x:
- shard-rkl: NOTRUN -> [SKIP][200] ([i915#1839])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-4/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-4x:
- shard-tglu-1: NOTRUN -> [SKIP][201] ([i915#1839]) +1 other test skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@psr1:
- shard-tglu: NOTRUN -> [SKIP][202] ([i915#658])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-10/igt@kms_feature_discovery@psr1.html
- shard-rkl: NOTRUN -> [SKIP][203] ([i915#658])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-7/igt@kms_feature_discovery@psr1.html
* igt@kms_feature_discovery@psr2:
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#658])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-1/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][205] ([i915#3637] / [i915#9934]) +2 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-5/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][206] ([i915#3637] / [i915#9934]) +3 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset:
- shard-rkl: NOTRUN -> [SKIP][207] ([i915#9934]) +2 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip@2x-flip-vs-panning-interruptible:
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#9934]) +6 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-5/igt@kms_flip@2x-flip-vs-panning-interruptible.html
* igt@kms_flip@2x-flip-vs-rmfb:
- shard-mtlp: NOTRUN -> [SKIP][209] ([i915#3637] / [i915#9934])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-8/igt@kms_flip@2x-flip-vs-rmfb.html
- shard-dg1: NOTRUN -> [SKIP][210] ([i915#9934])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-13/igt@kms_flip@2x-flip-vs-rmfb.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][211] ([i915#12314] / [i915#12745] / [i915#4839] / [i915#6113])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-glk5/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2:
- shard-glk: NOTRUN -> [INCOMPLETE][212] ([i915#12314] / [i915#4839] / [i915#6113])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-glk5/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1:
- shard-mtlp: [PASS][213] -> [FAIL][214] ([i915#13027]) +1 other test fail
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-mtlp-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-32bpp-linear-reflect-x@pipe-a-valid-mode:
- shard-tglu-1: NOTRUN -> [SKIP][215] ([i915#15573]) +1 other test skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-32bpp-linear-reflect-x@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
- shard-tglu-1: NOTRUN -> [SKIP][216] ([i915#2672] / [i915#3555])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-tglu-1: NOTRUN -> [SKIP][217] ([i915#2587] / [i915#2672])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][218] ([i915#2672]) +3 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-tglu: NOTRUN -> [SKIP][219] ([i915#2672] / [i915#3555]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
- shard-mtlp: NOTRUN -> [SKIP][220] ([i915#2672] / [i915#3555] / [i915#8813]) +2 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][221] ([i915#2672] / [i915#8813])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][222] ([i915#2587] / [i915#2672]) +1 other test skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][223] ([i915#2587] / [i915#2672]) +1 other test skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][224] ([i915#2672] / [i915#3555]) +4 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][225] ([i915#3555] / [i915#8810] / [i915#8813]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:
- shard-dg1: NOTRUN -> [SKIP][226] ([i915#2672] / [i915#3555]) +1 other test skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-15/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][227] ([i915#2672] / [i915#3555] / [i915#5190])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-p016-linear-to-p016-linear-reflect-x@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][228] ([i915#15573]) +1 other test skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@kms_flip_scaled_crc@flip-p016-linear-to-p016-linear-reflect-x@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite:
- shard-dg2: [PASS][229] -> [FAIL][230] ([i915#15389] / [i915#6880])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
- shard-snb: [PASS][231] -> [SKIP][232]
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbc-2p-rte:
- shard-dg2: NOTRUN -> [SKIP][233] ([i915#5354]) +25 other tests skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
* igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-blt:
- shard-tglu-1: NOTRUN -> [SKIP][234] ([i915#15574]) +2 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][235] ([i915#15574]) +4 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][236] ([i915#15102])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
- shard-dg1: NOTRUN -> [SKIP][237] ([i915#15104])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][238] ([i915#15104])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][239] ([i915#15102])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt:
- shard-tglu: NOTRUN -> [SKIP][240] ([i915#15102]) +22 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-rte:
- shard-dg1: NOTRUN -> [SKIP][241] ([i915#15102] / [i915#3458]) +10 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite:
- shard-rkl: NOTRUN -> [SKIP][242] ([i915#14544] / [i915#1825])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff:
- shard-tglu-1: NOTRUN -> [SKIP][243] +33 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][244] ([i915#1825]) +16 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][245] ([i915#15102] / [i915#3023]) +16 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2: NOTRUN -> [SKIP][246] ([i915#10055])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
- shard-mtlp: NOTRUN -> [SKIP][247] ([i915#10055])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-cpu:
- shard-tglu-1: NOTRUN -> [SKIP][248] ([i915#15102]) +15 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/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-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][249] ([i915#15104]) +1 other test skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff:
- shard-dg2: NOTRUN -> [SKIP][250] ([i915#15102] / [i915#3458]) +10 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-msflip-blt:
- shard-dg1: NOTRUN -> [SKIP][251] +19 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][252] ([i915#1825]) +8 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#15574]) +2 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-pwrite:
- shard-tglu: NOTRUN -> [SKIP][254] ([i915#15574]) +2 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-7/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-argb161616f-draw-blt:
- shard-dg1: NOTRUN -> [SKIP][255] ([i915#15574]) +2 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-blt.html
- shard-mtlp: NOTRUN -> [SKIP][256] ([i915#15574])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-8/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][257] ([i915#8708]) +11 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html
- shard-dg1: NOTRUN -> [SKIP][258] ([i915#8708]) +3 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][259] ([i915#8708]) +1 other test skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-3/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-rkl: NOTRUN -> [SKIP][260] ([i915#3555] / [i915#8228])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-tglu: NOTRUN -> [SKIP][261] ([i915#3555] / [i915#8228]) +1 other test skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-3/igt@kms_hdr@bpc-switch-suspend.html
- shard-dg2: NOTRUN -> [SKIP][262] ([i915#3555] / [i915#8228])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-7/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@brightness-with-hdr:
- shard-tglu-1: NOTRUN -> [SKIP][263] ([i915#12713])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-swap:
- shard-dg2: [PASS][264] -> [SKIP][265] ([i915#3555] / [i915#8228])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-11/igt@kms_hdr@static-swap.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-5/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][266] ([i915#3555] / [i915#8228])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][267] ([i915#15458])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-2/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][268] ([i915#15459])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_panel_fitting@legacy:
- shard-tglu: NOTRUN -> [SKIP][269] ([i915#6301])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-2/igt@kms_panel_fitting@legacy.html
- shard-dg2: NOTRUN -> [SKIP][270] ([i915#6301])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@kms_panel_fitting@legacy.html
- shard-rkl: NOTRUN -> [SKIP][271] ([i915#6301])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@kms_panel_fitting@legacy.html
- shard-dg1: NOTRUN -> [SKIP][272] ([i915#6301])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-12/igt@kms_panel_fitting@legacy.html
* igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c:
- shard-dg2: NOTRUN -> [SKIP][273] +9 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-5/igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-rkl: [PASS][274] -> [INCOMPLETE][275] ([i915#12756] / [i915#13476])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-8/igt@kms_pipe_crc_basic@suspend-read-crc.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][276] ([i915#13476])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2.html
* igt@kms_pipe_stress@stress-xrgb8888-4tiled:
- shard-dg1: NOTRUN -> [SKIP][277] ([i915#14712])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-13/igt@kms_pipe_stress@stress-xrgb8888-4tiled.html
* igt@kms_pipe_stress@stress-xrgb8888-yftiled:
- shard-tglu: NOTRUN -> [SKIP][278] ([i915#14712])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-10/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-glk10: NOTRUN -> [INCOMPLETE][279] ([i915#13026]) +1 other test incomplete
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-glk10/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg2: NOTRUN -> [SKIP][280] ([i915#3555] / [i915#8821])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@2x-tiling-y:
- shard-rkl: NOTRUN -> [SKIP][281] ([i915#13958]) +1 other test skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_plane_multiple@2x-tiling-y.html
- shard-dg1: NOTRUN -> [SKIP][282] ([i915#13958])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-18/igt@kms_plane_multiple@2x-tiling-y.html
- shard-tglu: NOTRUN -> [SKIP][283] ([i915#13958])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-6/igt@kms_plane_multiple@2x-tiling-y.html
- shard-mtlp: NOTRUN -> [SKIP][284] ([i915#13958])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-8/igt@kms_plane_multiple@2x-tiling-y.html
- shard-dg2: NOTRUN -> [SKIP][285] ([i915#13958])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_plane_multiple@2x-tiling-y.html
* igt@kms_plane_multiple@tiling-4:
- shard-dg1: NOTRUN -> [SKIP][286] ([i915#14259])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-16/igt@kms_plane_multiple@tiling-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-tglu-1: NOTRUN -> [SKIP][287] ([i915#15329]) +4 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][288] ([i915#15329]) +7 other tests skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-4/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
- shard-dg1: NOTRUN -> [SKIP][289] ([i915#15329]) +4 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-14/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-c:
- shard-tglu: NOTRUN -> [SKIP][290] ([i915#15329]) +9 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-7/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-c.html
* igt@kms_pm_backlight@bad-brightness@edp-1:
- shard-mtlp: [PASS][291] -> [DMESG-WARN][292] ([i915#12935]) +1 other test dmesg-warn
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-mtlp-7/igt@kms_pm_backlight@bad-brightness@edp-1.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-7/igt@kms_pm_backlight@bad-brightness@edp-1.html
* igt@kms_pm_backlight@fade:
- shard-tglu: NOTRUN -> [SKIP][293] ([i915#9812])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-4/igt@kms_pm_backlight@fade.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][294] ([i915#9812])
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc6-dpms:
- shard-tglu: NOTRUN -> [FAIL][295] ([i915#9295])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-3/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: NOTRUN -> [SKIP][296] ([i915#4281])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-5/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][297] ([i915#15073])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-dg1: [PASS][298] -> [SKIP][299] ([i915#15073])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-16/igt@kms_pm_rpm@modeset-non-lpsp.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-15/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: [PASS][300] -> [SKIP][301] ([i915#15073]) +1 other test skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-rkl: [PASS][302] -> [INCOMPLETE][303] ([i915#14419])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-7/igt@kms_pm_rpm@system-suspend-modeset.html
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg2: NOTRUN -> [SKIP][304] ([i915#6524] / [i915#6805]) +2 other tests skip
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-3/igt@kms_prime@basic-crc-vgem.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-snb: NOTRUN -> [SKIP][305] ([i915#11520]) +2 other tests skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-snb6/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html
- shard-dg1: NOTRUN -> [SKIP][306] ([i915#11520]) +2 other tests skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-16/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][307] ([i915#11520]) +7 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-8/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
- shard-mtlp: NOTRUN -> [SKIP][308] ([i915#12316]) +2 other tests skip
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-4/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
- shard-rkl: NOTRUN -> [SKIP][309] ([i915#11520]) +2 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][310] ([i915#11520]) +4 other tests skip
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-glk6/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-tglu-1: NOTRUN -> [SKIP][311] ([i915#11520]) +3 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf:
- shard-dg2: NOTRUN -> [SKIP][312] ([i915#11520]) +6 other tests skip
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf.html
- shard-glk10: NOTRUN -> [SKIP][313] ([i915#11520])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-glk10/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-rkl: NOTRUN -> [SKIP][314] ([i915#9683])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-p010:
- shard-tglu-1: NOTRUN -> [SKIP][315] ([i915#9683])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_psr2_su@page_flip-p010.html
- shard-dg1: NOTRUN -> [SKIP][316] ([i915#9683])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-15/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-pr-sprite-blt:
- shard-dg2: NOTRUN -> [SKIP][317] ([i915#1072] / [i915#9732]) +18 other tests skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-3/igt@kms_psr@fbc-pr-sprite-blt.html
* igt@kms_psr@fbc-psr-dpms:
- shard-mtlp: NOTRUN -> [SKIP][318] ([i915#9688]) +4 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-6/igt@kms_psr@fbc-psr-dpms.html
* igt@kms_psr@fbc-psr2-sprite-mmap-gtt:
- shard-tglu-1: NOTRUN -> [SKIP][319] ([i915#9732]) +12 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_psr@fbc-psr2-sprite-mmap-gtt.html
* igt@kms_psr@pr-sprite-plane-move:
- shard-tglu: NOTRUN -> [SKIP][320] ([i915#9732]) +15 other tests skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-8/igt@kms_psr@pr-sprite-plane-move.html
* igt@kms_psr@psr2-sprite-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][321] ([i915#1072] / [i915#9732]) +16 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_psr@psr2-sprite-mmap-cpu.html
* igt@kms_psr@psr2-sprite-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][322] ([i915#1072] / [i915#9732]) +9 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-14/igt@kms_psr@psr2-sprite-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][323] ([i915#4077] / [i915#9688]) +1 other test skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-5/igt@kms_psr@psr2-sprite-mmap-gtt.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-tglu-1: NOTRUN -> [SKIP][324] ([i915#9685]) +1 other test skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-top:
- shard-glk: NOTRUN -> [INCOMPLETE][325] ([i915#15492])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-glk6/igt@kms_rotation_crc@multiplane-rotation-cropping-top.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][326] ([i915#12755] / [i915#5190])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-dg1: NOTRUN -> [SKIP][327] ([i915#3555]) +1 other test skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-12/igt@kms_scaling_modes@scaling-mode-center.html
- shard-tglu: NOTRUN -> [SKIP][328] ([i915#3555]) +2 other tests skip
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-2/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_selftest@drm_framebuffer:
- shard-rkl: NOTRUN -> [ABORT][329] ([i915#13179]) +1 other test abort
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-7/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-dg2: NOTRUN -> [SKIP][330] ([i915#3555]) +3 other tests skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-7/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-tglu-1: NOTRUN -> [SKIP][331] ([i915#8623])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vblank@wait-forked-busy-hang:
- shard-dg1: [PASS][332] -> [DMESG-WARN][333] ([i915#4423]) +1 other test dmesg-warn
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-12/igt@kms_vblank@wait-forked-busy-hang.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-17/igt@kms_vblank@wait-forked-busy-hang.html
* igt@kms_vrr@flip-basic-fastset:
- shard-dg2: NOTRUN -> [SKIP][334] ([i915#9906])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-6/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@negative-basic:
- shard-dg2: NOTRUN -> [SKIP][335] ([i915#3555] / [i915#9906])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-6/igt@kms_vrr@negative-basic.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-mtlp: NOTRUN -> [SKIP][336] +8 other tests skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-5/igt@perf@gen8-unprivileged-single-ctx-counters.html
- shard-dg2: NOTRUN -> [SKIP][337] ([i915#2436])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@perf@gen8-unprivileged-single-ctx-counters.html
- shard-rkl: NOTRUN -> [SKIP][338] ([i915#2436])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@global-sseu-config-invalid:
- shard-mtlp: NOTRUN -> [SKIP][339] ([i915#7387])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-7/igt@perf@global-sseu-config-invalid.html
- shard-dg2: NOTRUN -> [SKIP][340] ([i915#7387])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-5/igt@perf@global-sseu-config-invalid.html
* igt@perf_pmu@most-busy-check-all:
- shard-dg2: [PASS][341] -> [FAIL][342] ([i915#15520]) +1 other test fail
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-1/igt@perf_pmu@most-busy-check-all.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-7/igt@perf_pmu@most-busy-check-all.html
* igt@perf_pmu@most-busy-check-all@bcs0:
- shard-mtlp: [PASS][343] -> [FAIL][344] ([i915#15520]) +1 other test fail
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-mtlp-3/igt@perf_pmu@most-busy-check-all@bcs0.html
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-6/igt@perf_pmu@most-busy-check-all@bcs0.html
* igt@perf_pmu@rc6-all-gts:
- shard-dg2: NOTRUN -> [SKIP][345] ([i915#8516])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@perf_pmu@rc6-all-gts.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-tglu: NOTRUN -> [SKIP][346] ([i915#8516])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-5/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_vgem@basic-fence-read:
- shard-dg2: NOTRUN -> [SKIP][347] ([i915#3291] / [i915#3708]) +1 other test skip
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-3/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@fence-write-hang:
- shard-tglu: NOTRUN -> [SKIP][348] +47 other tests skip
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-8/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6:
- shard-tglu: NOTRUN -> [FAIL][349] ([i915#12910]) +9 other tests fail
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-8/igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-rkl: NOTRUN -> [SKIP][350] ([i915#9917]) +1 other test skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-4/igt@sriov_basic@enable-vfs-autoprobe-on.html
- shard-dg1: NOTRUN -> [SKIP][351] ([i915#9917])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-14/igt@sriov_basic@enable-vfs-autoprobe-on.html
#### Possible fixes ####
* igt@gem_ctx_isolation@preservation-s3:
- shard-rkl: [INCOMPLETE][352] ([i915#13356]) -> [PASS][353] +2 other tests pass
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-3/igt@gem_ctx_isolation@preservation-s3.html
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@gem_ctx_isolation@preservation-s3.html
* igt@gem_exec_suspend@basic-s0@lmem0:
- shard-dg2: [INCOMPLETE][354] ([i915#13356]) -> [PASS][355] +1 other test pass
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-3/igt@gem_exec_suspend@basic-s0@lmem0.html
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-5/igt@gem_exec_suspend@basic-s0@lmem0.html
* igt@gem_mmap_offset@clear-via-pagefault:
- shard-mtlp: [TIMEOUT][356] -> [PASS][357] +1 other test pass
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-mtlp-7/igt@gem_mmap_offset@clear-via-pagefault.html
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-3/igt@gem_mmap_offset@clear-via-pagefault.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-dg2: [ABORT][358] ([i915#13562]) -> [PASS][359]
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-11/igt@i915_pm_rpm@system-suspend-execbuf.html
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_suspend@basic-s2idle-without-i915:
- shard-dg2: [DMESG-WARN][360] ([i915#14545]) -> [PASS][361]
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-8/igt@i915_suspend@basic-s2idle-without-i915.html
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-1/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@i915_suspend@debugfs-reader:
- shard-rkl: [ABORT][362] ([i915#15131]) -> [PASS][363]
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-1/igt@i915_suspend@debugfs-reader.html
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@i915_suspend@debugfs-reader.html
* igt@kms_atomic@plane-immutable-zpos:
- shard-dg1: [DMESG-WARN][364] ([i915#4423]) -> [PASS][365] +1 other test pass
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-16/igt@kms_atomic@plane-immutable-zpos.html
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-19/igt@kms_atomic@plane-immutable-zpos.html
* igt@kms_color@deep-color:
- shard-rkl: [SKIP][366] ([i915#12655] / [i915#3555]) -> [PASS][367]
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-4/igt@kms_color@deep-color.html
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_color@deep-color.html
* igt@kms_cursor_crc@cursor-random-64x21:
- shard-rkl: [FAIL][368] ([i915#13566]) -> [PASS][369] +1 other test pass
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_cursor_crc@cursor-random-64x21.html
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-4/igt@kms_cursor_crc@cursor-random-64x21.html
- shard-tglu: [FAIL][370] ([i915#13566]) -> [PASS][371] +1 other test pass
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-tglu-4/igt@kms_cursor_crc@cursor-random-64x21.html
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-9/igt@kms_cursor_crc@cursor-random-64x21.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-dg2: [SKIP][372] ([i915#13707]) -> [PASS][373]
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-5/igt@kms_dp_linktrain_fallback@dp-fallback.html
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_hdr@bpc-switch:
- shard-dg2: [SKIP][374] ([i915#3555] / [i915#8228]) -> [PASS][375]
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-1/igt@kms_hdr@bpc-switch.html
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_hdr@bpc-switch.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-dg2: [SKIP][376] ([i915#15459]) -> [PASS][377]
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-1/igt@kms_joiner@basic-force-big-joiner.html
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_plane_cursor@overlay:
- shard-rkl: [FAIL][378] -> [PASS][379]
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-8/igt@kms_plane_cursor@overlay.html
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_plane_cursor@overlay.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-dg2: [SKIP][380] ([i915#15073]) -> [PASS][381]
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-4/igt@kms_pm_rpm@dpms-non-lpsp.html
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-7/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: [SKIP][382] ([i915#15073]) -> [PASS][383] +2 other tests pass
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress.html
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-dg1: [SKIP][384] ([i915#15073]) -> [PASS][385] +2 other tests pass
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-15/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-13/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_setmode@basic:
- shard-dg1: [FAIL][386] ([i915#15106]) -> [PASS][387] +2 other tests pass
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-17/igt@kms_setmode@basic.html
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-17/igt@kms_setmode@basic.html
- shard-tglu: [FAIL][388] ([i915#15106]) -> [PASS][389] +2 other tests pass
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-tglu-6/igt@kms_setmode@basic.html
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-tglu-9/igt@kms_setmode@basic.html
- shard-rkl: [FAIL][390] ([i915#15106]) -> [PASS][391]
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-5/igt@kms_setmode@basic.html
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-4/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-mtlp: [FAIL][392] ([i915#15106]) -> [PASS][393] +2 other tests pass
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-mtlp-2/igt@kms_setmode@basic@pipe-b-edp-1.html
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-mtlp-2/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_setmode@basic@pipe-b-hdmi-a-3:
- shard-dg2: [FAIL][394] ([i915#15106]) -> [PASS][395] +2 other tests pass
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-6/igt@kms_setmode@basic@pipe-b-hdmi-a-3.html
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-3/igt@kms_setmode@basic@pipe-b-hdmi-a-3.html
#### Warnings ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-rkl: [SKIP][396] ([i915#14544] / [i915#8411]) -> [SKIP][397] ([i915#8411])
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@api_intel_bb@blit-reloc-purge-cache.html
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-rkl: [SKIP][398] ([i915#11078] / [i915#14544]) -> [SKIP][399] ([i915#11078]) +1 other test skip
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@device_reset@unbind-cold-reset-rebind.html
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@device_reset@unbind-cold-reset-rebind.html
* igt@gem_create@create-ext-set-pat:
- shard-rkl: [SKIP][400] ([i915#14544] / [i915#8562]) -> [SKIP][401] ([i915#8562])
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@gem_create@create-ext-set-pat.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@gem_create@create-ext-set-pat.html
* igt@gem_exec_balancer@parallel-dmabuf-import-out-fence:
- shard-rkl: [SKIP][402] ([i915#14544] / [i915#4525]) -> [SKIP][403] ([i915#4525])
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-4/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html
* igt@gem_exec_reloc@basic-gtt-active:
- shard-rkl: [SKIP][404] ([i915#14544] / [i915#3281]) -> [SKIP][405] ([i915#3281]) +5 other tests skip
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-active.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@gem_exec_reloc@basic-gtt-active.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: [SKIP][406] ([i915#14544] / [i915#7276]) -> [SKIP][407] ([i915#7276])
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@gem_exec_schedule@semaphore-power.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs:
- shard-rkl: [SKIP][408] ([i915#14544] / [i915#4613]) -> [SKIP][409] ([i915#4613]) +4 other tests skip
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-4/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
* igt@gem_pread@self:
- shard-rkl: [SKIP][410] ([i915#14544] / [i915#3282]) -> [SKIP][411] ([i915#3282]) +1 other test skip
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@gem_pread@self.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-4/igt@gem_pread@self.html
* igt@gem_softpin@evict-snoop:
- shard-rkl: [SKIP][412] -> [SKIP][413] ([i915#14544]) +2 other tests skip
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-2/igt@gem_softpin@evict-snoop.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@gem_softpin@evict-snoop.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-rkl: [SKIP][414] ([i915#14544] / [i915#3297]) -> [SKIP][415] ([i915#3297]) +1 other test skip
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@gem_userptr_blits@unsync-unmap-cycles.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen9_exec_parse@allowed-all:
- shard-rkl: [SKIP][416] ([i915#14544] / [i915#2527]) -> [SKIP][417] ([i915#2527])
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@gen9_exec_parse@allowed-all.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-1/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@bb-start-out:
- shard-rkl: [SKIP][418] ([i915#2527]) -> [SKIP][419] ([i915#14544] / [i915#2527])
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-8/igt@gen9_exec_parse@bb-start-out.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@gen9_exec_parse@bb-start-out.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-270:
- shard-dg1: [SKIP][420] ([i915#4538] / [i915#5286]) -> [SKIP][421] ([i915#4423] / [i915#4538] / [i915#5286])
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-16/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-19/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-0:
- shard-rkl: [SKIP][422] ([i915#5286]) -> [SKIP][423] ([i915#14544] / [i915#5286]) +1 other test skip
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-2/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-rkl: [SKIP][424] ([i915#14544] / [i915#5286]) -> [SKIP][425] ([i915#5286]) +3 other tests skip
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-addfb-size-overflow:
- shard-dg1: [SKIP][426] ([i915#4423] / [i915#5286]) -> [SKIP][427] ([i915#5286])
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-12/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-14/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-rkl: [SKIP][428] ([i915#14544] / [i915#3638]) -> [SKIP][429] ([i915#3638])
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs:
- shard-rkl: [SKIP][430] ([i915#14098] / [i915#6095]) -> [SKIP][431] ([i915#14098] / [i915#14544] / [i915#6095]) +1 other test skip
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-8/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][432] ([i915#12805] / [i915#14544]) -> [SKIP][433] ([i915#12805])
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc:
- shard-rkl: [SKIP][434] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][435] ([i915#14098] / [i915#6095]) +7 other tests skip
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc.html
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-rkl: [SKIP][436] ([i915#12313]) -> [SKIP][437] ([i915#12313] / [i915#14544])
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-7/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_chamelium_audio@dp-audio-edid:
- shard-rkl: [SKIP][438] ([i915#11151] / [i915#7828]) -> [SKIP][439] ([i915#11151] / [i915#14544] / [i915#7828]) +1 other test skip
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-2/igt@kms_chamelium_audio@dp-audio-edid.html
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_chamelium_audio@dp-audio-edid.html
* igt@kms_chamelium_hpd@dp-hpd-for-each-pipe:
- shard-rkl: [SKIP][440] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][441] ([i915#11151] / [i915#7828]) +1 other test skip
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
* igt@kms_color@deep-color:
- shard-dg1: [SKIP][442] ([i915#12655] / [i915#3555] / [i915#4423]) -> [SKIP][443] ([i915#12655] / [i915#3555])
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-16/igt@kms_color@deep-color.html
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-12/igt@kms_color@deep-color.html
* igt@kms_content_protection@atomic:
- shard-dg2: [FAIL][444] ([i915#7173]) -> [SKIP][445] ([i915#6944] / [i915#7118] / [i915#9424])
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-11/igt@kms_content_protection@atomic.html
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@dp-mst-type-1-suspend-resume:
- shard-rkl: [SKIP][446] ([i915#14544] / [i915#15330]) -> [SKIP][447] ([i915#15330])
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-dg2: [SKIP][448] ([i915#6944]) -> [FAIL][449] ([i915#7173])
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-8/igt@kms_content_protection@legacy-hdcp14.html
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2: [SKIP][450] ([i915#6944] / [i915#9424]) -> [FAIL][451] ([i915#7173])
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-3/igt@kms_content_protection@lic-type-0.html
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_content_protection@lic-type-0.html
- shard-rkl: [SKIP][452] ([i915#14544] / [i915#6944] / [i915#9424]) -> [SKIP][453] ([i915#6944] / [i915#9424])
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_content_protection@lic-type-0.html
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@mei-interface:
- shard-dg1: [SKIP][454] ([i915#6944] / [i915#9424]) -> [SKIP][455] ([i915#9433])
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-14/igt@kms_content_protection@mei-interface.html
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-13/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-dg2: [SKIP][456] ([i915#6944] / [i915#7118]) -> [FAIL][457] ([i915#7173])
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-7/igt@kms_content_protection@srm.html
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-11/igt@kms_content_protection@srm.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-rkl: [SKIP][458] ([i915#14544]) -> [SKIP][459] +12 other tests skip
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-rkl: [SKIP][460] ([i915#13748] / [i915#14544]) -> [SKIP][461] ([i915#13748])
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_dp_link_training@uhbr-mst.html
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: [SKIP][462] ([i915#14544] / [i915#3555] / [i915#3840]) -> [SKIP][463] ([i915#3555] / [i915#3840])
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_dsc@dsc-with-bpc-formats.html
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_flip@2x-busy-flip:
- shard-rkl: [SKIP][464] ([i915#14544] / [i915#9934]) -> [SKIP][465] ([i915#9934]) +3 other tests skip
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_flip@2x-busy-flip.html
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_flip@2x-busy-flip.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
- shard-rkl: [SKIP][466] ([i915#14544] / [i915#2672] / [i915#3555]) -> [SKIP][467] ([i915#2672] / [i915#3555]) +1 other test skip
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-rkl: [SKIP][468] ([i915#14544] / [i915#2672]) -> [SKIP][469] ([i915#2672]) +1 other test skip
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
- shard-dg1: [SKIP][470] ([i915#4423]) -> [SKIP][471] +2 other tests skip
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-rte:
- shard-rkl: [SKIP][472] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][473] ([i915#15102] / [i915#3023]) +12 other tests skip
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-rte:
- shard-dg1: [SKIP][474] -> [SKIP][475] ([i915#4423]) +1 other test skip
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-rte.html
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-2p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-move:
- shard-rkl: [SKIP][476] ([i915#14544] / [i915#1825]) -> [SKIP][477] ([i915#1825]) +18 other tests skip
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-move.html
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render:
- shard-dg2: [SKIP][478] ([i915#15102] / [i915#3458]) -> [SKIP][479] ([i915#10433] / [i915#15102] / [i915#3458]) +2 other tests skip
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-slowdraw:
- shard-rkl: [SKIP][480] ([i915#15102] / [i915#3023]) -> [SKIP][481] ([i915#14544] / [i915#15102] / [i915#3023]) +2 other tests skip
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-rkl: [SKIP][482] ([i915#9766]) -> [SKIP][483] ([i915#14544] / [i915#9766])
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-7/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/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][484] ([i915#14544] / [i915#15102]) -> [SKIP][485] ([i915#15102])
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt:
- shard-dg2: [SKIP][486] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][487] ([i915#15102] / [i915#3458]) +1 other test skip
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg1: [SKIP][488] ([i915#15102] / [i915#3458]) -> [SKIP][489] ([i915#15102] / [i915#3458] / [i915#4423])
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render:
- shard-rkl: [SKIP][490] ([i915#1825]) -> [SKIP][491] ([i915#14544] / [i915#1825]) +6 other tests skip
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-argb161616f-draw-render:
- shard-rkl: [SKIP][492] ([i915#14544] / [i915#15574]) -> [SKIP][493] ([i915#15574]) +3 other tests skip
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-render.html
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-render.html
* igt@kms_hdr@brightness-with-hdr:
- shard-rkl: [SKIP][494] ([i915#13331] / [i915#14544]) -> [SKIP][495] ([i915#1187] / [i915#12713])
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_hdr@brightness-with-hdr.html
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-rkl: [SKIP][496] ([i915#15460]) -> [SKIP][497] ([i915#14544] / [i915#15460])
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-7/igt@kms_joiner@invalid-modeset-big-joiner.html
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-rkl: [SKIP][498] ([i915#14544] / [i915#15459]) -> [SKIP][499] ([i915#15459])
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-3/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-rkl: [SKIP][500] ([i915#14544] / [i915#15458]) -> [SKIP][501] ([i915#15458]) +1 other test skip
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_pm_backlight@fade:
- shard-rkl: [SKIP][502] ([i915#5354]) -> [SKIP][503] ([i915#14544] / [i915#5354])
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-4/igt@kms_pm_backlight@fade.html
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_pm_backlight@fade.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg1: [SKIP][504] ([i915#3828]) -> [SKIP][505] ([i915#9340])
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-15/igt@kms_pm_lpsp@kms-lpsp.html
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-16/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_prime@basic-crc-hybrid:
- shard-dg1: [SKIP][506] ([i915#4423] / [i915#6524]) -> [SKIP][507] ([i915#6524])
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-19/igt@kms_prime@basic-crc-hybrid.html
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-15/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-rkl: [SKIP][508] ([i915#14544] / [i915#6524]) -> [SKIP][509] ([i915#6524])
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_prime@basic-modeset-hybrid.html
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf:
- shard-rkl: [SKIP][510] ([i915#11520] / [i915#14544]) -> [SKIP][511] ([i915#11520]) +1 other test skip
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-rkl: [SKIP][512] ([i915#11520]) -> [SKIP][513] ([i915#11520] / [i915#14544]) +3 other tests skip
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-3/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-rkl: [SKIP][514] ([i915#14544] / [i915#9683]) -> [SKIP][515] ([i915#9683]) +1 other test skip
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_psr2_su@page_flip-p010.html
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@pr-cursor-plane-onoff:
- shard-rkl: [SKIP][516] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][517] ([i915#1072] / [i915#9732]) +9 other tests skip
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_psr@pr-cursor-plane-onoff.html
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_psr@pr-cursor-plane-onoff.html
* igt@kms_psr@psr-no-drrs:
- shard-dg1: [SKIP][518] ([i915#1072] / [i915#4423] / [i915#9732]) -> [SKIP][519] ([i915#1072] / [i915#9732])
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-dg1-18/igt@kms_psr@psr-no-drrs.html
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-dg1-16/igt@kms_psr@psr-no-drrs.html
* igt@kms_psr@psr2-cursor-blt:
- shard-rkl: [SKIP][520] ([i915#1072] / [i915#9732]) -> [SKIP][521] ([i915#1072] / [i915#14544] / [i915#9732]) +2 other tests skip
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-4/igt@kms_psr@psr2-cursor-blt.html
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_psr@psr2-cursor-blt.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-rkl: [SKIP][522] ([i915#5289]) -> [SKIP][523] ([i915#14544] / [i915#5289])
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-8/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-rkl: [SKIP][524] ([i915#14544] / [i915#5289]) -> [SKIP][525] ([i915#5289])
[524]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[525]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-rkl: [SKIP][526] ([i915#14544] / [i915#3555]) -> [SKIP][527] ([i915#3555]) +1 other test skip
[526]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_setmode@basic-clone-single-crtc.html
[527]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-7/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-rkl: [SKIP][528] ([i915#3555]) -> [SKIP][529] ([i915#14544] / [i915#3555])
[528]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-8/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
[529]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-6/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_vrr@flip-suspend:
- shard-rkl: [SKIP][530] ([i915#14544] / [i915#15243] / [i915#3555]) -> [SKIP][531] ([i915#15243] / [i915#3555])
[530]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@kms_vrr@flip-suspend.html
[531]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-2/igt@kms_vrr@flip-suspend.html
* igt@perf@mi-rpc:
- shard-rkl: [SKIP][532] ([i915#14544] / [i915#2434]) -> [SKIP][533] ([i915#2434])
[532]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17851/shard-rkl-6/igt@perf@mi-rpc.html
[533]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/shard-rkl-1/igt@perf@mi-rpc.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#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#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965
[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#12358]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12358
[i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#12655]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#12935]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12935
[i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964
[i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
[i915#13027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13027
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179
[i915#13331]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13331
[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#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[i915#13562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13562
[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#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14123]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14123
[i915#14152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14152
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[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#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712
[i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
[i915#15095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15095
[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#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#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
[i915#15433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15433
[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#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15520
[i915#15573]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15573
[i915#15574]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15574
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#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#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#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#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281
[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#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[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#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#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412
[i915#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#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805
[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#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173
[i915#7276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7276
[i915#7387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7882]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7882
[i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8289
[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#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#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#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295
[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#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[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#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
[i915#9979]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9979
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8708 -> IGTPW_14378
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_17851: 3e731ecb5e75b84db724c5f0a70f7938c2c000ce @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14378: 14378
IGT_8708: 8708
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14378/index.html
[-- Attachment #2: Type: text/html, Size: 177019 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH i-g-t] intel-ci: Update display blocklist
@ 2026-01-06 3:24 Jeevan B
0 siblings, 0 replies; 7+ messages in thread
From: Jeevan B @ 2026-01-06 3:24 UTC (permalink / raw)
To: igt-dev; +Cc: Jeevan B, Karthik B S
Add y/yf tile kms_pipe_stress subtests to the blocklist for BMG/LNL,
and add the kms_pm_rpm@package-g7 subtest as it's not supported on iGPU.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
---
tests/intel-ci/xe.bmg.display.blocklist.txt | 2 +-
tests/intel-ci/xe.lnl.display.blocklist.txt | 6 ++++++
tests/intel-ci/xe.ptl.display.blocklist.txt | 5 +++++
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/tests/intel-ci/xe.bmg.display.blocklist.txt b/tests/intel-ci/xe.bmg.display.blocklist.txt
index d6af8e2b4..5a03dc9de 100644
--- a/tests/intel-ci/xe.bmg.display.blocklist.txt
+++ b/tests/intel-ci/xe.bmg.display.blocklist.txt
@@ -10,7 +10,7 @@ igt@kms_(plane_lowres|frontbuffer_tracking|plane_multiple)@.*tiling-y.*
igt@kms_flip_scaled_crc@.*(yf|y)tile.*
igt@kms_async_flips@invalid-async-flip
igt@kms_addfb_basic@addfb25-y-tiled-small-legacy
-igt@kms_pipe_stress@.*ytiled$
+igt@kms_pipe_stress@stress-xrgb8888-(y|yf)tiled
#########################################
# Valid skip :- 90/270 rotation is not supported
##########################################
diff --git a/tests/intel-ci/xe.lnl.display.blocklist.txt b/tests/intel-ci/xe.lnl.display.blocklist.txt
index cd1e6d19c..4151582f6 100644
--- a/tests/intel-ci/xe.lnl.display.blocklist.txt
+++ b/tests/intel-ci/xe.lnl.display.blocklist.txt
@@ -10,6 +10,7 @@ igt@kms_(plane_lowres|frontbuffer_tracking|plane_multiple)@.*tiling-y.*
igt@kms_flip_scaled_crc@.*(yf|y)tile.*
igt@kms_async_flips@invalid-async-flip
igt@kms_addfb_basic@addfb25-y-tiled-small-legacy
+igt@kms_pipe_stress@stress-xrgb8888-(y|yf)tiled
#########################################
# Valid skip :- 90/270 rotations are not supported
##########################################
@@ -173,3 +174,8 @@ igt@kms_vrr@seamless-rr-switch-drrs
igt@kms_vrr@seamless-rr-switch-vrr
igt@kms_dirtyfb@drrs-dirtyfb-ioctl
igt@kms_frontbuffer_tracking@.*drrs.*
+########################################
+# Valid Skip : Not supported on igfx
+########################################
+igt@kms_pm_rpm@package-g7
+########################################
diff --git a/tests/intel-ci/xe.ptl.display.blocklist.txt b/tests/intel-ci/xe.ptl.display.blocklist.txt
index 27261fa00..ba784140e 100644
--- a/tests/intel-ci/xe.ptl.display.blocklist.txt
+++ b/tests/intel-ci/xe.ptl.display.blocklist.txt
@@ -172,3 +172,8 @@ igt@kms_vrr@seamless-rr-switch-drrs
igt@kms_vrr@seamless-rr-switch-vrr
igt@kms_dirtyfb@drrs-dirtyfb-ioctl
igt@kms_frontbuffer_tracking@.*drrs.*
+#########################################
+# Valid Skip : Not supported on igfx
+#########################################
+igt@kms_pm_rpm@package-g7
+#########################################
--
2.43.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-01-20 20:29 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-20 9:06 [PATCH i-g-t] intel-ci: Update display blocklist Jeevan B
2026-01-20 9:18 ` Karthik B S
2026-01-20 12:40 ` ✓ Xe.CI.BAT: success for intel-ci: Update display blocklist (rev2) Patchwork
2026-01-20 13:03 ` ✓ i915.CI.BAT: " Patchwork
2026-01-20 15:43 ` ✓ Xe.CI.Full: " Patchwork
2026-01-20 20:29 ` ✗ i915.CI.Full: failure " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2026-01-06 3:24 [PATCH i-g-t] intel-ci: Update display blocklist Jeevan B
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox