* [PATCH i-g-t 1/2] lib/xe/xe_spin: initialize ticks_delta to ~0u
2026-07-28 10:26 [PATCH i-g-t 0/2] gem_wsim: fix batch premature completion Marcin Bernatowicz
@ 2026-07-28 10:26 ` Marcin Bernatowicz
2026-07-28 10:26 ` [PATCH i-g-t 2/2] benchmarks/gem_wsim: re-arm ticks_delta before batch submission Marcin Bernatowicz
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Marcin Bernatowicz @ 2026-07-28 10:26 UTC (permalink / raw)
To: igt-dev; +Cc: adam.miszczak, kamil.konieczny, lukasz.laguna, Marcin Bernatowicz
Initialize ticks_delta to ~0u instead of 0. This value does not satisfy
the COND_BBE exit condition and prevents false batch termination.
Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
Cc: Adam Miszczak <adam.miszczak@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Lukasz Laguna <lukasz.laguna@intel.com>
---
lib/xe/xe_spin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/xe/xe_spin.c b/lib/xe/xe_spin.c
index 874310789..331bed1d2 100644
--- a/lib/xe/xe_spin.c
+++ b/lib/xe/xe_spin.c
@@ -60,7 +60,7 @@ void xe_spin_init(struct xe_spin *spin, struct xe_spin_opts *opts)
spin->start = 0;
spin->end = 0xffffffff;
spin->wait_cond = 0;
- spin->ticks_delta = 0;
+ spin->ticks_delta = ~0u;
if (opts->ctx_ticks) {
/* store start timestamp */
--
2.43.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* [PATCH i-g-t 2/2] benchmarks/gem_wsim: re-arm ticks_delta before batch submission
2026-07-28 10:26 [PATCH i-g-t 0/2] gem_wsim: fix batch premature completion Marcin Bernatowicz
2026-07-28 10:26 ` [PATCH i-g-t 1/2] lib/xe/xe_spin: initialize ticks_delta to ~0u Marcin Bernatowicz
@ 2026-07-28 10:26 ` Marcin Bernatowicz
2026-07-28 11:53 ` ✓ Xe.CI.BAT: success for gem_wsim: fix batch premature completion Patchwork
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Marcin Bernatowicz @ 2026-07-28 10:26 UTC (permalink / raw)
To: igt-dev; +Cc: adam.miszczak, kamil.konieczny, lukasz.laguna, Marcin Bernatowicz
Write ~0u to ticks_delta for fixed-duration batches before submit.
~0u is a safe value for potential stale cache data from previous batches.
Fixes observed verification failure under looped runs:
gem_wsim -w "1.RCS.5000.0.0,1.BCS.5000.0.0,1.CCS.5000.0.1,1.VCS.5000.0.0" -V -r 4000
CRITICAL: Failed assertion: w->duration.requested_ticks <= ~w->xe.data->spin.ticks_delta
CRITICAL: error: 96000 > 2
Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
Cc: Adam Miszczak <adam.miszczak@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Lukasz Laguna <lukasz.laguna@intel.com>
---
benchmarks/gem_wsim.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/benchmarks/gem_wsim.c b/benchmarks/gem_wsim.c
index 8be44d0c8..a66fd07d4 100644
--- a/benchmarks/gem_wsim.c
+++ b/benchmarks/gem_wsim.c
@@ -2663,7 +2663,11 @@ static void do_xe_exec(struct workload *wrk, struct w_step *w)
.addr = w->xe.exec.address,
.preempt = (w->preempt_us > 0),
.ctx_ticks = w->duration.requested_ticks);
+ } else if (!w->duration.unbound) {
+ /* Reset sentinel for fixed-duration to prevent stale reads */
+ w->xe.data->spin.ticks_delta = ~0u;
}
+
xe_exec(fd, &w->xe.exec);
}
--
2.43.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* ✓ Xe.CI.BAT: success for gem_wsim: fix batch premature completion
2026-07-28 10:26 [PATCH i-g-t 0/2] gem_wsim: fix batch premature completion Marcin Bernatowicz
2026-07-28 10:26 ` [PATCH i-g-t 1/2] lib/xe/xe_spin: initialize ticks_delta to ~0u Marcin Bernatowicz
2026-07-28 10:26 ` [PATCH i-g-t 2/2] benchmarks/gem_wsim: re-arm ticks_delta before batch submission Marcin Bernatowicz
@ 2026-07-28 11:53 ` Patchwork
2026-07-28 12:07 ` ✓ i915.CI.BAT: " Patchwork
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-07-28 11:53 UTC (permalink / raw)
To: Marcin Bernatowicz; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 4911 bytes --]
== Series Details ==
Series: gem_wsim: fix batch premature completion
URL : https://patchwork.freedesktop.org/series/171174/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_9027_BAT -> XEIGTPW_15601_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (12 -> 13)
------------------------------
Additional (1): bat-bmg-2
Known issues
------------
Here are the changes found in XEIGTPW_15601_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@fbdev@write:
- bat-bmg-2: NOTRUN -> [SKIP][1] ([Intel XE#2134]) +4 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/bat-bmg-2/igt@fbdev@write.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-bmg-2: NOTRUN -> [SKIP][2] ([Intel XE#2233])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/bat-bmg-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-legacy:
- bat-bmg-2: NOTRUN -> [SKIP][3] ([Intel XE#2489] / [Intel XE#3419]) +13 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/bat-bmg-2/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html
* igt@kms_flip@basic-flip-vs-modeset:
- bat-bmg-2: NOTRUN -> [SKIP][4] ([Intel XE#2482]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/bat-bmg-2/igt@kms_flip@basic-flip-vs-modeset.html
* igt@kms_frontbuffer_tracking@basic:
- bat-bmg-2: NOTRUN -> [SKIP][5] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/bat-bmg-2/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_psr@psr-sprite-plane-onoff:
- bat-bmg-2: NOTRUN -> [SKIP][6] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/bat-bmg-2/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@xe_exec_multi_queue@priority:
- bat-bmg-2: NOTRUN -> [SKIP][7] ([Intel XE#8364]) +13 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/bat-bmg-2/igt@xe_exec_multi_queue@priority.html
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- bat-bmg-2: NOTRUN -> [SKIP][8] ([Intel XE#2229])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_pat@pat-index-xehpc:
- bat-bmg-2: NOTRUN -> [SKIP][9] ([Intel XE#1420] / [Intel XE#7590])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/bat-bmg-2/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelp:
- bat-bmg-2: NOTRUN -> [SKIP][10] ([Intel XE#2245] / [Intel XE#7590])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/bat-bmg-2/igt@xe_pat@pat-index-xelp.html
* igt@xe_pat@pat-index-xelpg:
- bat-bmg-2: NOTRUN -> [SKIP][11] ([Intel XE#2236] / [Intel XE#7590])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/bat-bmg-2/igt@xe_pat@pat-index-xelpg.html
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245
[Intel XE#2434]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2434
[Intel XE#2482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2482
[Intel XE#2489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2489
[Intel XE#2548]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2548
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#3419]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3419
[Intel XE#6314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6314
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#8364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8364
Build changes
-------------
* IGT: IGT_9027 -> IGTPW_15601
* Linux: xe-5484-3cbfb56ee0481aaabc9369045a4b120a20dfccc4 -> xe-5491-28e3f47d47a61b5e28e7566944479e9c9715d41d
IGTPW_15601: 15601
IGT_9027: 9027
xe-5484-3cbfb56ee0481aaabc9369045a4b120a20dfccc4: 3cbfb56ee0481aaabc9369045a4b120a20dfccc4
xe-5491-28e3f47d47a61b5e28e7566944479e9c9715d41d: 28e3f47d47a61b5e28e7566944479e9c9715d41d
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/index.html
[-- Attachment #2: Type: text/html, Size: 5834 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* ✓ i915.CI.BAT: success for gem_wsim: fix batch premature completion
2026-07-28 10:26 [PATCH i-g-t 0/2] gem_wsim: fix batch premature completion Marcin Bernatowicz
` (2 preceding siblings ...)
2026-07-28 11:53 ` ✓ Xe.CI.BAT: success for gem_wsim: fix batch premature completion Patchwork
@ 2026-07-28 12:07 ` Patchwork
2026-07-28 15:18 ` ✓ Xe.CI.FULL: " Patchwork
2026-07-28 15:45 ` ✗ i915.CI.Full: failure " Patchwork
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-07-28 12:07 UTC (permalink / raw)
To: Marcin Bernatowicz; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1067 bytes --]
== Series Details ==
Series: gem_wsim: fix batch premature completion
URL : https://patchwork.freedesktop.org/series/171174/
State : success
== Summary ==
CI Bug Log - changes from IGT_9027 -> IGTPW_15601
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/index.html
Participating hosts (41 -> 37)
------------------------------
Missing (4): bat-dg2-13 bat-arls-6 fi-snb-2520m fi-pnv-d510
Changes
-------
No changes found
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_9027 -> IGTPW_15601
* Linux: CI_DRM_18902 -> CI_DRM_18910
CI-20190529: 20190529
CI_DRM_18902: 3cbfb56ee0481aaabc9369045a4b120a20dfccc4 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_18910: d6eac0e9ec8128a0ae16cd8c06b9220a4a185f15 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15601: 15601
IGT_9027: 9027
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/index.html
[-- Attachment #2: Type: text/html, Size: 1647 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* ✓ Xe.CI.FULL: success for gem_wsim: fix batch premature completion
2026-07-28 10:26 [PATCH i-g-t 0/2] gem_wsim: fix batch premature completion Marcin Bernatowicz
` (3 preceding siblings ...)
2026-07-28 12:07 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-07-28 15:18 ` Patchwork
2026-07-28 15:45 ` ✗ i915.CI.Full: failure " Patchwork
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-07-28 15:18 UTC (permalink / raw)
To: Marcin Bernatowicz; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 98246 bytes --]
== Series Details ==
Series: gem_wsim: fix batch premature completion
URL : https://patchwork.freedesktop.org/series/171174/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_9027_FULL -> XEIGTPW_15601_FULL
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_15601_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@intel_hwmon@hwmon-read:
- shard-lnl: NOTRUN -> [SKIP][1] ([Intel XE#1125] / [Intel XE#7312]) +1 other test skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@intel_hwmon@hwmon-read.html
* igt@kms_3d@basic:
- shard-lnl: NOTRUN -> [SKIP][2] ([Intel XE#6011])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@kms_3d@basic.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-lnl: NOTRUN -> [SKIP][3] ([Intel XE#3157])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-lnl: NOTRUN -> [SKIP][4] ([Intel XE#3279]) +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#2370])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-lnl: NOTRUN -> [SKIP][6] ([Intel XE#3658] / [Intel XE#7360]) +2 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@linear-32bpp-rotate-90:
- shard-lnl: NOTRUN -> [SKIP][7] ([Intel XE#1407]) +18 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_big_fb@linear-32bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#7059] / [Intel XE#7085]) +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#7059] / [Intel XE#7085]) +1 other test skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2327]) +12 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-3/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-0:
- shard-lnl: NOTRUN -> [SKIP][11] ([Intel XE#1124]) +45 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#1124]) +34 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#1467] / [Intel XE#7367])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_big_fb@yf-tiled-addfb.html
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2328] / [Intel XE#7367])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#1428] / [Intel XE#7387])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#610] / [Intel XE#7387])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-9/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_bw@connected-linear-tiling-2-displays-target-2560x1440p:
- shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#7679]) +2 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@kms_bw@connected-linear-tiling-2-displays-target-2560x1440p.html
* igt@kms_bw@connected-linear-tiling-4-displays-target-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#8365]) +6 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@kms_bw@connected-linear-tiling-4-displays-target-2160x1440p.html
* igt@kms_bw@connected-linear-tiling-4-displays-target-3840x2160p:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#7679]) +3 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@kms_bw@connected-linear-tiling-4-displays-target-3840x2160p.html
* igt@kms_bw@linear-tiling-1-displays-target-2560x1440p:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#367]) +12 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@kms_bw@linear-tiling-1-displays-target-2560x1440p.html
* igt@kms_bw@linear-tiling-2-displays-target-2560x1440p:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#367]) +7 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_bw@linear-tiling-2-displays-target-2560x1440p.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#2887]) +58 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-c-dp-2:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#2652]) +8 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-c-dp-2.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs@pipe-c-edp-1:
- shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#2669] / [Intel XE#7389]) +19 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs@pipe-c-edp-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-bmg: NOTRUN -> [INCOMPLETE][25] ([Intel XE#7084] / [Intel XE#8150]) +1 other test incomplete
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#2669] / [Intel XE#3433] / [Intel XE#7389]) +3 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#3432]) +5 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#3432]) +7 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#2887]) +52 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#7008])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@plane-scaling:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#4416] / [Intel XE#7381]) +3 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_audio@dp-audio-after-suspend:
- shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#2252]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@kms_chamelium_audio@dp-audio-after-suspend.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#306] / [Intel XE#7358]) +7 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_color@ctm-negative:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#2325] / [Intel XE#7358]) +5 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@kms_chamelium_color@ctm-negative.html
* igt@kms_chamelium_color_pipeline@plane-lut1d:
- shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#7358]) +6 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@kms_chamelium_color_pipeline@plane-lut1d.html
* igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#7358]) +4 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d.html
* igt@kms_chamelium_frames@hdmi-aspect-ratio:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#2252]) +24 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
* igt@kms_chamelium_hpd@dp-hpd:
- shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#373]) +27 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_chamelium_hpd@dp-hpd.html
* igt@kms_chamelium_sharpness_filter@filter-basic:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#6507])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@kms_chamelium_sharpness_filter@filter-basic.html
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#6507])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_chamelium_sharpness_filter@filter-basic.html
* igt@kms_content_protection@atomic-dpms-hdcp14@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][41] ([Intel XE#3304] / [Intel XE#7374]) +1 other test fail
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_content_protection@atomic-dpms-hdcp14@pipe-a-dp-2.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#6974]) +2 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-0-suspend-resume:
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#6974]) +2 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#307] / [Intel XE#6974]) +3 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@kms_content_protection@dp-mst-type-1.html
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2390] / [Intel XE#6974]) +2 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][46] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +9 other tests fail
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-9/igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2.html
* igt@kms_content_protection@mei-interface:
- shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#1468] / [Intel XE#7396])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@kms_content_protection@mei-interface.html
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#7642])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@uevent:
- shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#7642]) +8 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_content_protection@uevent.html
* igt@kms_content_protection@uevent-hdcp14:
- shard-bmg: NOTRUN -> [FAIL][50] ([Intel XE#6707] / [Intel XE#7439]) +3 other tests fail
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-1/igt@kms_content_protection@uevent-hdcp14.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#2320]) +14 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-3/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#1424]) +19 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-lnl: NOTRUN -> [SKIP][53] ([Intel XE#2321] / [Intel XE#7355]) +5 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@kms_cursor_crc@cursor-sliding-512x512.html
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2321] / [Intel XE#7355]) +5 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#309] / [Intel XE#7343]) +20 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#323] / [Intel XE#6035]) +2 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#2286] / [Intel XE#6035]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#1508])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#4210] / [Intel XE#7467])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-9/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#1508]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#4302])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#1340] / [Intel XE#7435])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-lnl: NOTRUN -> [SKIP][63] ([Intel XE#4354] / [Intel XE#5882])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@kms_dp_link_training@non-uhbr-mst.html
- shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#4354] / [Intel XE#5882])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-lnl: NOTRUN -> [SKIP][65] ([Intel XE#4354] / [Intel XE#7450])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#4354] / [Intel XE#7386])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_dp_link_training@uhbr-mst.html
- shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#4354] / [Intel XE#7386])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-2/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-lnl: NOTRUN -> [SKIP][68] ([Intel XE#4354] / [Intel XE#5870])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@kms_dp_link_training@uhbr-sst.html
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#4354] / [Intel XE#5870])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc-bigjoiner:
- shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#8265]) +11 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-3/igt@kms_dsc@dsc-fractional-bpp-with-bpc-bigjoiner.html
* igt@kms_dsc@dsc-with-output-formats-bigjoiner:
- shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#8265]) +15 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@kms_dsc@dsc-with-output-formats-bigjoiner.html
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area:
- shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#4422] / [Intel XE#7442])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html
* igt@kms_fbcon_fbt@fbc:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#4156] / [Intel XE#7425])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@kms_fbcon_fbt@fbc.html
* igt@kms_feature_discovery@chamelium:
- shard-bmg: NOTRUN -> [SKIP][74] ([Intel XE#2372] / [Intel XE#7359])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@kms_feature_discovery@chamelium.html
- shard-lnl: NOTRUN -> [SKIP][75] ([Intel XE#701] / [Intel XE#7359])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-2x:
- shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#702] / [Intel XE#7344])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-3x:
- shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#703] / [Intel XE#7448])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_feature_discovery@display-3x.html
- shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#2373] / [Intel XE#7448])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#1138] / [Intel XE#7344])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_feature_discovery@display-4x.html
- shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#1138] / [Intel XE#7344])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dsc:
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#8586])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_feature_discovery@dsc.html
* igt@kms_feature_discovery@psr1:
- shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#2374] / [Intel XE#6127])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@kms_feature_discovery@psr1.html
* igt@kms_feature_discovery@psr2:
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#2374] / [Intel XE#6128])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@kms_feature_discovery@psr2.html
* igt@kms_feature_discovery@vrr:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#8586])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-3/igt@kms_feature_discovery@vrr.html
* igt@kms_flip@2x-plain-flip:
- shard-lnl: NOTRUN -> [SKIP][85] ([Intel XE#1421]) +30 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@flip-vs-absolute-wf_vblank:
- shard-bmg: [PASS][86] -> [FAIL][87] ([Intel XE#3149] / [Intel XE#6266]) +1 other test fail
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-9/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_flip@flip-vs-absolute-wf_vblank.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-lnl: NOTRUN -> [FAIL][88] ([Intel XE#301]) +1 other test fail
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-32bpp-linear-reflect-x:
- shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#7179]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-32bpp-linear-reflect-x.html
- shard-bmg: NOTRUN -> [SKIP][90] ([Intel XE#7179])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-32bpp-linear-reflect-x.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling:
- shard-lnl: NOTRUN -> [SKIP][91] ([Intel XE#1397] / [Intel XE#1745] / [Intel XE#7385]) +5 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#1397] / [Intel XE#7385]) +5 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#7178] / [Intel XE#7349]) +1 other test skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
- shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#7178] / [Intel XE#7349])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#7178] / [Intel XE#7351]) +16 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#7178] / [Intel XE#7351]) +13 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-lnl: NOTRUN -> [SKIP][97] ([Intel XE#352]) +2 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@drrshdr-abgr161616f-draw-render:
- shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#7061]) +21 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@kms_frontbuffer_tracking@drrshdr-abgr161616f-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#4141]) +51 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#2352] / [Intel XE#7399])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][101] ([Intel XE#6312]) +65 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][102] ([Intel XE#2311]) +203 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-abgr161616f-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][103] ([Intel XE#7061] / [Intel XE#7356]) +20 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcdrrs-abgr161616f-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-render:
- shard-bmg: NOTRUN -> [SKIP][104] ([Intel XE#7061] / [Intel XE#7356]) +18 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#6312] / [Intel XE#651]) +48 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#1469] / [Intel XE#7399]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-scndscrn-cur-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#7905]) +198 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbchdr-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][108] ([Intel XE#7399])
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@kms_frontbuffer_tracking@fbchdr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][109] ([Intel XE#656] / [Intel XE#7905]) +162 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-pri-indfb-multidraw:
- shard-bmg: NOTRUN -> [SKIP][110] ([Intel XE#2313]) +203 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@kms_frontbuffer_tracking@psrhdr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-indfb-plflip-blt:
- shard-lnl: NOTRUN -> [SKIP][111] ([Intel XE#7865]) +117 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psrhdr-abgr161616f-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][112] ([Intel XE#7061]) +20 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-9/igt@kms_frontbuffer_tracking@psrhdr-abgr161616f-draw-blt.html
* igt@kms_hdmi_inject@inject-4k:
- shard-lnl: NOTRUN -> [SKIP][113] ([Intel XE#1470])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@kms_hdmi_inject@inject-4k.html
* igt@kms_hdmi_inject@inject-audio:
- shard-lnl: NOTRUN -> [SKIP][114] ([Intel XE#1470] / [Intel XE#2853])
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@brightness-with-hdr:
- shard-lnl: NOTRUN -> [SKIP][115] ([Intel XE#3374] / [Intel XE#3544])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_hdr@brightness-with-hdr.html
- shard-bmg: NOTRUN -> [SKIP][116] ([Intel XE#3544])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: NOTRUN -> [SKIP][117] ([Intel XE#1503])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-lnl: NOTRUN -> [SKIP][118] ([Intel XE#1503]) +3 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_joiner@basic-big-joiner:
- shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#6901]) +1 other test skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_joiner@basic-big-joiner.html
- shard-bmg: NOTRUN -> [SKIP][120] ([Intel XE#6901]) +1 other test skip
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-3/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-lnl: NOTRUN -> [SKIP][121] ([Intel XE#7086] / [Intel XE#7390])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][122] ([Intel XE#6911] / [Intel XE#7466])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-2/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-lnl: NOTRUN -> [SKIP][123] ([Intel XE#4298] / [Intel XE#5873])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-lnl: NOTRUN -> [SKIP][124] ([Intel XE#6900] / [Intel XE#7362]) +1 other test skip
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][125] ([Intel XE#4090] / [Intel XE#7443])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
- shard-lnl: NOTRUN -> [SKIP][126] ([Intel XE#7173] / [Intel XE#7294])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_mst@mst-suspend-read-crc:
- shard-lnl: NOTRUN -> [SKIP][127] ([Intel XE#8348])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_mst@mst-suspend-read-crc.html
- shard-bmg: NOTRUN -> [SKIP][128] ([Intel XE#8348])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@kms_mst@mst-suspend-read-crc.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-bmg: NOTRUN -> [SKIP][129] ([Intel XE#7591])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-lnl: NOTRUN -> [SKIP][130] ([Intel XE#7591])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-bmg: NOTRUN -> [SKIP][131] ([Intel XE#2486])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_stress@stress-xrgb8888-yftiled:
- shard-lnl: NOTRUN -> [SKIP][132] ([Intel XE#6912] / [Intel XE#7375])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
* igt@kms_pipe_stress@stress-xrgb8888-ytiled:
- shard-bmg: NOTRUN -> [SKIP][133] ([Intel XE#4329] / [Intel XE#6912] / [Intel XE#7375])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-3/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
- shard-lnl: NOTRUN -> [SKIP][134] ([Intel XE#4329] / [Intel XE#6912] / [Intel XE#7375])
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
* igt@kms_plane@pixel-format-4-tiled-modifier@pipe-a-plane-5:
- shard-lnl: NOTRUN -> [SKIP][135] ([Intel XE#8303]) +5 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@kms_plane@pixel-format-4-tiled-modifier@pipe-a-plane-5.html
* igt@kms_plane@pixel-format-4-tiled-modifier@pipe-b-plane-5:
- shard-bmg: NOTRUN -> [SKIP][136] ([Intel XE#8303]) +3 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@kms_plane@pixel-format-4-tiled-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier:
- shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#7283]) +15 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][138] ([Intel XE#7283]) +14 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-9/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
* igt@kms_plane_lowres@tiling-x@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][139] ([Intel XE#599] / [Intel XE#7382]) +7 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_plane_lowres@tiling-x@pipe-b-edp-1.html
* igt@kms_plane_multiple@2x-tiling-y:
- shard-lnl: NOTRUN -> [SKIP][140] ([Intel XE#4596] / [Intel XE#5854]) +2 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_plane_multiple@2x-tiling-y.html
- shard-bmg: NOTRUN -> [SKIP][141] ([Intel XE#5021] / [Intel XE#7377])
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@kms_plane_multiple@2x-tiling-y.html
* igt@kms_plane_multiple@tiling-y:
- shard-lnl: NOTRUN -> [SKIP][142] ([Intel XE#5020] / [Intel XE#7348])
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@kms_plane_multiple@tiling-y.html
- shard-bmg: NOTRUN -> [SKIP][143] ([Intel XE#5020] / [Intel XE#7348])
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-3/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-lnl: NOTRUN -> [SKIP][144] ([Intel XE#3307])
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a:
- shard-lnl: NOTRUN -> [SKIP][145] ([Intel XE#2763] / [Intel XE#6886]) +27 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
- shard-bmg: NOTRUN -> [SKIP][146] ([Intel XE#2763] / [Intel XE#6886]) +24 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
* igt@kms_pm_backlight@bad-brightness:
- shard-bmg: NOTRUN -> [SKIP][147] ([Intel XE#7376] / [Intel XE#7760] / [Intel XE#870]) +2 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-bmg: NOTRUN -> [SKIP][148] ([Intel XE#2938] / [Intel XE#7376] / [Intel XE#7760])
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_dc@dc3co-vpb-framegap:
- shard-lnl: NOTRUN -> [SKIP][149] ([Intel XE#8395] / [Intel XE#8396]) +7 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_pm_dc@dc3co-vpb-framegap.html
* igt@kms_pm_dc@dc3co-vpb-framegap@psr2-xrgb8888:
- shard-lnl: NOTRUN -> [SKIP][150] ([Intel XE#8396]) +7 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_pm_dc@dc3co-vpb-framegap@psr2-xrgb8888.html
* igt@kms_pm_dc@dc3co-vpb-simulation@pr-xrgb8888:
- shard-bmg: NOTRUN -> [SKIP][151] ([Intel XE#8395] / [Intel XE#8396]) +5 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@kms_pm_dc@dc3co-vpb-simulation@pr-xrgb8888.html
* igt@kms_pm_dc@dc3co-vpb-simulation@psr2-xrgb8888:
- shard-bmg: NOTRUN -> [SKIP][152] ([Intel XE#8396]) +5 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@kms_pm_dc@dc3co-vpb-simulation@psr2-xrgb8888.html
* igt@kms_pm_dc@dc5-dpms-negative:
- shard-lnl: NOTRUN -> [SKIP][153] ([Intel XE#1131])
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@kms_pm_dc@dc5-dpms-negative.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-lnl: NOTRUN -> [SKIP][154] ([Intel XE#3309] / [Intel XE#7368])
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-psr:
- shard-bmg: NOTRUN -> [SKIP][155] ([Intel XE#7794])
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-bmg: NOTRUN -> [SKIP][156] ([Intel XE#1439] / [Intel XE#7402] / [Intel XE#836])
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-bmg: NOTRUN -> [SKIP][157] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#7383] / [Intel XE#836])
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-lnl: NOTRUN -> [SKIP][158] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#7383]) +2 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][159] ([Intel XE#4608] / [Intel XE#7304]) +7 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [SKIP][160] ([Intel XE#4608]) +7 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
- shard-lnl: NOTRUN -> [SKIP][161] ([Intel XE#2893] / [Intel XE#4608] / [Intel XE#7304]) +7 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf:
- shard-lnl: NOTRUN -> [SKIP][162] ([Intel XE#2893] / [Intel XE#7304]) +16 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][163] ([Intel XE#1489]) +29 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-lnl: NOTRUN -> [SKIP][164] ([Intel XE#1128] / [Intel XE#7413]) +2 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-bmg: NOTRUN -> [SKIP][165] ([Intel XE#2387] / [Intel XE#7429]) +2 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr2-no-drrs@edp-1:
- shard-lnl: NOTRUN -> [SKIP][166] ([Intel XE#1406] / [Intel XE#4609]) +7 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_psr@fbc-psr2-no-drrs@edp-1.html
* igt@kms_psr@fbc-psr2-primary-render:
- shard-lnl: NOTRUN -> [SKIP][167] ([Intel XE#1406] / [Intel XE#7345]) +7 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@kms_psr@fbc-psr2-primary-render.html
* igt@kms_psr@pr-no-drrs:
- shard-lnl: NOTRUN -> [SKIP][168] ([Intel XE#1406]) +16 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_psr@pr-no-drrs.html
* igt@kms_psr@psr2-no-drrs:
- shard-bmg: NOTRUN -> [SKIP][169] ([Intel XE#2234] / [Intel XE#2850]) +42 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_psr@psr2-no-drrs.html
* igt@kms_psr@psr2-primary-render:
- shard-bmg: NOTRUN -> [SKIP][170] ([Intel XE#2234])
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@kms_psr@psr2-primary-render.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-bmg: NOTRUN -> [SKIP][171] ([Intel XE#7795])
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-2/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-lnl: [PASS][172] -> [SKIP][173] ([Intel XE#8361])
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-lnl-5/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-lnl: NOTRUN -> [SKIP][174] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342]) +7 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-bmg: NOTRUN -> [SKIP][175] ([Intel XE#2330] / [Intel XE#5813]) +1 other test skip
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-lnl: NOTRUN -> [SKIP][176] ([Intel XE#1127] / [Intel XE#5813]) +1 other test skip
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-bmg: NOTRUN -> [SKIP][177] ([Intel XE#3904] / [Intel XE#7342]) +4 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-bmg: NOTRUN -> [SKIP][178] ([Intel XE#2413]) +2 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-9/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-bmg: NOTRUN -> [SKIP][179] ([Intel XE#1435] / [Intel XE#8695]) +1 other test skip
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-lnl: NOTRUN -> [SKIP][180] ([Intel XE#1435]) +4 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_sharpness_filter@invalid-filter-with-scaling-mode:
- shard-bmg: NOTRUN -> [SKIP][181] ([Intel XE#6503]) +5 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@kms_sharpness_filter@invalid-filter-with-scaling-mode.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-lnl: NOTRUN -> [SKIP][182] ([Intel XE#362] / [Intel XE#5848])
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
- shard-bmg: NOTRUN -> [SKIP][183] ([Intel XE#2509] / [Intel XE#7437])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_tv_load_detect@load-detect:
- shard-lnl: NOTRUN -> [SKIP][184] ([Intel XE#330] / [Intel XE#5857])
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@kms_tv_load_detect@load-detect.html
* igt@kms_vrr@lobf-dc3co:
- shard-bmg: NOTRUN -> [SKIP][185] ([Intel XE#8397])
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@kms_vrr@lobf-dc3co.html
- shard-lnl: NOTRUN -> [SKIP][186] ([Intel XE#8397])
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@kms_vrr@lobf-dc3co.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-lnl: NOTRUN -> [SKIP][187] ([Intel XE#1499])
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@kms_vrr@seamless-rr-switch-drrs.html
- shard-bmg: NOTRUN -> [SKIP][188] ([Intel XE#1499]) +4 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-lnl: NOTRUN -> [SKIP][189] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
* igt@xe_ccs@vm-bind-fault-mode-decompress:
- shard-lnl: NOTRUN -> [SKIP][190] ([Intel XE#7644]) +1 other test skip
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@xe_ccs@vm-bind-fault-mode-decompress.html
* igt@xe_compute@ccs-mode-basic:
- shard-bmg: NOTRUN -> [SKIP][191] ([Intel XE#6599]) +1 other test skip
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@xe_compute@ccs-mode-basic.html
- shard-lnl: NOTRUN -> [SKIP][192] ([Intel XE#1447] / [Intel XE#7471])
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@xe_compute@ccs-mode-basic.html
* igt@xe_compute@eu-busy-10s:
- shard-lnl: NOTRUN -> [SKIP][193] ([Intel XE#6592] / [Intel XE#6645] / [Intel XE#7391])
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@xe_compute@eu-busy-10s.html
* igt@xe_compute_preempt@compute-preempt-many-vram-evict:
- shard-lnl: NOTRUN -> [SKIP][194] ([Intel XE#5191] / [Intel XE#7316] / [Intel XE#7346]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@xe_compute_preempt@compute-preempt-many-vram-evict.html
* igt@xe_configfs@survivability-mode:
- shard-lnl: NOTRUN -> [SKIP][195] ([Intel XE#8428])
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@xe_configfs@survivability-mode.html
* igt@xe_evict@evict-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][196] ([Intel XE#6540] / [Intel XE#688]) +47 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@xe_evict@evict-large-multi-vm.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: NOTRUN -> [INCOMPLETE][197] ([Intel XE#6321] / [Intel XE#8355]) +1 other test incomplete
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-9/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-small-multi-queue-priority:
- shard-bmg: NOTRUN -> [SKIP][198] ([Intel XE#8370]) +3 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@xe_evict@evict-small-multi-queue-priority.html
* igt@xe_exec_balancer@many-parallel-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][199] ([Intel XE#7482]) +81 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@xe_exec_balancer@many-parallel-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr:
- shard-bmg: NOTRUN -> [SKIP][200] ([Intel XE#2322] / [Intel XE#7372]) +28 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html
* igt@xe_exec_basic@multigpu-no-exec-userptr:
- shard-lnl: NOTRUN -> [SKIP][201] ([Intel XE#1392]) +35 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@xe_exec_basic@multigpu-no-exec-userptr.html
* igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-prefetch:
- shard-bmg: NOTRUN -> [SKIP][202] ([Intel XE#8374]) +37 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-prefetch.html
* igt@xe_exec_fault_mode@twice-multi-queue-userptr-imm:
- shard-lnl: NOTRUN -> [SKIP][203] ([Intel XE#8374]) +52 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@xe_exec_fault_mode@twice-multi-queue-userptr-imm.html
* igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][204] ([Intel XE#8364]) +101 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-userptr-invalidate.html
* igt@xe_exec_multi_queue@many-queues-preempt-mode-userptr:
- shard-lnl: NOTRUN -> [SKIP][205] ([Intel XE#8364]) +125 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@xe_exec_multi_queue@many-queues-preempt-mode-userptr.html
* igt@xe_exec_reset@cm-multi-queue-cat-error:
- shard-bmg: NOTRUN -> [SKIP][206] ([Intel XE#8369]) +8 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@xe_exec_reset@cm-multi-queue-cat-error.html
* igt@xe_exec_reset@multi-queue-gt-reset:
- shard-lnl: NOTRUN -> [SKIP][207] ([Intel XE#8369]) +9 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@xe_exec_reset@multi-queue-gt-reset.html
* igt@xe_exec_system_allocator@many-stride-new-prefetch:
- shard-bmg: NOTRUN -> [INCOMPLETE][208] ([Intel XE#7098] / [Intel XE#8159])
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-2/igt@xe_exec_system_allocator@many-stride-new-prefetch.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-wt-multi-vma:
- shard-lnl: NOTRUN -> [SKIP][209] ([Intel XE#6196]) +1 other test skip
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-wt-multi-vma.html
* igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind:
- shard-bmg: NOTRUN -> [SKIP][210] ([Intel XE#8378]) +31 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-9/igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind.html
* igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-rebind:
- shard-lnl: NOTRUN -> [SKIP][211] ([Intel XE#8378]) +38 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-rebind.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_device_create:
- shard-bmg: [PASS][212] -> [ABORT][213] ([Intel XE#8007])
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-8/igt@xe_fault_injection@inject-fault-probe-function-xe_device_create.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-3/igt@xe_fault_injection@inject-fault-probe-function-xe_device_create.html
* igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare:
- shard-bmg: NOTRUN -> [ABORT][214] ([Intel XE#8007])
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-1/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare.html
* igt@xe_madvise@atomic-global:
- shard-lnl: NOTRUN -> [SKIP][215] ([Intel XE#7980]) +1 other test skip
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@xe_madvise@atomic-global.html
* igt@xe_media_fill@media-fill:
- shard-lnl: NOTRUN -> [SKIP][216] ([Intel XE#560] / [Intel XE#7321] / [Intel XE#7453])
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@xe_media_fill@media-fill.html
- shard-bmg: NOTRUN -> [SKIP][217] ([Intel XE#2459] / [Intel XE#2596] / [Intel XE#7321] / [Intel XE#7453])
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@xe_media_fill@media-fill.html
* igt@xe_mmap@pci-membarrier:
- shard-lnl: NOTRUN -> [SKIP][218] ([Intel XE#5100] / [Intel XE#7322] / [Intel XE#7408]) +2 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@xe_mmap@pci-membarrier.html
* igt@xe_mmap@vram:
- shard-lnl: NOTRUN -> [SKIP][219] ([Intel XE#1416])
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@xe_mmap@vram.html
* igt@xe_multigpu_svm@mgpu-atomic-op-conflict:
- shard-lnl: NOTRUN -> [SKIP][220] ([Intel XE#6964]) +11 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@xe_multigpu_svm@mgpu-atomic-op-conflict.html
* igt@xe_multigpu_svm@mgpu-pagefault-basic:
- shard-bmg: NOTRUN -> [SKIP][221] ([Intel XE#6964]) +8 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@xe_multigpu_svm@mgpu-pagefault-basic.html
* igt@xe_noexec_ping_pong@basic:
- shard-lnl: NOTRUN -> [SKIP][222] ([Intel XE#6259] / [Intel XE#7324] / [Intel XE#7406])
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@xe_noexec_ping_pong@basic.html
* igt@xe_oa@oa-tlb-invalidate:
- shard-lnl: NOTRUN -> [SKIP][223] ([Intel XE#2248] / [Intel XE#7325] / [Intel XE#7393])
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@xe_oa@oa-tlb-invalidate.html
- shard-bmg: NOTRUN -> [SKIP][224] ([Intel XE#2248] / [Intel XE#7325] / [Intel XE#7393])
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@xe_oa@oa-tlb-invalidate.html
* igt@xe_page_reclaim@basic-mixed:
- shard-bmg: NOTRUN -> [SKIP][225] ([Intel XE#7793]) +8 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@xe_page_reclaim@basic-mixed.html
* igt@xe_page_reclaim@binds-null-vma:
- shard-lnl: NOTRUN -> [SKIP][226] ([Intel XE#7793]) +10 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@xe_page_reclaim@binds-null-vma.html
* igt@xe_pat@pat-index-xehpc:
- shard-lnl: NOTRUN -> [SKIP][227] ([Intel XE#1420] / [Intel XE#2838] / [Intel XE#7590])
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-5/igt@xe_pat@pat-index-xehpc.html
- shard-bmg: NOTRUN -> [SKIP][228] ([Intel XE#1420] / [Intel XE#7590])
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelp:
- shard-lnl: NOTRUN -> [SKIP][229] ([Intel XE#7590] / [Intel XE#977])
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@xe_pat@pat-index-xelp.html
- shard-bmg: NOTRUN -> [SKIP][230] ([Intel XE#2245] / [Intel XE#7590])
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@xe_pat@pat-index-xelp.html
* igt@xe_pat@pat-index-xelpg:
- shard-lnl: NOTRUN -> [SKIP][231] ([Intel XE#7590] / [Intel XE#979])
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@xe_pat@pat-index-xelpg.html
* igt@xe_pat@pat-sw-hw-reset-compare:
- shard-lnl: NOTRUN -> [FAIL][232] ([Intel XE#7695]) +1 other test fail
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@xe_pat@pat-sw-hw-reset-compare.html
- shard-bmg: NOTRUN -> [FAIL][233] ([Intel XE#7695]) +1 other test fail
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@xe_pat@pat-sw-hw-reset-compare.html
* igt@xe_pat@xa-app-transient-media-on:
- shard-lnl: NOTRUN -> [SKIP][234] ([Intel XE#7590] / [Intel XE#7772])
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@xe_pat@xa-app-transient-media-on.html
* igt@xe_peer2peer@write:
- shard-bmg: NOTRUN -> [SKIP][235] ([Intel XE#2427] / [Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353])
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-1/igt@xe_peer2peer@write.html
- shard-lnl: NOTRUN -> [SKIP][236] ([Intel XE#1061] / [Intel XE#7326] / [Intel XE#7353])
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@xe_peer2peer@write.html
* igt@xe_pm@d3cold-basic:
- shard-lnl: NOTRUN -> [SKIP][237] ([Intel XE#2284] / [Intel XE#366] / [Intel XE#7370]) +5 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@xe_pm@d3cold-basic.html
* igt@xe_pm@d3cold-i2c:
- shard-lnl: NOTRUN -> [SKIP][238] ([Intel XE#5694] / [Intel XE#7370])
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@xe_pm@d3cold-i2c.html
- shard-bmg: NOTRUN -> [SKIP][239] ([Intel XE#5694] / [Intel XE#7370])
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@xe_pm@d3cold-i2c.html
* igt@xe_pm@d3cold-multiple-execs:
- shard-bmg: NOTRUN -> [SKIP][240] ([Intel XE#2284] / [Intel XE#7370]) +3 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@xe_pm@d3cold-multiple-execs.html
* igt@xe_pm@d3hot-i2c:
- shard-lnl: NOTRUN -> [SKIP][241] ([Intel XE#5742] / [Intel XE#7328] / [Intel XE#7400])
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@xe_pm@d3hot-i2c.html
- shard-bmg: NOTRUN -> [SKIP][242] ([Intel XE#5742] / [Intel XE#7328] / [Intel XE#7400])
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-3/igt@xe_pm@d3hot-i2c.html
* igt@xe_pm@d3hot-mmap-vram:
- shard-lnl: NOTRUN -> [SKIP][243] ([Intel XE#1948])
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@xe_pm@d3hot-mmap-vram.html
* igt@xe_pm@s3-mocs:
- shard-lnl: NOTRUN -> [SKIP][244] ([Intel XE#584] / [Intel XE#7369]) +8 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@xe_pm@s3-mocs.html
* igt@xe_pm_residency@aspm_link_residency:
- shard-lnl: NOTRUN -> [SKIP][245] ([Intel XE#7271])
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@xe_pm_residency@aspm_link_residency.html
* igt@xe_pmu@all-fn-engine-activity-load:
- shard-bmg: NOTRUN -> [FAIL][246] ([Intel XE#7992])
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-2/igt@xe_pmu@all-fn-engine-activity-load.html
* igt@xe_pmu@fn-engine-activity-sched-if-idle:
- shard-lnl: NOTRUN -> [SKIP][247] ([Intel XE#4650] / [Intel XE#7347]) +2 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@xe_pmu@fn-engine-activity-sched-if-idle.html
* igt@xe_prefetch_fault@prefetch-fault-svm:
- shard-bmg: NOTRUN -> [SKIP][248] ([Intel XE#7599])
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@xe_prefetch_fault@prefetch-fault-svm.html
- shard-lnl: NOTRUN -> [SKIP][249] ([Intel XE#7599])
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-3/igt@xe_prefetch_fault@prefetch-fault-svm.html
* igt@xe_pxp@pxp-stale-bo-bind-post-termination-irq:
- shard-bmg: NOTRUN -> [SKIP][250] ([Intel XE#4733] / [Intel XE#7417]) +8 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@xe_pxp@pxp-stale-bo-bind-post-termination-irq.html
* igt@xe_query@multigpu-query-invalid-cs-cycles:
- shard-bmg: NOTRUN -> [SKIP][251] ([Intel XE#944]) +8 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@xe_query@multigpu-query-invalid-cs-cycles.html
* igt@xe_query@multigpu-query-pxp-status:
- shard-lnl: NOTRUN -> [SKIP][252] ([Intel XE#944]) +11 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@xe_query@multigpu-query-pxp-status.html
* igt@xe_sriov_admin@bulk-exec-quantum-vfs-disabled:
- shard-lnl: NOTRUN -> [SKIP][253] ([Intel XE#7174]) +4 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@xe_sriov_admin@bulk-exec-quantum-vfs-disabled.html
* igt@xe_sriov_auto_provisioning@selfconfig-basic:
- shard-lnl: NOTRUN -> [SKIP][254] ([Intel XE#4130] / [Intel XE#7366]) +3 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@xe_sriov_auto_provisioning@selfconfig-basic.html
* igt@xe_sriov_flr@flr-basic:
- shard-lnl: NOTRUN -> [SKIP][255] ([Intel XE#7569])
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@xe_sriov_flr@flr-basic.html
* igt@xe_sriov_flr@flr-vf1-clear:
- shard-lnl: NOTRUN -> [SKIP][256] ([Intel XE#3342]) +1 other test skip
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@xe_sriov_flr@flr-vf1-clear.html
* igt@xe_sriov_flr@flr-vfs-parallel:
- shard-bmg: NOTRUN -> [FAIL][257] ([Intel XE#6569]) +1 other test fail
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@xe_sriov_flr@flr-vfs-parallel.html
- shard-lnl: NOTRUN -> [SKIP][258] ([Intel XE#4273])
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-6/igt@xe_sriov_flr@flr-vfs-parallel.html
* igt@xe_sriov_scheduling@equal-throughput-normal-priority:
- shard-lnl: NOTRUN -> [SKIP][259] ([Intel XE#8339]) +2 other tests skip
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@xe_sriov_scheduling@equal-throughput-normal-priority.html
* igt@xe_sriov_vfio@region-info:
- shard-lnl: NOTRUN -> [SKIP][260] ([Intel XE#7724]) +2 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-1/igt@xe_sriov_vfio@region-info.html
* igt@xe_sriov_vram@vf-access-provisioned:
- shard-lnl: NOTRUN -> [SKIP][261] ([Intel XE#6376] / [Intel XE#7330] / [Intel XE#7422]) +1 other test skip
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-8/igt@xe_sriov_vram@vf-access-provisioned.html
* igt@xe_survivability@i2c-functionality:
- shard-lnl: NOTRUN -> [SKIP][262] ([Intel XE#8415])
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-4/igt@xe_survivability@i2c-functionality.html
* igt@xe_vm@overcommit-nonfault-vram-lr-defer:
- shard-lnl: NOTRUN -> [SKIP][263] ([Intel XE#7892]) +3 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@xe_vm@overcommit-nonfault-vram-lr-defer.html
#### Possible fixes ####
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-lnl: [FAIL][264] ([Intel XE#1231]) -> [PASS][265]
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-lnl-2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3:
- shard-bmg: [FAIL][266] ([Intel XE#3149] / [Intel XE#3321]) -> [PASS][267] +1 other test pass
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-10/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html
* igt@kms_flip@flip-vs-expired-vblank@c-edp1:
- shard-lnl: [FAIL][268] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][269]
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early:
- shard-bmg: [ABORT][270] ([Intel XE#8007]) -> [PASS][271]
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html
* igt@xe_module_load@load:
- shard-bmg: ([PASS][272], [PASS][273], [PASS][274], [PASS][275], [PASS][276], [PASS][277], [SKIP][278], [PASS][279], [PASS][280], [PASS][281], [PASS][282]) ([Intel XE#2457] / [Intel XE#7405]) -> ([PASS][283], [PASS][284], [PASS][285], [PASS][286], [PASS][287], [PASS][288], [PASS][289], [PASS][290], [PASS][291], [PASS][292], [PASS][293], [PASS][294], [PASS][295], [PASS][296], [PASS][297], [PASS][298], [PASS][299], [PASS][300], [PASS][301], [PASS][302], [PASS][303], [PASS][304], [PASS][305], [PASS][306], [PASS][307])
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-5/igt@xe_module_load@load.html
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-7/igt@xe_module_load@load.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-9/igt@xe_module_load@load.html
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-2/igt@xe_module_load@load.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-1/igt@xe_module_load@load.html
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-10/igt@xe_module_load@load.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-8/igt@xe_module_load@load.html
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-6/igt@xe_module_load@load.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-8/igt@xe_module_load@load.html
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-3/igt@xe_module_load@load.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-4/igt@xe_module_load@load.html
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-2/igt@xe_module_load@load.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-1/igt@xe_module_load@load.html
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@xe_module_load@load.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@xe_module_load@load.html
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@xe_module_load@load.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-3/igt@xe_module_load@load.html
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-3/igt@xe_module_load@load.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-9/igt@xe_module_load@load.html
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-2/igt@xe_module_load@load.html
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-7/igt@xe_module_load@load.html
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-9/igt@xe_module_load@load.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@xe_module_load@load.html
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-4/igt@xe_module_load@load.html
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@xe_module_load@load.html
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-1/igt@xe_module_load@load.html
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@xe_module_load@load.html
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@xe_module_load@load.html
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-5/igt@xe_module_load@load.html
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@xe_module_load@load.html
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@xe_module_load@load.html
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-3/igt@xe_module_load@load.html
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@xe_module_load@load.html
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-10/igt@xe_module_load@load.html
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@xe_module_load@load.html
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@xe_module_load@load.html
#### Warnings ####
* igt@kms_cursor_legacy@flip-vs-cursor-legacy:
- shard-bmg: [FAIL][308] ([Intel XE#7809]) -> [FAIL][309] ([Intel XE#7571])
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-6/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-lnl: [FAIL][310] ([Intel XE#301] / [Intel XE#3149]) -> [FAIL][311] ([Intel XE#301])
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank.html
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [FAIL][312] ([Intel XE#1729] / [Intel XE#7424]) -> [SKIP][313] ([Intel XE#2426] / [Intel XE#5848])
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9027/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern.html
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
[Intel XE#1131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1231
[Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1428
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447
[Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467
[Intel XE#1468]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1468
[Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245
[Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2459
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[Intel XE#2596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2596
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
[Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3157]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3157
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279
[Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3307
[Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3433]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3433
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
[Intel XE#3658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090
[Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
[Intel XE#4210]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4210
[Intel XE#4273]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4273
[Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
[Intel XE#4302]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4302
[Intel XE#4329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4329
[Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
[Intel XE#4416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4416
[Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
[Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
[Intel XE#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608
[Intel XE#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609
[Intel XE#4650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4650
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5100]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5100
[Intel XE#5191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5191
[Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560
[Intel XE#5694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5694
[Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
[Intel XE#5813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5813
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#5854]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5854
[Intel XE#5857]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5857
[Intel XE#5870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5870
[Intel XE#5873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5873
[Intel XE#5882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5882
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#6011]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6011
[Intel XE#6035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6035
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#6127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6127
[Intel XE#6128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6128
[Intel XE#6196]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6196
[Intel XE#6259]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6259
[Intel XE#6266]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6266
[Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#6376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6376
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#6507]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6507
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
[Intel XE#6592]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6592
[Intel XE#6599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6599
[Intel XE#6645]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6645
[Intel XE#6707]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6707
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6900]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6900
[Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
[Intel XE#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
[Intel XE#6912]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6912
[Intel XE#6953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6953
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7008]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7008
[Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701
[Intel XE#702]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/702
[Intel XE#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703
[Intel XE#7059]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7059
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
[Intel XE#7085]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7085
[Intel XE#7086]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7086
[Intel XE#7098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7098
[Intel XE#7173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7173
[Intel XE#7174]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7174
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
[Intel XE#7271]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7271
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7294
[Intel XE#7304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7304
[Intel XE#7312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7312
[Intel XE#7316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7316
[Intel XE#7321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7321
[Intel XE#7322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7322
[Intel XE#7324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7324
[Intel XE#7325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7325
[Intel XE#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326
[Intel XE#7328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7328
[Intel XE#7330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7330
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343
[Intel XE#7344]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7344
[Intel XE#7345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7345
[Intel XE#7346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7346
[Intel XE#7347]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7347
[Intel XE#7348]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7348
[Intel XE#7349]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7349
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7353]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7353
[Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7359]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7359
[Intel XE#7360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7360
[Intel XE#7362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7362
[Intel XE#7366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7366
[Intel XE#7367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7367
[Intel XE#7368]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7368
[Intel XE#7369]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7369
[Intel XE#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
[Intel XE#7375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7375
[Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
[Intel XE#7377]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7377
[Intel XE#7381]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7381
[Intel XE#7382]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7382
[Intel XE#7383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7383
[Intel XE#7385]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7385
[Intel XE#7386]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7386
[Intel XE#7387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7387
[Intel XE#7389]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7389
[Intel XE#7390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7390
[Intel XE#7391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7391
[Intel XE#7393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7393
[Intel XE#7396]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7396
[Intel XE#7399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7399
[Intel XE#7400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7400
[Intel XE#7402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7402
[Intel XE#7405]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7405
[Intel XE#7406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7406
[Intel XE#7408]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7408
[Intel XE#7413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7413
[Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
[Intel XE#7422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7422
[Intel XE#7424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7424
[Intel XE#7425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7425
[Intel XE#7429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7429
[Intel XE#7435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7435
[Intel XE#7437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7437
[Intel XE#7439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7439
[Intel XE#7442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7442
[Intel XE#7443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7443
[Intel XE#7448]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7448
[Intel XE#7450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7450
[Intel XE#7453]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7453
[Intel XE#7466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7466
[Intel XE#7467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7467
[Intel XE#7471]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7471
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[Intel XE#7569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7569
[Intel XE#7571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#7591]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7591
[Intel XE#7599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7599
[Intel XE#7642]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7642
[Intel XE#7644]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7644
[Intel XE#7679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7679
[Intel XE#7695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7695
[Intel XE#7724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7724
[Intel XE#7760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7760
[Intel XE#7772]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7772
[Intel XE#7793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7793
[Intel XE#7794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7794
[Intel XE#7795]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7795
[Intel XE#7809]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7809
[Intel XE#7865]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7865
[Intel XE#7892]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7892
[Intel XE#7905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7905
[Intel XE#7980]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7980
[Intel XE#7992]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7992
[Intel XE#8007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8007
[Intel XE#8150]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8150
[Intel XE#8159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8159
[Intel XE#8265]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8265
[Intel XE#8303]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8303
[Intel XE#8339]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8339
[Intel XE#8348]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8348
[Intel XE#8355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8355
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#8361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8361
[Intel XE#8364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8364
[Intel XE#8365]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8365
[Intel XE#8369]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8369
[Intel XE#8370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8370
[Intel XE#8374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8374
[Intel XE#8378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8378
[Intel XE#8395]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8395
[Intel XE#8396]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8396
[Intel XE#8397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8397
[Intel XE#8415]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8415
[Intel XE#8428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8428
[Intel XE#8586]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8586
[Intel XE#8695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8695
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
Build changes
-------------
* IGT: IGT_9027 -> IGTPW_15601
* Linux: xe-5484-3cbfb56ee0481aaabc9369045a4b120a20dfccc4 -> xe-5491-28e3f47d47a61b5e28e7566944479e9c9715d41d
IGTPW_15601: 15601
IGT_9027: 9027
xe-5484-3cbfb56ee0481aaabc9369045a4b120a20dfccc4: 3cbfb56ee0481aaabc9369045a4b120a20dfccc4
xe-5491-28e3f47d47a61b5e28e7566944479e9c9715d41d: 28e3f47d47a61b5e28e7566944479e9c9715d41d
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15601/index.html
[-- Attachment #2: Type: text/html, Size: 114275 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* ✗ i915.CI.Full: failure for gem_wsim: fix batch premature completion
2026-07-28 10:26 [PATCH i-g-t 0/2] gem_wsim: fix batch premature completion Marcin Bernatowicz
` (4 preceding siblings ...)
2026-07-28 15:18 ` ✓ Xe.CI.FULL: " Patchwork
@ 2026-07-28 15:45 ` Patchwork
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-07-28 15:45 UTC (permalink / raw)
To: Marcin Bernatowicz; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 181209 bytes --]
== Series Details ==
Series: gem_wsim: fix batch premature completion
URL : https://patchwork.freedesktop.org/series/171174/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_18910_full -> IGTPW_15601_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_15601_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_15601_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/index.html
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_15601_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_tiled_swapping@non-threaded:
- shard-tglu: NOTRUN -> [TIMEOUT][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-6/igt@gem_tiled_swapping@non-threaded.html
* igt@kms_frontbuffer_tracking@psrhdr-rgb101010-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][2] +23 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_frontbuffer_tracking@psrhdr-rgb101010-draw-pwrite.html
* igt@kms_universal_plane@universal-plane-sanity:
- shard-dg2: [PASS][3] -> [SKIP][4] +70 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-4/igt@kms_universal_plane@universal-plane-sanity.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_universal_plane@universal-plane-sanity.html
* igt@perf@blocking@1-vcs1:
- shard-mtlp: NOTRUN -> [FAIL][5]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-4/igt@perf@blocking@1-vcs1.html
#### Warnings ####
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-dg2: [SKIP][6] ([i915#1769] / [i915#3555]) -> [SKIP][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip:
- shard-dg2: [SKIP][8] ([i915#3828]) -> [SKIP][9]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-1/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs:
- shard-dg2: [SKIP][10] ([i915#10307] / [i915#6095]) -> [SKIP][11] +9 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-5/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-dg2: [SKIP][12] ([i915#12805]) -> [SKIP][13]
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-1/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-dg2: [SKIP][14] ([i915#12313]) -> [SKIP][15]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-7/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg2: [SKIP][16] ([i915#16017]) -> [SKIP][17]
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-8/igt@kms_cdclk@mode-transition-all-outputs.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_content_protection@dp-mst-type-1-suspend-resume:
- shard-dg2: [SKIP][18] ([i915#15330]) -> [SKIP][19] +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-6/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
* igt@kms_content_protection@mei-interface:
- shard-dg2: [SKIP][20] ([i915#15865]) -> [SKIP][21]
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-7/igt@kms_content_protection@mei-interface.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2: [SKIP][22] ([i915#13049]) -> [SKIP][23]
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-7/igt@kms_cursor_crc@cursor-random-512x170.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-dg2: [SKIP][24] ([i915#13046] / [i915#5354]) -> [SKIP][25] +2 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-dg2: [SKIP][26] ([i915#13707]) -> [SKIP][27]
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-5/igt@kms_dp_linktrain_fallback@dp-fallback.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-dg2: [SKIP][28] ([i915#16361]) -> [SKIP][29] +4 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-1/igt@kms_dsc@dsc-fractional-bpp.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_frontbuffer_tracking@fbchdr-modesetfrombusy:
- shard-dg2: [SKIP][30] ([i915#15989]) -> [SKIP][31] +10 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-1/igt@kms_frontbuffer_tracking@fbchdr-modesetfrombusy.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_frontbuffer_tracking@fbchdr-modesetfrombusy.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-dg2: [SKIP][32] ([i915#15990]) -> [SKIP][33] +15 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-scndscrn-pri-indfb-draw-mmap-wc.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@hdr-2p-primscrn-pri-shrfb-draw-blt:
- shard-dg2: [SKIP][34] ([i915#15991]) -> [SKIP][35] +29 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-7/igt@kms_frontbuffer_tracking@hdr-2p-primscrn-pri-shrfb-draw-blt.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_frontbuffer_tracking@hdr-2p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psrhdr-slowdraw:
- shard-dg2: [SKIP][36] ([i915#15102]) -> [SKIP][37] +15 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-6/igt@kms_frontbuffer_tracking@psrhdr-slowdraw.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_frontbuffer_tracking@psrhdr-slowdraw.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-dg2: [SKIP][38] ([i915#16518] / [i915#3555] / [i915#8228]) -> [SKIP][39]
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-4/igt@kms_hdr@invalid-metadata-sizes.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_panel_fitting@legacy:
- shard-dg2: [SKIP][40] ([i915#6301]) -> [SKIP][41]
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-8/igt@kms_panel_fitting@legacy.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_panel_fitting@legacy.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-dg2: [SKIP][42] ([i915#12755] / [i915#15867]) -> [SKIP][43]
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-7/igt@kms_rotation_crc@sprite-rotation-90.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_scaling_modes@scaling-mode-none:
- shard-dg2: [SKIP][44] ([i915#3555]) -> [SKIP][45] +3 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-5/igt@kms_scaling_modes@scaling-mode-none.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_scaling_modes@scaling-mode-none.html
* igt@kms_vrr@flip-dpms:
- shard-dg2: [SKIP][46] ([i915#15243] / [i915#3555]) -> [SKIP][47]
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-5/igt@kms_vrr@flip-dpms.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_vrr@flip-dpms.html
Known issues
------------
Here are the changes found in IGTPW_15601_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@crc32:
- shard-tglu: NOTRUN -> [SKIP][48] ([i915#6230])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-9/igt@api_intel_bb@crc32.html
* igt@api_intel_bb@object-reloc-keep-cache:
- shard-mtlp: NOTRUN -> [SKIP][49] ([i915#8411])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-6/igt@api_intel_bb@object-reloc-keep-cache.html
* igt@device_reset@cold-reset-bound:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#11078] / [i915#14544])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@device_reset@cold-reset-bound.html
* igt@device_reset@unbind-reset-rebind:
- shard-dg1: NOTRUN -> [ABORT][51] ([i915#11814])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-12/igt@device_reset@unbind-reset-rebind.html
* igt@fbdev@pan:
- shard-dg2: [PASS][52] -> [SKIP][53] ([i915#2582]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-6/igt@fbdev@pan.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@fbdev@pan.html
* igt@gem_caching@reads:
- shard-mtlp: NOTRUN -> [SKIP][54] ([i915#4873])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-3/igt@gem_caching@reads.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-tglu: NOTRUN -> [SKIP][55] ([i915#6335])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-10/igt@gem_create@create-ext-cpu-access-big.html
- shard-mtlp: NOTRUN -> [SKIP][56] ([i915#6335])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@gem_create@create-ext-cpu-access-big.html
- shard-dg2: NOTRUN -> [FAIL][57] ([i915#15454])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html
- shard-rkl: NOTRUN -> [SKIP][58] ([i915#14544] / [i915#6335])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_ctx_persistence@heartbeat-stop:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#8555])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@gem_ctx_persistence@heartbeat-stop.html
* igt@gem_ctx_persistence@legacy-engines-persistence:
- shard-snb: NOTRUN -> [SKIP][60] ([i915#1099])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-snb6/igt@gem_ctx_persistence@legacy-engines-persistence.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#280])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-7/igt@gem_ctx_sseu@mmap-args.html
- shard-rkl: NOTRUN -> [SKIP][62] ([i915#14544] / [i915#280])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@gem_ctx_sseu@mmap-args.html
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#280])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-13/igt@gem_ctx_sseu@mmap-args.html
- shard-tglu: NOTRUN -> [SKIP][64] ([i915#280])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-10/igt@gem_ctx_sseu@mmap-args.html
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#280])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@kms:
- shard-rkl: [PASS][66] -> [DMESG-WARN][67] ([i915#13363])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-5/igt@gem_eio@kms.html
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@gem_eio@kms.html
- shard-tglu: [PASS][68] -> [DMESG-WARN][69] ([i915#13363])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-tglu-9/igt@gem_eio@kms.html
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-4/igt@gem_eio@kms.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4812])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-5/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@parallel:
- shard-rkl: NOTRUN -> [SKIP][71] ([i915#4525]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@gem_exec_balancer@parallel.html
- shard-tglu: NOTRUN -> [SKIP][72] ([i915#4525]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-3/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_capture@capture-recoverable:
- shard-tglu-1: NOTRUN -> [SKIP][73] ([i915#6344])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_fence@submit:
- shard-dg2: NOTRUN -> [SKIP][74] ([i915#4812]) +1 other test skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@gem_exec_fence@submit.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#3539] / [i915#4852]) +2 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
- shard-dg1: NOTRUN -> [SKIP][76] ([i915#3539] / [i915#4852]) +1 other test skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-16/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#3711])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-4/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_reloc@basic-gtt-wc:
- shard-rkl: NOTRUN -> [SKIP][78] ([i915#3281]) +5 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@gem_exec_reloc@basic-gtt-wc.html
* igt@gem_exec_reloc@basic-wc-gtt-noreloc:
- shard-dg1: NOTRUN -> [SKIP][79] ([i915#3281]) +2 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-19/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html
- shard-mtlp: NOTRUN -> [SKIP][80] ([i915#3281]) +2 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-3/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html
* igt@gem_exec_reloc@basic-wc-read-noreloc:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#14544] / [i915#3281])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@gem_exec_reloc@basic-wc-read-noreloc.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg2: NOTRUN -> [SKIP][82] ([i915#3281]) +6 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_schedule@reorder-wide:
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#4537] / [i915#4812])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-6/igt@gem_exec_schedule@reorder-wide.html
* igt@gem_fenced_exec_thrash@2-spare-fences:
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#4860])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@gem_fenced_exec_thrash@2-spare-fences.html
* igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#4860]) +2 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-7/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
* igt@gem_lmem_swapping@heavy-random:
- shard-glk: NOTRUN -> [SKIP][86] ([i915#4613]) +2 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk8/igt@gem_lmem_swapping@heavy-random.html
- shard-mtlp: NOTRUN -> [SKIP][87] ([i915#4613])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-6/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@heavy-verify-multi:
- shard-tglu-1: NOTRUN -> [SKIP][88] ([i915#4613])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@gem_lmem_swapping@heavy-verify-multi.html
* igt@gem_lmem_swapping@heavy-verify-random:
- shard-tglu: NOTRUN -> [SKIP][89] ([i915#4613]) +2 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-10/igt@gem_lmem_swapping@heavy-verify-random.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#4613]) +4 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_madvise@dontneed-before-pwrite:
- shard-dg2: NOTRUN -> [SKIP][91] ([i915#3282]) +4 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@gem_madvise@dontneed-before-pwrite.html
* igt@gem_mmap@bad-offset:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#4083]) +2 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@gem_mmap@bad-offset.html
* igt@gem_mmap_gtt@cpuset-big-copy-odd:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#4077]) +4 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
- shard-dg1: NOTRUN -> [SKIP][94] ([i915#4077]) +3 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-13/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
- shard-mtlp: NOTRUN -> [SKIP][95] ([i915#4077]) +4 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-8/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
* igt@gem_mmap_wc@invalid-flags:
- shard-dg1: NOTRUN -> [SKIP][96] ([i915#4083]) +1 other test skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-17/igt@gem_mmap_wc@invalid-flags.html
* igt@gem_mmap_wc@write:
- shard-mtlp: NOTRUN -> [SKIP][97] ([i915#4083]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-6/igt@gem_mmap_wc@write.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: NOTRUN -> [SKIP][98] ([i915#3282]) +4 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_pread@exhaustion:
- shard-glk: NOTRUN -> [WARN][99] ([i915#2658])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk6/igt@gem_pread@exhaustion.html
- shard-rkl: NOTRUN -> [SKIP][100] ([i915#14544] / [i915#3282])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@gem_pread@exhaustion.html
* igt@gem_pwrite@basic-exhaustion:
- shard-glk: NOTRUN -> [WARN][101] ([i915#14702] / [i915#2658])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk2/igt@gem_pwrite@basic-exhaustion.html
- shard-dg1: NOTRUN -> [SKIP][102] ([i915#3282]) +1 other test skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-12/igt@gem_pwrite@basic-exhaustion.html
- shard-snb: NOTRUN -> [WARN][103] ([i915#2658])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-snb6/igt@gem_pwrite@basic-exhaustion.html
- shard-tglu: NOTRUN -> [WARN][104] ([i915#2658])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-5/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@hw-rejects-pxp-buffer:
- shard-tglu: NOTRUN -> [SKIP][105] ([i915#13398])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-5/igt@gem_pxp@hw-rejects-pxp-buffer.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-tglu-1: NOTRUN -> [SKIP][106] ([i915#13398])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_pxp@verify-pxp-stale-buf-execution:
- shard-dg2: NOTRUN -> [SKIP][107] ([i915#4270]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-7/igt@gem_pxp@verify-pxp-stale-buf-execution.html
* igt@gem_readwrite@read-bad-handle:
- shard-mtlp: NOTRUN -> [SKIP][108] ([i915#3282]) +1 other test skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@gem_readwrite@read-bad-handle.html
* igt@gem_render_copy@linear-to-vebox-y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][109] ([i915#8428]) +2 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@gem_render_copy@linear-to-vebox-y-tiled.html
* igt@gem_render_copy@yf-tiled-to-vebox-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][110] ([i915#5190] / [i915#8428]) +4 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@gem_render_copy@yf-tiled-to-vebox-y-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-dg2: NOTRUN -> [SKIP][111] ([i915#4079])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-7/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_userptr_blits@coherency-sync:
- shard-mtlp: NOTRUN -> [SKIP][112] ([i915#3297])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-6/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#3297])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-8/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-rkl: NOTRUN -> [SKIP][114] ([i915#3297]) +1 other test skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-mtlp: NOTRUN -> [SKIP][115] ([i915#3282] / [i915#3297])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-3/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-tglu: NOTRUN -> [SKIP][116] ([i915#3297])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-2/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_workarounds@suspend-resume-context:
- shard-glk: NOTRUN -> [INCOMPLETE][117] ([i915#13356])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk8/igt@gem_workarounds@suspend-resume-context.html
* igt@gen9_exec_parse@allowed-single:
- shard-rkl: NOTRUN -> [SKIP][118] ([i915#2527]) +3 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@basic-rejected:
- shard-tglu: NOTRUN -> [SKIP][119] ([i915#2527] / [i915#2856]) +3 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-6/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@batch-zero-length:
- shard-mtlp: NOTRUN -> [SKIP][120] ([i915#2856]) +3 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@gen9_exec_parse@batch-zero-length.html
* igt@gen9_exec_parse@bb-start-param:
- shard-dg2: NOTRUN -> [SKIP][121] ([i915#2856]) +1 other test skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-6/igt@gen9_exec_parse@bb-start-param.html
- shard-dg1: NOTRUN -> [SKIP][122] ([i915#2527]) +1 other test skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-19/igt@gen9_exec_parse@bb-start-param.html
* igt@gen9_exec_parse@secure-batches:
- shard-tglu-1: NOTRUN -> [SKIP][123] ([i915#2527] / [i915#2856]) +1 other test skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@gen9_exec_parse@secure-batches.html
* igt@i915_drm_fdinfo@busy-idle@bcs0:
- shard-dg1: NOTRUN -> [SKIP][124] ([i915#14073]) +5 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-18/igt@i915_drm_fdinfo@busy-idle@bcs0.html
* igt@i915_drm_fdinfo@busy-idle@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][125] ([i915#14073]) +6 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-5/igt@i915_drm_fdinfo@busy-idle@rcs0.html
* igt@i915_drm_fdinfo@busy-idle@vecs0:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#14073]) +7 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@i915_drm_fdinfo@busy-idle@vecs0.html
* igt@i915_drm_fdinfo@virtual-busy:
- shard-dg1: NOTRUN -> [SKIP][127] ([i915#14118])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-15/igt@i915_drm_fdinfo@virtual-busy.html
- shard-mtlp: NOTRUN -> [SKIP][128] ([i915#14118])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-4/igt@i915_drm_fdinfo@virtual-busy.html
* igt@i915_drm_fdinfo@virtual-busy-idle-all:
- shard-dg2: NOTRUN -> [SKIP][129] ([i915#14118]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@i915_drm_fdinfo@virtual-busy-idle-all.html
* igt@i915_module_load@fault-injection@__uc_init:
- shard-tglu-1: NOTRUN -> [SKIP][130] ([i915#15479]) +4 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@i915_module_load@fault-injection@__uc_init.html
* igt@i915_module_load@fault-injection@intel_connector_register:
- shard-tglu-1: NOTRUN -> [ABORT][131] ([i915#15342]) +1 other test abort
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@i915_module_load@fault-injection@intel_connector_register.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-tglu: NOTRUN -> [SKIP][132] ([i915#8399])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-2/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglu: NOTRUN -> [SKIP][133] ([i915#14498])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-5/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rpm@gem-pread:
- shard-dg1: [PASS][134] -> [DMESG-WARN][135] ([i915#4423])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-13/igt@i915_pm_rpm@gem-pread.html
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-16/igt@i915_pm_rpm@gem-pread.html
* igt@i915_pm_rpm@system-suspend:
- shard-rkl: [PASS][136] -> [INCOMPLETE][137] ([i915#13356])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-8/igt@i915_pm_rpm@system-suspend.html
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@i915_pm_rpm@system-suspend.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-glk: [PASS][138] -> [INCOMPLETE][139] ([i915#13356] / [i915#15172])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-glk2/igt@i915_pm_rpm@system-suspend-execbuf.html
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk2/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-mtlp: NOTRUN -> [SKIP][140] ([i915#6188])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-4/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-glk: NOTRUN -> [INCOMPLETE][141] ([i915#16182] / [i915#4817])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk3/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@forcewake:
- shard-rkl: [PASS][142] -> [INCOMPLETE][143] ([i915#4817])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-5/igt@i915_suspend@forcewake.html
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@i915_suspend@forcewake.html
* igt@intel_hwmon@hwmon-write:
- shard-rkl: NOTRUN -> [SKIP][144] ([i915#7707])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-dg2: NOTRUN -> [SKIP][145] ([i915#4212])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][146] ([i915#12761] / [i915#14995])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk5/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk10: NOTRUN -> [SKIP][147] ([i915#1769])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk10/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-glk11: NOTRUN -> [SKIP][148] ([i915#1769])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk11/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-rkl: NOTRUN -> [SKIP][149] ([i915#1769] / [i915#3555])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-dg1: NOTRUN -> [SKIP][150] ([i915#1769] / [i915#3555])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-16/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-snb: NOTRUN -> [SKIP][151] ([i915#1769])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-snb4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-tglu: NOTRUN -> [SKIP][152] ([i915#1769] / [i915#3555])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1:
- shard-mtlp: [PASS][153] -> [FAIL][154] ([i915#5956]) +1 other test fail
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-mtlp-3/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-7/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-tglu: NOTRUN -> [SKIP][155] ([i915#5286]) +3 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-10/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-rkl: NOTRUN -> [SKIP][156] ([i915#5286]) +4 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
- shard-dg1: NOTRUN -> [SKIP][157] ([i915#4538] / [i915#5286]) +2 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-12/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-tglu-1: NOTRUN -> [SKIP][158] ([i915#5286]) +2 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-rkl: NOTRUN -> [SKIP][159] ([i915#14544] / [i915#5286])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#3638]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][161] ([i915#4538] / [i915#5190]) +8 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-7/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][162] ([i915#4538]) +1 other test skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-19/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-rkl: NOTRUN -> [SKIP][163] +73 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#5190])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][165] ([i915#14098] / [i915#6095]) +43 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][166] ([i915#6095]) +9 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][167] ([i915#10307] / [i915#6095]) +106 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc:
- shard-glk11: NOTRUN -> [SKIP][168] +113 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk11/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#12805]) +1 other test skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][170] ([i915#6095]) +54 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-8/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][171] ([i915#14544] / [i915#6095]) +6 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-a-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][172] ([i915#14098] / [i915#14544] / [i915#6095]) +4 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/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-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#12805])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
- shard-dg1: NOTRUN -> [SKIP][174] ([i915#12805])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-12/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][175] ([i915#12805])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-6/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs:
- shard-glk: NOTRUN -> [INCOMPLETE][176] ([i915#15582]) +1 other test incomplete
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk2/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][177] ([i915#6095]) +12 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][178] ([i915#6095]) +39 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-4/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-d-edp-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][179] ([i915#12313])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-18/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
- shard-tglu: NOTRUN -> [SKIP][180] ([i915#12313])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][181] ([i915#12313])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
- shard-dg2: NOTRUN -> [SKIP][182] ([i915#12313])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
- shard-rkl: NOTRUN -> [SKIP][183] ([i915#12313])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][184] ([i915#10307] / [i915#10434] / [i915#6095]) +4 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#6095]) +66 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][186] ([i915#6095]) +212 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-13/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-a-hdmi-a-3.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-tglu: NOTRUN -> [SKIP][187] ([i915#3742])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-2/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][188] ([i915#13783]) +3 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-6/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_audio@dp-audio-after-suspend:
- shard-rkl: NOTRUN -> [SKIP][189] ([i915#11151])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@kms_chamelium_audio@dp-audio-after-suspend.html
* igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d:
- shard-tglu-1: NOTRUN -> [SKIP][190] ([i915#16471])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d.html
* igt@kms_chamelium_color_pipeline@plane-lut3d-green-only:
- shard-rkl: NOTRUN -> [SKIP][191] ([i915#16471]) +1 other test skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_chamelium_color_pipeline@plane-lut3d-green-only.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#11151] / [i915#7828]) +6 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_frames@dp-crc-single:
- shard-tglu: NOTRUN -> [SKIP][193] ([i915#11151] / [i915#7828]) +8 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-8/igt@kms_chamelium_frames@dp-crc-single.html
* igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
- shard-rkl: NOTRUN -> [SKIP][194] ([i915#11151] / [i915#7828]) +3 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
- shard-dg1: NOTRUN -> [SKIP][195] ([i915#11151] / [i915#7828]) +3 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-13/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-tglu-1: NOTRUN -> [SKIP][196] ([i915#11151] / [i915#7828]) +3 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-mtlp: NOTRUN -> [SKIP][197] ([i915#11151] / [i915#7828]) +6 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-1/igt@kms_chamelium_hpd@hdmi-hpd.html
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#11151] / [i915#14544] / [i915#7828])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_color@ctm-blue-to-red:
- shard-dg2: [PASS][199] -> [SKIP][200] ([i915#12655])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-6/igt@kms_color@ctm-blue-to-red.html
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_color@ctm-blue-to-red.html
* igt@kms_content_protection@atomic-dpms-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][201] ([i915#15865])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_content_protection@atomic-dpms-hdcp14.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-mtlp: NOTRUN -> [SKIP][202] ([i915#15865])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-3/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-rkl: NOTRUN -> [SKIP][203] ([i915#15330] / [i915#3116])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@dp-mst-type-0-suspend-resume:
- shard-mtlp: NOTRUN -> [SKIP][204] ([i915#15330])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
- shard-dg2: NOTRUN -> [SKIP][205] ([i915#15330])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-6/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
- shard-rkl: NOTRUN -> [SKIP][206] ([i915#15330])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
- shard-dg1: NOTRUN -> [SKIP][207] ([i915#15330])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-12/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
- shard-tglu: NOTRUN -> [SKIP][208] ([i915#15330])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-5/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
* igt@kms_content_protection@uevent:
- shard-dg2: NOTRUN -> [SKIP][209] ([i915#15865])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-tglu: NOTRUN -> [SKIP][210] ([i915#13049]) +1 other test skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-10/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-rkl: NOTRUN -> [SKIP][211] ([i915#13049]) +2 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-512x512.html
- shard-dg1: NOTRUN -> [SKIP][212] ([i915#13049])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-12/igt@kms_cursor_crc@cursor-offscreen-512x512.html
- shard-mtlp: NOTRUN -> [SKIP][213] ([i915#13049])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-offscreen-64x21:
- shard-mtlp: NOTRUN -> [SKIP][214] ([i915#8814]) +3 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-3/igt@kms_cursor_crc@cursor-offscreen-64x21.html
* igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][215] ([i915#13566]) +2 other tests fail
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html
- shard-tglu: NOTRUN -> [FAIL][216] ([i915#13566]) +1 other test fail
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-3/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-random-256x85:
- shard-rkl: [PASS][217] -> [FAIL][218] ([i915#13566])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-4/igt@kms_cursor_crc@cursor-random-256x85.html
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_cursor_crc@cursor-random-256x85.html
* igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1:
- shard-tglu: [PASS][219] -> [FAIL][220] ([i915#13566]) +1 other test fail
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-tglu-10/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1.html
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-6/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#13049]) +1 other test skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: NOTRUN -> [SKIP][222] ([i915#3555]) +2 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
- shard-dg1: NOTRUN -> [SKIP][223] ([i915#3555])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-14/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
- shard-tglu: NOTRUN -> [SKIP][224] ([i915#3555]) +4 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-6/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
- shard-mtlp: NOTRUN -> [SKIP][225] ([i915#3555] / [i915#8814]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-1/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-sliding-32x32:
- shard-tglu-1: NOTRUN -> [SKIP][226] ([i915#3555])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-32x32.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-glk10: NOTRUN -> [INCOMPLETE][227] ([i915#12358] / [i915#14152] / [i915#7882])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk10/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1:
- shard-glk10: NOTRUN -> [INCOMPLETE][228] ([i915#12358] / [i915#14152])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk10/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2:
- shard-rkl: [PASS][229] -> [INCOMPLETE][230] ([i915#12358] / [i915#14152])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-1/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2.html
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic:
- shard-mtlp: NOTRUN -> [SKIP][231] ([i915#9809]) +2 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-4/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
- shard-dg2: NOTRUN -> [SKIP][232] ([i915#13046] / [i915#5354]) +1 other test skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-atomic:
- shard-dg2: [PASS][233] -> [SKIP][234] ([i915#11190]) +1 other test skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-5/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html
* igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic:
- shard-dg1: [PASS][235] -> [FAIL][236] ([i915#15999])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-16/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-17/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-rkl: NOTRUN -> [SKIP][237] ([i915#9067])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#4103])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
- shard-rkl: NOTRUN -> [SKIP][239] ([i915#4103])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
- shard-dg1: NOTRUN -> [SKIP][240] ([i915#4103])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-18/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
- shard-tglu: NOTRUN -> [SKIP][241] ([i915#4103])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-10/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
- shard-mtlp: NOTRUN -> [SKIP][242] ([i915#16119] / [i915#4213]) +1 other test skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][243] ([i915#9723]) +1 other test skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][244] ([i915#14544] / [i915#3804])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-tglu: NOTRUN -> [SKIP][245] ([i915#13707])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-4/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dsc@dsc-basic:
- shard-tglu: NOTRUN -> [SKIP][246] ([i915#16361])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-5/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-rkl: NOTRUN -> [SKIP][247] ([i915#16361]) +2 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][248] ([i915#16361]) +1 other test skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-ultrajoiner:
- shard-tglu-1: NOTRUN -> [SKIP][249] ([i915#16361])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_dsc@dsc-with-bpc-ultrajoiner.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-dg2: NOTRUN -> [SKIP][250] ([i915#16680])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-1x:
- shard-dg2: [PASS][251] -> [SKIP][252] ([i915#9738])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-1/igt@kms_feature_discovery@display-1x.html
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_feature_discovery@display-1x.html
* igt@kms_feature_discovery@display-3x:
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#16081])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-mtlp: NOTRUN -> [SKIP][254] ([i915#16081])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-5/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2: NOTRUN -> [SKIP][255] ([i915#16599])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_feature_discovery@dp-mst.html
- shard-rkl: NOTRUN -> [SKIP][256] ([i915#16599])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@kms_feature_discovery@dp-mst.html
- shard-dg1: NOTRUN -> [SKIP][257] ([i915#16599])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-15/igt@kms_feature_discovery@dp-mst.html
- shard-tglu: NOTRUN -> [SKIP][258] ([i915#16599])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-8/igt@kms_feature_discovery@dp-mst.html
- shard-mtlp: NOTRUN -> [SKIP][259] ([i915#16599])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-4/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-rkl: NOTRUN -> [SKIP][260] ([i915#14544] / [i915#9934]) +1 other test skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset:
- shard-rkl: NOTRUN -> [SKIP][261] ([i915#9934]) +1 other test skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][262] ([i915#3637] / [i915#9934]) +2 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-dg2: NOTRUN -> [SKIP][263] ([i915#9934]) +3 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
- shard-tglu-1: NOTRUN -> [SKIP][264] ([i915#3637] / [i915#9934]) +1 other test skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
- shard-dg1: NOTRUN -> [SKIP][265] ([i915#9934]) +2 other tests skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-17/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][266] ([i915#12745] / [i915#4839])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk6/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-flip-vs-suspend@ac-hdmi-a1-hdmi-a2:
- shard-glk: NOTRUN -> [INCOMPLETE][267] ([i915#12745])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk6/igt@kms_flip@2x-flip-vs-suspend@ac-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-nonexisting-fb:
- shard-tglu: NOTRUN -> [SKIP][268] ([i915#3637] / [i915#9934]) +7 other tests skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-5/igt@kms_flip@2x-nonexisting-fb.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-glk: [PASS][269] -> [FAIL][270] ([i915#13027]) +1 other test fail
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-glk5/igt@kms_flip@flip-vs-expired-vblank.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk1/igt@kms_flip@flip-vs-expired-vblank.html
* igt@kms_flip@flip-vs-fences:
- shard-mtlp: NOTRUN -> [SKIP][271] ([i915#8381])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-7/igt@kms_flip@flip-vs-fences.html
- shard-dg2: NOTRUN -> [SKIP][272] ([i915#8381])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@kms_flip@flip-vs-fences.html
- shard-dg1: NOTRUN -> [SKIP][273] ([i915#8381])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-14/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip@flip-vs-rmfb-interruptible:
- shard-dg2: [PASS][274] -> [SKIP][275] ([i915#5354]) +11 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-4/igt@kms_flip@flip-vs-rmfb-interruptible.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_flip@flip-vs-rmfb-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-mtlp: NOTRUN -> [SKIP][276] ([i915#15643]) +1 other test skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][277] ([i915#15643] / [i915#5190])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][278] ([i915#3555]) +4 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
- shard-rkl: NOTRUN -> [SKIP][279] ([i915#15643]) +3 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
- shard-dg1: NOTRUN -> [SKIP][280] ([i915#15643])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-16/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
- shard-tglu: NOTRUN -> [SKIP][281] ([i915#15643])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][282] ([i915#3555] / [i915#8810] / [i915#8813]) +1 other test skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-mtlp: [PASS][283] -> [SKIP][284] ([i915#15672])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-mtlp-8/igt@kms_force_connector_basic@prune-stale-modes.html
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-1/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][285] ([i915#15104] / [i915#15990])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-wc.html
- shard-dg1: NOTRUN -> [SKIP][286] ([i915#15104] / [i915#15990])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][287] ([i915#15991] / [i915#1825]) +20 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][288] ([i915#15990] / [i915#8708]) +2 other tests skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][289] ([i915#15991] / [i915#5354]) +16 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-rkl: [PASS][290] -> [INCOMPLETE][291] ([i915#10056])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-suspend.html
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-mtlp: NOTRUN -> [SKIP][292] ([i915#10055])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-indfb-plflip-blt:
- shard-tglu: NOTRUN -> [SKIP][293] ([i915#15989]) +17 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-10/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-cur-indfb-draw-pwrite:
- shard-rkl: NOTRUN -> [SKIP][294] ([i915#14544]) +12 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-render:
- shard-rkl: NOTRUN -> [SKIP][295] ([i915#15989]) +13 other tests skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@fbchdr-tiling-4:
- shard-tglu-1: NOTRUN -> [SKIP][296] ([i915#5439])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_frontbuffer_tracking@fbchdr-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-rkl: NOTRUN -> [SKIP][297] ([i915#15102] / [i915#3023]) +20 other tests skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][298] ([i915#1825]) +8 other tests skip
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-pwrite:
- shard-tglu-1: NOTRUN -> [SKIP][299] +29 other tests skip
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][300] ([i915#15990] / [i915#8708]) +6 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-shrfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][301] ([i915#15102]) +13 other tests skip
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][302] ([i915#15102]) +21 other tests skip
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][303] ([i915#15990]) +3 other tests skip
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-shrfb-plflip-blt:
- shard-dg1: NOTRUN -> [SKIP][304] +33 other tests skip
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-scndscrn-cur-indfb-onoff:
- shard-mtlp: NOTRUN -> [SKIP][305] ([i915#15991]) +26 other tests skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-scndscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-modesetfrombusy:
- shard-rkl: NOTRUN -> [SKIP][306] ([i915#14544] / [i915#15102]) +1 other test skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-modesetfrombusy.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-rgb101010-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][307] ([i915#15102]) +18 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-rgb101010-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-rgb565-draw-mmap-cpu:
- shard-glk10: NOTRUN -> [SKIP][308] +211 other tests skip
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk10/igt@kms_frontbuffer_tracking@fbcpsrhdr-rgb565-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-tglu-1: NOTRUN -> [SKIP][309] ([i915#15989]) +7 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@hdr-1p-primscrn-cur-indfb-draw-blt:
- shard-rkl: [PASS][310] -> [SKIP][311] ([i915#15989]) +16 other tests skip
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-1/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-cur-indfb-draw-blt.html
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][312] ([i915#15990]) +7 other tests skip
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-render:
- shard-glk: [PASS][313] -> [SKIP][314] +3 other tests skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-glk8/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-render.html
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk1/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@hdr-1p-primscrn-spr-indfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][315] ([i915#15989]) +10 other tests skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-8/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-spr-indfb-draw-render.html
- shard-dg1: NOTRUN -> [SKIP][316] ([i915#15989]) +4 other tests skip
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-19/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@hdr-2p-primscrn-spr-indfb-fullscreen:
- shard-dg2: NOTRUN -> [SKIP][317] ([i915#15991]) +20 other tests skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-8/igt@kms_frontbuffer_tracking@hdr-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][318] ([i915#15102]) +40 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-tglu-1: NOTRUN -> [SKIP][319] ([i915#15102]) +12 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][320] ([i915#15990] / [i915#8708]) +5 other tests skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][321] +83 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt:
- shard-dg2: NOTRUN -> [SKIP][322] ([i915#5354]) +9 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-shrfb-draw-mmap-cpu:
- shard-mtlp: NOTRUN -> [SKIP][323] ([i915#15989]) +23 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-1/igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psrhdr-rgb101010-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][324] ([i915#15990]) +6 other tests skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-1/igt@kms_frontbuffer_tracking@psrhdr-rgb101010-draw-mmap-gtt.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][325] ([i915#3555] / [i915#8228])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@brightness-with-hdr:
- shard-dg2: NOTRUN -> [SKIP][326] ([i915#12713] / [i915#16518])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-swap:
- shard-rkl: NOTRUN -> [SKIP][327] ([i915#16644] / [i915#3555] / [i915#8228]) +2 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle-dpms:
- shard-mtlp: NOTRUN -> [SKIP][328] ([i915#12713] / [i915#16490] / [i915#3555] / [i915#8228])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-7/igt@kms_hdr@static-toggle-dpms.html
- shard-dg2: NOTRUN -> [SKIP][329] ([i915#16518] / [i915#3555] / [i915#8228])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_hdr@static-toggle-dpms.html
- shard-dg1: NOTRUN -> [SKIP][330] ([i915#3555] / [i915#8228])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-17/igt@kms_hdr@static-toggle-dpms.html
- shard-tglu: NOTRUN -> [SKIP][331] ([i915#3555] / [i915#8228])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-9/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_invalid_mode@bad-hsync-end:
- shard-dg2: [PASS][332] -> [SKIP][333] ([i915#3555]) +2 other tests skip
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-7/igt@kms_invalid_mode@bad-hsync-end.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_invalid_mode@bad-hsync-end.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-mtlp: NOTRUN -> [SKIP][334] ([i915#15459])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-8/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][335] ([i915#15458])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-10/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-rkl: NOTRUN -> [SKIP][336] ([i915#6301]) +1 other test skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
- shard-dg2: NOTRUN -> [SKIP][337] +7 other tests skip
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-rkl: [PASS][338] -> [INCOMPLETE][339] ([i915#12756] / [i915#13476])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-2/igt@kms_pipe_crc_basic@suspend-read-crc.html
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1:
- shard-glk11: NOTRUN -> [INCOMPLETE][340] ([i915#12756] / [i915#13409] / [i915#13476]) +1 other test incomplete
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk11/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][341] ([i915#13476])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2.html
* igt@kms_pipe_stress@stress-xrgb8888-yftiled:
- shard-glk: NOTRUN -> [DMESG-FAIL][342] ([i915#118] / [i915#16396])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk4/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier@pipe-a-plane-5:
- shard-dg2: NOTRUN -> [SKIP][343] ([i915#16386]) +1 other test skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-8/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier@pipe-a-plane-5.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping:
- shard-mtlp: NOTRUN -> [SKIP][344] ([i915#15709]) +3 other tests skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-1/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-linear-modifier:
- shard-dg2: [PASS][345] -> [SKIP][346] ([i915#8825]) +2 other tests skip
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-1/igt@kms_plane@pixel-format-linear-modifier.html
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_plane@pixel-format-linear-modifier.html
* igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5:
- shard-rkl: NOTRUN -> [SKIP][347] ([i915#16386]) +1 other test skip
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier:
- shard-dg2: NOTRUN -> [SKIP][348] ([i915#15709]) +4 other tests skip
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-yf-tiled-modifier:
- shard-rkl: NOTRUN -> [SKIP][349] ([i915#15709]) +3 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@kms_plane@pixel-format-yf-tiled-modifier.html
* igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping:
- shard-dg1: NOTRUN -> [SKIP][350] ([i915#15709]) +2 other tests skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-18/igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping.html
- shard-tglu: NOTRUN -> [SKIP][351] ([i915#15709]) +4 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-4/igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b:
- shard-glk: NOTRUN -> [INCOMPLETE][352] ([i915#13026])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk9/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb:
- shard-glk11: NOTRUN -> [FAIL][353] ([i915#10647] / [i915#12169])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk11/igt@kms_plane_alpha_blend@alpha-opaque-fb.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1:
- shard-glk11: NOTRUN -> [FAIL][354] ([i915#10647]) +1 other test fail
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk11/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb:
- shard-glk10: NOTRUN -> [FAIL][355] ([i915#10647] / [i915#12177])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk10/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1:
- shard-glk10: NOTRUN -> [FAIL][356] ([i915#10647]) +1 other test fail
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk10/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_multiple@2x-tiling-x:
- shard-tglu: NOTRUN -> [SKIP][357] ([i915#13958])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-5/igt@kms_plane_multiple@2x-tiling-x.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c:
- shard-tglu: NOTRUN -> [SKIP][358] ([i915#15329]) +9 other tests skip
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-6/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-dg1: NOTRUN -> [SKIP][359] ([i915#15329]) +4 other tests skip
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-13/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
- shard-rkl: NOTRUN -> [SKIP][360] ([i915#15329] / [i915#3555])
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][361] ([i915#15329]) +10 other tests skip
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25:
- shard-mtlp: NOTRUN -> [SKIP][362] ([i915#15329] / [i915#6953]) +1 other test skip
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-1/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-b:
- shard-mtlp: NOTRUN -> [SKIP][363] ([i915#15329]) +11 other tests skip
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-1/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75:
- shard-mtlp: NOTRUN -> [SKIP][364] ([i915#15329] / [i915#3555] / [i915#6953])
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-3/igt@kms_plane_scaling@planes-downscale-factor-0-75.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling:
- shard-dg2: [PASS][365] -> [SKIP][366] ([i915#9423]) +3 other tests skip
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-4/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling.html
* igt@kms_plane_scaling@planes-upscale-20x20:
- shard-dg2: [PASS][367] -> [SKIP][368] ([i915#6953] / [i915#9423])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-5/igt@kms_plane_scaling@planes-upscale-20x20.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_plane_scaling@planes-upscale-20x20.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-rkl: NOTRUN -> [SKIP][369] ([i915#12343] / [i915#14544])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][370] ([i915#12343] / [i915#9812])
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc5-psr:
- shard-rkl: NOTRUN -> [SKIP][371] ([i915#15948])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-rkl: NOTRUN -> [SKIP][372] ([i915#3828])
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: NOTRUN -> [SKIP][373] ([i915#15739])
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-5/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg1: [PASS][374] -> [SKIP][375] ([i915#15073])
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-19/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-15/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: NOTRUN -> [SKIP][376] ([i915#15073]) +1 other test skip
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-6/igt@kms_pm_rpm@modeset-lpsp-stress.html
- shard-dg1: NOTRUN -> [SKIP][377] ([i915#15073])
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-18/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: [PASS][378] -> [SKIP][379] ([i915#15073]) +2 other tests skip
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@package-g7:
- shard-dg2: NOTRUN -> [SKIP][380] ([i915#15403])
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-7/igt@kms_pm_rpm@package-g7.html
- shard-rkl: NOTRUN -> [SKIP][381] ([i915#15403])
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@kms_pm_rpm@package-g7.html
- shard-tglu-1: NOTRUN -> [SKIP][382] ([i915#15403])
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_pm_rpm@package-g7.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-glk: NOTRUN -> [INCOMPLETE][383] ([i915#10553])
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk3/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_prime@d3hot:
- shard-mtlp: NOTRUN -> [SKIP][384] ([i915#6524])
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@kms_prime@d3hot.html
* igt@kms_properties@plane-properties-legacy:
- shard-dg2: [PASS][385] -> [SKIP][386] ([i915#11521])
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-6/igt@kms_properties@plane-properties-legacy.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_properties@plane-properties-legacy.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][387] ([i915#11520]) +12 other tests skip
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk2/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
- shard-dg2: NOTRUN -> [SKIP][388] ([i915#11520]) +5 other tests skip
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
- shard-dg1: NOTRUN -> [SKIP][389] ([i915#11520]) +1 other test skip
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-13/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
- shard-snb: NOTRUN -> [SKIP][390] ([i915#11520]) +1 other test skip
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-snb1/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
- shard-tglu: NOTRUN -> [SKIP][391] ([i915#11520]) +4 other tests skip
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-6/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][392] ([i915#9808])
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][393] ([i915#12316]) +3 other tests skip
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf:
- shard-tglu-1: NOTRUN -> [SKIP][394] ([i915#11520])
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
- shard-glk11: NOTRUN -> [SKIP][395] ([i915#11520]) +1 other test skip
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk11/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][396] ([i915#11520]) +6 other tests skip
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area:
- shard-glk10: NOTRUN -> [SKIP][397] ([i915#11520]) +4 other tests skip
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk10/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-dg2: NOTRUN -> [SKIP][398] ([i915#9683])
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@kms_psr2_su@page_flip-nv12.html
- shard-rkl: NOTRUN -> [SKIP][399] ([i915#9683])
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_psr2_su@page_flip-nv12.html
- shard-dg1: NOTRUN -> [SKIP][400] ([i915#9683])
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-13/igt@kms_psr2_su@page_flip-nv12.html
- shard-tglu: NOTRUN -> [SKIP][401] ([i915#9683])
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-6/igt@kms_psr2_su@page_flip-nv12.html
- shard-mtlp: NOTRUN -> [SKIP][402] ([i915#4348]) +1 other test skip
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-8/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-rkl: NOTRUN -> [SKIP][403] ([i915#14544] / [i915#9683])
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-pr-sprite-plane-onoff:
- shard-rkl: NOTRUN -> [SKIP][404] ([i915#1072] / [i915#9732]) +16 other tests skip
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
* igt@kms_psr@fbc-psr-cursor-plane-onoff:
- shard-tglu: NOTRUN -> [SKIP][405] ([i915#9732]) +15 other tests skip
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-6/igt@kms_psr@fbc-psr-cursor-plane-onoff.html
* igt@kms_psr@fbc-psr-primary-blt@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][406] ([i915#9688]) +8 other tests skip
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-4/igt@kms_psr@fbc-psr-primary-blt@edp-1.html
* igt@kms_psr@fbc-psr2-cursor-mmap-gtt:
- shard-glk: NOTRUN -> [SKIP][407] +468 other tests skip
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk6/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html
* igt@kms_psr@pr-primary-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][408] ([i915#1072] / [i915#14544] / [i915#9732]) +1 other test skip
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_psr@pr-primary-mmap-gtt.html
* igt@kms_psr@psr2-cursor-blt:
- shard-dg2: NOTRUN -> [SKIP][409] ([i915#1072] / [i915#9732]) +13 other tests skip
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_psr@psr2-cursor-blt.html
* igt@kms_psr@psr2-sprite-mmap-gtt:
- shard-tglu-1: NOTRUN -> [SKIP][410] ([i915#9732]) +7 other tests skip
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_psr@psr2-sprite-mmap-gtt.html
- shard-dg1: NOTRUN -> [SKIP][411] ([i915#1072] / [i915#9732]) +5 other tests skip
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-17/igt@kms_psr@psr2-sprite-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][412] ([i915#4077] / [i915#9688]) +1 other test skip
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-1/igt@kms_psr@psr2-sprite-mmap-gtt.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-rkl: NOTRUN -> [SKIP][413] ([i915#15949])
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-snb: NOTRUN -> [SKIP][414] +135 other tests skip
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-snb7/igt@kms_rotation_crc@bad-pixel-format.html
- shard-mtlp: NOTRUN -> [SKIP][415] ([i915#12755] / [i915#15867]) +1 other test skip
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@kms_rotation_crc@bad-pixel-format.html
- shard-dg2: NOTRUN -> [SKIP][416] ([i915#12755] / [i915#15867])
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@multiplane-rotation:
- shard-glk10: NOTRUN -> [INCOMPLETE][417] ([i915#15492] / [i915#16184])
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk10/igt@kms_rotation_crc@multiplane-rotation.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg2: NOTRUN -> [SKIP][418] ([i915#12755] / [i915#15867] / [i915#5190])
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
- shard-rkl: NOTRUN -> [SKIP][419] ([i915#5289])
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
- shard-dg1: NOTRUN -> [SKIP][420] ([i915#5289])
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-15/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
- shard-tglu: NOTRUN -> [SKIP][421] ([i915#5289])
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-rkl: NOTRUN -> [SKIP][422] ([i915#14544] / [i915#3555])
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-rkl: NOTRUN -> [SKIP][423] ([i915#8623])
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
- shard-tglu: NOTRUN -> [SKIP][424] ([i915#8623])
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][425] ([i915#12276])
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk4/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2.html
* igt@kms_vrr@lobf:
- shard-mtlp: NOTRUN -> [SKIP][426] ([i915#11920])
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@kms_vrr@lobf.html
* igt@kms_vrr@negative-basic:
- shard-tglu-1: NOTRUN -> [SKIP][427] ([i915#3555] / [i915#9906])
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-tglu: NOTRUN -> [SKIP][428] ([i915#9906])
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-4/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-rkl: NOTRUN -> [SKIP][429] ([i915#9906])
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@perf@blocking:
- shard-mtlp: [PASS][430] -> [FAIL][431] ([i915#10538])
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-mtlp-4/igt@perf@blocking.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-4/igt@perf@blocking.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-mtlp: NOTRUN -> [SKIP][432] +12 other tests skip
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-4/igt@perf@gen8-unprivileged-single-ctx-counters.html
- shard-dg2: NOTRUN -> [SKIP][433] ([i915#2436])
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@perf@gen8-unprivileged-single-ctx-counters.html
- shard-rkl: NOTRUN -> [SKIP][434] ([i915#2436])
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][435] ([i915#2433])
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@perf@unprivileged-single-ctx-counters.html
* igt@perf_pmu@event-wait:
- shard-mtlp: NOTRUN -> [SKIP][436] ([i915#8807])
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@perf_pmu@event-wait.html
* igt@perf_pmu@event-wait@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][437] ([i915#3555] / [i915#8807])
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@module-unload:
- shard-glk: NOTRUN -> [ABORT][438] ([i915#15778])
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk1/igt@perf_pmu@module-unload.html
- shard-rkl: NOTRUN -> [ABORT][439] ([i915#15778])
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@perf_pmu@module-unload.html
- shard-tglu-1: NOTRUN -> [ABORT][440] ([i915#13029] / [i915#15778])
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-1/igt@perf_pmu@module-unload.html
* igt@perf_pmu@rc6-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][441] ([i915#13356] / [i915#14242] / [i915#16236])
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk9/igt@perf_pmu@rc6-suspend.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-tglu: NOTRUN -> [SKIP][442] ([i915#8516])
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-5/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_vgem@coherency-gtt:
- shard-dg2: NOTRUN -> [SKIP][443] ([i915#3708] / [i915#4077])
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@prime_vgem@coherency-gtt.html
- shard-rkl: NOTRUN -> [SKIP][444] ([i915#3708])
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@prime_vgem@coherency-gtt.html
* igt@prime_vgem@fence-flip-hang:
- shard-mtlp: NOTRUN -> [SKIP][445] ([i915#3708])
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-5/igt@prime_vgem@fence-flip-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6:
- shard-mtlp: NOTRUN -> [SKIP][446] ([i915#16066]) +9 other tests skip
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-1/igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6.html
#### Possible fixes ####
* igt@gem_ctx_isolation@nonpriv@rcs0:
- shard-mtlp: [FAIL][447] ([i915#15871]) -> [PASS][448] +6 other tests pass
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-mtlp-5/igt@gem_ctx_isolation@nonpriv@rcs0.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-1/igt@gem_ctx_isolation@nonpriv@rcs0.html
* igt@gem_eio@in-flight-suspend:
- shard-dg1: [DMESG-WARN][449] ([i915#13390] / [i915#4391] / [i915#4423]) -> [PASS][450]
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-15/igt@gem_eio@in-flight-suspend.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-14/igt@gem_eio@in-flight-suspend.html
* igt@gem_eio@suspend:
- shard-dg1: [DMESG-WARN][451] ([i915#4391] / [i915#4423]) -> [PASS][452]
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-15/igt@gem_eio@suspend.html
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-13/igt@gem_eio@suspend.html
* igt@gem_exec_suspend@basic-s0:
- shard-dg2: [INCOMPLETE][453] ([i915#13356]) -> [PASS][454] +1 other test pass
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@gem_exec_suspend@basic-s0.html
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@gem_exec_suspend@basic-s0.html
* igt@gem_linear_blits@normal:
- shard-dg1: [FAIL][455] ([i915#15391]) -> [PASS][456]
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-14/igt@gem_linear_blits@normal.html
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-15/igt@gem_linear_blits@normal.html
* igt@gem_mmap_offset@clear@smem0:
- shard-tglu: [INCOMPLETE][457] ([i915#16108]) -> [PASS][458] +1 other test pass
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-tglu-9/igt@gem_mmap_offset@clear@smem0.html
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-8/igt@gem_mmap_offset@clear@smem0.html
- shard-mtlp: [INCOMPLETE][459] ([i915#16021] / [i915#16108] / [i915#16202]) -> [PASS][460] +1 other test pass
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-mtlp-5/igt@gem_mmap_offset@clear@smem0.html
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-4/igt@gem_mmap_offset@clear@smem0.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-rkl: [ABORT][461] ([i915#15060]) -> [PASS][462]
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-1/igt@i915_pm_rpm@system-suspend-execbuf.html
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-rkl: [INCOMPLETE][463] ([i915#4817]) -> [PASS][464]
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-3/igt@i915_suspend@fence-restore-tiled2untiled.html
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-rkl: [INCOMPLETE][465] ([i915#12761]) -> [PASS][466]
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_async_flips@async-flip-suspend-resume.html
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1:
- shard-glk: [INCOMPLETE][467] ([i915#12761]) -> [PASS][468]
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-glk1/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1.html
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk5/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][469] ([i915#15662]) -> [PASS][470] +1 other test pass
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-tglu-6/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-10/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-offscreen-64x64:
- shard-dg2: [SKIP][471] -> [PASS][472] +32 other tests pass
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_cursor_crc@cursor-offscreen-64x64.html
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_cursor_crc@cursor-offscreen-64x64.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-rkl: [FAIL][473] ([i915#13566]) -> [PASS][474] +2 other tests pass
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@kms_cursor_crc@cursor-onscreen-128x42.html
- shard-tglu: [FAIL][475] ([i915#13566]) -> [PASS][476] +5 other tests pass
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_legacy@basic-flip-before-cursor-legacy:
- shard-dg2: [SKIP][477] ([i915#11190]) -> [PASS][478]
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions:
- shard-rkl: [FAIL][479] ([i915#15967]) -> [PASS][480]
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-4/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions.html
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions.html
* igt@kms_flip@flip-vs-suspend:
- shard-dg2: [SKIP][481] ([i915#5354]) -> [PASS][482] +9 other tests pass
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_flip@flip-vs-suspend.html
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_flip@flip-vs-suspend.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-offscreen-pri-shrfb-draw-pwrite:
- shard-glk: [SKIP][483] -> [PASS][484]
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-glk5/igt@kms_frontbuffer_tracking@fbchdr-1p-offscreen-pri-shrfb-draw-pwrite.html
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk8/igt@kms_frontbuffer_tracking@fbchdr-1p-offscreen-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-rkl: [SKIP][485] ([i915#15989]) -> [PASS][486] +4 other tests pass
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-8/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_invalid_mode@zero-clock:
- shard-dg2: [SKIP][487] ([i915#3555]) -> [PASS][488] +2 other tests pass
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_invalid_mode@zero-clock.html
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-7/igt@kms_invalid_mode@zero-clock.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-dg1: [DMESG-WARN][489] ([i915#4423]) -> [PASS][490] +2 other tests pass
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-15/igt@kms_pipe_crc_basic@suspend-read-crc.html
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-18/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_stress@stress-xrgb8888-ytiled:
- shard-glk: [DMESG-FAIL][491] ([i915#118]) -> [PASS][492]
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-glk4/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk5/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier:
- shard-dg2: [SKIP][493] ([i915#8825]) -> [PASS][494]
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier.html
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-8/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a:
- shard-glk: [INCOMPLETE][495] ([i915#13026]) -> [PASS][496]
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-glk9/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk9/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b:
- shard-rkl: [INCOMPLETE][497] ([i915#14412]) -> [PASS][498] +1 other test pass
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-3/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats:
- shard-dg2: [SKIP][499] ([i915#3555] / [i915#9423]) -> [PASS][500]
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-d:
- shard-dg2: [SKIP][501] ([i915#15329]) -> [PASS][502] +2 other tests pass
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-d.html
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
- shard-dg2: [SKIP][503] ([i915#3555] / [i915#6953] / [i915#9423]) -> [PASS][504] +1 other test pass
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-dg2: [SKIP][505] ([i915#15073]) -> [PASS][506]
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@system-suspend-idle:
- shard-dg2: [INCOMPLETE][507] ([i915#14419]) -> [PASS][508]
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-6/igt@kms_pm_rpm@system-suspend-idle.html
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@kms_pm_rpm@system-suspend-idle.html
* igt@kms_psr@psr-primary-render@edp-1:
- shard-mtlp: [FAIL][509] -> [PASS][510] +1 other test pass
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-mtlp-5/igt@kms_psr@psr-primary-render@edp-1.html
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-mtlp-2/igt@kms_psr@psr-primary-render@edp-1.html
* igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1:
- shard-glk: [INCOMPLETE][511] ([i915#12276]) -> [PASS][512]
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-glk3/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1.html
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk4/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1.html
* igt@perf_pmu@frequency:
- shard-dg1: [FAIL][513] ([i915#6806]) -> [PASS][514] +1 other test pass
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-12/igt@perf_pmu@frequency.html
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-17/igt@perf_pmu@frequency.html
#### Warnings ####
* igt@gem_ccs@block-copy-compressed:
- shard-rkl: [SKIP][515] ([i915#3555] / [i915#9323]) -> [SKIP][516] ([i915#14544] / [i915#3555] / [i915#9323])
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-1/igt@gem_ccs@block-copy-compressed.html
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@gem_ccs@block-copy-compressed.html
* igt@gem_create@create-ext-set-pat:
- shard-rkl: [SKIP][517] ([i915#14544] / [i915#8562]) -> [SKIP][518] ([i915#8562])
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@gem_create@create-ext-set-pat.html
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@gem_create@create-ext-set-pat.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-rkl: [SKIP][519] ([i915#14544] / [i915#3281]) -> [SKIP][520] ([i915#3281]) +1 other test skip
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-rkl: [SKIP][521] ([i915#3281]) -> [SKIP][522] ([i915#14544] / [i915#3281]) +2 other tests skip
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-2/igt@gem_exec_reloc@basic-write-read-active.html
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_lmem_swapping@verify-random:
- shard-rkl: [SKIP][523] ([i915#14544] / [i915#4613]) -> [SKIP][524] ([i915#4613])
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@gem_lmem_swapping@verify-random.html
[524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@gem_lmem_swapping@verify-random.html
* igt@gem_partial_pwrite_pread@writes-after-reads-snoop:
- shard-rkl: [SKIP][525] ([i915#14544] / [i915#3282]) -> [SKIP][526] ([i915#3282]) +2 other tests skip
[525]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
[526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-rkl: [SKIP][527] ([i915#13717] / [i915#14544]) -> [SKIP][528] ([i915#13717])
[527]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@gem_pxp@hw-rejects-pxp-context.html
[528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_readwrite@beyond-eob:
- shard-rkl: [SKIP][529] ([i915#3282]) -> [SKIP][530] ([i915#14544] / [i915#3282]) +1 other test skip
[529]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-4/igt@gem_readwrite@beyond-eob.html
[530]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@gem_readwrite@beyond-eob.html
* igt@gem_userptr_blits@relocations:
- shard-rkl: [SKIP][531] ([i915#14544] / [i915#3281] / [i915#3297]) -> [SKIP][532] ([i915#3281] / [i915#3297])
[531]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@gem_userptr_blits@relocations.html
[532]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@gem_userptr_blits@relocations.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-rkl: [SKIP][533] ([i915#3297]) -> [SKIP][534] ([i915#14544] / [i915#3297])
[533]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-8/igt@gem_userptr_blits@unsync-unmap-cycles.html
[534]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen9_exec_parse@batch-zero-length:
- shard-rkl: [SKIP][535] ([i915#2527]) -> [SKIP][536] ([i915#14544] / [i915#2527])
[535]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-5/igt@gen9_exec_parse@batch-zero-length.html
[536]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@gen9_exec_parse@batch-zero-length.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: [SKIP][537] ([i915#14544] / [i915#2527]) -> [SKIP][538] ([i915#2527]) +1 other test skip
[537]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@gen9_exec_parse@bb-oversize.html
[538]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@gen9_exec_parse@bb-oversize.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-rkl: [SKIP][539] ([i915#6590]) -> [SKIP][540] ([i915#14544] / [i915#6590]) +1 other test skip
[539]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-8/igt@i915_pm_freq_mult@media-freq@gt0.html
[540]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_power@sanity:
- shard-rkl: [SKIP][541] ([i915#7984]) -> [SKIP][542] ([i915#14544] / [i915#7984])
[541]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-8/igt@i915_power@sanity.html
[542]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@i915_power@sanity.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-rkl: [SKIP][543] ([i915#1769] / [i915#3555]) -> [SKIP][544] ([i915#14544] / [i915#1769] / [i915#3555])
[543]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
[544]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-rkl: [SKIP][545] ([i915#5286]) -> [SKIP][546] ([i915#14544] / [i915#5286]) +3 other tests skip
[545]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-8/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
[546]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-rkl: [SKIP][547] ([i915#14544] / [i915#5286]) -> [SKIP][548] ([i915#5286]) +1 other test skip
[547]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
[548]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: [SKIP][549] ([i915#14544] / [i915#3638]) -> [SKIP][550] ([i915#3638]) +3 other tests skip
[549]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_big_fb@linear-64bpp-rotate-90.html
[550]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip:
- shard-dg2: [SKIP][551] -> [SKIP][552] ([i915#3828])
[551]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html
[552]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip:
- shard-rkl: [SKIP][553] ([i915#3828]) -> [SKIP][554] ([i915#14544] / [i915#3828])
[553]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-8/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html
[554]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-rkl: [SKIP][555] ([i915#3638]) -> [SKIP][556] ([i915#14544] / [i915#3638]) +1 other test skip
[555]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-1/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
[556]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-dg2: [SKIP][557] ([i915#5190]) -> [SKIP][558] ([i915#4538] / [i915#5190]) +2 other tests skip
[557]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[558]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2: [SKIP][559] ([i915#4538] / [i915#5190]) -> [SKIP][560] ([i915#5190]) +9 other tests skip
[559]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
[560]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs:
- shard-rkl: [SKIP][561] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][562] ([i915#14098] / [i915#6095]) +7 other tests skip
[561]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
[562]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@bad-rotation-90-yf-tiled-ccs:
- shard-dg2: [SKIP][563] -> [SKIP][564] ([i915#10307] / [i915#6095]) +3 other tests skip
[563]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs.html
[564]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-6/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs:
- shard-dg2: [SKIP][565] -> [SKIP][566] ([i915#10307] / [i915#10434] / [i915#6095])
[565]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html
[566]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][567] ([i915#6095]) -> [SKIP][568] ([i915#14544] / [i915#6095])
[567]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-2.html
[568]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc:
- shard-rkl: [SKIP][569] ([i915#14098] / [i915#6095]) -> [SKIP][570] ([i915#14098] / [i915#14544] / [i915#6095]) +4 other tests skip
[569]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-2/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html
[570]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
- shard-dg2: [SKIP][571] -> [SKIP][572] ([i915#6095]) +1 other test skip
[571]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
[572]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-4:
- shard-dg1: [SKIP][573] ([i915#4423] / [i915#6095]) -> [SKIP][574] ([i915#6095]) +1 other test skip
[573]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-16/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-4.html
[574]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-19/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-4.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][575] ([i915#14544] / [i915#6095]) -> [SKIP][576] ([i915#6095]) +4 other tests skip
[575]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html
[576]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-dg2: [SKIP][577] -> [SKIP][578] ([i915#12313]) +1 other test skip
[577]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
[578]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-8/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][579] ([i915#12313] / [i915#14544]) -> [SKIP][580] ([i915#12313])
[579]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
[580]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs:
- shard-dg1: [SKIP][581] ([i915#6095]) -> [SKIP][582] ([i915#4423] / [i915#6095]) +1 other test skip
[581]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-17/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs.html
[582]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-17/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs.html
* igt@kms_cdclk@plane-scaling:
- shard-dg2: [SKIP][583] -> [SKIP][584] ([i915#13783])
[583]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_cdclk@plane-scaling.html
[584]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-6/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4:
- shard-rkl: [SKIP][585] ([i915#16471]) -> [SKIP][586] ([i915#14544] / [i915#16471])
[585]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-7/igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4.html
[586]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4.html
* igt@kms_chamelium_color_pipeline@plane-lut1d-pre-ctm3x4:
- shard-rkl: [SKIP][587] ([i915#14544] / [i915#16471]) -> [SKIP][588] ([i915#16471])
[587]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_chamelium_color_pipeline@plane-lut1d-pre-ctm3x4.html
[588]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_chamelium_color_pipeline@plane-lut1d-pre-ctm3x4.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-rkl: [SKIP][589] ([i915#11151] / [i915#7828]) -> [SKIP][590] ([i915#11151] / [i915#14544] / [i915#7828]) +3 other tests skip
[589]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-7/igt@kms_chamelium_frames@dp-crc-fast.html
[590]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- shard-rkl: [SKIP][591] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][592] ([i915#11151] / [i915#7828]) +2 other tests skip
[591]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-fast.html
[592]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-rkl: [SKIP][593] ([i915#14544] / [i915#15330] / [i915#3116]) -> [SKIP][594] ([i915#15330] / [i915#3116])
[593]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_content_protection@dp-mst-lic-type-0.html
[594]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-dg2: [SKIP][595] -> [SKIP][596] ([i915#15330])
[595]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
[596]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-8/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-rkl: [SKIP][597] ([i915#14544] / [i915#15865]) -> [SKIP][598] ([i915#15865])
[597]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_content_protection@legacy-hdcp14.html
[598]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@mei-interface:
- shard-rkl: [SKIP][599] ([i915#15865]) -> [SKIP][600] ([i915#14544] / [i915#15865]) +2 other tests skip
[599]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-1/igt@kms_content_protection@mei-interface.html
[600]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-rkl: [SKIP][601] ([i915#13049] / [i915#14544]) -> [SKIP][602] ([i915#13049])
[601]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_cursor_crc@cursor-random-512x170.html
[602]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-random-max-size:
- shard-rkl: [SKIP][603] ([i915#3555]) -> [SKIP][604] ([i915#14544] / [i915#3555]) +1 other test skip
[603]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-7/igt@kms_cursor_crc@cursor-random-max-size.html
[604]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_cursor_crc@cursor-random-max-size.html
* igt@kms_cursor_crc@cursor-sliding-32x32:
- shard-dg2: [SKIP][605] -> [SKIP][606] ([i915#3555])
[605]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_cursor_crc@cursor-sliding-32x32.html
[606]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-7/igt@kms_cursor_crc@cursor-sliding-32x32.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-rkl: [ABORT][607] ([i915#15132]) -> [INCOMPLETE][608] ([i915#12358] / [i915#14152])
[607]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-1/igt@kms_cursor_crc@cursor-suspend.html
[608]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-rkl: [SKIP][609] -> [SKIP][610] ([i915#14544]) +30 other tests skip
[609]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-2/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
[610]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
- shard-dg2: [SKIP][611] -> [SKIP][612] ([i915#13046] / [i915#5354]) +3 other tests skip
[611]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
[612]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-dg2: [SKIP][613] -> [SKIP][614] ([i915#4103])
[613]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
[614]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-dg2: [SKIP][615] -> [SKIP][616] ([i915#9833])
[615]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
[616]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-rkl: [SKIP][617] ([i915#3555] / [i915#3804]) -> [SKIP][618] ([i915#14544] / [i915#3555] / [i915#3804])
[617]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
[618]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-rkl: [SKIP][619] ([i915#13749]) -> [SKIP][620] ([i915#13749] / [i915#14544])
[619]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-2/igt@kms_dp_link_training@non-uhbr-mst.html
[620]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-rkl: [SKIP][621] ([i915#13749] / [i915#14544]) -> [SKIP][622] ([i915#13749])
[621]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_dp_link_training@non-uhbr-sst.html
[622]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dsc@dsc-fractional-bpp-ultrajoiner:
- shard-dg2: [SKIP][623] -> [SKIP][624] ([i915#16361]) +1 other test skip
[623]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_dsc@dsc-fractional-bpp-ultrajoiner.html
[624]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-8/igt@kms_dsc@dsc-fractional-bpp-ultrajoiner.html
* igt@kms_dsc@dsc-with-bpc-formats-bigjoiner:
- shard-rkl: [SKIP][625] ([i915#14544] / [i915#16361]) -> [SKIP][626] ([i915#16361])
[625]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_dsc@dsc-with-bpc-formats-bigjoiner.html
[626]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-8/igt@kms_dsc@dsc-with-bpc-formats-bigjoiner.html
* igt@kms_feature_discovery@display-2x:
- shard-rkl: [SKIP][627] ([i915#16081]) -> [SKIP][628] ([i915#14544] / [i915#16081])
[627]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-4/igt@kms_feature_discovery@display-2x.html
[628]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_feature_discovery@display-2x.html
* igt@kms_fence_pin_leak:
- shard-dg2: [SKIP][629] -> [SKIP][630] ([i915#4881])
[629]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_fence_pin_leak.html
[630]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_fence_pin_leak.html
* igt@kms_flip@2x-plain-flip:
- shard-rkl: [SKIP][631] ([i915#14544] / [i915#9934]) -> [SKIP][632] ([i915#9934]) +1 other test skip
[631]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_flip@2x-plain-flip.html
[632]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-plain-flip-fb-recreate:
- shard-rkl: [SKIP][633] ([i915#9934]) -> [SKIP][634] ([i915#14544] / [i915#9934])
[633]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-4/igt@kms_flip@2x-plain-flip-fb-recreate.html
[634]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_flip@2x-plain-flip-fb-recreate.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
- shard-rkl: [SKIP][635] ([i915#15643]) -> [SKIP][636] ([i915#14544] / [i915#15643])
[635]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
[636]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-shrfb-fliptrack-mmap-gtt:
- shard-dg2: [SKIP][637] ([i915#15990] / [i915#8708]) -> [SKIP][638] ([i915#5354]) +9 other tests skip
[637]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-shrfb-fliptrack-mmap-gtt.html
[638]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-shrfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render:
- shard-rkl: [SKIP][639] ([i915#14544]) -> [SKIP][640] +33 other tests skip
[639]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html
[640]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg2: [SKIP][641] ([i915#5354]) -> [SKIP][642] ([i915#15990] / [i915#8708]) +7 other tests skip
[641]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
[642]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][643] ([i915#14544] / [i915#1825]) -> [SKIP][644] ([i915#1825]) +1 other test skip
[643]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html
[644]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-render:
- shard-dg2: [SKIP][645] -> [SKIP][646] ([i915#15989]) +10 other tests skip
[645]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-render.html
[646]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][647] ([i915#15102]) -> [SKIP][648] ([i915#14544] / [i915#15102]) +10 other tests skip
[647]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
[648]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-cpu:
- shard-dg2: [SKIP][649] ([i915#10433] / [i915#15102]) -> [SKIP][650] ([i915#15102]) +2 other tests skip
[649]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-cpu.html
[650]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render:
- shard-dg2: [SKIP][651] ([i915#15102]) -> [SKIP][652] ([i915#5354]) +10 other tests skip
[651]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render.html
[652]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt:
- shard-dg2: [SKIP][653] ([i915#5354]) -> [SKIP][654] ([i915#10433] / [i915#15102])
[653]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt.html
[654]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
- shard-dg2: [SKIP][655] ([i915#5354]) -> [SKIP][656] ([i915#15991] / [i915#5354]) +14 other tests skip
[655]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html
[656]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt:
- shard-dg2: [SKIP][657] ([i915#15991] / [i915#5354]) -> [SKIP][658] ([i915#5354]) +24 other tests skip
[657]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
[658]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][659] ([i915#1825]) -> [SKIP][660] ([i915#14544] / [i915#1825]) +1 other test skip
[659]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html
[660]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite:
- shard-dg2: [SKIP][661] ([i915#10433] / [i915#15102]) -> [SKIP][662] ([i915#5354])
[661]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite.html
[662]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-indfb-draw-mmap-cpu:
- shard-dg2: [SKIP][663] -> [SKIP][664] ([i915#15102]) +11 other tests skip
[663]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-indfb-draw-mmap-cpu.html
[664]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-rgb565-draw-blt:
- shard-rkl: [SKIP][665] ([i915#14544] / [i915#15102]) -> [SKIP][666] ([i915#15102]) +7 other tests skip
[665]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-rgb565-draw-blt.html
[666]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsrhdr-rgb565-draw-blt.html
* igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-pri-indfb-draw-render:
- shard-dg2: [SKIP][667] -> [SKIP][668] ([i915#15991]) +18 other tests skip
[667]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-pri-indfb-draw-render.html
[668]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-mmap-wc:
- shard-dg2: [SKIP][669] -> [SKIP][670] ([i915#15990]) +11 other tests skip
[669]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-mmap-wc.html
[670]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-dg2: [SKIP][671] ([i915#9766]) -> [SKIP][672] ([i915#4342] / [i915#5354])
[671]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-5/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
[672]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-10/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
- shard-dg2: [SKIP][673] ([i915#15102]) -> [SKIP][674] ([i915#10433] / [i915#15102]) +2 other tests skip
[673]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
[674]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt:
- shard-dg2: [SKIP][675] ([i915#5354]) -> [SKIP][676] ([i915#15102]) +3 other tests skip
[675]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html
[676]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt:
- shard-rkl: [SKIP][677] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][678] ([i915#15102] / [i915#3023]) +6 other tests skip
[677]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
[678]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg1: [SKIP][679] ([i915#4423]) -> [SKIP][680]
[679]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
[680]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt:
- shard-rkl: [SKIP][681] ([i915#15102] / [i915#3023]) -> [SKIP][682] ([i915#14544] / [i915#15102] / [i915#3023]) +8 other tests skip
[681]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html
[682]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-spr-indfb-onoff:
- shard-glk: [INCOMPLETE][683] ([i915#16593]) -> [SKIP][684]
[683]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-glk5/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-spr-indfb-onoff.html
[684]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-glk1/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg1: [SKIP][685] ([i915#15990] / [i915#4423]) -> [SKIP][686] ([i915#15990])
[685]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-19/igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
[686]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-19/igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_hdr@brightness-with-hdr:
- shard-dg1: [SKIP][687] ([i915#12713]) -> [SKIP][688] ([i915#1187] / [i915#12713])
[687]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-15/igt@kms_hdr@brightness-with-hdr.html
[688]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-13/igt@kms_hdr@brightness-with-hdr.html
- shard-tglu: [SKIP][689] ([i915#1187] / [i915#12713]) -> [SKIP][690] ([i915#12713])
[689]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-tglu-2/igt@kms_hdr@brightness-with-hdr.html
[690]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-tglu-3/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-swap:
- shard-dg2: [SKIP][691] -> [SKIP][692] ([i915#16518] / [i915#3555] / [i915#8228]) +1 other test skip
[691]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_hdr@static-swap.html
[692]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-5/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle-suspend:
- shard-rkl: [INCOMPLETE][693] ([i915#15436]) -> [SKIP][694] ([i915#16644] / [i915#3555] / [i915#8228])
[693]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_hdr@static-toggle-suspend.html
[694]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-2/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_joiner@basic-big-joiner:
- shard-rkl: [SKIP][695] ([i915#15460]) -> [SKIP][696] ([i915#14544] / [i915#15460])
[695]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-8/igt@kms_joiner@basic-big-joiner.html
[696]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-rkl: [SKIP][697] ([i915#13688]) -> [SKIP][698] ([i915#13688] / [i915#14544])
[697]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-4/igt@kms_joiner@basic-max-non-joiner.html
[698]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-dg2: [SKIP][699] -> [SKIP][700] ([i915#6301])
[699]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_panel_fitting@atomic-fastset.html
[700]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-6/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier:
- shard-rkl: [SKIP][701] ([i915#14544] / [i915#15709]) -> [SKIP][702] ([i915#15709]) +2 other tests skip
[701]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html
[702]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
- shard-rkl: [SKIP][703] ([i915#15709]) -> [SKIP][704] ([i915#14544] / [i915#15709])
[703]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-1/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
[704]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-dg2: [SKIP][705] -> [SKIP][706] ([i915#13958])
[705]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_plane_multiple@2x-tiling-4.html
[706]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-1/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-rkl: [SKIP][707] ([i915#12343] / [i915#14544] / [i915#5354]) -> [SKIP][708] ([i915#12343] / [i915#5354]) +1 other test skip
[707]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_pm_backlight@fade-with-dpms.html
[708]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-5/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg1: [SKIP][709] ([i915#3828]) -> [SKIP][710] ([i915#9340])
[709]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-15/igt@kms_pm_lpsp@kms-lpsp.html
[710]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-12/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-rkl: [SKIP][711] ([i915#14544] / [i915#15073]) -> [SKIP][712] ([i915#15073])
[711]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[712]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_prime@d3hot:
- shard-rkl: [SKIP][713] ([i915#6524]) -> [SKIP][714] ([i915#14544] / [i915#6524])
[713]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-5/igt@kms_prime@d3hot.html
[714]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf:
- shard-rkl: [SKIP][715] ([i915#11520] / [i915#14544]) -> [SKIP][716] ([i915#11520]) +3 other tests skip
[715]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf.html
[716]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-3/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
- shard-rkl: [SKIP][717] ([i915#11520]) -> [SKIP][718] ([i915#11520] / [i915#14544]) +2 other tests skip
[717]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-8/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
[718]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr@fbc-pr-primary-mmap-gtt:
- shard-dg1: [SKIP][719] ([i915#1072] / [i915#4423] / [i915#9732]) -> [SKIP][720] ([i915#1072] / [i915#9732]) +1 other test skip
[719]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-12/igt@kms_psr@fbc-pr-primary-mmap-gtt.html
[720]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-12/igt@kms_psr@fbc-pr-primary-mmap-gtt.html
* igt@kms_psr@pr-cursor-mmap-cpu:
- shard-rkl: [SKIP][721] ([i915#1072] / [i915#9732]) -> [SKIP][722] ([i915#1072] / [i915#14544] / [i915#9732]) +4 other tests skip
[721]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-1/igt@kms_psr@pr-cursor-mmap-cpu.html
[722]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_psr@pr-cursor-mmap-cpu.html
* igt@kms_psr@psr2-sprite-mmap-cpu:
- shard-rkl: [SKIP][723] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][724] ([i915#1072] / [i915#9732]) +6 other tests skip
[723]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_psr@psr2-sprite-mmap-cpu.html
[724]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-4/igt@kms_psr@psr2-sprite-mmap-cpu.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-rkl: [SKIP][725] ([i915#15949]) -> [SKIP][726] ([i915#14544] / [i915#15949])
[725]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-5/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[726]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-rkl: [SKIP][727] ([i915#5289]) -> [SKIP][728] ([i915#14544] / [i915#5289])
[727]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-1/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
[728]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-dg2: [SKIP][729] -> [SKIP][730] ([i915#12755] / [i915#15867])
[729]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_rotation_crc@sprite-rotation-270.html
[730]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-3/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-rkl: [SKIP][731] ([i915#14544] / [i915#3555]) -> [SKIP][732] ([i915#3555])
[731]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-6/igt@kms_setmode@invalid-clone-exclusive-crtc.html
[732]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-7/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_vrr@flip-basic:
- shard-rkl: [SKIP][733] ([i915#15243] / [i915#3555]) -> [SKIP][734] ([i915#14544] / [i915#15243] / [i915#3555])
[733]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-8/igt@kms_vrr@flip-basic.html
[734]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@kms_vrr@flip-basic.html
* igt@kms_vrr@flip-basic-fastset:
- shard-dg2: [SKIP][735] -> [SKIP][736] ([i915#9906])
[735]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg2-10/igt@kms_vrr@flip-basic-fastset.html
[736]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg2-6/igt@kms_vrr@flip-basic-fastset.html
* igt@perf_pmu@module-unload:
- shard-dg1: [ABORT][737] ([i915#15778]) -> [ABORT][738] ([i915#13029] / [i915#15778])
[737]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-dg1-15/igt@perf_pmu@module-unload.html
[738]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-dg1-15/igt@perf_pmu@module-unload.html
* igt@prime_udl@share-import-addfb:
- shard-rkl: [SKIP][739] ([i915#16420]) -> [SKIP][740] ([i915#14544] / [i915#16420])
[739]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-1/igt@prime_udl@share-import-addfb.html
[740]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@prime_udl@share-import-addfb.html
* igt@sriov_basic@bind-unbind-vf:
- shard-rkl: [SKIP][741] ([i915#9917]) -> [SKIP][742] ([i915#14544] / [i915#9917])
[741]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18910/shard-rkl-2/igt@sriov_basic@bind-unbind-vf.html
[742]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/shard-rkl-6/igt@sriov_basic@bind-unbind-vf.html
[i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
[i915#10056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10538
[i915#10553]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11190
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11521]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11521
[i915#118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118
[i915#11814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11814
[i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12177]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12177
[i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[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#12655]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
[i915#12761]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12761
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
[i915#13027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13027
[i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13363]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13363
[i915#13390]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390
[i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398
[i915#13409]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13409
[i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[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#13717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#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#14242]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14242
[i915#14412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14412
[i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419
[i915#14498]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14498
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14702]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14702
[i915#14995]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14995
[i915#15060]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15060
[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#15132]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15132
[i915#15172]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15172
[i915#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243
[i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
[i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
[i915#15342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15342
[i915#15391]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15391
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[i915#15436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15436
[i915#15454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15454
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459
[i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460
[i915#15479]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15479
[i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[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#15739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15739
[i915#15778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15778
[i915#15865]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15865
[i915#15867]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15867
[i915#15871]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15871
[i915#15948]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15948
[i915#15949]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15949
[i915#15967]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15967
[i915#15989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15989
[i915#15990]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15990
[i915#15991]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15991
[i915#15999]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15999
[i915#16017]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16017
[i915#16021]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16021
[i915#16066]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16066
[i915#16081]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16081
[i915#16108]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16108
[i915#16119]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16119
[i915#16182]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16182
[i915#16184]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16184
[i915#16202]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16202
[i915#16236]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16236
[i915#16361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16361
[i915#16386]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16386
[i915#16396]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16396
[i915#16420]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16420
[i915#16471]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16471
[i915#16490]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16490
[i915#16518]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16518
[i915#16593]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16593
[i915#16599]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16599
[i915#16644]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16644
[i915#16680]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16680
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582
[i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3711]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3711
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4342
[i915#4348]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4348
[i915#4391]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4391
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4873]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4873
[i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881
[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#6188]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6188
[i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6344]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6344
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590
[i915#6806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6806
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7882]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7882
[i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8807]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8807
[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#8825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8825
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[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#9738]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9738
[i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766
[i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808
[i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#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_9027 -> IGTPW_15601
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_18910: d6eac0e9ec8128a0ae16cd8c06b9220a4a185f15 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15601: 15601
IGT_9027: 9027
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15601/index.html
[-- Attachment #2: Type: text/html, Size: 240276 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread