* [PATCH i-g-t 1/1] lib/xe/xe_eudebug: Remove unnecessary debug message
@ 2026-04-10 8:10 Jan Sokolowski
2026-04-10 11:28 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/1] " Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Jan Sokolowski @ 2026-04-10 8:10 UTC (permalink / raw)
To: igt-dev
Cc: zbigniew.kempczynski, peter.senna, piotr.rudnicki, mika.kuoppala,
Jan Sokolowski
"poll: timeout" message is a leftover development
artifact that no longer points to any problems
and makes output less readable.
Remove it.
Signed-off-by: Jan Sokolowski <jan.sokolowski@intel.com>
---
lib/xe/xe_eudebug.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/xe/xe_eudebug.c b/lib/xe/xe_eudebug.c
index 3bffda561..1d9cb8289 100644
--- a/lib/xe/xe_eudebug.c
+++ b/lib/xe/xe_eudebug.c
@@ -325,7 +325,6 @@ static int safe_pipe_read(int pipe[2], void *buf, int nbytes, int timeout_ms)
ret = poll(&r, 1, interval_ms);
if (!ret) {
- igt_debug("poll: timeout\n");
catch_child_failure();
t += interval_ms;
} else if (ret == -1) {
--
2.43.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/1] lib/xe/xe_eudebug: Remove unnecessary debug message
2026-04-10 8:10 [PATCH i-g-t 1/1] lib/xe/xe_eudebug: Remove unnecessary debug message Jan Sokolowski
@ 2026-04-10 11:28 ` Patchwork
2026-04-10 11:46 ` ✓ i915.CI.BAT: " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-04-10 11:28 UTC (permalink / raw)
To: Jan Sokolowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2349 bytes --]
== Series Details ==
Series: series starting with [i-g-t,1/1] lib/xe/xe_eudebug: Remove unnecessary debug message
URL : https://patchwork.freedesktop.org/series/164677/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8852_BAT -> XEIGTPW_14961_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (14 -> 14)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14961_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1:
- bat-adlp-7: [PASS][1] -> [DMESG-WARN][2] ([Intel XE#7483])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
#### Possible fixes ####
* igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1:
- bat-adlp-7: [DMESG-WARN][3] ([Intel XE#7483]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html
* igt@xe_waitfence@reltime:
- bat-dg2-oem2: [FAIL][5] ([Intel XE#6520]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/bat-dg2-oem2/igt@xe_waitfence@reltime.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/bat-dg2-oem2/igt@xe_waitfence@reltime.html
[Intel XE#6520]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6520
[Intel XE#7483]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7483
Build changes
-------------
* IGT: IGT_8852 -> IGTPW_14961
* Linux: xe-4860-5ee75b2816df74bfe606d4dfc061547d5cda4ebf -> xe-4882-645a9910880f44919269478accf620dd33cb2656
IGTPW_14961: 14961
IGT_8852: 8852
xe-4860-5ee75b2816df74bfe606d4dfc061547d5cda4ebf: 5ee75b2816df74bfe606d4dfc061547d5cda4ebf
xe-4882-645a9910880f44919269478accf620dd33cb2656: 645a9910880f44919269478accf620dd33cb2656
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/index.html
[-- Attachment #2: Type: text/html, Size: 3057 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ i915.CI.BAT: success for series starting with [i-g-t,1/1] lib/xe/xe_eudebug: Remove unnecessary debug message
2026-04-10 8:10 [PATCH i-g-t 1/1] lib/xe/xe_eudebug: Remove unnecessary debug message Jan Sokolowski
2026-04-10 11:28 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/1] " Patchwork
@ 2026-04-10 11:46 ` Patchwork
2026-04-10 12:04 ` [PATCH i-g-t 1/1] " Piatkowski, Dominik Karol
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-04-10 11:46 UTC (permalink / raw)
To: Jan Sokolowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2725 bytes --]
== Series Details ==
Series: series starting with [i-g-t,1/1] lib/xe/xe_eudebug: Remove unnecessary debug message
URL : https://patchwork.freedesktop.org/series/164677/
State : success
== Summary ==
CI Bug Log - changes from IGT_8852 -> IGTPW_14961
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/index.html
Participating hosts (42 -> 37)
------------------------------
Missing (5): bat-adlp-9 fi-snb-2520m fi-pnv-d510 bat-adls-6 bat-dg2-13
Known issues
------------
Here are the changes found in IGTPW_14961 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@unbind-rebind:
- bat-rpls-4: [PASS][1] -> [DMESG-WARN][2] ([i915#13400])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8852/bat-rpls-4/igt@core_hotunplug@unbind-rebind.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/bat-rpls-4/igt@core_hotunplug@unbind-rebind.html
* igt@i915_selftest@live:
- bat-mtlp-8: [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8852/bat-mtlp-8/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/bat-mtlp-8/igt@i915_selftest@live.html
#### Possible fixes ####
* igt@i915_selftest@live@workarounds:
- bat-dg2-14: [DMESG-FAIL][5] ([i915#12061]) -> [PASS][6] +1 other test pass
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8852/bat-dg2-14/igt@i915_selftest@live@workarounds.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/bat-dg2-14/igt@i915_selftest@live@workarounds.html
- bat-mtlp-9: [DMESG-FAIL][7] ([i915#12061]) -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8852/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#13400]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13400
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8852 -> IGTPW_14961
* Linux: CI_DRM_18303 -> CI_DRM_18311
CI-20190529: 20190529
CI_DRM_18303: 7fa61e7003dda66c77b7f63a555658d8fb10bacf @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_18311: 645a9910880f44919269478accf620dd33cb2656 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14961: 14961
IGT_8852: 8852
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/index.html
[-- Attachment #2: Type: text/html, Size: 3547 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH i-g-t 1/1] lib/xe/xe_eudebug: Remove unnecessary debug message
2026-04-10 8:10 [PATCH i-g-t 1/1] lib/xe/xe_eudebug: Remove unnecessary debug message Jan Sokolowski
2026-04-10 11:28 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/1] " Patchwork
2026-04-10 11:46 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-04-10 12:04 ` Piatkowski, Dominik Karol
2026-04-10 18:22 ` ✓ Xe.CI.FULL: success for series starting with [i-g-t,1/1] " Patchwork
2026-04-11 9:56 ` ✓ i915.CI.Full: " Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Piatkowski, Dominik Karol @ 2026-04-10 12:04 UTC (permalink / raw)
To: Sokolowski, Jan, igt-dev@lists.freedesktop.org
Cc: Kempczynski, Zbigniew, peter.senna@linux.intel.com,
Rudnicki, Piotr, Kuoppala, Mika, Sokolowski, Jan
Reviewed-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@intel.com>
> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Jan
> Sokolowski
> Sent: Friday, April 10, 2026 10:11 AM
> To: igt-dev@lists.freedesktop.org
> Cc: Kempczynski, Zbigniew <zbigniew.kempczynski@intel.com>;
> peter.senna@linux.intel.com; Rudnicki, Piotr <piotr.rudnicki@intel.com>;
> Kuoppala, Mika <mika.kuoppala@intel.com>; Sokolowski, Jan
> <jan.sokolowski@intel.com>
> Subject: [PATCH i-g-t 1/1] lib/xe/xe_eudebug: Remove unnecessary debug
> message
>
> "poll: timeout" message is a leftover development
> artifact that no longer points to any problems
> and makes output less readable.
>
> Remove it.
>
> Signed-off-by: Jan Sokolowski <jan.sokolowski@intel.com>
> ---
> lib/xe/xe_eudebug.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/lib/xe/xe_eudebug.c b/lib/xe/xe_eudebug.c
> index 3bffda561..1d9cb8289 100644
> --- a/lib/xe/xe_eudebug.c
> +++ b/lib/xe/xe_eudebug.c
> @@ -325,7 +325,6 @@ static int safe_pipe_read(int pipe[2], void *buf, int
> nbytes, int timeout_ms)
>
> ret = poll(&r, 1, interval_ms);
> if (!ret) {
> - igt_debug("poll: timeout\n");
> catch_child_failure();
> t += interval_ms;
> } else if (ret == -1) {
> --
> 2.43.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ Xe.CI.FULL: success for series starting with [i-g-t,1/1] lib/xe/xe_eudebug: Remove unnecessary debug message
2026-04-10 8:10 [PATCH i-g-t 1/1] lib/xe/xe_eudebug: Remove unnecessary debug message Jan Sokolowski
` (2 preceding siblings ...)
2026-04-10 12:04 ` [PATCH i-g-t 1/1] " Piatkowski, Dominik Karol
@ 2026-04-10 18:22 ` Patchwork
2026-04-11 9:56 ` ✓ i915.CI.Full: " Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-04-10 18:22 UTC (permalink / raw)
To: Jan Sokolowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 17455 bytes --]
== Series Details ==
Series: series starting with [i-g-t,1/1] lib/xe/xe_eudebug: Remove unnecessary debug message
URL : https://patchwork.freedesktop.org/series/164677/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8852_FULL -> XEIGTPW_14961_FULL
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14961_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@intel_hwmon@hwmon-write:
- shard-bmg: NOTRUN -> [FAIL][1] ([Intel XE#7445])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-8/igt@intel_hwmon@hwmon-write.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][2] ([Intel XE#1124]) +1 other test skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-6/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-bmg: NOTRUN -> [SKIP][3] ([Intel XE#2328] / [Intel XE#7367])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-10/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p:
- shard-bmg: NOTRUN -> [SKIP][4] ([Intel XE#7679]) +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-4/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html
* igt@kms_ccs@bad-aux-stride-yf-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#2887]) +6 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-3/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-bmg: [PASS][6] -> [INCOMPLETE][7] ([Intel XE#7084]) +1 other test incomplete
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_chamelium_hpd@dp-hpd-fast:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2252]) +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-10/igt@kms_chamelium_hpd@dp-hpd-fast.html
* igt@kms_cursor_crc@cursor-offscreen-256x85:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#2320])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-5/igt@kms_cursor_crc@cursor-offscreen-256x85.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#4354] / [Intel XE#7386])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-5/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#7178] / [Intel XE#7351])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#4141]) +2 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2311]) +8 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2313]) +5 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier@pipe-b-plane-5:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#7130]) +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-8/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier@pipe-b-plane-5.html
* igt@kms_pm_dc@dc6-dpms:
- shard-lnl: [PASS][16] -> [FAIL][17] ([Intel XE#7340])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-lnl-5/igt@kms_pm_dc@dc6-dpms.html
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-lnl-1/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#1489]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-9/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr@fbc-pr-primary-page-flip:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2234] / [Intel XE#2850]) +5 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-6/igt@kms_psr@fbc-pr-primary-page-flip.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#3904] / [Intel XE#7342])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-4/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-lnl: [PASS][21] -> [FAIL][22] ([Intel XE#6361]) +2 other tests fail
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-lnl-5/igt@kms_setmode@basic@pipe-b-edp-1.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-lnl-6/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [PASS][23] -> [FAIL][24] ([Intel XE#4459]) +1 other test fail
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-lnl-4/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-lnl-2/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@kms_vrr@lobf:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2168] / [Intel XE#7444])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-3/igt@kms_vrr@lobf.html
* igt@xe_configfs@engines-allowed:
- shard-bmg: [PASS][26] -> [ABORT][27] ([Intel XE#7578])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-bmg-10/igt@xe_configfs@engines-allowed.html
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-9/igt@xe_configfs@engines-allowed.html
* igt@xe_eudebug@basic-exec-queues:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#7636]) +4 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-5/igt@xe_eudebug@basic-exec-queues.html
* igt@xe_evict@evict-small-multi-queue-priority-cm:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#7140])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-3/igt@xe_evict@evict-small-multi-queue-priority-cm.html
* igt@xe_exec_basic@multigpu-no-exec-null:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#2322] / [Intel XE#7372])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-10/igt@xe_exec_basic@multigpu-no-exec-null.html
* igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#7136]) +6 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-6/igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind.html
* igt@xe_exec_multi_queue@two-queues-preempt-mode-basic-smem:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#6874]) +11 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-3/igt@xe_exec_multi_queue@two-queues-preempt-mode-basic-smem.html
* igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#7138]) +2 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-5/igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind.html
* igt@xe_pxp@pxp-termination-key-update-post-suspend:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#4733] / [Intel XE#7417])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-3/igt@xe_pxp@pxp-termination-key-update-post-suspend.html
* igt@xe_query@multigpu-query-pxp-status:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#944])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-1/igt@xe_query@multigpu-query-pxp-status.html
* igt@xe_sriov_auto_provisioning@exclusive-ranges@numvfs-random:
- shard-bmg: [PASS][36] -> [FAIL][37] ([Intel XE#5937]) +1 other test fail
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-bmg-1/igt@xe_sriov_auto_provisioning@exclusive-ranges@numvfs-random.html
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-5/igt@xe_sriov_auto_provisioning@exclusive-ranges@numvfs-random.html
#### Possible fixes ####
* igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:
- shard-bmg: [DMESG-WARN][38] ([Intel XE#5354]) -> [PASS][39]
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-bmg-5/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-10/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
* igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
- shard-bmg: [FAIL][40] ([Intel XE#3149]) -> [PASS][41] +1 other test pass
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-bmg-6/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-8/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
* igt@kms_flip@2x-wf_vblank-ts-check-interruptible@ad-dp2-hdmi-a3:
- shard-bmg: [FAIL][42] -> [PASS][43] +4 other tests pass
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-bmg-6/igt@kms_flip@2x-wf_vblank-ts-check-interruptible@ad-dp2-hdmi-a3.html
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-8/igt@kms_flip@2x-wf_vblank-ts-check-interruptible@ad-dp2-hdmi-a3.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-lnl: [FAIL][44] ([Intel XE#301]) -> [PASS][45] +1 other test pass
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_hdmi_inject@inject-audio:
- shard-bmg: [SKIP][46] ([Intel XE#7308]) -> [PASS][47]
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-bmg-9/igt@kms_hdmi_inject@inject-audio.html
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-7/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [SKIP][48] ([Intel XE#1503]) -> [PASS][49]
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-bmg-2/igt@kms_hdr@invalid-hdr.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-5/igt@kms_hdr@invalid-hdr.html
* igt@kms_pm_dc@deep-pkgc:
- shard-lnl: [FAIL][50] ([Intel XE#2029] / [Intel XE#7395]) -> [PASS][51]
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-lnl-8/igt@kms_pm_dc@deep-pkgc.html
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-lnl-3/igt@kms_pm_dc@deep-pkgc.html
* igt@kms_vrr@flip-basic:
- shard-lnl: [FAIL][52] ([Intel XE#4227] / [Intel XE#7397]) -> [PASS][53] +3 other tests pass
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-lnl-8/igt@kms_vrr@flip-basic.html
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-lnl-6/igt@kms_vrr@flip-basic.html
* igt@xe_exec_system_allocator@many-execqueues-mmap-shared-remap-eocheck:
- shard-bmg: [DMESG-WARN][54] ([Intel XE#7725]) -> [PASS][55]
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-bmg-6/igt@xe_exec_system_allocator@many-execqueues-mmap-shared-remap-eocheck.html
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-7/igt@xe_exec_system_allocator@many-execqueues-mmap-shared-remap-eocheck.html
* igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs:
- shard-bmg: [FAIL][56] ([Intel XE#5937]) -> [PASS][57] +2 other tests pass
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8852/shard-bmg-8/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs.html
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/shard-bmg-8/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#2029]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2029
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#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#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[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#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4227]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4227
[Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
[Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354
[Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937
[Intel XE#6361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
[Intel XE#7130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7130
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7308
[Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7367
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7386]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7386
[Intel XE#7395]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7395
[Intel XE#7397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7397
[Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
[Intel XE#7444]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7444
[Intel XE#7445]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7445
[Intel XE#7578]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7578
[Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
[Intel XE#7679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7679
[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_8852 -> IGTPW_14961
* Linux: xe-4860-5ee75b2816df74bfe606d4dfc061547d5cda4ebf -> xe-4882-645a9910880f44919269478accf620dd33cb2656
IGTPW_14961: 14961
IGT_8852: 8852
xe-4860-5ee75b2816df74bfe606d4dfc061547d5cda4ebf: 5ee75b2816df74bfe606d4dfc061547d5cda4ebf
xe-4882-645a9910880f44919269478accf620dd33cb2656: 645a9910880f44919269478accf620dd33cb2656
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14961/index.html
[-- Attachment #2: Type: text/html, Size: 18940 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ i915.CI.Full: success for series starting with [i-g-t,1/1] lib/xe/xe_eudebug: Remove unnecessary debug message
2026-04-10 8:10 [PATCH i-g-t 1/1] lib/xe/xe_eudebug: Remove unnecessary debug message Jan Sokolowski
` (3 preceding siblings ...)
2026-04-10 18:22 ` ✓ Xe.CI.FULL: success for series starting with [i-g-t,1/1] " Patchwork
@ 2026-04-11 9:56 ` Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-04-11 9:56 UTC (permalink / raw)
To: Jan Sokolowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 131038 bytes --]
== Series Details ==
Series: series starting with [i-g-t,1/1] lib/xe/xe_eudebug: Remove unnecessary debug message
URL : https://patchwork.freedesktop.org/series/164677/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_18311_full -> IGTPW_14961_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/index.html
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
New tests
---------
New tests have been introduced between CI_DRM_18311_full and IGTPW_14961_full:
### New IGT tests (5) ###
* igt@i915_pm_rps@bad-flag:
- Statuses :
- Exec time: [None] s
* igt@i915_pm_rps@basic-wc-read:
- Statuses :
- Exec time: [None] s
* igt@i915_pm_rps@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- Statuses :
- Exec time: [None] s
* igt@i915_pm_rps@plane-lut1d-ctm3x4-lut1d:
- Statuses :
- Exec time: [None] s
* igt@i915_pm_rps@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- Statuses :
- Exec time: [None] s
Known issues
------------
Here are the changes found in IGTPW_14961_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-rkl: NOTRUN -> [SKIP][1] ([i915#8411])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-4/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@gem_bad_reloc@negative-reloc-bltcopy:
- shard-mtlp: NOTRUN -> [SKIP][2] ([i915#3281]) +9 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-7/igt@gem_bad_reloc@negative-reloc-bltcopy.html
* igt@gem_ccs@block-copy-compressed:
- shard-tglu-1: NOTRUN -> [SKIP][3] ([i915#3555] / [i915#9323])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-tglu: NOTRUN -> [SKIP][4] ([i915#3555] / [i915#9323])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-2/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@large-ctrl-surf-copy:
- shard-rkl: NOTRUN -> [SKIP][5] ([i915#13008])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-4/igt@gem_ccs@large-ctrl-surf-copy.html
- shard-dg1: NOTRUN -> [SKIP][6] ([i915#13008])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-13/igt@gem_ccs@large-ctrl-surf-copy.html
- shard-tglu: NOTRUN -> [SKIP][7] ([i915#13008])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-3/igt@gem_ccs@large-ctrl-surf-copy.html
- shard-mtlp: NOTRUN -> [SKIP][8] ([i915#13008])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-8/igt@gem_ccs@large-ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume:
- shard-dg2: NOTRUN -> [INCOMPLETE][9] ([i915#13356])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-3/igt@gem_ccs@suspend-resume.html
- shard-rkl: NOTRUN -> [SKIP][10] ([i915#9323]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@gem_ccs@suspend-resume.html
- shard-dg1: NOTRUN -> [SKIP][11] ([i915#9323])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-15/igt@gem_ccs@suspend-resume.html
- shard-tglu: NOTRUN -> [SKIP][12] ([i915#9323])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-7/igt@gem_ccs@suspend-resume.html
- shard-mtlp: NOTRUN -> [SKIP][13] ([i915#9323])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-1/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][14] ([i915#12392] / [i915#13356])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-3/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-tglu-1: NOTRUN -> [SKIP][15] ([i915#6335])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@gem_create@create-ext-cpu-access-sanity-check.html
- shard-mtlp: NOTRUN -> [SKIP][16] ([i915#6335])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-1/igt@gem_create@create-ext-cpu-access-sanity-check.html
- shard-rkl: NOTRUN -> [SKIP][17] ([i915#14544] / [i915#6335])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_ctx_persistence@hang:
- shard-dg1: NOTRUN -> [SKIP][18] ([i915#8555])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-17/igt@gem_ctx_persistence@hang.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-rkl: NOTRUN -> [SKIP][19] ([i915#280])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg2: NOTRUN -> [SKIP][20] ([i915#4812]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-1/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@bonded-pair:
- shard-mtlp: NOTRUN -> [SKIP][21] ([i915#4771])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-7/igt@gem_exec_balancer@bonded-pair.html
- shard-dg2: NOTRUN -> [SKIP][22] ([i915#4771])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-1/igt@gem_exec_balancer@bonded-pair.html
- shard-dg1: NOTRUN -> [SKIP][23] ([i915#4771])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-19/igt@gem_exec_balancer@bonded-pair.html
* igt@gem_exec_balancer@parallel:
- shard-rkl: NOTRUN -> [SKIP][24] ([i915#4525]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@gem_exec_balancer@parallel.html
- shard-tglu: NOTRUN -> [SKIP][25] ([i915#4525]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-7/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_capture@capture:
- shard-mtlp: NOTRUN -> [FAIL][26] ([i915#11965]) +1 other test fail
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-1/igt@gem_exec_capture@capture.html
* igt@gem_exec_capture@capture-invisible:
- shard-glk11: NOTRUN -> [SKIP][27] ([i915#6334]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk11/igt@gem_exec_capture@capture-invisible.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][28] ([i915#11965]) +4 other tests fail
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-7/igt@gem_exec_capture@capture@vecs0-lmem0.html
- shard-dg1: NOTRUN -> [FAIL][29] ([i915#11965]) +2 other tests fail
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-15/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_fence@submit67:
- shard-mtlp: NOTRUN -> [SKIP][30] ([i915#4812])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-2/igt@gem_exec_fence@submit67.html
* igt@gem_exec_flush@basic-wb-prw-default:
- shard-dg2: NOTRUN -> [SKIP][31] ([i915#3539] / [i915#4852])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-1/igt@gem_exec_flush@basic-wb-prw-default.html
- shard-dg1: NOTRUN -> [SKIP][32] ([i915#3539] / [i915#4852]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-13/igt@gem_exec_flush@basic-wb-prw-default.html
* igt@gem_exec_reloc@basic-wc-gtt-noreloc:
- shard-dg1: NOTRUN -> [SKIP][33] ([i915#3281]) +12 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-12/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg2: NOTRUN -> [SKIP][34] ([i915#3281]) +12 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-4/igt@gem_exec_reloc@basic-write-read-active.html
- shard-rkl: NOTRUN -> [SKIP][35] ([i915#3281]) +12 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_schedule@reorder-wide:
- shard-dg2: NOTRUN -> [SKIP][36] ([i915#4537] / [i915#4812])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-8/igt@gem_exec_schedule@reorder-wide.html
- shard-dg1: NOTRUN -> [SKIP][37] ([i915#4812]) +2 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-17/igt@gem_exec_schedule@reorder-wide.html
- shard-mtlp: NOTRUN -> [SKIP][38] ([i915#4537] / [i915#4812])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-8/igt@gem_exec_schedule@reorder-wide.html
* igt@gem_huc_copy@huc-copy:
- shard-rkl: NOTRUN -> [SKIP][39] ([i915#2190])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@gem_huc_copy@huc-copy.html
- shard-tglu: NOTRUN -> [SKIP][40] ([i915#2190])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-2/igt@gem_huc_copy@huc-copy.html
- shard-glk: NOTRUN -> [SKIP][41] ([i915#2190])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk5/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-tglu-1: NOTRUN -> [SKIP][42] ([i915#4613]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_lmem_swapping@random:
- shard-glk: NOTRUN -> [SKIP][43] ([i915#4613]) +6 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk4/igt@gem_lmem_swapping@random.html
* igt@gem_lmem_swapping@verify-random:
- shard-rkl: NOTRUN -> [SKIP][44] ([i915#4613]) +2 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-3/igt@gem_lmem_swapping@verify-random.html
* igt@gem_mmap_gtt@fault-concurrent:
- shard-dg1: NOTRUN -> [SKIP][45] ([i915#4077]) +5 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-15/igt@gem_mmap_gtt@fault-concurrent.html
* igt@gem_mmap_gtt@medium-copy-xy:
- shard-dg2: NOTRUN -> [SKIP][46] ([i915#4077]) +7 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-8/igt@gem_mmap_gtt@medium-copy-xy.html
* igt@gem_mmap_wc@coherency:
- shard-dg1: NOTRUN -> [SKIP][47] ([i915#4083]) +4 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-17/igt@gem_mmap_wc@coherency.html
* igt@gem_mmap_wc@set-cache-level:
- shard-mtlp: NOTRUN -> [SKIP][48] ([i915#4083]) +3 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-2/igt@gem_mmap_wc@set-cache-level.html
* igt@gem_mmap_wc@write-wc-read-gtt:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#4083]) +4 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-1/igt@gem_mmap_wc@write-wc-read-gtt.html
* igt@gem_pwrite@basic-random:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#3282]) +2 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-7/igt@gem_pwrite@basic-random.html
- shard-rkl: NOTRUN -> [SKIP][51] ([i915#3282]) +3 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@gem_pwrite@basic-random.html
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#3282]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-16/igt@gem_pwrite@basic-random.html
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#3282]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-1/igt@gem_pwrite@basic-random.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-tglu-1: NOTRUN -> [SKIP][54] ([i915#13398])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_pxp@reject-modify-context-protection-off-2:
- shard-dg2: NOTRUN -> [SKIP][55] ([i915#4270]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-8/igt@gem_pxp@reject-modify-context-protection-off-2.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-dg1: NOTRUN -> [SKIP][56] ([i915#4270]) +2 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-12/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][57] ([i915#8428])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-6/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html
* igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][58] ([i915#5190] / [i915#8428]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-4/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html
* igt@gem_softpin@noreloc-s3:
- shard-rkl: [PASS][59] -> [ABORT][60] ([i915#15131])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-8/igt@gem_softpin@noreloc-s3.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-1/igt@gem_softpin@noreloc-s3.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-glk: NOTRUN -> [SKIP][61] ([i915#3323])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk9/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#3297] / [i915#4880])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-8/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#3297] / [i915#4880])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-17/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#3297])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-5/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@gem_userptr_blits@relocations:
- shard-rkl: NOTRUN -> [SKIP][65] ([i915#3281] / [i915#3297])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@gem_userptr_blits@relocations.html
* igt@gem_userptr_blits@sd-probe:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#3297] / [i915#4958])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-8/igt@gem_userptr_blits@sd-probe.html
- shard-dg1: NOTRUN -> [SKIP][67] ([i915#3297] / [i915#4958])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-17/igt@gem_userptr_blits@sd-probe.html
* igt@gen9_exec_parse@allowed-all:
- shard-rkl: NOTRUN -> [SKIP][68] ([i915#2527]) +3 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@allowed-single:
- shard-tglu: NOTRUN -> [SKIP][69] ([i915#2527] / [i915#2856]) +2 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-3/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@batch-invalid-length:
- shard-tglu-1: NOTRUN -> [SKIP][70] ([i915#2527] / [i915#2856])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@gen9_exec_parse@batch-invalid-length.html
* igt@gen9_exec_parse@bb-secure:
- shard-dg1: NOTRUN -> [SKIP][71] ([i915#2527])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-13/igt@gen9_exec_parse@bb-secure.html
- shard-mtlp: NOTRUN -> [SKIP][72] ([i915#2856])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-5/igt@gen9_exec_parse@bb-secure.html
* igt@gen9_exec_parse@bb-start-param:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#2856]) +2 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-5/igt@gen9_exec_parse@bb-start-param.html
* igt@i915_drm_fdinfo@busy@rcs0:
- shard-dg1: NOTRUN -> [SKIP][74] ([i915#14073]) +5 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-18/igt@i915_drm_fdinfo@busy@rcs0.html
- shard-mtlp: NOTRUN -> [SKIP][75] ([i915#14073]) +6 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-3/igt@i915_drm_fdinfo@busy@rcs0.html
* igt@i915_drm_fdinfo@busy@vecs1:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#14073]) +7 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-7/igt@i915_drm_fdinfo@busy@vecs1.html
* igt@i915_drm_fdinfo@virtual-busy-hang-all:
- shard-dg2: NOTRUN -> [SKIP][77] ([i915#14118])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-5/igt@i915_drm_fdinfo@virtual-busy-hang-all.html
- shard-dg1: NOTRUN -> [SKIP][78] ([i915#14118])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-14/igt@i915_drm_fdinfo@virtual-busy-hang-all.html
- shard-mtlp: NOTRUN -> [SKIP][79] ([i915#14118])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-6/igt@i915_drm_fdinfo@virtual-busy-hang-all.html
* igt@i915_module_load@reload-no-display:
- shard-tglu-1: NOTRUN -> [DMESG-WARN][80] ([i915#13029] / [i915#14545])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@i915_module_load@reload-no-display.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#6590]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_rps@reset:
- shard-snb: [PASS][82] -> [INCOMPLETE][83] ([i915#13729] / [i915#13821])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-snb7/igt@i915_pm_rps@reset.html
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-snb4/igt@i915_pm_rps@reset.html
* igt@i915_query@hwconfig_table:
- shard-dg1: NOTRUN -> [SKIP][84] ([i915#6245])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-13/igt@i915_query@hwconfig_table.html
- shard-tglu: NOTRUN -> [SKIP][85] ([i915#6245])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-3/igt@i915_query@hwconfig_table.html
- shard-rkl: NOTRUN -> [SKIP][86] ([i915#6245])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-4/igt@i915_query@hwconfig_table.html
* igt@i915_selftest@live@workarounds:
- shard-dg2: [PASS][87] -> [DMESG-FAIL][88] ([i915#12061]) +1 other test dmesg-fail
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg2-10/igt@i915_selftest@live@workarounds.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-5/igt@i915_selftest@live@workarounds.html
* igt@i915_suspend@basic-s2idle-without-i915:
- shard-dg1: [PASS][89] -> [DMESG-WARN][90] ([i915#4391] / [i915#4423])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg1-12/igt@i915_suspend@basic-s2idle-without-i915.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-12/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@i915_suspend@debugfs-reader:
- shard-glk11: NOTRUN -> [INCOMPLETE][91] ([i915#4817])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk11/igt@i915_suspend@debugfs-reader.html
* igt@i915_suspend@fence-restore-untiled:
- shard-glk: NOTRUN -> [INCOMPLETE][92] ([i915#4817])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk8/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-rkl: NOTRUN -> [SKIP][93] ([i915#12454] / [i915#12712])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-rkl: [PASS][94] -> [INCOMPLETE][95] ([i915#12761]) +1 other test incomplete
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-7/igt@kms_async_flips@async-flip-suspend-resume.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-3/igt@kms_async_flips@async-flip-suspend-resume.html
- shard-glk: NOTRUN -> [INCOMPLETE][96] ([i915#12761]) +1 other test incomplete
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk3/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-rkl: NOTRUN -> [SKIP][97] ([i915#9531])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-8/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
- shard-tglu-1: NOTRUN -> [SKIP][98] ([i915#9531])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-dg2: [PASS][99] -> [FAIL][100] ([i915#5956]) +1 other test fail
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg2-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk: NOTRUN -> [SKIP][101] ([i915#1769])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk9/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
- shard-tglu: [PASS][102] -> [FAIL][103] ([i915#15662]) +1 other test fail
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-tglu-9/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-7/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][104] +5 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-5/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
- shard-dg1: NOTRUN -> [SKIP][105] ([i915#4538] / [i915#5286]) +2 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-14/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
- shard-tglu: NOTRUN -> [SKIP][106] ([i915#5286]) +3 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-9/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-mtlp: [PASS][107] -> [FAIL][108] ([i915#12469] / [i915#15733] / [i915#5138])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-mtlp-2/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-1/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-tglu-1: NOTRUN -> [SKIP][109] ([i915#5286]) +3 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-rkl: NOTRUN -> [SKIP][110] ([i915#5286]) +2 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][111] ([i915#3638]) +2 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-8/igt@kms_big_fb@linear-64bpp-rotate-90.html
- shard-dg1: NOTRUN -> [SKIP][112] ([i915#3638]) +2 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-12/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg1: NOTRUN -> [SKIP][113] ([i915#3828])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-15/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip:
- shard-rkl: NOTRUN -> [SKIP][114] ([i915#3828])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2: NOTRUN -> [SKIP][115] ([i915#5190]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
- shard-mtlp: NOTRUN -> [SKIP][116] ([i915#6187]) +1 other test skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-2/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2: NOTRUN -> [SKIP][117] ([i915#4538] / [i915#5190]) +6 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][118] ([i915#4538]) +1 other test skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-17/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
- shard-tglu-1: NOTRUN -> [SKIP][119] +23 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][120] ([i915#10307] / [i915#10434] / [i915#6095]) +4 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-4/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][121] ([i915#14544] / [i915#6095]) +4 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][122] ([i915#6095]) +212 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-19/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][123] ([i915#6095]) +48 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-5/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-3.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][124] ([i915#6095]) +69 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-9/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#12313])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-13/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
- shard-tglu: NOTRUN -> [SKIP][126] ([i915#12313])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-9/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][127] ([i915#12313])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][128] ([i915#6095]) +76 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][129] ([i915#14098] / [i915#6095]) +49 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][130] ([i915#14098] / [i915#14544] / [i915#6095]) +4 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][131] ([i915#6095]) +39 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
- shard-glk: NOTRUN -> [INCOMPLETE][132] ([i915#15582]) +1 other test incomplete
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk8/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][133] ([i915#4423] / [i915#6095]) +1 other test skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-12/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#10307] / [i915#6095]) +121 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-4/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][135] ([i915#6095]) +34 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-4/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][136] ([i915#12313]) +1 other test skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_cdclk@mode-transition:
- shard-glk: NOTRUN -> [SKIP][137] +464 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk2/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-glk11: NOTRUN -> [SKIP][138] +72 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk11/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@plane-scaling:
- shard-tglu-1: NOTRUN -> [SKIP][139] ([i915#3742])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-mtlp: NOTRUN -> [SKIP][140] +9 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-7/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_frames@hdmi-aspect-ratio:
- shard-tglu: NOTRUN -> [SKIP][141] ([i915#11151] / [i915#7828]) +8 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-2/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][142] ([i915#11151] / [i915#7828]) +6 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-3/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_chamelium_hpd@dp-hpd-for-each-pipe:
- shard-mtlp: NOTRUN -> [SKIP][143] ([i915#11151] / [i915#7828]) +4 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-5/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@dp-hpd-storm-disable:
- shard-dg1: NOTRUN -> [SKIP][144] ([i915#11151] / [i915#7828]) +4 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-18/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- shard-rkl: NOTRUN -> [SKIP][145] ([i915#11151] / [i915#7828]) +10 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-tglu-1: NOTRUN -> [SKIP][146] ([i915#11151] / [i915#7828]) +3 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-dg1: NOTRUN -> [SKIP][147] ([i915#15865]) +1 other test skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-18/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-tglu-1: NOTRUN -> [SKIP][148] ([i915#15330] / [i915#3116] / [i915#3299])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][149] ([i915#15330]) +1 other test skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-tglu-1: NOTRUN -> [SKIP][150] ([i915#15330])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-1-suspend-resume:
- shard-tglu: NOTRUN -> [SKIP][151] ([i915#15330]) +1 other test skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-6/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
- shard-mtlp: NOTRUN -> [SKIP][152] ([i915#15330])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-3/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#15330])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-4/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#15330])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-12/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
* igt@kms_content_protection@legacy:
- shard-tglu: NOTRUN -> [SKIP][155] ([i915#15865]) +1 other test skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-2/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic-type-1:
- shard-mtlp: NOTRUN -> [SKIP][156] ([i915#15865])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-6/igt@kms_content_protection@lic-type-1.html
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#15865])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-5/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@type1:
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#15865])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-4/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-tglu: NOTRUN -> [SKIP][159] ([i915#13049]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-5/igt@kms_cursor_crc@cursor-offscreen-512x170.html
- shard-mtlp: NOTRUN -> [SKIP][160] ([i915#13049]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-7/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-rkl: [PASS][161] -> [FAIL][162] ([i915#13566]) +6 other tests fail
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_cursor_crc@cursor-onscreen-128x42.html
- shard-tglu: [PASS][163] -> [FAIL][164] ([i915#13566]) +5 other tests fail
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-tglu-5/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-9/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-max-size:
- shard-dg2: NOTRUN -> [SKIP][165] ([i915#3555])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-7/igt@kms_cursor_crc@cursor-onscreen-max-size.html
- shard-tglu-1: NOTRUN -> [SKIP][166] ([i915#3555]) +2 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-max-size.html
- shard-dg1: NOTRUN -> [SKIP][167] ([i915#3555]) +5 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-15/igt@kms_cursor_crc@cursor-onscreen-max-size.html
- shard-mtlp: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#8814])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-1/igt@kms_cursor_crc@cursor-onscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][169] ([i915#13566]) +2 other tests fail
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2: NOTRUN -> [SKIP][170] ([i915#13049]) +1 other test skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-8/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-rkl: NOTRUN -> [SKIP][171] ([i915#13049]) +3 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-dg1: NOTRUN -> [SKIP][172] ([i915#13049]) +1 other test skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-17/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-random-max-size:
- shard-rkl: NOTRUN -> [SKIP][173] ([i915#3555]) +2 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_cursor_crc@cursor-random-max-size.html
* igt@kms_cursor_crc@cursor-rapid-movement-256x85:
- shard-mtlp: NOTRUN -> [SKIP][174] ([i915#8814]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-7/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-tglu: NOTRUN -> [SKIP][175] ([i915#3555]) +2 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-7/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-glk10: NOTRUN -> [INCOMPLETE][176] ([i915#12358] / [i915#14152] / [i915#7882])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk10/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1:
- shard-glk10: NOTRUN -> [INCOMPLETE][177] ([i915#12358] / [i915#14152])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk10/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-dg2: NOTRUN -> [SKIP][178] ([i915#13046] / [i915#5354]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-6/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
- shard-mtlp: NOTRUN -> [SKIP][179] ([i915#9809])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-5/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#14544]) +1 other test skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-rkl: NOTRUN -> [SKIP][181] +19 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-rkl: NOTRUN -> [SKIP][182] ([i915#4103])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#9833])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-7/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-tglu-1: NOTRUN -> [SKIP][184] ([i915#1769] / [i915#3555] / [i915#3804])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#3804])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-8/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
- shard-tglu-1: NOTRUN -> [SKIP][186] ([i915#3804])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-dg1: NOTRUN -> [SKIP][187] ([i915#13749])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-19/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-mtlp: NOTRUN -> [SKIP][188] ([i915#13749])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-3/igt@kms_dp_link_training@uhbr-mst.html
- shard-dg2: NOTRUN -> [SKIP][189] ([i915#13748])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-7/igt@kms_dp_link_training@uhbr-mst.html
- shard-dg1: NOTRUN -> [SKIP][190] ([i915#13748])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-18/igt@kms_dp_link_training@uhbr-mst.html
- shard-tglu: NOTRUN -> [SKIP][191] ([i915#13748])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-5/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dp_linktrain_fallback@dsc-fallback:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#13707])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-8/igt@kms_dp_linktrain_fallback@dsc-fallback.html
- shard-dg1: NOTRUN -> [SKIP][193] ([i915#13707])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-14/igt@kms_dp_linktrain_fallback@dsc-fallback.html
- shard-tglu: NOTRUN -> [SKIP][194] ([i915#13707])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-10/igt@kms_dp_linktrain_fallback@dsc-fallback.html
- shard-mtlp: NOTRUN -> [SKIP][195] ([i915#13707])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-4/igt@kms_dp_linktrain_fallback@dsc-fallback.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][196] ([i915#3840])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-6/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#3555] / [i915#3840])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-5/igt@kms_dsc@dsc-with-bpc.html
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#3555] / [i915#3840])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-8/igt@kms_dsc@dsc-with-bpc.html
- shard-tglu-1: NOTRUN -> [SKIP][199] ([i915#3555] / [i915#3840]) +1 other test skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_dsc@dsc-with-bpc.html
- shard-dg1: NOTRUN -> [SKIP][200] ([i915#3555] / [i915#3840])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-12/igt@kms_dsc@dsc-with-bpc.html
- shard-mtlp: NOTRUN -> [SKIP][201] ([i915#3555] / [i915#3840])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-2/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-tglu: NOTRUN -> [SKIP][202] ([i915#3555] / [i915#3840])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-4/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbcon_fbt@psr:
- shard-dg1: NOTRUN -> [SKIP][203] ([i915#3469])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-18/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@chamelium:
- shard-tglu: NOTRUN -> [SKIP][204] ([i915#2065] / [i915#4854])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-10/igt@kms_feature_discovery@chamelium.html
- shard-rkl: NOTRUN -> [SKIP][205] ([i915#4854])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-3/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@psr1:
- shard-tglu: NOTRUN -> [SKIP][206] ([i915#658])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-5/igt@kms_feature_discovery@psr1.html
- shard-dg2: NOTRUN -> [SKIP][207] ([i915#658])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-7/igt@kms_feature_discovery@psr1.html
- shard-dg1: NOTRUN -> [SKIP][208] ([i915#658])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-18/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][209] ([i915#3637] / [i915#9934]) +5 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-2/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
- shard-mtlp: NOTRUN -> [SKIP][210] ([i915#3637] / [i915#9934]) +3 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-5/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][211] ([i915#3637] / [i915#9934]) +4 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
- shard-dg2: NOTRUN -> [SKIP][212] ([i915#9934]) +4 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-8/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
- shard-rkl: NOTRUN -> [SKIP][213] ([i915#9934]) +5 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
- shard-dg1: NOTRUN -> [SKIP][214] ([i915#9934]) +3 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-17/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][215] ([i915#8381])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-7/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-glk: NOTRUN -> [INCOMPLETE][216] ([i915#12745] / [i915#4839])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk9/igt@kms_flip@flip-vs-suspend-interruptible.html
- shard-rkl: [PASS][217] -> [INCOMPLETE][218] ([i915#6113])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-8/igt@kms_flip@flip-vs-suspend-interruptible.html
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1:
- shard-glk: NOTRUN -> [INCOMPLETE][219] ([i915#12745])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk9/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a2:
- shard-rkl: NOTRUN -> [INCOMPLETE][220] ([i915#6113])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-rkl: NOTRUN -> [SKIP][221] ([i915#15643]) +3 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-tglu: NOTRUN -> [SKIP][222] ([i915#15643]) +2 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
- shard-mtlp: NOTRUN -> [SKIP][223] ([i915#3555] / [i915#8810] / [i915#8813])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][224] ([i915#8810] / [i915#8813])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#14544] / [i915#15643])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
- shard-dg1: NOTRUN -> [SKIP][226] ([i915#15643]) +2 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-15/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][227] ([i915#15643])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][228] ([i915#15643] / [i915#5190])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling.html
- shard-mtlp: NOTRUN -> [SKIP][229] ([i915#15643])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][230] ([i915#15104]) +1 other test skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
- shard-dg1: NOTRUN -> [SKIP][231] ([i915#15104]) +1 other test skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][232] ([i915#15104])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render:
- shard-dg2: [PASS][233] -> [FAIL][234] ([i915#15389] / [i915#6880]) +1 other test fail
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render:
- shard-rkl: NOTRUN -> [SKIP][235] ([i915#14544] / [i915#1825]) +2 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move:
- shard-tglu: NOTRUN -> [SKIP][236] +48 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][237] +20 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#5354]) +13 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-rkl: [PASS][239] -> [INCOMPLETE][240] ([i915#10056])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-suspend.html
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-suspend.html
- shard-glk: NOTRUN -> [INCOMPLETE][241] ([i915#10056])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk3/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-tglu-1: NOTRUN -> [SKIP][242] ([i915#5439])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][243] ([i915#15102]) +1 other test skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt.html
- shard-dg1: NOTRUN -> [SKIP][244] ([i915#15102]) +2 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][245] ([i915#15102]) +1 other test skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
- shard-glk10: NOTRUN -> [SKIP][246] +111 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk10/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][247] ([i915#8708]) +10 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt:
- shard-snb: NOTRUN -> [SKIP][248] +142 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-snb5/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
- shard-dg1: NOTRUN -> [SKIP][249] ([i915#15102] / [i915#3458]) +11 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2: NOTRUN -> [SKIP][250] ([i915#10055])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
- shard-mtlp: NOTRUN -> [SKIP][251] ([i915#10055])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-rkl: NOTRUN -> [SKIP][252] ([i915#9766])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
- shard-tglu: NOTRUN -> [SKIP][253] ([i915#9766])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-2/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#15102] / [i915#3458]) +11 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][255] ([i915#14544] / [i915#15102] / [i915#3023]) +1 other test skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt:
- shard-rkl: NOTRUN -> [SKIP][256] ([i915#1825]) +28 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html
- shard-mtlp: NOTRUN -> [SKIP][257] ([i915#1825]) +9 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
- shard-tglu-1: NOTRUN -> [SKIP][258] ([i915#15102]) +10 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][259] ([i915#15102]) +25 other tests skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-6/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][260] ([i915#8708]) +4 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-3/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][261] ([i915#8708]) +10 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][262] ([i915#15102] / [i915#3023]) +23 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-suspend.html
* igt@kms_hdmi_inject@inject-4k:
- shard-mtlp: [PASS][263] -> [SKIP][264] ([i915#15725]) +1 other test skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-mtlp-3/igt@kms_hdmi_inject@inject-4k.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-1/igt@kms_hdmi_inject@inject-4k.html
* igt@kms_hdmi_inject@inject-audio:
- shard-tglu-1: NOTRUN -> [SKIP][265] ([i915#13030])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@bpc-switch:
- shard-rkl: NOTRUN -> [SKIP][266] ([i915#3555] / [i915#8228])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-tglu: NOTRUN -> [SKIP][267] ([i915#3555] / [i915#8228])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-3/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@static-toggle-dpms:
- shard-dg2: NOTRUN -> [SKIP][268] ([i915#3555] / [i915#8228])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-3/igt@kms_hdr@static-toggle-dpms.html
- shard-rkl: [PASS][269] -> [SKIP][270] ([i915#3555] / [i915#8228])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_hdr@static-toggle-dpms.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-8/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_hdr@static-toggle-suspend@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][271] ([i915#15436])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_hdr@static-toggle-suspend@pipe-a-hdmi-a-2.html
* igt@kms_joiner@basic-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][272] ([i915#15460])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-4/igt@kms_joiner@basic-big-joiner.html
- shard-tglu: NOTRUN -> [SKIP][273] ([i915#15460])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-3/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][274] ([i915#15459])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-tglu: NOTRUN -> [SKIP][275] ([i915#13688])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-10/igt@kms_joiner@basic-max-non-joiner.html
- shard-mtlp: NOTRUN -> [SKIP][276] ([i915#13688])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-2/igt@kms_joiner@basic-max-non-joiner.html
- shard-dg2: NOTRUN -> [SKIP][277] ([i915#13688])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-1/igt@kms_joiner@basic-max-non-joiner.html
- shard-dg1: NOTRUN -> [SKIP][278] ([i915#13688])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-19/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][279] ([i915#15460])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-rkl: NOTRUN -> [SKIP][280] ([i915#15458])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_lease@invalid-create-leases:
- shard-dg1: [PASS][281] -> [DMESG-WARN][282] ([i915#4423]) +2 other tests dmesg-warn
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg1-14/igt@kms_lease@invalid-create-leases.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-14/igt@kms_lease@invalid-create-leases.html
* igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier:
- shard-tglu: NOTRUN -> [SKIP][283] ([i915#15709])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-6/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping:
- shard-rkl: NOTRUN -> [SKIP][284] ([i915#14544] / [i915#15709])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping:
- shard-dg1: NOTRUN -> [SKIP][285] ([i915#15709])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-17/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-b-plane-5:
- shard-rkl: NOTRUN -> [SKIP][286] ([i915#15608]) +1 other test skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-1/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-7:
- shard-dg1: NOTRUN -> [SKIP][287] ([i915#15608]) +1 other test skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-13/igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-7.html
* igt@kms_plane@pixel-format-yf-tiled-modifier:
- shard-rkl: NOTRUN -> [SKIP][288] ([i915#15709]) +1 other test skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_plane@pixel-format-yf-tiled-modifier.html
- shard-dg2: NOTRUN -> [SKIP][289] ([i915#15709])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-3/igt@kms_plane@pixel-format-yf-tiled-modifier.html
* igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping:
- shard-tglu-1: NOTRUN -> [SKIP][290] ([i915#15709]) +2 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-glk10: NOTRUN -> [INCOMPLETE][291] ([i915#13026]) +1 other test incomplete
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk10/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_alpha_blend@alpha-basic:
- shard-glk10: NOTRUN -> [FAIL][292] ([i915#12178])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk10/igt@kms_plane_alpha_blend@alpha-basic.html
* igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1:
- shard-glk10: NOTRUN -> [FAIL][293] ([i915#7862]) +1 other test fail
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk10/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb:
- shard-glk: NOTRUN -> [FAIL][294] ([i915#10647] / [i915#12169]) +1 other test fail
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk4/igt@kms_plane_alpha_blend@alpha-opaque-fb.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][295] ([i915#10647]) +3 other tests fail
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk6/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-4:
- shard-mtlp: NOTRUN -> [SKIP][296] ([i915#10226] / [i915#11614] / [i915#3555] / [i915#8821])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-5/igt@kms_plane_lowres@tiling-4.html
* igt@kms_plane_lowres@tiling-4@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][297] ([i915#11614] / [i915#3582]) +3 other tests skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-5/igt@kms_plane_lowres@tiling-4@pipe-c-edp-1.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg2: NOTRUN -> [SKIP][298] ([i915#3555] / [i915#8821])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-7/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@2x-tiling-y:
- shard-tglu: NOTRUN -> [SKIP][299] ([i915#13958])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-10/igt@kms_plane_multiple@2x-tiling-y.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][300] ([i915#13958])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][301] ([i915#14259])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-8/igt@kms_plane_multiple@tiling-yf.html
- shard-dg1: NOTRUN -> [SKIP][302] ([i915#14259])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-12/igt@kms_plane_multiple@tiling-yf.html
- shard-tglu: NOTRUN -> [SKIP][303] ([i915#14259])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-6/igt@kms_plane_multiple@tiling-yf.html
- shard-mtlp: NOTRUN -> [SKIP][304] ([i915#14259])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-3/igt@kms_plane_multiple@tiling-yf.html
- shard-dg2: NOTRUN -> [SKIP][305] ([i915#14259])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-4/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][306] ([i915#15329]) +3 other tests skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d:
- shard-dg1: NOTRUN -> [SKIP][307] ([i915#15329]) +4 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-19/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][308] ([i915#15329] / [i915#3555] / [i915#6953])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b:
- shard-mtlp: NOTRUN -> [SKIP][309] ([i915#15329]) +3 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-dg2: NOTRUN -> [SKIP][310] ([i915#12343])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-3/igt@kms_pm_backlight@brightness-with-dpms.html
- shard-rkl: NOTRUN -> [SKIP][311] ([i915#12343])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-dg1: NOTRUN -> [SKIP][312] ([i915#5354])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-19/igt@kms_pm_backlight@fade-with-suspend.html
- shard-tglu: NOTRUN -> [SKIP][313] ([i915#9812])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-10/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-rkl: NOTRUN -> [SKIP][314] ([i915#9685]) +1 other test skip
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-tglu: NOTRUN -> [SKIP][315] ([i915#3828])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-4/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-dpms:
- shard-rkl: NOTRUN -> [FAIL][316] ([i915#15752])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@cursor-dpms:
- shard-mtlp: NOTRUN -> [SKIP][317] ([i915#4077]) +4 other tests skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-3/igt@kms_pm_rpm@cursor-dpms.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-tglu-1: NOTRUN -> [SKIP][318] ([i915#15073])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-tglu: NOTRUN -> [SKIP][319] ([i915#15073]) +1 other test skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-2/igt@kms_pm_rpm@dpms-non-lpsp.html
- shard-rkl: [PASS][320] -> [SKIP][321] ([i915#15073])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-3/igt@kms_pm_rpm@dpms-non-lpsp.html
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-rkl: NOTRUN -> [SKIP][322] ([i915#14544] / [i915#15073])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg1: [PASS][323] -> [SKIP][324] ([i915#15073])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg1-15/igt@kms_pm_rpm@modeset-lpsp-stress.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-17/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-dg2: [PASS][325] -> [SKIP][326] ([i915#15073])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg2-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
- shard-rkl: NOTRUN -> [SKIP][327] ([i915#15073]) +1 other test skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-dg1: NOTRUN -> [SKIP][328] ([i915#15073])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-14/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
- shard-mtlp: NOTRUN -> [SKIP][329] ([i915#15073])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@package-g7:
- shard-tglu: NOTRUN -> [SKIP][330] ([i915#15403])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-5/igt@kms_pm_rpm@package-g7.html
- shard-mtlp: NOTRUN -> [SKIP][331] ([i915#15403])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-3/igt@kms_pm_rpm@package-g7.html
- shard-dg2: NOTRUN -> [SKIP][332] ([i915#15403])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-7/igt@kms_pm_rpm@package-g7.html
- shard-dg1: NOTRUN -> [SKIP][333] ([i915#15403])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-18/igt@kms_pm_rpm@package-g7.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf:
- shard-glk: NOTRUN -> [SKIP][334] ([i915#11520]) +15 other tests skip
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk9/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html
- shard-dg2: NOTRUN -> [SKIP][335] ([i915#11520]) +1 other test skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-7/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html
- shard-rkl: NOTRUN -> [SKIP][336] ([i915#11520] / [i915#14544]) +1 other test skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html
- shard-snb: NOTRUN -> [SKIP][337] ([i915#11520])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-snb1/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html
- shard-mtlp: NOTRUN -> [SKIP][338] ([i915#12316])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-1/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
- shard-dg1: NOTRUN -> [SKIP][339] ([i915#11520]) +1 other test skip
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-18/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-glk10: NOTRUN -> [SKIP][340] ([i915#11520]) +1 other test skip
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk10/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][341] ([i915#11520]) +2 other tests skip
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-7/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html
- shard-glk11: NOTRUN -> [SKIP][342] ([i915#11520])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk11/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-tglu-1: NOTRUN -> [SKIP][343] ([i915#11520]) +3 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][344] ([i915#11520]) +4 other tests skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-3/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-tglu-1: NOTRUN -> [SKIP][345] ([i915#9683])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@fbc-pr-cursor-blt:
- shard-tglu: NOTRUN -> [SKIP][346] ([i915#9732]) +14 other tests skip
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-5/igt@kms_psr@fbc-pr-cursor-blt.html
* igt@kms_psr@fbc-psr-cursor-plane-move:
- shard-dg2: NOTRUN -> [SKIP][347] ([i915#1072] / [i915#9732]) +11 other tests skip
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-1/igt@kms_psr@fbc-psr-cursor-plane-move.html
* igt@kms_psr@fbc-psr-primary-page-flip@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][348] ([i915#9688]) +10 other tests skip
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-1/igt@kms_psr@fbc-psr-primary-page-flip@edp-1.html
* igt@kms_psr@fbc-psr2-basic:
- shard-dg1: NOTRUN -> [SKIP][349] ([i915#1072] / [i915#9732]) +11 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-16/igt@kms_psr@fbc-psr2-basic.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-rkl: NOTRUN -> [SKIP][350] ([i915#1072] / [i915#9732]) +19 other tests skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@psr-cursor-render:
- shard-tglu-1: NOTRUN -> [SKIP][351] ([i915#9732]) +6 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_psr@psr-cursor-render.html
* igt@kms_rotation_crc@multiplane-rotation:
- shard-glk11: NOTRUN -> [INCOMPLETE][352] ([i915#15492])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk11/igt@kms_rotation_crc@multiplane-rotation.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-top:
- shard-glk10: NOTRUN -> [INCOMPLETE][353] ([i915#15492])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk10/igt@kms_rotation_crc@multiplane-rotation-cropping-top.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-dg1: NOTRUN -> [SKIP][354] ([i915#5289]) +2 other tests skip
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-14/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][355] ([i915#12755] / [i915#15867] / [i915#5190])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
- shard-rkl: NOTRUN -> [SKIP][356] ([i915#5289])
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
- shard-tglu: NOTRUN -> [SKIP][357] ([i915#5289]) +1 other test skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
- shard-mtlp: NOTRUN -> [SKIP][358] ([i915#12755] / [i915#15867])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_setmode@basic:
- shard-tglu: [PASS][359] -> [FAIL][360] ([i915#15106]) +2 other tests fail
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-tglu-3/igt@kms_setmode@basic.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-10/igt@kms_setmode@basic.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][361] ([i915#12276]) +1 other test incomplete
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk4/igt@kms_vblank@ts-continuation-suspend.html
* igt@kms_vrr@flip-dpms:
- shard-dg2: NOTRUN -> [SKIP][362] ([i915#15243] / [i915#3555])
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-5/igt@kms_vrr@flip-dpms.html
- shard-mtlp: NOTRUN -> [SKIP][363] ([i915#3555] / [i915#8808])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-6/igt@kms_vrr@flip-dpms.html
* igt@kms_vrr@negative-basic:
- shard-rkl: NOTRUN -> [SKIP][364] ([i915#3555] / [i915#9906])
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-rkl: NOTRUN -> [SKIP][365] ([i915#9906])
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@kms_vrr@seamless-rr-switch-virtual.html
- shard-tglu: NOTRUN -> [SKIP][366] ([i915#9906])
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-8/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-tglu-1: NOTRUN -> [SKIP][367] ([i915#9906])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][368] ([i915#2436])
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@mi-rpc:
- shard-dg2: NOTRUN -> [SKIP][369] ([i915#2434])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-5/igt@perf@mi-rpc.html
- shard-rkl: NOTRUN -> [SKIP][370] ([i915#2434])
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@perf@mi-rpc.html
- shard-dg1: NOTRUN -> [SKIP][371] ([i915#2434])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-18/igt@perf@mi-rpc.html
- shard-mtlp: NOTRUN -> [SKIP][372] ([i915#2434])
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-6/igt@perf@mi-rpc.html
* igt@perf@non-zero-reason@0-rcs0:
- shard-dg2: NOTRUN -> [FAIL][373] ([i915#9100]) +1 other test fail
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-7/igt@perf@non-zero-reason@0-rcs0.html
* igt@perf_pmu@busy-double-start@vcs1:
- shard-mtlp: [PASS][374] -> [FAIL][375] ([i915#4349]) +2 other tests fail
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-mtlp-2/igt@perf_pmu@busy-double-start@vcs1.html
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-2/igt@perf_pmu@busy-double-start@vcs1.html
* igt@prime_vgem@basic-fence-read:
- shard-dg1: NOTRUN -> [SKIP][376] ([i915#3708])
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-15/igt@prime_vgem@basic-fence-read.html
* igt@sriov_basic@bind-unbind-vf:
- shard-rkl: NOTRUN -> [SKIP][377] ([i915#9917])
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@sriov_basic@bind-unbind-vf.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-tglu-1: NOTRUN -> [FAIL][378] ([i915#12910])
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-1/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s3:
- shard-glk: [INCOMPLETE][379] ([i915#13196] / [i915#13356]) -> [PASS][380] +1 other test pass
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-glk6/igt@gem_exec_suspend@basic-s3.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk4/igt@gem_exec_suspend@basic-s3.html
* igt@gem_exec_suspend@basic-s4-devices:
- shard-tglu: [FAIL][381] -> [PASS][382] +1 other test pass
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-tglu-4/igt@gem_exec_suspend@basic-s4-devices.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-7/igt@gem_exec_suspend@basic-s4-devices.html
- shard-mtlp: [FAIL][383] ([i915#15762]) -> [PASS][384] +1 other test pass
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-mtlp-3/igt@gem_exec_suspend@basic-s4-devices.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-3/igt@gem_exec_suspend@basic-s4-devices.html
* igt@i915_pm_rc6_residency@rc6-fence:
- shard-tglu: [WARN][385] ([i915#13790] / [i915#2681]) -> [PASS][386] +1 other test pass
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-tglu-9/igt@i915_pm_rc6_residency@rc6-fence.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-fence.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: [FAIL][387] ([i915#13566]) -> [PASS][388] +3 other tests pass
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-sliding-128x42:
- shard-rkl: [FAIL][389] ([i915#13566]) -> [PASS][390]
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-8/igt@kms_cursor_crc@cursor-sliding-128x42.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-128x42.html
* igt@kms_flip@flip-vs-suspend:
- shard-rkl: [INCOMPLETE][391] ([i915#6113]) -> [PASS][392]
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-3/igt@kms_flip@flip-vs-suspend.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_flip@flip-vs-suspend.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu:
- shard-dg2: [FAIL][393] ([i915#15389] / [i915#6880]) -> [PASS][394]
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu.html
* igt@kms_plane_cursor@overlay:
- shard-rkl: [FAIL][395] ([i915#15912]) -> [PASS][396]
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-2/igt@kms_plane_cursor@overlay.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-4/igt@kms_plane_cursor@overlay.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg1: [SKIP][397] ([i915#15073]) -> [PASS][398]
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg1-16/igt@kms_pm_rpm@dpms-lpsp.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-14/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2: [SKIP][399] ([i915#15073]) -> [PASS][400]
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg2-8/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [SKIP][401] ([i915#15073]) -> [PASS][402] +1 other test pass
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-mtlp: [FAIL][403] ([i915#15106]) -> [PASS][404] +2 other tests pass
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-mtlp-6/igt@kms_setmode@basic@pipe-b-edp-1.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-2/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@perf_pmu@busy-accuracy-50@rcs0:
- shard-rkl: [FAIL][405] ([i915#4349]) -> [PASS][406] +1 other test pass
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-4/igt@perf_pmu@busy-accuracy-50@rcs0.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-3/igt@perf_pmu@busy-accuracy-50@rcs0.html
#### Warnings ####
* igt@gem_ccs@ctrl-surf-copy:
- shard-rkl: [SKIP][407] ([i915#14544] / [i915#3555] / [i915#9323]) -> [SKIP][408] ([i915#3555] / [i915#9323])
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@gem_ccs@ctrl-surf-copy.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_create@create-ext-set-pat:
- shard-rkl: [SKIP][409] ([i915#8562]) -> [SKIP][410] ([i915#14544] / [i915#8562])
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-8/igt@gem_create@create-ext-set-pat.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_sseu@invalid-args:
- shard-rkl: [SKIP][411] ([i915#14544] / [i915#280]) -> [SKIP][412] ([i915#280])
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@gem_ctx_sseu@invalid-args.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_exec_reloc@basic-gtt-wc-active:
- shard-rkl: [SKIP][413] ([i915#14544] / [i915#3281]) -> [SKIP][414] ([i915#3281]) +4 other tests skip
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-wc-active.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-8/igt@gem_exec_reloc@basic-gtt-wc-active.html
* igt@gem_exec_reloc@basic-wc-read-noreloc:
- shard-rkl: [SKIP][415] ([i915#3281]) -> [SKIP][416] ([i915#14544] / [i915#3281]) +1 other test skip
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-8/igt@gem_exec_reloc@basic-wc-read-noreloc.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@gem_exec_reloc@basic-wc-read-noreloc.html
* igt@gem_lmem_swapping@heavy-random:
- shard-rkl: [SKIP][417] ([i915#14544] / [i915#4613]) -> [SKIP][418] ([i915#4613])
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@gem_lmem_swapping@heavy-random.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_partial_pwrite_pread@writes-after-reads-snoop:
- shard-rkl: [SKIP][419] ([i915#14544] / [i915#3282]) -> [SKIP][420] ([i915#3282])
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-3/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
* igt@gen7_exec_parse@basic-rejected:
- shard-rkl: [SKIP][421] -> [SKIP][422] ([i915#14544]) +2 other tests skip
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-2/igt@gen7_exec_parse@basic-rejected.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@gen7_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@bb-start-far:
- shard-rkl: [SKIP][423] ([i915#14544] / [i915#2527]) -> [SKIP][424] ([i915#2527])
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@gen9_exec_parse@bb-start-far.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@gen9_exec_parse@bb-start-far.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: [SKIP][425] ([i915#14544] / [i915#8399]) -> [SKIP][426] ([i915#8399])
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@i915_pm_freq_api@freq-suspend.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@i915_pm_freq_api@freq-suspend.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-rkl: [SKIP][427] ([i915#14544] / [i915#5286]) -> [SKIP][428] ([i915#5286])
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-rkl: [SKIP][429] ([i915#5286]) -> [SKIP][430] ([i915#14544] / [i915#5286]) +1 other test skip
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-0:
- shard-rkl: [SKIP][431] ([i915#14544]) -> [SKIP][432] +6 other tests skip
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-3/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc:
- shard-rkl: [SKIP][433] ([i915#14098] / [i915#6095]) -> [SKIP][434] ([i915#14098] / [i915#14544] / [i915#6095]) +2 other tests skip
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-2/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-rkl: [SKIP][435] ([i915#12313] / [i915#14544]) -> [SKIP][436] ([i915#12313])
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-4/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-c-hdmi-a-2:
- shard-rkl: [SKIP][437] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][438] ([i915#14098] / [i915#6095]) +6 other tests skip
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-c-hdmi-a-2.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][439] ([i915#6095]) -> [SKIP][440] ([i915#14544] / [i915#6095]) +1 other test skip
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-7/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][441] ([i915#14544] / [i915#6095]) -> [SKIP][442] ([i915#6095]) +5 other tests skip
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-b-hdmi-a-2.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-3/igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][443] ([i915#12805] / [i915#14544]) -> [SKIP][444] ([i915#12805])
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][445] ([i915#12313]) -> [SKIP][446] ([i915#12313] / [i915#14544]) +1 other test skip
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs:
- shard-dg1: [SKIP][447] ([i915#6095]) -> [SKIP][448] ([i915#4423] / [i915#6095]) +1 other test skip
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg1-17/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-12/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs:
- shard-dg1: [SKIP][449] ([i915#4423] / [i915#6095]) -> [SKIP][450] ([i915#6095])
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg1-17/igt@kms_ccs@random-ccs-data-yf-tiled-ccs.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-13/igt@kms_ccs@random-ccs-data-yf-tiled-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-rkl: [SKIP][451] ([i915#14544] / [i915#3742]) -> [SKIP][452] ([i915#3742])
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_cdclk@mode-transition-all-outputs.html
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_chamelium_edid@hdmi-edid-read:
- shard-rkl: [SKIP][453] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][454] ([i915#11151] / [i915#7828]) +2 other tests skip
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_chamelium_edid@hdmi-edid-read.html
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_chamelium_edid@hdmi-edid-read.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-rkl: [SKIP][455] ([i915#11151] / [i915#7828]) -> [SKIP][456] ([i915#11151] / [i915#14544] / [i915#7828]) +1 other test skip
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-8/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-dg2: [FAIL][457] ([i915#7173]) -> [SKIP][458] ([i915#15865])
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg2-10/igt@kms_content_protection@atomic-hdcp14.html
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-5/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-rkl: [SKIP][459] ([i915#14544] / [i915#15865]) -> [SKIP][460] ([i915#15865]) +2 other tests skip
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_content_protection@legacy-hdcp14.html
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_content_protection@legacy-hdcp14.html
- shard-dg1: [SKIP][461] ([i915#15865]) -> [SKIP][462] ([i915#15865] / [i915#4423])
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg1-15/igt@kms_content_protection@legacy-hdcp14.html
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-18/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2: [SKIP][463] ([i915#13049] / [i915#3359]) -> [SKIP][464] ([i915#13049])
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg2-10/igt@kms_cursor_crc@cursor-random-512x512.html
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-8/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: [SKIP][465] ([i915#14544] / [i915#3555]) -> [SKIP][466] ([i915#3555]) +2 other tests skip
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-rkl: [SKIP][467] ([i915#3555]) -> [SKIP][468] ([i915#14544] / [i915#3555])
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-max-size.html
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: [SKIP][469] ([i915#14544] / [i915#9723]) -> [SKIP][470] ([i915#9723]) +1 other test skip
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_feature_discovery@dp-mst:
- shard-rkl: [SKIP][471] ([i915#14544] / [i915#9337]) -> [SKIP][472] ([i915#9337])
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_feature_discovery@dp-mst.html
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset:
- shard-rkl: [SKIP][473] ([i915#14544] / [i915#9934]) -> [SKIP][474] ([i915#9934]) +2 other tests skip
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip@2x-flip-vs-rmfb-interruptible:
- shard-rkl: [SKIP][475] ([i915#9934]) -> [SKIP][476] ([i915#14544] / [i915#9934])
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-4/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html
* igt@kms_flip@flip-vs-suspend:
- shard-glk: [INCOMPLETE][477] ([i915#12314] / [i915#12745] / [i915#4839] / [i915#6113]) -> [INCOMPLETE][478] ([i915#12745] / [i915#4839] / [i915#6113])
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-glk5/igt@kms_flip@flip-vs-suspend.html
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk2/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend@a-hdmi-a1:
- shard-glk: [INCOMPLETE][479] ([i915#12314] / [i915#12745] / [i915#6113]) -> [INCOMPLETE][480] ([i915#12745] / [i915#6113])
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-glk5/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-glk2/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-mtlp: [SKIP][481] -> [SKIP][482] ([i915#15672])
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-mtlp-3/igt@kms_force_connector_basic@force-load-detect.html
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-mtlp-1/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][483] ([i915#1825]) -> [SKIP][484] ([i915#14544] / [i915#1825]) +4 other tests skip
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-cpu:
- shard-dg2: [SKIP][485] ([i915#15102] / [i915#3458]) -> [SKIP][486] ([i915#10433] / [i915#15102] / [i915#3458]) +1 other test skip
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-cpu.html
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt:
- shard-rkl: [SKIP][487] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][488] ([i915#15102] / [i915#3023]) +4 other tests skip
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt.html
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render:
- shard-dg2: [SKIP][489] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][490] ([i915#15102] / [i915#3458]) +4 other tests skip
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-pwrite:
- shard-rkl: [SKIP][491] ([i915#14544] / [i915#15102]) -> [SKIP][492] ([i915#15102])
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-pwrite.html
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
- shard-rkl: [SKIP][493] ([i915#15102] / [i915#3023]) -> [SKIP][494] ([i915#14544] / [i915#15102] / [i915#3023]) +4 other tests skip
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-move:
- shard-rkl: [SKIP][495] ([i915#14544] / [i915#1825]) -> [SKIP][496] ([i915#1825]) +5 other tests skip
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-move.html
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-move.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-rkl: [INCOMPLETE][497] ([i915#15436]) -> [SKIP][498] ([i915#3555] / [i915#8228])
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_hdr@bpc-switch-suspend.html
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-4/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@static-toggle-suspend:
- shard-rkl: [SKIP][499] ([i915#3555] / [i915#8228]) -> [INCOMPLETE][500] ([i915#15436])
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-8/igt@kms_hdr@static-toggle-suspend.html
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_plane@pixel-format-4-tiled-modifier-source-clamping:
- shard-rkl: [SKIP][501] ([i915#14544] / [i915#15709]) -> [SKIP][502] ([i915#15709])
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-modifier-source-clamping.html
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-4/igt@kms_plane@pixel-format-4-tiled-modifier-source-clamping.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-rkl: [SKIP][503] ([i915#13958]) -> [SKIP][504] ([i915#13958] / [i915#14544])
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-8/igt@kms_plane_multiple@2x-tiling-4.html
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: [SKIP][505] ([i915#15128]) -> [SKIP][506] ([i915#15739])
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-tglu-6/igt@kms_pm_dc@dc9-dpms.html
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-tglu-2/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg1: [SKIP][507] ([i915#3828]) -> [SKIP][508] ([i915#9340])
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg1-14/igt@kms_pm_lpsp@kms-lpsp.html
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-17/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: [SKIP][509] ([i915#14544] / [i915#15073]) -> [SKIP][510] ([i915#15073])
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp-stress.html
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-dg1: [SKIP][511] ([i915#11520] / [i915#4423]) -> [SKIP][512] ([i915#11520])
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-dg1-13/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-dg1-17/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-rkl: [SKIP][513] ([i915#11520] / [i915#14544]) -> [SKIP][514] ([i915#11520]) +3 other tests skip
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr@fbc-pr-suspend:
- shard-rkl: [SKIP][515] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][516] ([i915#1072] / [i915#9732]) +5 other tests skip
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_psr@fbc-pr-suspend.html
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@kms_psr@fbc-pr-suspend.html
* igt@kms_psr@fbc-psr-basic:
- shard-rkl: [SKIP][517] ([i915#1072] / [i915#9732]) -> [SKIP][518] ([i915#1072] / [i915#14544] / [i915#9732]) +5 other tests skip
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-7/igt@kms_psr@fbc-psr-basic.html
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-6/igt@kms_psr@fbc-psr-basic.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-rkl: [SKIP][519] ([i915#14544] / [i915#9906]) -> [SKIP][520] ([i915#9906])
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-vrr.html
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-8/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@sriov_basic@enable-vfs-bind-unbind-each:
- shard-rkl: [SKIP][521] ([i915#14544] / [i915#9917]) -> [SKIP][522] ([i915#9917])
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18311/shard-rkl-6/igt@sriov_basic@enable-vfs-bind-unbind-each.html
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/shard-rkl-2/igt@sriov_basic@enable-vfs-bind-unbind-each.html
[i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
[i915#10056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056
[i915#10226]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10226
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11614]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614
[i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965
[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#12469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12469
[i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12761]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12761
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008
[i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
[i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029
[i915#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#13196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13196
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688
[i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707
[i915#13729]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13729
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13790]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13790
[i915#13821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13821
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118
[i915#14152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14152
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545
[i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
[i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
[i915#15104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15104
[i915#15106]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15106
[i915#15128]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15128
[i915#15131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15131
[i915#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243
[i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
[i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
[i915#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[i915#15436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15436
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459
[i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460
[i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[i915#15608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15608
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15662]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15662
[i915#15672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15672
[i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
[i915#15725]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15725
[i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
[i915#15739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15739
[i915#15752]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15752
[i915#15762]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15762
[i915#15865]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15865
[i915#15867]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15867
[i915#15912]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15912
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#2065]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2065
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2681
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323
[i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#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#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#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854
[i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[i915#4958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4958
[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#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245
[i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173
[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#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808
[i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821
[i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100
[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#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9833]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9833
[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_8852 -> IGTPW_14961
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_18311: 645a9910880f44919269478accf620dd33cb2656 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14961: 14961
IGT_8852: 8852
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14961/index.html
[-- Attachment #2: Type: text/html, Size: 174071 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-04-11 9:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-10 8:10 [PATCH i-g-t 1/1] lib/xe/xe_eudebug: Remove unnecessary debug message Jan Sokolowski
2026-04-10 11:28 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/1] " Patchwork
2026-04-10 11:46 ` ✓ i915.CI.BAT: " Patchwork
2026-04-10 12:04 ` [PATCH i-g-t 1/1] " Piatkowski, Dominik Karol
2026-04-10 18:22 ` ✓ Xe.CI.FULL: success for series starting with [i-g-t,1/1] " Patchwork
2026-04-11 9:56 ` ✓ i915.CI.Full: " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox