* [PATCH i-g-t] tests/intel/kms_sharpness_filter: Fix redundant mode override
@ 2026-04-14 6:09 Pranay Samala
2026-04-14 6:55 ` ✓ Xe.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Pranay Samala @ 2026-04-14 6:09 UTC (permalink / raw)
To: igt-dev; +Cc: pranay.samala
Move override mode into if block to avoid redundancy.
Fixes: 15663498141b ("tests/intel/kms_sharpness_filter: Fix stale mode pointer in joiner bypass")
Signed-off-by: Pranay Samala <pranay.samala@intel.com>
---
tests/intel/kms_sharpness_filter.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/intel/kms_sharpness_filter.c b/tests/intel/kms_sharpness_filter.c
index 15c5e6006..bdfdf1d08 100644
--- a/tests/intel/kms_sharpness_filter.c
+++ b/tests/intel/kms_sharpness_filter.c
@@ -453,6 +453,8 @@ run_sharpness_filter_test(data_t *data, enum test_type type)
continue;
}
+ igt_output_override_mode(data->output, data->mode);
+
igt_info("Executing on non-joiner mode %dx%d@%d\n",
data->mode->hdisplay,
data->mode->vdisplay,
@@ -461,8 +463,6 @@ run_sharpness_filter_test(data_t *data, enum test_type type)
data->mode = igt_output_get_mode(data->output);
}
- igt_output_override_mode(data->output, data->mode);
-
if (!has_sharpness_filter(data->crtc)) {
igt_info("%s: Doesn't support IGT_CRTC_SHARPNESS_STRENGTH.\n",
igt_crtc_name(data->crtc));
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* ✓ Xe.CI.BAT: success for tests/intel/kms_sharpness_filter: Fix redundant mode override
2026-04-14 6:09 [PATCH i-g-t] tests/intel/kms_sharpness_filter: Fix redundant mode override Pranay Samala
@ 2026-04-14 6:55 ` Patchwork
2026-04-14 6:55 ` ✓ i915.CI.BAT: " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-04-14 6:55 UTC (permalink / raw)
To: Pranay Samala; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2266 bytes --]
== Series Details ==
Series: tests/intel/kms_sharpness_filter: Fix redundant mode override
URL : https://patchwork.freedesktop.org/series/164836/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8855_BAT -> XEIGTPW_14977_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (11 -> 11)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14977_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@unbind-rebind:
- bat-bmg-1: [PASS][1] -> [ABORT][2] ([Intel XE#7249] / [Intel XE#7578])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/bat-bmg-1/igt@core_hotunplug@unbind-rebind.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/bat-bmg-1/igt@core_hotunplug@unbind-rebind.html
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- bat-bmg-2: NOTRUN -> [SKIP][3] ([Intel XE#2229])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
#### Possible fixes ####
* igt@core_hotunplug@unbind-rebind:
- bat-bmg-2: [ABORT][4] ([Intel XE#7249] / [Intel XE#7578]) -> [PASS][5]
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#7249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7249
[Intel XE#7578]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7578
Build changes
-------------
* IGT: IGT_8855 -> IGTPW_14977
IGTPW_14977: ccd029ed69f36eb05036c7ce7f5c9dfa5da56d7b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8855: 3c05ee1076cee44a2bc3c176ec21e651f6eca600 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4897-c8bad7becc008716c8475847328c549e178c813c: c8bad7becc008716c8475847328c549e178c813c
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/index.html
[-- Attachment #2: Type: text/html, Size: 3021 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ i915.CI.BAT: success for tests/intel/kms_sharpness_filter: Fix redundant mode override
2026-04-14 6:09 [PATCH i-g-t] tests/intel/kms_sharpness_filter: Fix redundant mode override Pranay Samala
2026-04-14 6:55 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2026-04-14 6:55 ` Patchwork
2026-04-14 8:18 ` [PATCH i-g-t] " Karthik B S
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-04-14 6:55 UTC (permalink / raw)
To: Pranay Samala; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2002 bytes --]
== Series Details ==
Series: tests/intel/kms_sharpness_filter: Fix redundant mode override
URL : https://patchwork.freedesktop.org/series/164836/
State : success
== Summary ==
CI Bug Log - changes from IGT_8855 -> IGTPW_14977
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/index.html
Participating hosts (42 -> 37)
------------------------------
Missing (5): bat-dg1-7 fi-snb-2520m fi-glk-j4005 bat-dg2-14 bat-dg2-13
Known issues
------------
Here are the changes found in IGTPW_14977 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live:
- bat-dg2-8: [PASS][1] -> [DMESG-FAIL][2] ([i915#12061]) +1 other test dmesg-fail
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/bat-dg2-8/igt@i915_selftest@live.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/bat-dg2-8/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-mtlp-9: [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8855 -> IGTPW_14977
CI-20190529: 20190529
CI_DRM_18326: c8bad7becc008716c8475847328c549e178c813c @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14977: ccd029ed69f36eb05036c7ce7f5c9dfa5da56d7b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8855: 3c05ee1076cee44a2bc3c176ec21e651f6eca600 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/index.html
[-- Attachment #2: Type: text/html, Size: 2703 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH i-g-t] tests/intel/kms_sharpness_filter: Fix redundant mode override
2026-04-14 6:09 [PATCH i-g-t] tests/intel/kms_sharpness_filter: Fix redundant mode override Pranay Samala
2026-04-14 6:55 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-04-14 6:55 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-04-14 8:18 ` Karthik B S
2026-04-14 8:34 ` ✗ Xe.CI.FULL: failure for " Patchwork
2026-04-14 11:38 ` ✓ i915.CI.Full: success " Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Karthik B S @ 2026-04-14 8:18 UTC (permalink / raw)
To: Pranay Samala, igt-dev
On 4/14/2026 11:39 AM, Pranay Samala wrote:
> Move override mode into if block to avoid redundancy.
>
> Fixes: 15663498141b ("tests/intel/kms_sharpness_filter: Fix stale mode pointer in joiner bypass")
> Signed-off-by: Pranay Samala <pranay.samala@intel.com>
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
> ---
> tests/intel/kms_sharpness_filter.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/intel/kms_sharpness_filter.c b/tests/intel/kms_sharpness_filter.c
> index 15c5e6006..bdfdf1d08 100644
> --- a/tests/intel/kms_sharpness_filter.c
> +++ b/tests/intel/kms_sharpness_filter.c
> @@ -453,6 +453,8 @@ run_sharpness_filter_test(data_t *data, enum test_type type)
> continue;
> }
>
> + igt_output_override_mode(data->output, data->mode);
> +
> igt_info("Executing on non-joiner mode %dx%d@%d\n",
> data->mode->hdisplay,
> data->mode->vdisplay,
> @@ -461,8 +463,6 @@ run_sharpness_filter_test(data_t *data, enum test_type type)
> data->mode = igt_output_get_mode(data->output);
> }
>
> - igt_output_override_mode(data->output, data->mode);
> -
> if (!has_sharpness_filter(data->crtc)) {
> igt_info("%s: Doesn't support IGT_CRTC_SHARPNESS_STRENGTH.\n",
> igt_crtc_name(data->crtc));
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Xe.CI.FULL: failure for tests/intel/kms_sharpness_filter: Fix redundant mode override
2026-04-14 6:09 [PATCH i-g-t] tests/intel/kms_sharpness_filter: Fix redundant mode override Pranay Samala
` (2 preceding siblings ...)
2026-04-14 8:18 ` [PATCH i-g-t] " Karthik B S
@ 2026-04-14 8:34 ` Patchwork
2026-04-14 11:38 ` ✓ i915.CI.Full: success " Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-04-14 8:34 UTC (permalink / raw)
To: Samala, Pranay; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 26613 bytes --]
== Series Details ==
Series: tests/intel/kms_sharpness_filter: Fix redundant mode override
URL : https://patchwork.freedesktop.org/series/164836/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8855_FULL -> XEIGTPW_14977_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_14977_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_14977_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_14977_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@kms_pipe_stress@stress-xrgb8888-xtiled:
- shard-bmg: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-4/igt@kms_pipe_stress@stress-xrgb8888-xtiled.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-3/igt@kms_pipe_stress@stress-xrgb8888-xtiled.html
Known issues
------------
Here are the changes found in XEIGTPW_14977_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@linear-32bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][3] ([Intel XE#2327]) +3 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-4/igt@kms_big_fb@linear-32bpp-rotate-270.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip:
- shard-bmg: NOTRUN -> [SKIP][4] ([Intel XE#7059] / [Intel XE#7085])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-5/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#1124]) +4 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-4/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p:
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#7621]) +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-1/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#2887]) +4 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-4/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#3432]) +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-10/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
* igt@kms_cdclk@plane-scaling:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#2724] / [Intel XE#7449])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-1/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_hpd@dp-hpd-for-each-pipe:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2252]) +3 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-2/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
* igt@kms_content_protection@dp-mst-type-1-suspend-resume:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#6974])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-10/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
* igt@kms_content_protection@legacy:
- shard-bmg: NOTRUN -> [FAIL][12] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +1 other test fail
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-8/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@uevent:
- shard-bmg: NOTRUN -> [FAIL][13] ([Intel XE#6707] / [Intel XE#7439]) +1 other test fail
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-3/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2320]) +2 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-5/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
- shard-bmg: [PASS][15] -> [DMESG-WARN][16] ([Intel XE#5354]) +2 other tests dmesg-warn
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-3/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-5/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2286] / [Intel XE#6035])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-10/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#7178] / [Intel XE#7351]) +2 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-10/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#4141]) +5 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#2311]) +12 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-render:
- shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#7061] / [Intel XE#7356]) +2 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-onoff:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#2313]) +10 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-10/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#2350] / [Intel XE#7503])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-8/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_hdmi_inject@inject-audio:
- shard-bmg: [PASS][24] -> [SKIP][25] ([Intel XE#7308])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-6/igt@kms_hdmi_inject@inject-audio.html
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-7/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [PASS][26] -> [SKIP][27] ([Intel XE#1503])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-3/igt@kms_hdr@invalid-hdr.html
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-9/igt@kms_hdr@invalid-hdr.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#7283]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-4/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#5021] / [Intel XE#7377])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-1/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#2763] / [Intel XE#6886]) +4 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-4/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [PASS][31] -> [FAIL][32] ([Intel XE#7340])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-lnl-7/igt@kms_pm_dc@dc5-psr.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-lnl-2/igt@kms_pm_dc@dc5-psr.html
* igt@kms_psr2_sf@pr-plane-move-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#1489]) +2 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-5/igt@kms_psr2_sf@pr-plane-move-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#2387] / [Intel XE#7429])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-9/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-9/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2413])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-1/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#1435])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-9/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_vrr@flip-basic:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#1499]) +1 other test skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-8/igt@kms_vrr@flip-basic.html
* igt@xe_eudebug@basic-vm-bind-ufence:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#7636]) +6 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-10/igt@xe_eudebug@basic-vm-bind-ufence.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-bmg: NOTRUN -> [INCOMPLETE][40] ([Intel XE#6321])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-9/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_exec_basic@multigpu-once-null-rebind:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2322] / [Intel XE#7372]) +3 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-2/igt@xe_exec_basic@multigpu-once-null-rebind.html
* igt@xe_exec_fault_mode@once-multi-queue-rebind-imm:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#7136]) +3 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-4/igt@xe_exec_fault_mode@once-multi-queue-rebind-imm.html
* igt@xe_exec_multi_queue@max-queues-preempt-mode-fault-dyn-priority:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#6874]) +6 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-4/igt@xe_exec_multi_queue@max-queues-preempt-mode-fault-dyn-priority.html
* igt@xe_exec_threads@threads-multi-queue-mixed-shared-vm-rebind:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#7138]) +3 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-4/igt@xe_exec_threads@threads-multi-queue-mixed-shared-vm-rebind.html
* igt@xe_multigpu_svm@mgpu-atomic-op-basic:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#6964]) +2 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-2/igt@xe_multigpu_svm@mgpu-atomic-op-basic.html
* igt@xe_pat@pat-index-xehpc:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#1420] / [Intel XE#7590])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-1/igt@xe_pat@pat-index-xehpc.html
* igt@xe_peer2peer@write:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#2427] / [Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-5/igt@xe_peer2peer@write.html
* igt@xe_pxp@pxp-termination-key-update-post-rpm:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#4733] / [Intel XE#7417])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-9/igt@xe_pxp@pxp-termination-key-update-post-rpm.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#944]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-8/igt@xe_query@multigpu-query-invalid-extension.html
* igt@xe_sriov_flr@flr-each-isolation:
- shard-bmg: [PASS][50] -> [FAIL][51] ([Intel XE#6569])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-6/igt@xe_sriov_flr@flr-each-isolation.html
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-1/igt@xe_sriov_flr@flr-each-isolation.html
#### Possible fixes ####
* igt@kms_cursor_legacy@flip-vs-cursor-legacy:
- shard-bmg: [FAIL][52] ([Intel XE#7571]) -> [PASS][53]
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-6/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
* igt@xe_sriov_flr@flr-twice:
- shard-bmg: [FAIL][54] ([Intel XE#6569]) -> [PASS][55]
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-5/igt@xe_sriov_flr@flr-twice.html
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-2/igt@xe_sriov_flr@flr-twice.html
#### Warnings ####
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: [SKIP][56] ([Intel XE#2509] / [Intel XE#7437]) -> [SKIP][57] ([Intel XE#2426] / [Intel XE#5848])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@xe_module_load@load:
- shard-bmg: ([PASS][58], [SKIP][59], [PASS][60], [PASS][61], [PASS][62], [PASS][63], [PASS][64], [PASS][65], [PASS][66], [PASS][67], [PASS][68], [PASS][69], [PASS][70], [PASS][71], [DMESG-WARN][72], [PASS][73], [DMESG-WARN][74], [PASS][75], [PASS][76], [PASS][77], [PASS][78], [PASS][79], [PASS][80], [PASS][81], [PASS][82], [PASS][83]) ([Intel XE#2457] / [Intel XE#7405] / [Intel XE#7725]) -> ([PASS][84], [PASS][85], [PASS][86], [PASS][87], [PASS][88], [PASS][89], [PASS][90], [PASS][91], [DMESG-WARN][92], [PASS][93], [DMESG-WARN][94], [DMESG-WARN][95], [DMESG-WARN][96], [PASS][97], [DMESG-WARN][98], [PASS][99], [PASS][100], [PASS][101], [PASS][102], [PASS][103], [PASS][104], [PASS][105], [PASS][106], [PASS][107]) ([Intel XE#7725])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-8/igt@xe_module_load@load.html
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-1/igt@xe_module_load@load.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-5/igt@xe_module_load@load.html
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-2/igt@xe_module_load@load.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-9/igt@xe_module_load@load.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-2/igt@xe_module_load@load.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-9/igt@xe_module_load@load.html
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-8/igt@xe_module_load@load.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-1/igt@xe_module_load@load.html
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-1/igt@xe_module_load@load.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-5/igt@xe_module_load@load.html
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-3/igt@xe_module_load@load.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-7/igt@xe_module_load@load.html
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-10/igt@xe_module_load@load.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-6/igt@xe_module_load@load.html
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-6/igt@xe_module_load@load.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-6/igt@xe_module_load@load.html
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-3/igt@xe_module_load@load.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-3/igt@xe_module_load@load.html
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-2/igt@xe_module_load@load.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-1/igt@xe_module_load@load.html
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-10/igt@xe_module_load@load.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-7/igt@xe_module_load@load.html
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-7/igt@xe_module_load@load.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-4/igt@xe_module_load@load.html
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8855/shard-bmg-9/igt@xe_module_load@load.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-9/igt@xe_module_load@load.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-9/igt@xe_module_load@load.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-8/igt@xe_module_load@load.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-1/igt@xe_module_load@load.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-4/igt@xe_module_load@load.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-4/igt@xe_module_load@load.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-7/igt@xe_module_load@load.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-1/igt@xe_module_load@load.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-6/igt@xe_module_load@load.html
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-7/igt@xe_module_load@load.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-6/igt@xe_module_load@load.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-6/igt@xe_module_load@load.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-6/igt@xe_module_load@load.html
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-7/igt@xe_module_load@load.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-6/igt@xe_module_load@load.html
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-8/igt@xe_module_load@load.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-3/igt@xe_module_load@load.html
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-3/igt@xe_module_load@load.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-10/igt@xe_module_load@load.html
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-10/igt@xe_module_load@load.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-5/igt@xe_module_load@load.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-5/igt@xe_module_load@load.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-2/igt@xe_module_load@load.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/shard-bmg-2/igt@xe_module_load@load.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#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#6035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6035
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
[Intel XE#6707]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6707
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6953
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7059]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7059
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7085]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7085
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7308
[Intel XE#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326
[Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7353]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7353
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
[Intel XE#7377]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7377
[Intel XE#7405]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7405
[Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
[Intel XE#7429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7429
[Intel XE#7437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7437
[Intel XE#7439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7439
[Intel XE#7449]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7449
[Intel XE#7503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7503
[Intel XE#7571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#7621]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7621
[Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
[Intel XE#7725]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7725
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8855 -> IGTPW_14977
IGTPW_14977: ccd029ed69f36eb05036c7ce7f5c9dfa5da56d7b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8855: 3c05ee1076cee44a2bc3c176ec21e651f6eca600 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4897-c8bad7becc008716c8475847328c549e178c813c: c8bad7becc008716c8475847328c549e178c813c
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14977/index.html
[-- Attachment #2: Type: text/html, Size: 28541 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ i915.CI.Full: success for tests/intel/kms_sharpness_filter: Fix redundant mode override
2026-04-14 6:09 [PATCH i-g-t] tests/intel/kms_sharpness_filter: Fix redundant mode override Pranay Samala
` (3 preceding siblings ...)
2026-04-14 8:34 ` ✗ Xe.CI.FULL: failure for " Patchwork
@ 2026-04-14 11:38 ` Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-04-14 11:38 UTC (permalink / raw)
To: Samala, Pranay; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 132389 bytes --]
== Series Details ==
Series: tests/intel/kms_sharpness_filter: Fix redundant mode override
URL : https://patchwork.freedesktop.org/series/164836/
State : success
== Summary ==
CI Bug Log - changes from IGT_8855_full -> IGTPW_14977_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/index.html
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in IGTPW_14977_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-mtlp: NOTRUN -> [SKIP][1] ([i915#8411])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-5/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-rkl: NOTRUN -> [SKIP][2] ([i915#8411])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@api_intel_bb@crc32:
- shard-rkl: NOTRUN -> [SKIP][3] ([i915#6230])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@api_intel_bb@crc32.html
* igt@gem_basic@multigpu-create-close:
- shard-rkl: NOTRUN -> [SKIP][4] ([i915#7697]) +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@gem_basic@multigpu-create-close.html
- shard-tglu: NOTRUN -> [SKIP][5] ([i915#7697])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-2/igt@gem_basic@multigpu-create-close.html
* igt@gem_ccs@suspend-resume:
- shard-dg2: NOTRUN -> [INCOMPLETE][6] ([i915#13356])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-1/igt@gem_ccs@suspend-resume.html
- shard-rkl: NOTRUN -> [SKIP][7] ([i915#9323]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-8/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][8] ([i915#12392] / [i915#13356])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-1/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
* igt@gem_ctx_sseu@invalid-args:
- shard-dg2: NOTRUN -> [SKIP][9] ([i915#280])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-1/igt@gem_ctx_sseu@invalid-args.html
- shard-dg1: NOTRUN -> [SKIP][10] ([i915#280])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-13/igt@gem_ctx_sseu@invalid-args.html
- shard-mtlp: NOTRUN -> [SKIP][11] ([i915#280]) +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-6/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_ctx_sseu@mmap-args:
- shard-rkl: NOTRUN -> [SKIP][12] ([i915#280]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@gem_ctx_sseu@mmap-args.html
- shard-tglu: NOTRUN -> [SKIP][13] ([i915#280]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-10/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@hibernate:
- shard-rkl: [PASS][14] -> [ABORT][15] ([i915#7975])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-2/igt@gem_eio@hibernate.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-1/igt@gem_eio@hibernate.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-mtlp: NOTRUN -> [SKIP][16] ([i915#4812])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-3/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-tglu: NOTRUN -> [SKIP][17] ([i915#4525])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-2/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_balancer@parallel-ordering:
- shard-rkl: NOTRUN -> [SKIP][18] ([i915#4525]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@gem_exec_balancer@parallel-ordering.html
* igt@gem_exec_big@single:
- shard-tglu-1: NOTRUN -> [FAIL][19] ([i915#15816])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@gem_exec_big@single.html
* igt@gem_exec_fence@concurrent:
- shard-dg2: NOTRUN -> [SKIP][20] ([i915#4812])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-4/igt@gem_exec_fence@concurrent.html
* igt@gem_exec_flush@basic-wb-rw-default:
- shard-dg2: NOTRUN -> [SKIP][21] ([i915#3539] / [i915#4852]) +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-7/igt@gem_exec_flush@basic-wb-rw-default.html
- shard-dg1: NOTRUN -> [SKIP][22] ([i915#3539] / [i915#4852])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-17/igt@gem_exec_flush@basic-wb-rw-default.html
* igt@gem_exec_params@secure-non-master:
- shard-dg2: NOTRUN -> [SKIP][23] +10 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-6/igt@gem_exec_params@secure-non-master.html
* igt@gem_exec_reloc@basic-cpu-gtt:
- shard-rkl: NOTRUN -> [SKIP][24] ([i915#14544] / [i915#3281]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-gtt.html
* igt@gem_exec_reloc@basic-gtt-cpu-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#3281]) +3 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-5/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html
* igt@gem_exec_reloc@basic-wc-cpu:
- shard-dg2: NOTRUN -> [SKIP][26] ([i915#3281]) +6 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-6/igt@gem_exec_reloc@basic-wc-cpu.html
* igt@gem_exec_reloc@basic-wc-gtt-noreloc:
- shard-dg1: NOTRUN -> [SKIP][27] ([i915#3281]) +2 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-13/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-rkl: NOTRUN -> [SKIP][28] ([i915#3281]) +8 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-dg2: NOTRUN -> [SKIP][29] ([i915#4537] / [i915#4812])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-3/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
- shard-dg1: NOTRUN -> [SKIP][30] ([i915#4812])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-16/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
- shard-mtlp: NOTRUN -> [SKIP][31] ([i915#4537] / [i915#4812])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-1/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: NOTRUN -> [SKIP][32] ([i915#7276])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_exec_suspend@basic-s0:
- shard-rkl: NOTRUN -> [INCOMPLETE][33] ([i915#13356]) +1 other test incomplete
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-4/igt@gem_exec_suspend@basic-s0.html
* igt@gem_fence_thrash@bo-write-verify-threaded-none:
- shard-dg1: NOTRUN -> [SKIP][34] ([i915#4860])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-15/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
* igt@gem_fenced_exec_thrash@no-spare-fences:
- shard-mtlp: NOTRUN -> [SKIP][35] ([i915#4860]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-3/igt@gem_fenced_exec_thrash@no-spare-fences.html
* igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
- shard-dg2: NOTRUN -> [SKIP][36] ([i915#4860]) +2 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-8/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-rkl: NOTRUN -> [SKIP][37] ([i915#14544] / [i915#4613] / [i915#7582])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@gem_lmem_evict@dontneed-evict-race.html
- shard-tglu: NOTRUN -> [SKIP][38] ([i915#4613] / [i915#7582])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-5/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs:
- shard-rkl: NOTRUN -> [SKIP][39] ([i915#4613]) +6 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
* igt@gem_lmem_swapping@massive-random:
- shard-glk: NOTRUN -> [SKIP][40] ([i915#4613]) +5 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk1/igt@gem_lmem_swapping@massive-random.html
* igt@gem_lmem_swapping@parallel-random:
- shard-tglu-1: NOTRUN -> [SKIP][41] ([i915#4613]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@gem_lmem_swapping@parallel-random.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4613]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-8/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_lmem_swapping@verify-random-ccs:
- shard-tglu: NOTRUN -> [SKIP][43] ([i915#4613]) +3 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-6/igt@gem_lmem_swapping@verify-random-ccs.html
* igt@gem_media_vme:
- shard-dg2: NOTRUN -> [SKIP][44] ([i915#284])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-7/igt@gem_media_vme.html
- shard-rkl: NOTRUN -> [SKIP][45] ([i915#284])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@gem_media_vme.html
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#284])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-18/igt@gem_media_vme.html
- shard-tglu: NOTRUN -> [SKIP][47] ([i915#284])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-8/igt@gem_media_vme.html
- shard-mtlp: NOTRUN -> [SKIP][48] ([i915#284])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-1/igt@gem_media_vme.html
* igt@gem_mmap_gtt@basic-small-copy-odd:
- shard-dg1: NOTRUN -> [SKIP][49] ([i915#4077]) +2 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-16/igt@gem_mmap_gtt@basic-small-copy-odd.html
* igt@gem_mmap_gtt@cpuset-big-copy:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#4077]) +8 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-6/igt@gem_mmap_gtt@cpuset-big-copy.html
* igt@gem_mmap_wc@copy:
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#4083]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-6/igt@gem_mmap_wc@copy.html
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#4083])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-15/igt@gem_mmap_wc@copy.html
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4083])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-3/igt@gem_mmap_wc@copy.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#3282]) +6 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-5/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_partial_pwrite_pread@writes-after-reads-snoop:
- shard-rkl: NOTRUN -> [SKIP][55] ([i915#3282]) +8 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
- shard-dg1: NOTRUN -> [SKIP][56] ([i915#3282]) +3 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-16/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
- shard-mtlp: NOTRUN -> [SKIP][57] ([i915#3282]) +3 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-8/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
* igt@gem_pread@exhaustion:
- shard-rkl: NOTRUN -> [SKIP][58] ([i915#14544] / [i915#3282]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@gem_pread@exhaustion.html
- shard-tglu: NOTRUN -> [WARN][59] ([i915#2658]) +1 other test warn
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-5/igt@gem_pread@exhaustion.html
- shard-glk10: NOTRUN -> [WARN][60] ([i915#2658])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk10/igt@gem_pread@exhaustion.html
* igt@gem_pwrite@basic-exhaustion:
- shard-glk: NOTRUN -> [WARN][61] ([i915#14702] / [i915#2658])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk9/igt@gem_pwrite@basic-exhaustion.html
- shard-snb: NOTRUN -> [WARN][62] ([i915#2658])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-snb7/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@hw-rejects-pxp-buffer:
- shard-rkl: NOTRUN -> [SKIP][63] ([i915#13717] / [i915#14544])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@gem_pxp@hw-rejects-pxp-buffer.html
- shard-tglu: NOTRUN -> [SKIP][64] ([i915#13398])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-6/igt@gem_pxp@hw-rejects-pxp-buffer.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#4270]) +2 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-6/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_render_copy@x-tiled-to-vebox-y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][66] ([i915#8428]) +2 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-2/igt@gem_render_copy@x-tiled-to-vebox-y-tiled.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#5190] / [i915#8428]) +4 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-4/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_set_tiling_vs_pwrite:
- shard-dg1: NOTRUN -> [SKIP][68] ([i915#4079])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-16/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_tiled_blits@basic:
- shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4077]) +4 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-2/igt@gem_tiled_blits@basic.html
* igt@gem_tiled_pread_basic@basic:
- shard-rkl: NOTRUN -> [SKIP][70] ([i915#15656])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-4/igt@gem_tiled_pread_basic@basic.html
* igt@gem_tiled_pread_pwrite:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#4079]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-10/igt@gem_tiled_pread_pwrite.html
* igt@gem_unfence_active_buffers:
- shard-mtlp: NOTRUN -> [SKIP][72] ([i915#4879])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-3/igt@gem_unfence_active_buffers.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-tglu-1: NOTRUN -> [SKIP][73] ([i915#3297]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#3297]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-rkl: NOTRUN -> [SKIP][75] ([i915#3282] / [i915#3297])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#3297] / [i915#4880])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-tglu: NOTRUN -> [SKIP][77] ([i915#3297])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-3/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_workarounds@suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][78] ([i915#13356] / [i915#14586])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk1/igt@gem_workarounds@suspend-resume.html
- shard-dg2: [PASS][79] -> [ABORT][80] ([i915#15152])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg2-3/igt@gem_workarounds@suspend-resume.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-10/igt@gem_workarounds@suspend-resume.html
* igt@gen9_exec_parse@basic-rejected-ctx-param:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#14544] / [i915#2527])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@gen9_exec_parse@basic-rejected-ctx-param.html
* igt@gen9_exec_parse@batch-zero-length:
- shard-tglu: NOTRUN -> [SKIP][82] ([i915#2527] / [i915#2856]) +4 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-7/igt@gen9_exec_parse@batch-zero-length.html
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#2856]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-4/igt@gen9_exec_parse@batch-zero-length.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: NOTRUN -> [SKIP][84] ([i915#2527]) +5 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-tglu-1: NOTRUN -> [SKIP][85] ([i915#2527] / [i915#2856])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@gen9_exec_parse@valid-registers:
- shard-dg2: NOTRUN -> [SKIP][86] ([i915#2856]) +2 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-3/igt@gen9_exec_parse@valid-registers.html
- shard-dg1: NOTRUN -> [SKIP][87] ([i915#2527]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-14/igt@gen9_exec_parse@valid-registers.html
* igt@i915_drm_fdinfo@virtual-busy:
- shard-mtlp: NOTRUN -> [SKIP][88] ([i915#14118])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-8/igt@i915_drm_fdinfo@virtual-busy.html
* igt@i915_module_load@fault-injection@i915_driver_mmio_probe:
- shard-dg1: NOTRUN -> [INCOMPLETE][89] ([i915#15481])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-19/igt@i915_module_load@fault-injection@i915_driver_mmio_probe.html
* igt@i915_module_load@fault-injection@intel_connector_register:
- shard-glk: NOTRUN -> [ABORT][90] ([i915#15342]) +1 other test abort
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk8/igt@i915_module_load@fault-injection@intel_connector_register.html
* igt@i915_module_load@resize-bar:
- shard-mtlp: NOTRUN -> [SKIP][91] ([i915#6412])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-6/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-tglu-1: NOTRUN -> [SKIP][92] ([i915#8399])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglu: NOTRUN -> [SKIP][93] ([i915#14498])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-5/igt@i915_pm_rc6_residency@rc6-idle.html
- shard-rkl: NOTRUN -> [SKIP][94] ([i915#14498])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rps@thresholds:
- shard-dg2: NOTRUN -> [SKIP][95] ([i915#11681]) +1 other test skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-6/igt@i915_pm_rps@thresholds.html
- shard-dg1: NOTRUN -> [SKIP][96] ([i915#11681]) +1 other test skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-15/igt@i915_pm_rps@thresholds.html
- shard-mtlp: NOTRUN -> [SKIP][97] ([i915#11681]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-8/igt@i915_pm_rps@thresholds.html
* igt@i915_selftest@live:
- shard-mtlp: [PASS][98] -> [DMESG-FAIL][99] ([i915#12061] / [i915#15560])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-mtlp-2/igt@i915_selftest@live.html
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-8/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: [PASS][100] -> [DMESG-FAIL][101] ([i915#12061])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-mtlp-2/igt@i915_selftest@live@workarounds.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-8/igt@i915_selftest@live@workarounds.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-glk: NOTRUN -> [INCOMPLETE][102] ([i915#4817])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk4/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@i915_suspend@sysfs-reader:
- shard-glk11: NOTRUN -> [INCOMPLETE][103] ([i915#4817])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk11/igt@i915_suspend@sysfs-reader.html
* igt@intel_hwmon@hwmon-write:
- shard-rkl: NOTRUN -> [SKIP][104] ([i915#7707])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@intel_hwmon@hwmon-write.html
* igt@kms_3d@basic:
- shard-mtlp: [PASS][105] -> [SKIP][106] ([i915#15726])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-mtlp-6/igt@kms_3d@basic.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-1/igt@kms_3d@basic.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-rkl: NOTRUN -> [SKIP][107] ([i915#12454] / [i915#12712])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
- shard-tglu: NOTRUN -> [SKIP][108] ([i915#12454] / [i915#12712])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-4/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
- shard-mtlp: NOTRUN -> [SKIP][109] ([i915#12454] / [i915#12712])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-7/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@alternate-sync-async-flip:
- shard-dg1: [PASS][110] -> [FAIL][111] ([i915#14888]) +1 other test fail
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg1-17/igt@kms_async_flips@alternate-sync-async-flip.html
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-18/igt@kms_async_flips@alternate-sync-async-flip.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][112] ([i915#12761])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk3/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][113] ([i915#12761] / [i915#14995])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk3/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][114] ([i915#1769] / [i915#3555])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][115] ([i915#4538] / [i915#5286]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-18/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-tglu-1: NOTRUN -> [SKIP][116] ([i915#5286]) +1 other test skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@4-tiled-addfb-size-overflow:
- shard-rkl: NOTRUN -> [SKIP][117] ([i915#5286]) +8 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-tglu: NOTRUN -> [SKIP][118] ([i915#5286]) +4 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][119] ([i915#3638]) +7 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_big_fb@linear-64bpp-rotate-90.html
- shard-dg1: NOTRUN -> [SKIP][120] ([i915#3638]) +1 other test skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-16/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
- shard-dg2: NOTRUN -> [SKIP][121] ([i915#3828]) +1 other test skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-10/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#3828])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][123] +11 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-3/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2: NOTRUN -> [SKIP][124] ([i915#5190]) +1 other test skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-8/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#4538])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-18/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#4538] / [i915#5190]) +5 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-6/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-rkl: NOTRUN -> [SKIP][127] +15 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-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][128] ([i915#6095]) +230 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-19/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][129] ([i915#6095]) +62 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-6/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][130] ([i915#14098] / [i915#6095]) +65 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-4/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][131] ([i915#6095]) +88 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][132] ([i915#12313])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][133] ([i915#12313])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs:
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#14098] / [i915#14544] / [i915#6095]) +5 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][135] ([i915#14544] / [i915#6095]) +6 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-dg2: NOTRUN -> [SKIP][136] ([i915#12805])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-6/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][137] ([i915#6095]) +49 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-10/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][138] ([i915#14694] / [i915#15582]) +1 other test incomplete
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [INCOMPLETE][139] ([i915#15582]) +1 other test incomplete
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk5/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-c-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][140] ([i915#6095]) +39 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#12313] / [i915#14544])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
- shard-tglu: NOTRUN -> [SKIP][142] ([i915#12313])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-5/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][143] ([i915#6095]) +44 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-8/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1.html
* igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#10307] / [i915#6095]) +115 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-4/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][145] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-4/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_cdclk@mode-transition:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#3742])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_cdclk@mode-transition.html
- shard-tglu: NOTRUN -> [SKIP][147] ([i915#3742])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-8/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium_frames@hdmi-aspect-ratio:
- shard-mtlp: NOTRUN -> [SKIP][148] ([i915#11151] / [i915#7828]) +2 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-4/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
* igt@kms_chamelium_frames@hdmi-frame-dump:
- shard-dg1: NOTRUN -> [SKIP][149] ([i915#11151] / [i915#7828])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-15/igt@kms_chamelium_frames@hdmi-frame-dump.html
- shard-tglu: NOTRUN -> [SKIP][150] ([i915#11151] / [i915#7828]) +4 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-6/igt@kms_chamelium_frames@hdmi-frame-dump.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-rkl: NOTRUN -> [SKIP][151] ([i915#11151] / [i915#7828]) +9 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@dp-hpd-storm:
- shard-rkl: NOTRUN -> [SKIP][152] ([i915#11151] / [i915#14544] / [i915#7828]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_chamelium_hpd@dp-hpd-storm.html
* igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
- shard-tglu-1: NOTRUN -> [SKIP][153] ([i915#11151] / [i915#7828]) +2 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
* igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode:
- shard-dg2: NOTRUN -> [SKIP][154] ([i915#11151] / [i915#7828]) +4 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-3/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-tglu: NOTRUN -> [SKIP][155] ([i915#15865]) +2 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-6/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][156] ([i915#15330])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-8/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#15330])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-5/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-tglu-1: NOTRUN -> [SKIP][158] ([i915#15865])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@lic-type-0:
- shard-mtlp: NOTRUN -> [SKIP][159] ([i915#15865]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-3/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@mei-interface:
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#14544] / [i915#15865])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@suspend-resume:
- shard-dg2: NOTRUN -> [SKIP][161] ([i915#15865])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-5/igt@kms_content_protection@suspend-resume.html
- shard-dg1: NOTRUN -> [SKIP][162] ([i915#15865])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-15/igt@kms_content_protection@suspend-resume.html
* igt@kms_content_protection@uevent-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][163] ([i915#15865]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@kms_content_protection@uevent-hdcp14.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#13049])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-6/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-offscreen-max-size:
- shard-glk11: NOTRUN -> [SKIP][165] +69 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk11/igt@kms_cursor_crc@cursor-offscreen-max-size.html
* igt@kms_cursor_crc@cursor-onscreen-32x32:
- shard-dg1: NOTRUN -> [SKIP][166] ([i915#3555]) +1 other test skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-12/igt@kms_cursor_crc@cursor-onscreen-32x32.html
- shard-tglu: NOTRUN -> [SKIP][167] ([i915#3555]) +1 other test skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-32x32.html
- shard-mtlp: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#8814]) +1 other test skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-8/igt@kms_cursor_crc@cursor-onscreen-32x32.html
* igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][169] ([i915#13566])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-2.html
* igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [FAIL][170] ([i915#13566]) +1 other test fail
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-7/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-rkl: NOTRUN -> [SKIP][171] ([i915#13049]) +1 other test skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-256x85:
- shard-mtlp: NOTRUN -> [SKIP][172] ([i915#8814])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-2/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-rkl: NOTRUN -> [SKIP][173] ([i915#3555]) +4 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1:
- shard-tglu: [PASS][174] -> [FAIL][175] ([i915#13566]) +1 other test fail
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-tglu-8/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-6/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-dg2: NOTRUN -> [SKIP][176] ([i915#3555]) +4 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-4/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-glk10: NOTRUN -> [INCOMPLETE][177] ([i915#12358] / [i915#14152] / [i915#7882])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk10/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1:
- shard-glk10: NOTRUN -> [INCOMPLETE][178] ([i915#12358] / [i915#14152])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk10/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][179] ([i915#4103]) +1 other test skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
- shard-tglu: NOTRUN -> [SKIP][180] ([i915#4103]) +1 other test skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-10/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#14544]) +2 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-tglu-1: NOTRUN -> [SKIP][182] +29 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#13046] / [i915#5354]) +1 other test skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-3/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][184] ([i915#9723])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#13691])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dp_aux_dev@basic:
- shard-rkl: NOTRUN -> [SKIP][186] ([i915#1257])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-4/igt@kms_dp_aux_dev@basic.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-tglu-1: NOTRUN -> [SKIP][187] ([i915#13748])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-mtlp: NOTRUN -> [SKIP][188] ([i915#3840])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-6/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-formats:
- shard-tglu: NOTRUN -> [SKIP][189] ([i915#3555] / [i915#3840])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-5/igt@kms_dsc@dsc-with-formats.html
- shard-mtlp: NOTRUN -> [SKIP][190] ([i915#3555] / [i915#3840])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-4/igt@kms_dsc@dsc-with-formats.html
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#3840])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-4/igt@kms_dsc@dsc-with-formats.html
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#3555] / [i915#3840])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@kms_dsc@dsc-with-formats.html
- shard-dg1: NOTRUN -> [SKIP][193] ([i915#3555] / [i915#3840])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-16/igt@kms_dsc@dsc-with-formats.html
* igt@kms_feature_discovery@display-3x:
- shard-dg2: NOTRUN -> [SKIP][194] ([i915#1839])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-8/igt@kms_feature_discovery@display-3x.html
- shard-rkl: NOTRUN -> [SKIP][195] ([i915#1839]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@dp-mst:
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#9337])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@kms_feature_discovery@dp-mst.html
- shard-tglu: NOTRUN -> [SKIP][197] ([i915#9337])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-9/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#14544] / [i915#9934]) +1 other test skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-dg2: NOTRUN -> [SKIP][199] ([i915#9934]) +4 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-1/igt@kms_flip@2x-dpms-vs-vblank-race.html
- shard-dg1: NOTRUN -> [SKIP][200] ([i915#9934]) +1 other test skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-13/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][201] ([i915#3637] / [i915#9934]) +4 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-5/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
- shard-tglu: NOTRUN -> [SKIP][202] ([i915#9934])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-5/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
* igt@kms_flip@2x-plain-flip:
- shard-rkl: NOTRUN -> [SKIP][203] ([i915#9934]) +6 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-plain-flip-ts-check:
- shard-tglu-1: NOTRUN -> [SKIP][204] ([i915#3637] / [i915#9934]) +1 other test skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_flip@2x-plain-flip-ts-check.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-mtlp: NOTRUN -> [SKIP][205] ([i915#3637] / [i915#9934]) +3 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-8/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-glk10: NOTRUN -> [INCOMPLETE][206] ([i915#12745] / [i915#4839])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk10/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1:
- shard-glk10: NOTRUN -> [INCOMPLETE][207] ([i915#12745])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk10/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-rkl: NOTRUN -> [SKIP][208] ([i915#15643]) +4 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
- shard-tglu: NOTRUN -> [SKIP][209] ([i915#15643])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][210] ([i915#15643] / [i915#5190]) +1 other test skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
- shard-mtlp: NOTRUN -> [SKIP][211] ([i915#15643]) +1 other test skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-mtlp: [PASS][212] -> [SKIP][213] ([i915#15672])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-mtlp-6/igt@kms_force_connector_basic@prune-stale-modes.html
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-1/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-cpu:
- shard-dg2: [PASS][214] -> [FAIL][215] ([i915#15389])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-cpu.html
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][216] ([i915#8708]) +11 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][217] ([i915#8708]) +6 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][218] ([i915#5439]) +1 other test skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#15102]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render.html
- shard-dg1: NOTRUN -> [SKIP][220] ([i915#15102])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][221] ([i915#15104]) +2 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc:
- shard-snb: NOTRUN -> [SKIP][222] +68 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-snb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
- shard-dg2: NOTRUN -> [SKIP][223] ([i915#15104]) +1 other test skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#15104])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-onoff:
- shard-dg1: NOTRUN -> [SKIP][225] ([i915#15102] / [i915#3458])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][226] ([i915#5354]) +11 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-mtlp: NOTRUN -> [SKIP][227] ([i915#1825]) +10 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][228] ([i915#1825]) +45 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][229] ([i915#14544] / [i915#1825]) +3 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render:
- shard-tglu-1: NOTRUN -> [SKIP][230] ([i915#15102]) +6 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][231] ([i915#5439])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-2/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-rkl: NOTRUN -> [SKIP][232] ([i915#9766])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-1/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
- shard-tglu: NOTRUN -> [SKIP][233] ([i915#9766])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-8/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][234] ([i915#15102]) +4 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][235] ([i915#14544] / [i915#15102]) +1 other test skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][236] ([i915#8708]) +5 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][237] +41 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][238] +2 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][239] ([i915#15102] / [i915#3458]) +6 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][240] ([i915#15102]) +14 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-7/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-render:
- shard-rkl: NOTRUN -> [SKIP][241] ([i915#15102] / [i915#3023]) +20 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][242] ([i915#14544] / [i915#15102] / [i915#3023]) +1 other test skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-suspend.html
* igt@kms_hdmi_inject@inject-audio:
- shard-tglu: [PASS][243] -> [SKIP][244] ([i915#13030])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-tglu-3/igt@kms_hdmi_inject@inject-audio.html
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-8/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-tglu: NOTRUN -> [SKIP][245] ([i915#3555] / [i915#8228])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-2/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@brightness-with-hdr:
- shard-rkl: NOTRUN -> [SKIP][246] ([i915#12713])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-tglu-1: NOTRUN -> [SKIP][247] ([i915#3555] / [i915#8228])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_hdr@static-toggle-dpms:
- shard-rkl: NOTRUN -> [SKIP][248] ([i915#3555] / [i915#8228]) +1 other test skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-big-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][249] ([i915#15460])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-mtlp: NOTRUN -> [SKIP][250] ([i915#15458])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-2/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-dg2: NOTRUN -> [SKIP][251] ([i915#13688])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-6/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-rkl: NOTRUN -> [SKIP][252] ([i915#15458])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][253] ([i915#15460])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#15459])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-8/igt@kms_joiner@invalid-modeset-force-big-joiner.html
- shard-rkl: NOTRUN -> [SKIP][255] ([i915#15459])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-8/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][256] ([i915#15638] / [i915#15722])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
- shard-tglu: NOTRUN -> [SKIP][257] ([i915#15638] / [i915#15722])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-2/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-glk: NOTRUN -> [INCOMPLETE][258] ([i915#12756] / [i915#13409] / [i915#13476])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk9/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][259] ([i915#13409] / [i915#13476])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk9/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping:
- shard-tglu-1: NOTRUN -> [SKIP][260] ([i915#15709]) +2 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier@pipe-a-plane-5:
- shard-mtlp: NOTRUN -> [SKIP][261] ([i915#15608]) +1 other test skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-1/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier@pipe-a-plane-5.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier:
- shard-dg2: NOTRUN -> [SKIP][262] ([i915#15709]) +2 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-3/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html
- shard-rkl: NOTRUN -> [SKIP][263] ([i915#15709]) +4 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-4/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
- shard-tglu: NOTRUN -> [SKIP][264] ([i915#15709])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-5/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-5:
- shard-rkl: NOTRUN -> [SKIP][265] ([i915#15608]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-5.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a:
- shard-glk: [PASS][266] -> [INCOMPLETE][267] ([i915#13026])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-glk1/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
* igt@kms_plane_alpha_blend@alpha-basic:
- shard-glk: NOTRUN -> [FAIL][268] ([i915#12178])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk9/igt@kms_plane_alpha_blend@alpha-basic.html
* igt@kms_plane_alpha_blend@alpha-basic@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][269] ([i915#7862]) +1 other test fail
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk9/igt@kms_plane_alpha_blend@alpha-basic@pipe-a-hdmi-a-1.html
* igt@kms_plane_alpha_blend@constant-alpha-max:
- shard-glk10: NOTRUN -> [FAIL][270] ([i915#10647] / [i915#12169])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk10/igt@kms_plane_alpha_blend@constant-alpha-max.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-a-hdmi-a-1:
- shard-glk10: NOTRUN -> [FAIL][271] ([i915#10647]) +1 other test fail
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk10/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-a-hdmi-a-1.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-dg2: NOTRUN -> [SKIP][272] ([i915#13958])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-5/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_plane_multiple@2x-tiling-y:
- shard-rkl: NOTRUN -> [SKIP][273] ([i915#13958])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_plane_multiple@2x-tiling-y.html
- shard-tglu: NOTRUN -> [SKIP][274] ([i915#13958])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-2/igt@kms_plane_multiple@2x-tiling-y.html
* igt@kms_plane_multiple@tiling-4:
- shard-rkl: NOTRUN -> [SKIP][275] ([i915#14259])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_plane_multiple@tiling-4.html
- shard-tglu: NOTRUN -> [SKIP][276] ([i915#14259])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-10/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][277] ([i915#15329]) +4 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-dg2: NOTRUN -> [SKIP][278] ([i915#12343])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-6/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade:
- shard-tglu: NOTRUN -> [SKIP][279] ([i915#9812]) +1 other test skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-6/igt@kms_pm_backlight@fade.html
- shard-dg1: NOTRUN -> [SKIP][280] ([i915#5354])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-16/igt@kms_pm_backlight@fade.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-rkl: NOTRUN -> [SKIP][281] ([i915#5354]) +1 other test skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-4/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-tglu-1: NOTRUN -> [SKIP][282] ([i915#3828])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-dpms:
- shard-rkl: NOTRUN -> [FAIL][283] ([i915#15752])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_pm_dc@dc6-dpms.html
- shard-tglu: NOTRUN -> [FAIL][284] ([i915#15752])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-8/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2: NOTRUN -> [SKIP][285] ([i915#9685]) +1 other test skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-3/igt@kms_pm_dc@dc6-psr.html
- shard-rkl: NOTRUN -> [SKIP][286] ([i915#9685])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@kms_pm_dc@dc6-psr.html
- shard-tglu-1: NOTRUN -> [SKIP][287] ([i915#9685])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-rkl: NOTRUN -> [SKIP][288] ([i915#9340])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg1: [PASS][289] -> [SKIP][290] ([i915#15073]) +1 other test skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg1-14/igt@kms_pm_rpm@dpms-lpsp.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-12/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@i2c:
- shard-dg1: [PASS][291] -> [DMESG-WARN][292] ([i915#4423])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg1-18/igt@kms_pm_rpm@i2c.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-18/igt@kms_pm_rpm@i2c.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg2: [PASS][293] -> [SKIP][294] ([i915#15073])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-7/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: [PASS][295] -> [SKIP][296] ([i915#15073]) +1 other test skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@package-g7:
- shard-dg2: NOTRUN -> [SKIP][297] ([i915#15403])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-4/igt@kms_pm_rpm@package-g7.html
- shard-rkl: NOTRUN -> [SKIP][298] ([i915#15403])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_pm_rpm@package-g7.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-glk: NOTRUN -> [INCOMPLETE][299] ([i915#10553])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk9/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-rkl: NOTRUN -> [SKIP][300] ([i915#14544] / [i915#6524])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][301] ([i915#11520] / [i915#14544])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][302] ([i915#11520]) +5 other tests skip
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-7/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
- shard-tglu-1: NOTRUN -> [SKIP][303] ([i915#11520]) +3 other tests skip
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][304] ([i915#9808]) +2 other tests skip
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][305] ([i915#12316]) +6 other tests skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
- shard-snb: NOTRUN -> [SKIP][306] ([i915#11520]) +2 other tests skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-snb7/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
- shard-dg1: NOTRUN -> [SKIP][307] ([i915#11520]) +2 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-18/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-cursor-plane-update-sf:
- shard-glk11: NOTRUN -> [SKIP][308] ([i915#11520])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk11/igt@kms_psr2_sf@pr-cursor-plane-update-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][309] ([i915#11520]) +5 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-9/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-glk10: NOTRUN -> [SKIP][310] ([i915#11520])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk10/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][311] ([i915#11520]) +14 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][312] ([i915#11520]) +17 other tests skip
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk2/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-dg2: NOTRUN -> [SKIP][313] ([i915#9683])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-5/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr2_su@page_flip-p010:
- shard-rkl: NOTRUN -> [SKIP][314] ([i915#9683])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-pr-primary-blt:
- shard-mtlp: NOTRUN -> [SKIP][315] ([i915#9688]) +14 other tests skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-4/igt@kms_psr@fbc-pr-primary-blt.html
* igt@kms_psr@fbc-pr-primary-render:
- shard-glk10: NOTRUN -> [SKIP][316] +61 other tests skip
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk10/igt@kms_psr@fbc-pr-primary-render.html
* igt@kms_psr@fbc-pr-suspend:
- shard-dg2: NOTRUN -> [SKIP][317] ([i915#1072] / [i915#9732]) +14 other tests skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-7/igt@kms_psr@fbc-pr-suspend.html
* igt@kms_psr@fbc-psr2-cursor-mmap-gtt:
- shard-glk: NOTRUN -> [SKIP][318] +598 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk9/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html
* igt@kms_psr@pr-cursor-mmap-cpu:
- shard-tglu-1: NOTRUN -> [SKIP][319] ([i915#9732]) +9 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_psr@pr-cursor-mmap-cpu.html
* igt@kms_psr@pr-cursor-plane-onoff:
- shard-dg1: NOTRUN -> [SKIP][320] ([i915#1072] / [i915#9732]) +6 other tests skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-13/igt@kms_psr@pr-cursor-plane-onoff.html
* igt@kms_psr@pr-primary-blt:
- shard-rkl: NOTRUN -> [SKIP][321] ([i915#1072] / [i915#14544] / [i915#9732])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_psr@pr-primary-blt.html
* igt@kms_psr@psr-basic:
- shard-tglu: NOTRUN -> [SKIP][322] ([i915#9732]) +15 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-8/igt@kms_psr@psr-basic.html
* igt@kms_psr@psr-sprite-plane-move:
- shard-rkl: NOTRUN -> [SKIP][323] ([i915#1072] / [i915#9732]) +27 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@kms_psr@psr-sprite-plane-move.html
* igt@kms_rotation_crc@multiplane-rotation:
- shard-glk: NOTRUN -> [INCOMPLETE][324] ([i915#15492])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk6/igt@kms_rotation_crc@multiplane-rotation.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-mtlp: NOTRUN -> [SKIP][325] ([i915#12755] / [i915#15867])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-dg2: NOTRUN -> [SKIP][326] ([i915#12755] / [i915#15867])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-1/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_selftest@drm_framebuffer:
- shard-tglu-1: NOTRUN -> [ABORT][327] ([i915#13179]) +1 other test abort
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_selftest@drm_framebuffer.html
* igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free:
- shard-dg2: NOTRUN -> [ABORT][328] ([i915#13179]) +1 other test abort
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-8/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free.html
* igt@kms_setmode@basic:
- shard-dg1: [PASS][329] -> [FAIL][330] ([i915#15106])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg1-18/igt@kms_setmode@basic.html
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-14/igt@kms_setmode@basic.html
- shard-tglu: [PASS][331] -> [FAIL][332] ([i915#15106]) +2 other tests fail
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-tglu-10/igt@kms_setmode@basic.html
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-2/igt@kms_setmode@basic.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-tglu-1: NOTRUN -> [SKIP][333] ([i915#3555]) +3 other tests skip
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@basic@pipe-a-hdmi-a-1:
- shard-dg1: NOTRUN -> [FAIL][334] ([i915#15106]) +1 other test fail
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-14/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-mtlp: [PASS][335] -> [FAIL][336] ([i915#15106]) +2 other tests fail
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-mtlp-7/igt@kms_setmode@basic@pipe-b-edp-1.html
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-5/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-rkl: NOTRUN -> [SKIP][337] ([i915#14544] / [i915#3555])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2: NOTRUN -> [SKIP][338] ([i915#8623])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-10/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@flip-basic-fastset:
- shard-tglu: NOTRUN -> [SKIP][339] ([i915#9906])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-7/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@lobf:
- shard-dg2: NOTRUN -> [SKIP][340] ([i915#11920])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-7/igt@kms_vrr@lobf.html
- shard-rkl: NOTRUN -> [SKIP][341] ([i915#11920])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-4/igt@kms_vrr@lobf.html
- shard-dg1: NOTRUN -> [SKIP][342] ([i915#11920])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-12/igt@kms_vrr@lobf.html
- shard-tglu: NOTRUN -> [SKIP][343] ([i915#11920])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-9/igt@kms_vrr@lobf.html
- shard-mtlp: NOTRUN -> [SKIP][344] ([i915#11920])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-5/igt@kms_vrr@lobf.html
* igt@kms_vrr@negative-basic:
- shard-dg2: NOTRUN -> [SKIP][345] ([i915#3555] / [i915#9906])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-8/igt@kms_vrr@negative-basic.html
- shard-tglu-1: NOTRUN -> [SKIP][346] ([i915#3555] / [i915#9906])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-1/igt@kms_vrr@negative-basic.html
* igt@perf@per-context-mode-unprivileged:
- shard-rkl: NOTRUN -> [SKIP][347] ([i915#2435])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-8/igt@perf@per-context-mode-unprivileged.html
- shard-dg1: NOTRUN -> [SKIP][348] ([i915#2433])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-18/igt@perf@per-context-mode-unprivileged.html
* igt@perf_pmu@busy-idle:
- shard-mtlp: [PASS][349] -> [FAIL][350] ([i915#4349]) +4 other tests fail
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-mtlp-2/igt@perf_pmu@busy-idle.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-7/igt@perf_pmu@busy-idle.html
* igt@perf_pmu@busy-idle@vcs0:
- shard-dg1: [PASS][351] -> [FAIL][352] ([i915#4349]) +3 other tests fail
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg1-19/igt@perf_pmu@busy-idle@vcs0.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-17/igt@perf_pmu@busy-idle@vcs0.html
* igt@perf_pmu@rc6-suspend:
- shard-rkl: [PASS][353] -> [INCOMPLETE][354] ([i915#13520])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-3/igt@perf_pmu@rc6-suspend.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@perf_pmu@rc6-suspend.html
* igt@prime_vgem@basic-fence-read:
- shard-rkl: NOTRUN -> [SKIP][355] ([i915#3291] / [i915#3708])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-write:
- shard-dg2: NOTRUN -> [SKIP][356] ([i915#3291] / [i915#3708])
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-5/igt@prime_vgem@basic-write.html
- shard-rkl: NOTRUN -> [SKIP][357] ([i915#14544] / [i915#3291] / [i915#3708])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@prime_vgem@basic-write.html
* igt@prime_vgem@fence-flip-hang:
- shard-rkl: NOTRUN -> [SKIP][358] ([i915#3708])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@prime_vgem@fence-flip-hang.html
* igt@prime_vgem@fence-read-hang:
- shard-rkl: NOTRUN -> [SKIP][359] ([i915#14544] / [i915#3708])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@prime_vgem@fence-read-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-tglu: NOTRUN -> [FAIL][360] ([i915#12910]) +9 other tests fail
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-5/igt@sriov_basic@enable-vfs-autoprobe-on.html
- shard-rkl: NOTRUN -> [SKIP][361] ([i915#9917])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-4/igt@sriov_basic@enable-vfs-autoprobe-on.html
#### Possible fixes ####
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [FAIL][362] ([i915#15454]) -> [PASS][363]
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg2-8/igt@gem_create@create-ext-cpu-access-big.html
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_eio@in-flight-suspend:
- shard-dg1: [DMESG-WARN][364] ([i915#4391] / [i915#4423]) -> [PASS][365]
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg1-14/igt@gem_eio@in-flight-suspend.html
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-13/igt@gem_eio@in-flight-suspend.html
* igt@gem_eio@suspend:
- shard-rkl: [ABORT][366] ([i915#15131]) -> [PASS][367]
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-1/igt@gem_eio@suspend.html
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@gem_eio@suspend.html
* igt@gem_exec_suspend@basic-s0:
- shard-dg1: [DMESG-WARN][368] ([i915#4423]) -> [PASS][369] +2 other tests pass
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg1-14/igt@gem_exec_suspend@basic-s0.html
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-12/igt@gem_exec_suspend@basic-s0.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition:
- shard-dg2: [FAIL][370] ([i915#5956]) -> [PASS][371] +2 other tests pass
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg2-6/igt@kms_atomic_transition@plane-toggle-modeset-transition.html
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-10/igt@kms_atomic_transition@plane-toggle-modeset-transition.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-mtlp: [FAIL][372] ([i915#15733] / [i915#5138]) -> [PASS][373]
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-snb: [FAIL][374] -> [PASS][375]
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-snb1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-snb4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: [FAIL][376] ([i915#13566]) -> [PASS][377] +3 other tests pass
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-tglu-4/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-tglu-5/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-sliding-256x85:
- shard-rkl: [FAIL][378] ([i915#13566]) -> [PASS][379] +2 other tests pass
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-256x85.html
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-8/igt@kms_cursor_crc@cursor-sliding-256x85.html
* igt@kms_hdr@static-toggle:
- shard-rkl: [SKIP][380] ([i915#3555] / [i915#8228]) -> [PASS][381]
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-2/igt@kms_hdr@static-toggle.html
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_hdr@static-toggle.html
* igt@kms_plane@plane-position-covered:
- shard-mtlp: [ABORT][382] ([i915#13562]) -> [PASS][383]
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-mtlp-6/igt@kms_plane@plane-position-covered.html
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-3/igt@kms_plane@plane-position-covered.html
* igt@kms_plane@plane-position-covered@pipe-b-plane-5:
- shard-mtlp: [ABORT][384] -> [PASS][385]
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-mtlp-6/igt@kms_plane@plane-position-covered@pipe-b-plane-5.html
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-3/igt@kms_plane@plane-position-covered@pipe-b-plane-5.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: [SKIP][386] ([i915#15073]) -> [PASS][387]
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg2-6/igt@kms_pm_rpm@dpms-lpsp.html
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-4/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [SKIP][388] ([i915#15073]) -> [PASS][389] +1 other test pass
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp.html
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@system-suspend-idle:
- shard-rkl: [INCOMPLETE][390] ([i915#14419]) -> [PASS][391]
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_pm_rpm@system-suspend-idle.html
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-8/igt@kms_pm_rpm@system-suspend-idle.html
* igt@kms_vblank@ts-continuation-dpms-suspend:
- shard-rkl: [INCOMPLETE][392] ([i915#12276]) -> [PASS][393]
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_vblank@ts-continuation-dpms-suspend.html
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-8/igt@kms_vblank@ts-continuation-dpms-suspend.html
* igt@kms_vrr@negative-basic:
- shard-mtlp: [FAIL][394] ([i915#15420]) -> [PASS][395] +1 other test pass
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-mtlp-4/igt@kms_vrr@negative-basic.html
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-2/igt@kms_vrr@negative-basic.html
* igt@perf_pmu@busy-double-start:
- shard-mtlp: [FAIL][396] ([i915#4349]) -> [PASS][397] +2 other tests pass
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-mtlp-7/igt@perf_pmu@busy-double-start.html
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-mtlp-1/igt@perf_pmu@busy-double-start.html
#### Warnings ####
* igt@gem_ctx_sseu@engines:
- shard-rkl: [SKIP][398] ([i915#280]) -> [SKIP][399] ([i915#14544] / [i915#280])
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-8/igt@gem_ctx_sseu@engines.html
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@gem_ctx_sseu@engines.html
* igt@gem_exec_reloc@basic-gtt-wc:
- shard-rkl: [SKIP][400] ([i915#14544] / [i915#3281]) -> [SKIP][401] ([i915#3281]) +1 other test skip
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-wc.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@gem_exec_reloc@basic-gtt-wc.html
* igt@gem_exec_reloc@basic-gtt-wc-noreloc:
- shard-rkl: [SKIP][402] ([i915#3281]) -> [SKIP][403] ([i915#14544] / [i915#3281]) +2 other tests skip
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-2/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
* igt@gem_madvise@dontneed-before-pwrite:
- shard-rkl: [SKIP][404] ([i915#14544] / [i915#3282]) -> [SKIP][405] ([i915#3282]) +1 other test skip
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@gem_madvise@dontneed-before-pwrite.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@gem_madvise@dontneed-before-pwrite.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-rkl: [SKIP][406] ([i915#3297]) -> [SKIP][407] ([i915#14544] / [i915#3297]) +1 other test skip
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-3/igt@gem_userptr_blits@create-destroy-unsync.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-rkl: [ABORT][408] ([i915#15152]) -> [INCOMPLETE][409] ([i915#13356])
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-1/igt@gem_workarounds@suspend-resume-fd.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@gem_workarounds@suspend-resume-fd.html
* igt@gen9_exec_parse@allowed-single:
- shard-rkl: [SKIP][410] ([i915#2527]) -> [SKIP][411] ([i915#14544] / [i915#2527])
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-7/igt@gen9_exec_parse@allowed-single.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@bb-start-far:
- shard-rkl: [SKIP][412] ([i915#14544] / [i915#2527]) -> [SKIP][413] ([i915#2527]) +1 other test skip
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@gen9_exec_parse@bb-start-far.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@gen9_exec_parse@bb-start-far.html
* igt@i915_module_load@fault-injection:
- shard-dg1: [ABORT][414] -> [ABORT][415] ([i915#15481]) +1 other test abort
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg1-16/igt@i915_module_load@fault-injection.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-19/igt@i915_module_load@fault-injection.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-rkl: [SKIP][416] ([i915#14544] / [i915#8399]) -> [SKIP][417] ([i915#8399])
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@i915_pm_freq_api@freq-basic-api.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_sseu@full-enable:
- shard-rkl: [SKIP][418] ([i915#4387]) -> [SKIP][419] ([i915#14544] / [i915#4387])
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-2/igt@i915_pm_sseu@full-enable.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@i915_pm_sseu@full-enable.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-rkl: [SKIP][420] ([i915#14544] / [i915#9531]) -> [SKIP][421] ([i915#9531])
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
- shard-rkl: [SKIP][422] ([i915#14544] / [i915#5286]) -> [SKIP][423] ([i915#5286])
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-rkl: [SKIP][424] ([i915#5286]) -> [SKIP][425] ([i915#14544] / [i915#5286])
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-rkl: [SKIP][426] ([i915#3638]) -> [SKIP][427] ([i915#14544] / [i915#3638])
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-8/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-rkl: [SKIP][428] -> [SKIP][429] ([i915#14544]) +2 other tests skip
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-3/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-rkl: [SKIP][430] ([i915#14544]) -> [SKIP][431] +5 other tests skip
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][432] ([i915#12313]) -> [SKIP][433] ([i915#12313] / [i915#14544])
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-2/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-dg1: [SKIP][434] ([i915#12313] / [i915#4423]) -> [SKIP][435] ([i915#12313]) +1 other test skip
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg1-13/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-14/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs:
- shard-rkl: [SKIP][436] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][437] ([i915#14098] / [i915#6095]) +2 other tests skip
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][438] ([i915#6095]) -> [SKIP][439] ([i915#14544] / [i915#6095]) +4 other tests skip
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: [SKIP][440] ([i915#14098] / [i915#6095]) -> [SKIP][441] ([i915#14098] / [i915#14544] / [i915#6095]) +7 other tests skip
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][442] ([i915#14544] / [i915#6095]) -> [SKIP][443] ([i915#6095]) +1 other test skip
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_chamelium_edid@dp-mode-timings:
- shard-rkl: [SKIP][444] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][445] ([i915#11151] / [i915#7828]) +1 other test skip
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_chamelium_edid@dp-mode-timings.html
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-4/igt@kms_chamelium_edid@dp-mode-timings.html
* igt@kms_chamelium_edid@hdmi-edid-read:
- shard-rkl: [SKIP][446] ([i915#11151] / [i915#7828]) -> [SKIP][447] ([i915#11151] / [i915#14544] / [i915#7828]) +1 other test skip
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-8/igt@kms_chamelium_edid@hdmi-edid-read.html
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_chamelium_edid@hdmi-edid-read.html
* igt@kms_content_protection@dp-mst-type-1-suspend-resume:
- shard-rkl: [SKIP][448] ([i915#14544] / [i915#15330]) -> [SKIP][449] ([i915#15330])
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
* igt@kms_content_protection@lic-type-0-hdcp14:
- shard-rkl: [SKIP][450] ([i915#14544] / [i915#15865]) -> [SKIP][451] ([i915#15865])
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_content_protection@lic-type-0-hdcp14.html
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@kms_content_protection@lic-type-0-hdcp14.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-dg2: [SKIP][452] ([i915#13049]) -> [SKIP][453] ([i915#13049] / [i915#3359])
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg2-7/igt@kms_cursor_crc@cursor-offscreen-512x512.html
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-10/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-rkl: [SKIP][454] ([i915#13049] / [i915#14544]) -> [SKIP][455] ([i915#13049])
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-rkl: [SKIP][456] ([i915#9067]) -> [SKIP][457] ([i915#14544] / [i915#9067])
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-2/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-rkl: [SKIP][458] ([i915#14544] / [i915#4103]) -> [SKIP][459] ([i915#4103])
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-rkl: [SKIP][460] ([i915#13748] / [i915#14544]) -> [SKIP][461] ([i915#13748])
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_dp_link_training@uhbr-sst.html
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-2/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_feature_discovery@chamelium:
- shard-dg1: [SKIP][462] ([i915#4854]) -> [SKIP][463] ([i915#4423] / [i915#4854])
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg1-13/igt@kms_feature_discovery@chamelium.html
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-18/igt@kms_feature_discovery@chamelium.html
* igt@kms_flip@flip-vs-suspend:
- shard-glk: [INCOMPLETE][464] ([i915#12314] / [i915#12745] / [i915#4839] / [i915#6113]) -> [INCOMPLETE][465] ([i915#12745] / [i915#4839] / [i915#6113])
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-glk5/igt@kms_flip@flip-vs-suspend.html
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk3/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend@a-hdmi-a1:
- shard-glk: [INCOMPLETE][466] ([i915#12314] / [i915#12745] / [i915#6113]) -> [INCOMPLETE][467] ([i915#12745] / [i915#6113])
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-glk5/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk3/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling:
- shard-rkl: [SKIP][468] ([i915#14544] / [i915#15643]) -> [SKIP][469] ([i915#15643]) +1 other test skip
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-8/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-rkl: [SKIP][470] ([i915#15643]) -> [SKIP][471] ([i915#14544] / [i915#15643]) +1 other test skip
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-cpu:
- shard-rkl: [SKIP][472] ([i915#15102]) -> [SKIP][473] ([i915#14544] / [i915#15102])
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-cpu.html
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
- shard-rkl: [SKIP][474] ([i915#15102] / [i915#3023]) -> [SKIP][475] ([i915#14544] / [i915#15102] / [i915#3023]) +3 other tests skip
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt:
- shard-dg2: [SKIP][476] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][477] ([i915#15102] / [i915#3458]) +1 other test skip
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt.html
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][478] ([i915#1825]) -> [SKIP][479] ([i915#14544] / [i915#1825]) +3 other tests skip
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-pwrite:
- shard-rkl: [SKIP][480] ([i915#14544] / [i915#15102]) -> [SKIP][481] ([i915#15102])
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-pwrite.html
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-2p-pri-indfb-multidraw:
- shard-rkl: [SKIP][482] ([i915#14544] / [i915#1825]) -> [SKIP][483] ([i915#1825]) +6 other tests skip
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-pri-indfb-multidraw.html
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-2p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
- shard-dg2: [SKIP][484] ([i915#15102] / [i915#3458]) -> [SKIP][485] ([i915#10433] / [i915#15102] / [i915#3458]) +4 other tests skip
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
- shard-rkl: [SKIP][486] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][487] ([i915#15102] / [i915#3023]) +2 other tests skip
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
* igt@kms_hdr@brightness-with-hdr:
- shard-dg1: [SKIP][488] ([i915#12713]) -> [SKIP][489] ([i915#1187] / [i915#12713])
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg1-15/igt@kms_hdr@brightness-with-hdr.html
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-13/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_pipe_stress@stress-xrgb8888-yftiled:
- shard-rkl: [SKIP][490] ([i915#14712]) -> [SKIP][491] ([i915#14544] / [i915#14712])
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-5/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping:
- shard-rkl: [SKIP][492] ([i915#14544] / [i915#15709]) -> [SKIP][493] ([i915#15709]) +1 other test skip
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping.html
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier:
- shard-rkl: [SKIP][494] ([i915#15709]) -> [SKIP][495] ([i915#14544] / [i915#15709]) +1 other test skip
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-2/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier.html
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier.html
* igt@kms_plane_multiple@2x-tiling-x:
- shard-rkl: [SKIP][496] ([i915#13958]) -> [SKIP][497] ([i915#13958] / [i915#14544])
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-2/igt@kms_plane_multiple@2x-tiling-x.html
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-x.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b:
- shard-rkl: [SKIP][498] ([i915#15329]) -> [SKIP][499] ([i915#14544] / [i915#15329]) +3 other tests skip
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-5/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html
* igt@kms_pm_backlight@basic-brightness:
- shard-rkl: [SKIP][500] ([i915#14544] / [i915#5354]) -> [SKIP][501] ([i915#5354])
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_pm_backlight@basic-brightness.html
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-8/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg1: [SKIP][502] ([i915#3828]) -> [SKIP][503] ([i915#9340])
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg1-15/igt@kms_pm_lpsp@kms-lpsp.html
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-18/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-rkl: [SKIP][504] ([i915#8430]) -> [SKIP][505] ([i915#14544] / [i915#8430])
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-4/igt@kms_pm_lpsp@screens-disabled.html
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: [SKIP][506] ([i915#14544] / [i915#15073]) -> [SKIP][507] ([i915#15073])
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp-stress.html
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
- shard-rkl: [SKIP][508] ([i915#11520] / [i915#14544]) -> [SKIP][509] ([i915#11520]) +1 other test skip
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-rkl: [SKIP][510] ([i915#11520]) -> [SKIP][511] ([i915#11520] / [i915#14544])
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-4/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@fbc-pr-primary-mmap-cpu:
- shard-rkl: [SKIP][512] ([i915#1072] / [i915#9732]) -> [SKIP][513] ([i915#1072] / [i915#14544] / [i915#9732]) +6 other tests skip
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-3/igt@kms_psr@fbc-pr-primary-mmap-cpu.html
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_psr@fbc-pr-primary-mmap-cpu.html
* igt@kms_psr@psr2-cursor-mmap-gtt:
- shard-rkl: [SKIP][514] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][515] ([i915#1072] / [i915#9732]) +4 other tests skip
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_psr@psr2-cursor-mmap-gtt.html
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-8/igt@kms_psr@psr2-cursor-mmap-gtt.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg1: [SKIP][516] ([i915#4423] / [i915#5289]) -> [SKIP][517] ([i915#5289])
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-dg1-13/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-dg1-12/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-rkl: [SKIP][518] ([i915#14544] / [i915#3555]) -> [SKIP][519] ([i915#3555]) +1 other test skip
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_setmode@basic-clone-single-crtc.html
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-7/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-rkl: [SKIP][520] ([i915#3555]) -> [SKIP][521] ([i915#14544] / [i915#3555])
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-4/igt@kms_setmode@invalid-clone-single-crtc.html
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_vrr@max-min:
- shard-rkl: [SKIP][522] ([i915#14544] / [i915#9906]) -> [SKIP][523] ([i915#9906])
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@kms_vrr@max-min.html
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@kms_vrr@max-min.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-rkl: [SKIP][524] ([i915#9906]) -> [SKIP][525] ([i915#14544] / [i915#9906])
[524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-3/igt@kms_vrr@seamless-rr-switch-virtual.html
[525]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@perf_pmu@rc6-suspend:
- shard-glk: [INCOMPLETE][526] ([i915#13356] / [i915#14242]) -> [INCOMPLETE][527] ([i915#13356])
[526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-glk5/igt@perf_pmu@rc6-suspend.html
[527]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-glk8/igt@perf_pmu@rc6-suspend.html
* igt@sriov_basic@enable-vfs-bind-unbind-each:
- shard-rkl: [SKIP][528] ([i915#14544] / [i915#9917]) -> [SKIP][529] ([i915#9917])
[528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8855/shard-rkl-6/igt@sriov_basic@enable-vfs-bind-unbind-each.html
[529]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/shard-rkl-5/igt@sriov_basic@enable-vfs-bind-unbind-each.html
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10553]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12178]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12178
[i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314
[i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
[i915#12358]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12358
[i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
[i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
[i915#12761]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12761
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
[i915#13030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13030
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398
[i915#13409]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13409
[i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[i915#13520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520
[i915#13562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13562
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688
[i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691
[i915#13717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118
[i915#14152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14152
[i915#14242]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14242
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419
[i915#14498]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14498
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14586]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14586
[i915#14694]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14694
[i915#14702]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14702
[i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712
[i915#14888]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14888
[i915#14995]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14995
[i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
[i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
[i915#15104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15104
[i915#15106]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15106
[i915#15131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15131
[i915#15152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15152
[i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
[i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
[i915#15342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15342
[i915#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[i915#15420]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15420
[i915#15454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15454
[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#15481]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15481
[i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15560]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15560
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[i915#15608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15608
[i915#15638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15638
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15656
[i915#15672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15672
[i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
[i915#15722]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15722
[i915#15726]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15726
[i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
[i915#15752]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15752
[i915#15816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15816
[i915#15865]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15865
[i915#15867]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15867
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433
[i915#2435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2435
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#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#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#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#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
[i915#4391]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4391
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4879]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4879
[i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113
[i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230
[i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#7276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7276
[i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7862]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7862
[i915#7882]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7882
[i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766
[i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8855 -> IGTPW_14977
CI-20190529: 20190529
CI_DRM_18326: c8bad7becc008716c8475847328c549e178c813c @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14977: ccd029ed69f36eb05036c7ce7f5c9dfa5da56d7b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8855: 3c05ee1076cee44a2bc3c176ec21e651f6eca600 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14977/index.html
[-- Attachment #2: Type: text/html, Size: 176744 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-04-14 11:38 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-14 6:09 [PATCH i-g-t] tests/intel/kms_sharpness_filter: Fix redundant mode override Pranay Samala
2026-04-14 6:55 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-04-14 6:55 ` ✓ i915.CI.BAT: " Patchwork
2026-04-14 8:18 ` [PATCH i-g-t] " Karthik B S
2026-04-14 8:34 ` ✗ Xe.CI.FULL: failure for " Patchwork
2026-04-14 11:38 ` ✓ i915.CI.Full: success " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox