* [PATCH i-g-t v1] lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid()
@ 2026-03-11 8:10 Mohammed Bilal
2026-03-11 22:20 ` ✓ i915.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Mohammed Bilal @ 2026-03-11 8:10 UTC (permalink / raw)
To: igt-dev; +Cc: kunal1.joshi, Mohammed Bilal
The mode timing values for 2288x1287 were invalid,
causing an incorrect refresh rate to be calculated.
Fixed by using proper timing values with correct blanking periods.
Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
---
lib/igt_kms.c | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index 0b05ddd72..01e61904b 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -162,16 +162,17 @@ const struct edid *igt_kms_get_full_edid(void)
static struct edid edid;
drmModeModeInfo mode = {};
- mode.clock = 148500;
+ /* 2288x1287 @ 60Hz with proper timing values */
+ mode.clock = 193882;
mode.hdisplay = 2288;
- mode.hsync_start = 2008;
- mode.hsync_end = 2052;
- mode.htotal = 2200;
+ mode.hsync_start = 2336;
+ mode.hsync_end = 2368;
+ mode.htotal = 2448;
mode.vdisplay = 1287;
- mode.vsync_start = 1084;
- mode.vsync_end = 1089;
- mode.vtotal = 1125;
- mode.vrefresh = 144;
+ mode.vsync_start = 1290;
+ mode.vsync_end = 1295;
+ mode.vtotal = 1320;
+ mode.vrefresh = 60;
edid_init_with_mode(&edid, &mode);
std_timing_set(&edid.standard_timings[0], 256, 60, STD_TIMING_16_10);
--
2.48.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* ✓ i915.CI.BAT: success for lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid()
2026-03-11 8:10 [PATCH i-g-t v1] lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid() Mohammed Bilal
@ 2026-03-11 22:20 ` Patchwork
2026-03-11 22:35 ` ✓ Xe.CI.BAT: " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-03-11 22:20 UTC (permalink / raw)
To: Mohammed Bilal; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1913 bytes --]
== Series Details ==
Series: lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid()
URL : https://patchwork.freedesktop.org/series/163014/
State : success
== Summary ==
CI Bug Log - changes from IGT_8795 -> IGTPW_14729
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/index.html
Participating hosts (41 -> 38)
------------------------------
Missing (3): bat-dg2-13 fi-snb-2520m bat-adls-6
Known issues
------------
Here are the changes found in IGTPW_14729 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live:
- bat-dg2-8: [PASS][1] -> [DMESG-FAIL][2] ([i915#12061]) +1 other test dmesg-fail
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/bat-dg2-8/igt@i915_selftest@live.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/bat-dg2-8/igt@i915_selftest@live.html
#### Possible fixes ####
* igt@i915_selftest@live@workarounds:
- bat-mtlp-9: [DMESG-FAIL][3] ([i915#12061]) -> [PASS][4] +1 other test pass
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8795 -> IGTPW_14729
CI-20190529: 20190529
CI_DRM_18132: 4f823cb4f9faf6611f35c6a8a71ab696e3a734d6 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14729: 31a9f578d08f73fb05fa541b0f9151acc6bc302b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8795: 8795
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/index.html
[-- Attachment #2: Type: text/html, Size: 2602 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ Xe.CI.BAT: success for lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid()
2026-03-11 8:10 [PATCH i-g-t v1] lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid() Mohammed Bilal
2026-03-11 22:20 ` ✓ i915.CI.BAT: success for " Patchwork
@ 2026-03-11 22:35 ` Patchwork
2026-03-12 16:47 ` ✓ Xe.CI.FULL: " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-03-11 22:35 UTC (permalink / raw)
To: Mohammed Bilal; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1967 bytes --]
== Series Details ==
Series: lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid()
URL : https://patchwork.freedesktop.org/series/163014/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8795_BAT -> XEIGTPW_14729_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (14 -> 14)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14729_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@xe_waitfence@engine:
- bat-dg2-oem2: [FAIL][1] ([Intel XE#6519]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8795/bat-dg2-oem2/igt@xe_waitfence@engine.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/bat-dg2-oem2/igt@xe_waitfence@engine.html
* igt@xe_waitfence@reltime:
- bat-dg2-oem2: [FAIL][3] ([Intel XE#6520]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8795/bat-dg2-oem2/igt@xe_waitfence@reltime.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/bat-dg2-oem2/igt@xe_waitfence@reltime.html
[Intel XE#6519]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6519
[Intel XE#6520]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6520
Build changes
-------------
* IGT: IGT_8795 -> IGTPW_14729
* Linux: xe-4701-f8d4fc8745a5d5c57dd1e020fdb5c68f91fe33a7 -> xe-4702-4f823cb4f9faf6611f35c6a8a71ab696e3a734d6
IGTPW_14729: 31a9f578d08f73fb05fa541b0f9151acc6bc302b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8795: 8795
xe-4701-f8d4fc8745a5d5c57dd1e020fdb5c68f91fe33a7: f8d4fc8745a5d5c57dd1e020fdb5c68f91fe33a7
xe-4702-4f823cb4f9faf6611f35c6a8a71ab696e3a734d6: 4f823cb4f9faf6611f35c6a8a71ab696e3a734d6
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/index.html
[-- Attachment #2: Type: text/html, Size: 2577 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ Xe.CI.FULL: success for lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid()
2026-03-11 8:10 [PATCH i-g-t v1] lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid() Mohammed Bilal
2026-03-11 22:20 ` ✓ i915.CI.BAT: success for " Patchwork
2026-03-11 22:35 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-03-12 16:47 ` Patchwork
2026-03-12 17:20 ` ✗ i915.CI.Full: failure " Patchwork
2026-03-16 8:34 ` [i-g-t,v1] " Joshi, Kunal1
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-03-12 16:47 UTC (permalink / raw)
To: Mohammed Bilal; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 15399 bytes --]
== Series Details ==
Series: lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid()
URL : https://patchwork.freedesktop.org/series/163014/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8795_FULL -> XEIGTPW_14729_FULL
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14729_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][1] ([Intel XE#1407])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-lnl: NOTRUN -> [SKIP][2] ([Intel XE#3658] / [Intel XE#7360])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][3] ([Intel XE#1124]) +3 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-8/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p:
- shard-lnl: NOTRUN -> [SKIP][4] ([Intel XE#1512] / [Intel XE#7392]) +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-8/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs:
- shard-lnl: NOTRUN -> [SKIP][5] ([Intel XE#2887])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs:
- shard-lnl: NOTRUN -> [SKIP][6] ([Intel XE#3432])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-1/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-lnl: NOTRUN -> [SKIP][7] ([Intel XE#306] / [Intel XE#7358])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-1/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:
- shard-lnl: NOTRUN -> [SKIP][8] ([Intel XE#373]) +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-1/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html
* igt@kms_cursor_crc@cursor-sliding-32x32:
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#1424])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-3/igt@kms_cursor_crc@cursor-sliding-32x32.html
* igt@kms_flip@2x-flip-vs-modeset-vs-hang:
- shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#1421])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-5/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-lnl: [PASS][11] -> [FAIL][12] ([Intel XE#301]) +1 other test fail
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8795/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#7178] / [Intel XE#7349])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-move:
- shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#6312] / [Intel XE#651])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-8/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcdrrs-abgr161616f-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#7061] / [Intel XE#7356])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-abgr161616f-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt:
- shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#656]) +8 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_hdmi_inject@inject-4k:
- shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#1470])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-4/igt@kms_hdmi_inject@inject-4k.html
* igt@kms_plane@pixel-format-yf-tiled-ccs-modifier:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#7283])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-2/igt@kms_plane@pixel-format-yf-tiled-ccs-modifier.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-7/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#1435])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-5/igt@kms_setmode@clone-exclusive-crtc.html
* igt@xe_eudebug_online@writes-caching-vram-bb-sram-target-sram:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#4837] / [Intel XE#6665])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-2/igt@xe_eudebug_online@writes-caching-vram-bb-sram-target-sram.html
* igt@xe_evict@evict-beng-mixed-threads-small-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#6540] / [Intel XE#688]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-8/igt@xe_evict@evict-beng-mixed-threads-small-multi-vm.html
* igt@xe_exec_balancer@many-execqueues-cm-parallel-rebind:
- shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#7482]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-2/igt@xe_exec_balancer@many-execqueues-cm-parallel-rebind.html
* igt@xe_exec_basic@multigpu-once-null-rebind:
- shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#1392]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-2/igt@xe_exec_basic@multigpu-once-null-rebind.html
* igt@xe_exec_fault_mode@many-execqueues-multi-queue-rebind-prefetch:
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#7136])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-2/igt@xe_exec_fault_mode@many-execqueues-multi-queue-rebind-prefetch.html
* igt@xe_exec_multi_queue@many-queues-userptr-invalidate:
- shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#6874]) +5 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-6/igt@xe_exec_multi_queue@many-queues-userptr-invalidate.html
* igt@xe_exec_sip_eudebug@breakpoint-waitsip-heavy:
- shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#4837]) +2 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-2/igt@xe_exec_sip_eudebug@breakpoint-waitsip-heavy.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-wt-multi-vma:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#6196])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-4/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-wt-multi-vma.html
* igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#7138]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-4/igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr-invalidate-race.html
* igt@xe_multigpu_svm@mgpu-pagefault-conflict:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#6964])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-4/igt@xe_multigpu_svm@mgpu-pagefault-conflict.html
* igt@xe_pat@xa-app-transient-media-off:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#7590])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-1/igt@xe_pat@xa-app-transient-media-off.html
* igt@xe_pm@d3hot-i2c:
- shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#5742] / [Intel XE#7328] / [Intel XE#7400])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-2/igt@xe_pm@d3hot-i2c.html
* igt@xe_query@multigpu-query-oa-units:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#944])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-4/igt@xe_query@multigpu-query-oa-units.html
* igt@xe_sriov_flr@flr-twice:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#4273])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-3/igt@xe_sriov_flr@flr-twice.html
#### Possible fixes ####
* igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1:
- shard-lnl: [FAIL][35] ([Intel XE#6054]) -> [PASS][36] +3 other tests pass
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8795/shard-lnl-6/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-6/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
* igt@kms_pm_dc@dc6-dpms:
- shard-lnl: [FAIL][37] ([Intel XE#7340]) -> [PASS][38]
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8795/shard-lnl-8/igt@kms_pm_dc@dc6-dpms.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-1/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-lnl: [SKIP][39] ([Intel XE#4692] / [Intel XE#7508]) -> [PASS][40]
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8795/shard-lnl-6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-7/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma:
- shard-lnl: [FAIL][41] ([Intel XE#5625]) -> [PASS][42]
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8795/shard-lnl-3/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/shard-lnl-6/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[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#3658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658
[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#4273]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4273
[Intel XE#4692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4692
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#5625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5625
[Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
[Intel XE#6054]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6054
[Intel XE#6196]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6196
[Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
[Intel XE#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#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7328
[Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7349]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7349
[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#7360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7360
[Intel XE#7392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7392
[Intel XE#7400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7400
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[Intel XE#7508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7508
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8795 -> IGTPW_14729
* Linux: xe-4701-f8d4fc8745a5d5c57dd1e020fdb5c68f91fe33a7 -> xe-4702-4f823cb4f9faf6611f35c6a8a71ab696e3a734d6
IGTPW_14729: 31a9f578d08f73fb05fa541b0f9151acc6bc302b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8795: 8795
xe-4701-f8d4fc8745a5d5c57dd1e020fdb5c68f91fe33a7: f8d4fc8745a5d5c57dd1e020fdb5c68f91fe33a7
xe-4702-4f823cb4f9faf6611f35c6a8a71ab696e3a734d6: 4f823cb4f9faf6611f35c6a8a71ab696e3a734d6
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14729/index.html
[-- Attachment #2: Type: text/html, Size: 16784 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ i915.CI.Full: failure for lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid()
2026-03-11 8:10 [PATCH i-g-t v1] lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid() Mohammed Bilal
` (2 preceding siblings ...)
2026-03-12 16:47 ` ✓ Xe.CI.FULL: " Patchwork
@ 2026-03-12 17:20 ` Patchwork
2026-03-16 8:34 ` [i-g-t,v1] " Joshi, Kunal1
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-03-12 17:20 UTC (permalink / raw)
To: Mohammed Bilal; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 139861 bytes --]
== Series Details ==
Series: lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid()
URL : https://patchwork.freedesktop.org/series/163014/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8795_full -> IGTPW_14729_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14729_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14729_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_14729/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_14729_full:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live:
- shard-dg1: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg1-12/igt@i915_selftest@live.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-12/igt@i915_selftest@live.html
* igt@i915_suspend@sysfs-reader:
- shard-tglu: [PASS][3] -> [ABORT][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-tglu-4/igt@i915_suspend@sysfs-reader.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-4/igt@i915_suspend@sysfs-reader.html
New tests
---------
New tests have been introduced between IGT_8795_full and IGTPW_14729_full:
### New IGT tests (16) ###
* igt@kms_cursor_crc@4-tiled-8bpp-rotate-0:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@basic-sync-all:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@blob-prop-lifetime:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@dp-mst-lic-type-0-hdcp14:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@fbc-psr-sprite-plane-onoff:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@fbcpsr-2p-primscrn-cur-indfb-draw-pwrite:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@getfb2-handle-closed:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@linear-64bpp-rotate-90:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@plane-scaler-with-clipping-clamping-pixel-formats:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@psr-1p-primscrn-cur-indfb-draw-mmap-gtt:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@reverse:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@ts-continuation-suspend:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@unaligned-write:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@universal-plane-functional:
- Statuses :
- Exec time: [None] s
* igt@kms_cursor_crc@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- Statuses :
- Exec time: [None] s
Known issues
------------
Here are the changes found in IGTPW_14729_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg2: NOTRUN -> [SKIP][5] ([i915#8411])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-4/igt@api_intel_bb@blit-reloc-keep-cache.html
- shard-rkl: NOTRUN -> [SKIP][6] ([i915#8411])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-8/igt@api_intel_bb@blit-reloc-keep-cache.html
- shard-dg1: NOTRUN -> [SKIP][7] ([i915#8411])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-13/igt@api_intel_bb@blit-reloc-keep-cache.html
- shard-mtlp: NOTRUN -> [SKIP][8] ([i915#8411])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-8/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@crc32:
- shard-tglu-1: NOTRUN -> [SKIP][9] ([i915#6230])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@api_intel_bb@crc32.html
* igt@device_reset@cold-reset-bound:
- shard-tglu: NOTRUN -> [SKIP][10] ([i915#11078])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-7/igt@device_reset@cold-reset-bound.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-tglu-1: NOTRUN -> [SKIP][11] ([i915#9323])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_ccs@block-multicopy-inplace:
- shard-tglu: NOTRUN -> [SKIP][12] ([i915#3555] / [i915#9323])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-3/igt@gem_ccs@block-multicopy-inplace.html
* igt@gem_ccs@suspend-resume:
- shard-dg2: [PASS][13] -> [INCOMPLETE][14] ([i915#13356])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg2-5/igt@gem_ccs@suspend-resume.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-6/igt@gem_ccs@suspend-resume.html
- shard-rkl: NOTRUN -> [SKIP][15] ([i915#9323]) +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-2/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: [PASS][16] -> [INCOMPLETE][17] ([i915#12392] / [i915#13356])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-6/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_close_race@multigpu-basic-process:
- shard-tglu: NOTRUN -> [SKIP][18] ([i915#7697]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-3/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-tglu-1: NOTRUN -> [SKIP][19] ([i915#6335])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][20] ([i915#8562])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-5/igt@gem_create@create-ext-set-pat.html
- shard-rkl: NOTRUN -> [SKIP][21] ([i915#14544] / [i915#8562])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@gem_create@create-ext-set-pat.html
- shard-dg1: NOTRUN -> [SKIP][22] ([i915#8562])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-15/igt@gem_create@create-ext-set-pat.html
- shard-tglu: NOTRUN -> [SKIP][23] ([i915#8562])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-3/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_freq@sysfs@gt0:
- shard-dg2: [PASS][24] -> [FAIL][25] ([i915#9561]) +1 other test fail
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg2-7/igt@gem_ctx_freq@sysfs@gt0.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-1/igt@gem_ctx_freq@sysfs@gt0.html
* igt@gem_ctx_isolation@preservation-s3@rcs0:
- shard-glk: NOTRUN -> [INCOMPLETE][26] ([i915#13356]) +1 other test incomplete
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk2/igt@gem_ctx_isolation@preservation-s3@rcs0.html
* igt@gem_ctx_persistence@engines-hostile:
- shard-snb: NOTRUN -> [SKIP][27] ([i915#1099]) +3 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-snb5/igt@gem_ctx_persistence@engines-hostile.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-tglu: NOTRUN -> [SKIP][28] ([i915#280])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-10/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_exec_balancer@parallel-bb-first:
- shard-rkl: NOTRUN -> [SKIP][29] ([i915#4525])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@gem_exec_balancer@parallel-bb-first.html
* igt@gem_exec_balancer@parallel-contexts:
- shard-tglu: NOTRUN -> [SKIP][30] ([i915#4525]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-5/igt@gem_exec_balancer@parallel-contexts.html
* igt@gem_exec_balancer@parallel-dmabuf-import-out-fence:
- shard-tglu-1: NOTRUN -> [SKIP][31] ([i915#4525])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html
* igt@gem_exec_balancer@sliced:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#4812]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-8/igt@gem_exec_balancer@sliced.html
- shard-mtlp: NOTRUN -> [SKIP][33] ([i915#4812]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-3/igt@gem_exec_balancer@sliced.html
* igt@gem_exec_big@single:
- shard-tglu-1: [PASS][34] -> [FAIL][35] ([i915#15816])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-tglu-1/igt@gem_exec_big@single.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@gem_exec_big@single.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-dg1: NOTRUN -> [SKIP][36] ([i915#3539] / [i915#4852]) +2 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-15/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_flush@basic-uc-rw-default:
- shard-dg2: NOTRUN -> [SKIP][37] ([i915#3539] / [i915#4852]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-5/igt@gem_exec_flush@basic-uc-rw-default.html
* igt@gem_exec_reloc@basic-range:
- shard-mtlp: NOTRUN -> [SKIP][38] ([i915#3281]) +4 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@gem_exec_reloc@basic-range.html
* igt@gem_exec_reloc@basic-range-active:
- shard-dg2: NOTRUN -> [SKIP][39] ([i915#3281]) +4 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-7/igt@gem_exec_reloc@basic-range-active.html
* igt@gem_exec_reloc@basic-wc-cpu-noreloc:
- shard-dg1: NOTRUN -> [SKIP][40] ([i915#3281]) +4 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-15/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html
- shard-rkl: NOTRUN -> [SKIP][41] ([i915#14544] / [i915#3281])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html
* igt@gem_exec_reloc@basic-write-read-noreloc:
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#3281]) +9 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-noreloc.html
* igt@gem_exec_schedule@reorder-wide:
- shard-dg2: NOTRUN -> [SKIP][43] ([i915#4537] / [i915#4812])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-3/igt@gem_exec_schedule@reorder-wide.html
- shard-dg1: NOTRUN -> [SKIP][44] ([i915#4812]) +2 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-14/igt@gem_exec_schedule@reorder-wide.html
- shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4537] / [i915#4812])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-2/igt@gem_exec_schedule@reorder-wide.html
* igt@gem_exec_suspend@basic-s0:
- shard-rkl: [PASS][46] -> [INCOMPLETE][47] ([i915#13356]) +1 other test incomplete
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-7/igt@gem_exec_suspend@basic-s0.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@gem_exec_suspend@basic-s0.html
* igt@gem_exec_suspend@basic-s3-devices:
- shard-rkl: [PASS][48] -> [ABORT][49] ([i915#15131])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-7/igt@gem_exec_suspend@basic-s3-devices.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-1/igt@gem_exec_suspend@basic-s3-devices.html
* igt@gem_exec_suspend@basic-s3-devices@smem:
- shard-rkl: [PASS][50] -> [ABORT][51] ([i915#15542])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-7/igt@gem_exec_suspend@basic-s3-devices@smem.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-1/igt@gem_exec_suspend@basic-s3-devices@smem.html
* igt@gem_fence_thrash@bo-write-verify-threaded-none:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#4860]) +3 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-18/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
* igt@gem_fence_thrash@bo-write-verify-x:
- shard-dg2: NOTRUN -> [SKIP][53] ([i915#4860]) +3 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-8/igt@gem_fence_thrash@bo-write-verify-x.html
* igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][54] ([i915#4860]) +3 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-1/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
* igt@gem_huc_copy@huc-copy:
- shard-tglu: NOTRUN -> [SKIP][55] ([i915#2190])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-9/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-glk: NOTRUN -> [SKIP][56] ([i915#4613]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk2/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
- shard-rkl: NOTRUN -> [SKIP][57] ([i915#14544] / [i915#4613])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
- shard-dg1: NOTRUN -> [SKIP][58] ([i915#12193])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-13/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4613])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-4/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][60] ([i915#4565])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-13/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-rkl: NOTRUN -> [SKIP][61] ([i915#4613]) +2 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_lmem_swapping@random-engines:
- shard-tglu-1: NOTRUN -> [SKIP][62] ([i915#4613]) +1 other test skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@gem_lmem_swapping@random-engines.html
* igt@gem_lmem_swapping@smem-oom:
- shard-dg1: [PASS][63] -> [FAIL][64] ([i915#15734])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg1-14/igt@gem_lmem_swapping@smem-oom.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-16/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg1: [PASS][65] -> [CRASH][66] ([i915#5493])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg1-14/igt@gem_lmem_swapping@smem-oom@lmem0.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_lmem_swapping@verify-random-ccs:
- shard-tglu: NOTRUN -> [SKIP][67] ([i915#4613]) +2 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-10/igt@gem_lmem_swapping@verify-random-ccs.html
* igt@gem_media_fill@media-fill:
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#8289])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-1/igt@gem_media_fill@media-fill.html
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#8289])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-6/igt@gem_media_fill@media-fill.html
* igt@gem_media_vme:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#284])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-4/igt@gem_media_vme.html
- shard-rkl: NOTRUN -> [SKIP][71] ([i915#284])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@gem_media_vme.html
- shard-tglu-1: NOTRUN -> [SKIP][72] ([i915#284])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@gem_media_vme.html
- shard-dg1: NOTRUN -> [SKIP][73] ([i915#284])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-12/igt@gem_media_vme.html
- shard-mtlp: NOTRUN -> [SKIP][74] ([i915#284])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@gem_media_vme.html
* igt@gem_mmap_wc@bad-size:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#4083]) +3 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-6/igt@gem_mmap_wc@bad-size.html
* igt@gem_mmap_wc@read-write:
- shard-mtlp: NOTRUN -> [SKIP][76] ([i915#4083]) +3 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@gem_mmap_wc@read-write.html
* igt@gem_mmap_wc@write-read:
- shard-dg1: NOTRUN -> [SKIP][77] ([i915#4083]) +3 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-14/igt@gem_mmap_wc@write-read.html
* igt@gem_partial_pwrite_pread@write-display:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#3282]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-5/igt@gem_partial_pwrite_pread@write-display.html
- shard-rkl: NOTRUN -> [SKIP][79] ([i915#3282])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-7/igt@gem_partial_pwrite_pread@write-display.html
- shard-dg1: NOTRUN -> [SKIP][80] ([i915#3282]) +1 other test skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-17/igt@gem_partial_pwrite_pread@write-display.html
- shard-mtlp: NOTRUN -> [SKIP][81] ([i915#3282]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-6/igt@gem_partial_pwrite_pread@write-display.html
* igt@gem_pread@exhaustion:
- shard-glk: NOTRUN -> [WARN][82] ([i915#2658])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk2/igt@gem_pread@exhaustion.html
- shard-rkl: NOTRUN -> [SKIP][83] ([i915#14544] / [i915#3282]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@gem_pread@exhaustion.html
- shard-snb: NOTRUN -> [WARN][84] ([i915#2658])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-snb5/igt@gem_pread@exhaustion.html
- shard-tglu: NOTRUN -> [WARN][85] ([i915#2658]) +1 other test warn
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-9/igt@gem_pread@exhaustion.html
* igt@gem_pwrite@basic-exhaustion:
- shard-glk11: NOTRUN -> [WARN][86] ([i915#14702] / [i915#2658])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk11/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-tglu: NOTRUN -> [SKIP][87] ([i915#13398])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-4/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_pxp@protected-raw-src-copy-not-readible:
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#4270]) +2 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-8/igt@gem_pxp@protected-raw-src-copy-not-readible.html
- shard-dg1: NOTRUN -> [SKIP][89] ([i915#4270]) +2 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-16/igt@gem_pxp@protected-raw-src-copy-not-readible.html
* igt@gem_render_copy@x-tiled-to-vebox-y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][90] ([i915#8428])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-8/igt@gem_render_copy@x-tiled-to-vebox-y-tiled.html
- shard-dg2: NOTRUN -> [SKIP][91] ([i915#5190] / [i915#8428])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-6/igt@gem_render_copy@x-tiled-to-vebox-y-tiled.html
* igt@gem_tiled_swapping@non-threaded:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#4077]) +7 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-8/igt@gem_tiled_swapping@non-threaded.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-tglu: NOTRUN -> [SKIP][93] ([i915#3297]) +1 other test skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-4/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-tglu-1: NOTRUN -> [SKIP][94] ([i915#3297]) +3 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-tglu: NOTRUN -> [SKIP][95] ([i915#3297] / [i915#3323])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-4/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-dg2: NOTRUN -> [SKIP][96] ([i915#3282] / [i915#3297])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-3/igt@gem_userptr_blits@forbidden-operations.html
- shard-rkl: NOTRUN -> [SKIP][97] ([i915#3282] / [i915#3297])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@gem_userptr_blits@forbidden-operations.html
- shard-dg1: NOTRUN -> [SKIP][98] ([i915#3282] / [i915#3297])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-18/igt@gem_userptr_blits@forbidden-operations.html
- shard-mtlp: NOTRUN -> [SKIP][99] ([i915#3282] / [i915#3297])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-1/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap:
- shard-dg2: NOTRUN -> [SKIP][100] ([i915#3297] / [i915#4880])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
- shard-dg1: NOTRUN -> [SKIP][101] ([i915#3297] / [i915#4880])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-17/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
- shard-mtlp: NOTRUN -> [SKIP][102] ([i915#3297])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-7/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-rkl: NOTRUN -> [SKIP][103] ([i915#3297]) +1 other test skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_workarounds@suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][104] ([i915#13356] / [i915#14586])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk1/igt@gem_workarounds@suspend-resume.html
* igt@gen9_exec_parse@allowed-single:
- shard-dg2: NOTRUN -> [SKIP][105] ([i915#2856])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-5/igt@gen9_exec_parse@allowed-single.html
- shard-rkl: NOTRUN -> [SKIP][106] ([i915#14544] / [i915#2527])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@gen9_exec_parse@allowed-single.html
- shard-dg1: NOTRUN -> [SKIP][107] ([i915#2527])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-15/igt@gen9_exec_parse@allowed-single.html
- shard-mtlp: NOTRUN -> [SKIP][108] ([i915#2856])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-4/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@basic-rejected:
- shard-tglu: NOTRUN -> [SKIP][109] ([i915#2527] / [i915#2856]) +2 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-2/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@batch-without-end:
- shard-tglu-1: NOTRUN -> [SKIP][110] ([i915#2527] / [i915#2856]) +1 other test skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@gen9_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@secure-batches:
- shard-rkl: NOTRUN -> [SKIP][111] ([i915#2527]) +4 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@gen9_exec_parse@secure-batches.html
* igt@i915_module_load@fault-injection@intel_connector_register:
- shard-glk: NOTRUN -> [ABORT][112] ([i915#15342]) +1 other test abort
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk4/igt@i915_module_load@fault-injection@intel_connector_register.html
* igt@i915_module_load@reload-no-display:
- shard-dg2: NOTRUN -> [DMESG-WARN][113] ([i915#13029] / [i915#14545])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-5/igt@i915_module_load@reload-no-display.html
- shard-dg1: NOTRUN -> [DMESG-WARN][114] ([i915#13029] / [i915#14545])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-15/igt@i915_module_load@reload-no-display.html
- shard-snb: NOTRUN -> [DMESG-WARN][115] ([i915#14545])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-snb6/igt@i915_module_load@reload-no-display.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-rkl: NOTRUN -> [SKIP][116] ([i915#8399])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@i915_pm_freq_api@freq-basic-api.html
- shard-tglu-1: NOTRUN -> [SKIP][117] ([i915#8399])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_rc6_residency@media-rc6-accuracy:
- shard-rkl: NOTRUN -> [SKIP][118] ([i915#14544]) +1 other test skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@i915_pm_rc6_residency@media-rc6-accuracy.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-glk: [PASS][119] -> [INCOMPLETE][120] ([i915#13356] / [i915#15172])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-glk9/igt@i915_pm_rpm@system-suspend-execbuf.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk4/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_pm_rps@reset:
- shard-snb: [PASS][121] -> [INCOMPLETE][122] ([i915#13729] / [i915#13821])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-snb1/igt@i915_pm_rps@reset.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-snb4/igt@i915_pm_rps@reset.html
* igt@i915_pm_sseu@full-enable:
- shard-tglu: NOTRUN -> [SKIP][123] ([i915#4387])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-10/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@hwconfig_table:
- shard-rkl: NOTRUN -> [SKIP][124] ([i915#6245])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-5/igt@i915_query@hwconfig_table.html
* igt@i915_query@test-query-geometry-subslices:
- shard-tglu: NOTRUN -> [SKIP][125] ([i915#5723])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-2/igt@i915_query@test-query-geometry-subslices.html
* igt@i915_selftest@live:
- shard-mtlp: [PASS][126] -> [DMESG-FAIL][127] ([i915#12061] / [i915#15560])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-mtlp-1/igt@i915_selftest@live.html
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@i915_selftest@live.html
* igt@i915_selftest@live@gem_contexts:
- shard-dg1: [PASS][128] -> [ABORT][129] ([i915#15433])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg1-12/igt@i915_selftest@live@gem_contexts.html
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-12/igt@i915_selftest@live@gem_contexts.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: [PASS][130] -> [DMESG-FAIL][131] ([i915#12061])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-mtlp-1/igt@i915_selftest@live@workarounds.html
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@i915_selftest@live@workarounds.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-glk11: NOTRUN -> [INCOMPLETE][132] ([i915#4817])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk11/igt@i915_suspend@fence-restore-tiled2untiled.html
- shard-rkl: NOTRUN -> [INCOMPLETE][133] ([i915#4817])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@i915_suspend@forcewake:
- shard-glk: NOTRUN -> [INCOMPLETE][134] ([i915#4817])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk4/igt@i915_suspend@forcewake.html
- shard-rkl: [PASS][135] -> [INCOMPLETE][136] ([i915#4817])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-7/igt@i915_suspend@forcewake.html
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@i915_suspend@forcewake.html
* igt@intel_hwmon@hwmon-write:
- shard-tglu: NOTRUN -> [SKIP][137] ([i915#7707])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-3/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-dg1: NOTRUN -> [SKIP][138] ([i915#4212])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-16/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#12454] / [i915#12712])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-5/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][140] ([i915#1769] / [i915#3555])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-dg1: NOTRUN -> [SKIP][141] ([i915#1769] / [i915#3555])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-16/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-snb: NOTRUN -> [SKIP][142] ([i915#1769])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-snb5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-tglu: NOTRUN -> [SKIP][143] ([i915#1769] / [i915#3555])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-3:
- shard-dg2: [PASS][144] -> [FAIL][145] ([i915#5956]) +1 other test fail
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg2-8/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-3.html
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-3/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-3.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#5286]) +4 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-tglu-1: NOTRUN -> [SKIP][147] ([i915#5286]) +3 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#4538] / [i915#5286]) +1 other test skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-14/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
- shard-tglu: NOTRUN -> [SKIP][149] ([i915#5286]) +5 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-10/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-mtlp: [PASS][150] -> [FAIL][151] ([i915#15733] / [i915#5138])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-32bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][152] ([i915#3638]) +3 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_big_fb@linear-32bpp-rotate-90.html
- shard-dg1: NOTRUN -> [SKIP][153] ([i915#3638]) +1 other test skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-12/igt@kms_big_fb@linear-32bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip:
- shard-tglu-1: NOTRUN -> [SKIP][154] ([i915#3828])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
- shard-tglu: NOTRUN -> [SKIP][155] ([i915#3828])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-8/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][156] +8 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-8/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#4538] / [i915#5190]) +6 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-1/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2: NOTRUN -> [SKIP][158] ([i915#5190])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-3/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
- shard-mtlp: NOTRUN -> [SKIP][159] ([i915#6187])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][160] +16 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-7/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
- shard-dg1: NOTRUN -> [SKIP][161] ([i915#4538]) +4 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-17/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][162] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-4/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1:
- shard-glk10: NOTRUN -> [SKIP][163] +118 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk10/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][164] ([i915#12313]) +4 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][165] ([i915#6095]) +59 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-7/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
- shard-glk: NOTRUN -> [SKIP][166] +453 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk6/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][167] ([i915#6095]) +39 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-edp-1.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][168] ([i915#6095]) +84 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-7/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#12313]) +1 other test skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
- shard-tglu-1: NOTRUN -> [SKIP][170] ([i915#12313])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][171] ([i915#6095]) +66 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-8/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][172] ([i915#6095]) +201 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-13/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][173] ([i915#14544] / [i915#6095]) +2 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/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][174] ([i915#14098] / [i915#14544] / [i915#6095]) +3 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/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-dg1: NOTRUN -> [SKIP][175] ([i915#12805])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-18/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-rkl: NOTRUN -> [SKIP][176] ([i915#14098] / [i915#6095]) +43 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][177] ([i915#15582])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk2/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][178] ([i915#10307] / [i915#6095]) +101 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-4/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][179] ([i915#6095]) +44 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_cdclk@mode-transition:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#3742]) +1 other test skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_cdclk@mode-transition.html
- shard-tglu-1: NOTRUN -> [SKIP][181] ([i915#3742])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_cdclk@mode-transition.html
- shard-dg1: NOTRUN -> [SKIP][182] ([i915#3742])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-12/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][183] ([i915#13781]) +4 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][184] ([i915#13781]) +4 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-4/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html
* igt@kms_chamelium_audio@dp-audio:
- shard-tglu: NOTRUN -> [SKIP][185] ([i915#11151] / [i915#7828]) +11 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-9/igt@kms_chamelium_audio@dp-audio.html
- shard-mtlp: NOTRUN -> [SKIP][186] ([i915#11151] / [i915#7828]) +4 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-7/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-dg2: NOTRUN -> [SKIP][187] ([i915#11151] / [i915#7828]) +4 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-3/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#11151] / [i915#7828]) +5 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-1/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
- shard-dg1: NOTRUN -> [SKIP][189] ([i915#11151] / [i915#7828]) +4 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-18/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-tglu-1: NOTRUN -> [SKIP][190] ([i915#11151] / [i915#7828]) +4 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_chamelium_frames@hdmi-frame-dump:
- shard-rkl: NOTRUN -> [SKIP][191] ([i915#11151] / [i915#14544] / [i915#7828]) +2 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_chamelium_frames@hdmi-frame-dump.html
* igt@kms_color@deep-color:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#12655] / [i915#3555])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-2/igt@kms_color@deep-color.html
* igt@kms_color_pipeline@plane-lut1d-post-ctm3x4@pipe-c-plane-1:
- shard-mtlp: NOTRUN -> [FAIL][193] ([i915#15733]) +25 other tests fail
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-1/igt@kms_color_pipeline@plane-lut1d-post-ctm3x4@pipe-c-plane-1.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-tglu-1: NOTRUN -> [SKIP][194] ([i915#6944]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@content-type-change:
- shard-tglu-1: NOTRUN -> [SKIP][195] ([i915#6944] / [i915#9424])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#15330] / [i915#3116])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-7/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][197] ([i915#15330]) +2 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-2/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
- shard-dg1: NOTRUN -> [SKIP][198] ([i915#15330]) +1 other test skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-16/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
- shard-tglu: NOTRUN -> [SKIP][199] ([i915#15330]) +1 other test skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-4/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
- shard-mtlp: NOTRUN -> [SKIP][200] ([i915#15330]) +1 other test skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-7/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-tglu: NOTRUN -> [SKIP][201] ([i915#15330] / [i915#3116] / [i915#3299])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-3/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][202] ([i915#15330]) +1 other test skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-8/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][203] ([i915#6944])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-5/igt@kms_content_protection@legacy-hdcp14.html
- shard-rkl: NOTRUN -> [SKIP][204] ([i915#14544] / [i915#6944])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_content_protection@legacy-hdcp14.html
- shard-dg1: NOTRUN -> [SKIP][205] ([i915#6944])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-15/igt@kms_content_protection@legacy-hdcp14.html
- shard-tglu: NOTRUN -> [SKIP][206] ([i915#6944]) +1 other test skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-3/igt@kms_content_protection@legacy-hdcp14.html
- shard-mtlp: NOTRUN -> [SKIP][207] ([i915#6944])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-4/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@uevent:
- shard-tglu: NOTRUN -> [SKIP][208] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-8/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: [PASS][209] -> [FAIL][210] ([i915#13566]) +1 other test fail
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][211] ([i915#13566]) +3 other tests fail
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-2.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-mtlp: NOTRUN -> [SKIP][212] ([i915#13049])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-4/igt@kms_cursor_crc@cursor-onscreen-512x170.html
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#13049])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-5/igt@kms_cursor_crc@cursor-onscreen-512x170.html
- shard-rkl: NOTRUN -> [SKIP][214] ([i915#13049] / [i915#14544])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-512x170.html
- shard-dg1: NOTRUN -> [SKIP][215] ([i915#13049])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-15/igt@kms_cursor_crc@cursor-onscreen-512x170.html
- shard-tglu: NOTRUN -> [SKIP][216] ([i915#13049])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-256x85:
- shard-mtlp: NOTRUN -> [SKIP][217] ([i915#8814])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-1/igt@kms_cursor_crc@cursor-random-256x85.html
* igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [FAIL][218] ([i915#13566]) +1 other test fail
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-6/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#3555]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-3/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
- shard-rkl: NOTRUN -> [SKIP][220] ([i915#3555]) +3 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
- shard-dg1: NOTRUN -> [SKIP][221] ([i915#3555]) +2 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-12/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
- shard-mtlp: NOTRUN -> [SKIP][222] ([i915#3555] / [i915#8814])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-7/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-rkl: NOTRUN -> [SKIP][223] ([i915#13049])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-2:
- shard-rkl: [PASS][224] -> [FAIL][225] ([i915#13566]) +1 other test fail
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-3/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-2.html
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-2.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-dg2: NOTRUN -> [SKIP][226] ([i915#13046] / [i915#5354])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
- shard-mtlp: NOTRUN -> [SKIP][227] ([i915#9809])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-6/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-tglu-1: NOTRUN -> [SKIP][228] ([i915#4103]) +1 other test skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-tglu-1: NOTRUN -> [SKIP][229] ([i915#9067])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-tglu: NOTRUN -> [SKIP][230] ([i915#4103]) +1 other test skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-tglu: NOTRUN -> [SKIP][231] ([i915#9723])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-8/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-rkl: NOTRUN -> [SKIP][232] ([i915#13691])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_display_modes@extended-mode-basic.html
- shard-tglu-1: NOTRUN -> [SKIP][233] ([i915#13691])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-glk11: NOTRUN -> [SKIP][234] +27 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk11/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
- shard-tglu: NOTRUN -> [SKIP][235] ([i915#1769] / [i915#3555] / [i915#3804])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-10/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][236] ([i915#3804])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-10/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-tglu: NOTRUN -> [SKIP][237] ([i915#13749])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-5/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-rkl: NOTRUN -> [SKIP][238] ([i915#13748])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-rkl: NOTRUN -> [SKIP][239] ([i915#13707])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-2/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#8812])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-6/igt@kms_draw_crc@draw-method-mmap-wc.html
- shard-dg1: NOTRUN -> [SKIP][241] ([i915#8812])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-16/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_feature_discovery@chamelium:
- shard-tglu: NOTRUN -> [SKIP][242] ([i915#2065] / [i915#4854])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-10/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@psr2:
- shard-tglu-1: NOTRUN -> [SKIP][243] ([i915#658])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop:
- shard-tglu: NOTRUN -> [SKIP][244] ([i915#9934])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-10/igt@kms_flip@2x-flip-vs-dpms-on-nop.html
- shard-mtlp: NOTRUN -> [SKIP][245] ([i915#9934])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-2/igt@kms_flip@2x-flip-vs-dpms-on-nop.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-glk10: NOTRUN -> [INCOMPLETE][246] ([i915#12745] / [i915#4839])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk10/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-glk: NOTRUN -> [INCOMPLETE][247] ([i915#12745] / [i915#4839])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk6/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2:
- shard-glk: NOTRUN -> [INCOMPLETE][248] ([i915#4839])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk6/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2:
- shard-glk10: NOTRUN -> [INCOMPLETE][249] ([i915#4839])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk10/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1:
- shard-snb: [PASS][250] -> [TIMEOUT][251] ([i915#14033]) +1 other test timeout
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-snb7/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-snb5/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
- shard-rkl: NOTRUN -> [SKIP][252] ([i915#9934]) +5 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
* igt@kms_flip@2x-plain-flip:
- shard-rkl: NOTRUN -> [SKIP][253] ([i915#14544] / [i915#9934]) +2 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_flip@2x-plain-flip.html
- shard-dg1: NOTRUN -> [SKIP][254] ([i915#9934]) +3 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-13/igt@kms_flip@2x-plain-flip.html
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#3637] / [i915#9934]) +2 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-4/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-plain-flip-fb-recreate:
- shard-dg2: NOTRUN -> [SKIP][256] ([i915#9934]) +3 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-7/igt@kms_flip@2x-plain-flip-fb-recreate.html
- shard-tglu-1: NOTRUN -> [SKIP][257] ([i915#3637] / [i915#9934]) +2 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_flip@2x-plain-flip-fb-recreate.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-tglu: NOTRUN -> [SKIP][258] ([i915#3637] / [i915#9934]) +9 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@flip-vs-suspend:
- shard-rkl: [PASS][259] -> [ABORT][260] ([i915#15132]) +1 other test abort
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-4/igt@kms_flip@flip-vs-suspend.html
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-1/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-tglu-1: NOTRUN -> [SKIP][261] ([i915#15643]) +2 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][262] ([i915#15643] / [i915#5190])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-4/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
- shard-dg1: NOTRUN -> [SKIP][263] ([i915#15643]) +1 other test skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-19/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
- shard-mtlp: NOTRUN -> [SKIP][264] ([i915#15643]) +1 other test skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][265] ([i915#15643]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-rkl: NOTRUN -> [SKIP][266] ([i915#14544] / [i915#15643])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][267] ([i915#15643])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
- shard-tglu: NOTRUN -> [SKIP][268] ([i915#15643]) +3 other tests skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
* igt@kms_force_connector_basic@force-edid:
- shard-mtlp: [PASS][269] -> [SKIP][270] ([i915#15672])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-mtlp-8/igt@kms_force_connector_basic@force-edid.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-1/igt@kms_force_connector_basic@force-edid.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][271] ([i915#1825]) +26 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff:
- shard-tglu: NOTRUN -> [SKIP][272] +76 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-10/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][273] ([i915#8708]) +8 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-rkl: NOTRUN -> [SKIP][274] ([i915#15102] / [i915#3023]) +20 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
- shard-dg1: NOTRUN -> [SKIP][275] ([i915#15102] / [i915#3458]) +10 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff:
- shard-tglu-1: NOTRUN -> [SKIP][276] +32 other tests skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html
- shard-dg1: NOTRUN -> [SKIP][277] +25 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt:
- shard-tglu-1: NOTRUN -> [SKIP][278] ([i915#15102]) +12 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][279] ([i915#14544] / [i915#15102] / [i915#3023]) +3 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt.html
- shard-dg1: NOTRUN -> [SKIP][280] ([i915#8708]) +9 other tests skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][281] ([i915#5439])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
- shard-dg1: NOTRUN -> [SKIP][282] ([i915#5439])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
- shard-tglu: NOTRUN -> [SKIP][283] ([i915#5439])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-6/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-rkl: NOTRUN -> [SKIP][284] ([i915#9766])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-7/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
- shard-tglu-1: NOTRUN -> [SKIP][285] ([i915#9766])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][286] ([i915#15102]) +3 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][287] ([i915#15104])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
- shard-dg2: NOTRUN -> [SKIP][288] ([i915#15104])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-dg2: NOTRUN -> [SKIP][289] ([i915#15102] / [i915#3458]) +11 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][290] ([i915#5354]) +15 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][291] ([i915#14544] / [i915#1825]) +5 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render:
- shard-mtlp: NOTRUN -> [SKIP][292] ([i915#1825]) +17 other tests skip
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][293] ([i915#15102]) +26 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-6/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][294] ([i915#8708]) +5 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-dg2: NOTRUN -> [SKIP][295] ([i915#3555] / [i915#8228]) +1 other test skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-6/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@brightness-with-hdr:
- shard-tglu: NOTRUN -> [SKIP][296] ([i915#12713])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-9/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-tglu: NOTRUN -> [SKIP][297] ([i915#3555] / [i915#8228]) +4 other tests skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-3/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_hdr@static-swap:
- shard-dg1: NOTRUN -> [SKIP][298] ([i915#3555] / [i915#8228]) +2 other tests skip
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-18/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle-dpms:
- shard-mtlp: NOTRUN -> [SKIP][299] ([i915#12713] / [i915#3555] / [i915#8228])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-2/igt@kms_hdr@static-toggle-dpms.html
- shard-rkl: NOTRUN -> [SKIP][300] ([i915#3555] / [i915#8228])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-2/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][301] ([i915#15460])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-5/igt@kms_joiner@basic-big-joiner.html
- shard-rkl: NOTRUN -> [SKIP][302] ([i915#14544] / [i915#15460])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_joiner@basic-big-joiner.html
- shard-dg1: NOTRUN -> [SKIP][303] ([i915#15460])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-15/igt@kms_joiner@basic-big-joiner.html
- shard-tglu: NOTRUN -> [SKIP][304] ([i915#15460])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-3/igt@kms_joiner@basic-big-joiner.html
- shard-mtlp: NOTRUN -> [SKIP][305] ([i915#15460])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-4/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][306] ([i915#15458])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-9/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][307] ([i915#15460])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][308] ([i915#15638] / [i915#15722])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-1/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
- shard-rkl: NOTRUN -> [SKIP][309] ([i915#15638] / [i915#15722])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
- shard-dg1: NOTRUN -> [SKIP][310] ([i915#15638] / [i915#15722])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-12/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
- shard-tglu: NOTRUN -> [SKIP][311] ([i915#15638] / [i915#15722])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-5/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
- shard-mtlp: NOTRUN -> [SKIP][312] ([i915#15638] / [i915#15722])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_panel_fitting@legacy:
- shard-tglu: NOTRUN -> [SKIP][313] ([i915#6301])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-10/igt@kms_panel_fitting@legacy.html
* igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c:
- shard-mtlp: NOTRUN -> [SKIP][314] +15 other tests skip
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-7/igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-glk: NOTRUN -> [INCOMPLETE][315] ([i915#12756] / [i915#13409] / [i915#13476])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk6/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][316] ([i915#13409] / [i915#13476])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk6/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier:
- shard-mtlp: NOTRUN -> [SKIP][317] ([i915#15709]) +1 other test skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping:
- shard-dg2: NOTRUN -> [SKIP][318] ([i915#15709]) +2 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-3/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping.html
- shard-dg1: NOTRUN -> [SKIP][319] ([i915#15709]) +2 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-14/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping:
- shard-rkl: NOTRUN -> [SKIP][320] ([i915#15709]) +5 other tests skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping:
- shard-tglu: NOTRUN -> [SKIP][321] ([i915#15709]) +6 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-7/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-7:
- shard-tglu: NOTRUN -> [SKIP][322] ([i915#15608]) +1 other test skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-9/igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-7.html
* igt@kms_plane@pixel-format-yf-tiled-ccs-modifier:
- shard-tglu-1: NOTRUN -> [SKIP][323] ([i915#15709]) +2 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_plane@pixel-format-yf-tiled-ccs-modifier.html
* igt@kms_plane@planar-pixel-format-settings:
- shard-dg1: [PASS][324] -> [DMESG-WARN][325] ([i915#4423])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg1-14/igt@kms_plane@planar-pixel-format-settings.html
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-13/igt@kms_plane@planar-pixel-format-settings.html
* igt@kms_plane_lowres@tiling-yf:
- shard-tglu-1: NOTRUN -> [SKIP][326] ([i915#3555]) +4 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-tglu-1: NOTRUN -> [SKIP][327] ([i915#13958])
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_plane_multiple@2x-tiling-x:
- shard-rkl: NOTRUN -> [SKIP][328] ([i915#13958])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-7/igt@kms_plane_multiple@2x-tiling-x.html
* igt@kms_plane_multiple@tiling-4:
- shard-tglu: NOTRUN -> [SKIP][329] ([i915#14259])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-3/igt@kms_plane_multiple@tiling-4.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][330] ([i915#15329] / [i915#3555] / [i915#6953])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][331] ([i915#15329] / [i915#6953])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c:
- shard-mtlp: NOTRUN -> [SKIP][332] ([i915#15329]) +9 other tests skip
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c.html
* igt@kms_pm_backlight@bad-brightness:
- shard-tglu: NOTRUN -> [SKIP][333] ([i915#9812])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-9/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@basic-brightness:
- shard-tglu-1: NOTRUN -> [SKIP][334] ([i915#9812])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-dg2: NOTRUN -> [SKIP][335] ([i915#12343])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-8/igt@kms_pm_backlight@brightness-with-dpms.html
- shard-rkl: NOTRUN -> [SKIP][336] ([i915#12343])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-7/igt@kms_pm_backlight@brightness-with-dpms.html
- shard-dg1: NOTRUN -> [SKIP][337] ([i915#12343])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-13/igt@kms_pm_backlight@brightness-with-dpms.html
- shard-tglu: NOTRUN -> [SKIP][338] ([i915#12343])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-7/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_dc@dc5-psr:
- shard-rkl: NOTRUN -> [SKIP][339] ([i915#9685])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-rkl: NOTRUN -> [SKIP][340] ([i915#3828])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-7/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-tglu: NOTRUN -> [SKIP][341] ([i915#8430])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-9/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@cursor:
- shard-dg1: NOTRUN -> [SKIP][342] ([i915#4077]) +7 other tests skip
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-16/igt@kms_pm_rpm@cursor.html
- shard-mtlp: NOTRUN -> [SKIP][343] ([i915#4077]) +7 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-3/igt@kms_pm_rpm@cursor.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: [PASS][344] -> [SKIP][345] ([i915#15073]) +2 other tests skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg2-4/igt@kms_pm_rpm@dpms-lpsp.html
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-7/igt@kms_pm_rpm@dpms-lpsp.html
- shard-rkl: NOTRUN -> [SKIP][346] ([i915#15073]) +1 other test skip
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-tglu-1: NOTRUN -> [SKIP][347] ([i915#15073])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: [PASS][348] -> [SKIP][349] ([i915#15073])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress.html
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp-stress.html
- shard-dg1: [PASS][350] -> [SKIP][351] ([i915#15073]) +3 other tests skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg1-15/igt@kms_pm_rpm@modeset-lpsp-stress.html
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-12/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-tglu: NOTRUN -> [SKIP][352] ([i915#15073])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-3/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
- shard-dg1: NOTRUN -> [SKIP][353] ([i915#11520]) +5 other tests skip
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-18/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-rkl: NOTRUN -> [SKIP][354] ([i915#11520] / [i915#14544])
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][355] ([i915#9808]) +1 other test skip
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-8/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf:
- shard-glk10: NOTRUN -> [SKIP][356] ([i915#11520]) +3 other tests skip
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk10/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][357] ([i915#11520]) +13 other tests skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk6/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
- shard-dg2: NOTRUN -> [SKIP][358] ([i915#11520]) +4 other tests skip
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-7/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][359] ([i915#12316]) +5 other tests skip
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-3/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-glk11: NOTRUN -> [SKIP][360] ([i915#11520]) +1 other test skip
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk11/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-snb: NOTRUN -> [SKIP][361] ([i915#11520]) +5 other tests skip
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-snb7/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][362] ([i915#11520]) +10 other tests skip
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-8/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-tglu-1: NOTRUN -> [SKIP][363] ([i915#11520]) +3 other tests skip
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][364] ([i915#11520]) +10 other tests skip
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr@fbc-psr-no-drrs:
- shard-mtlp: NOTRUN -> [SKIP][365] ([i915#9688]) +9 other tests skip
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@kms_psr@fbc-psr-no-drrs.html
* igt@kms_psr@pr-cursor-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][366] ([i915#1072] / [i915#9732]) +9 other tests skip
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-6/igt@kms_psr@pr-cursor-mmap-cpu.html
- shard-rkl: NOTRUN -> [SKIP][367] ([i915#1072] / [i915#14544] / [i915#9732]) +2 other tests skip
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_psr@pr-cursor-mmap-cpu.html
* igt@kms_psr@pr-dpms:
- shard-tglu: NOTRUN -> [SKIP][368] ([i915#9732]) +24 other tests skip
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-9/igt@kms_psr@pr-dpms.html
* igt@kms_psr@psr-sprite-plane-move:
- shard-rkl: NOTRUN -> [SKIP][369] ([i915#1072] / [i915#9732]) +18 other tests skip
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-2/igt@kms_psr@psr-sprite-plane-move.html
* igt@kms_psr@psr2-sprite-mmap-gtt:
- shard-tglu-1: NOTRUN -> [SKIP][370] ([i915#9732]) +12 other tests skip
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_psr@psr2-sprite-mmap-gtt.html
- shard-dg1: NOTRUN -> [SKIP][371] ([i915#1072] / [i915#9732]) +11 other tests skip
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-12/igt@kms_psr@psr2-sprite-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][372] ([i915#4077] / [i915#9688]) +1 other test skip
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@kms_psr@psr2-sprite-mmap-gtt.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-tglu-1: NOTRUN -> [SKIP][373] ([i915#9685]) +1 other test skip
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@multiplane-rotation:
- shard-glk10: NOTRUN -> [INCOMPLETE][374] ([i915#15492])
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk10/igt@kms_rotation_crc@multiplane-rotation.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-rkl: NOTRUN -> [SKIP][375] ([i915#5289])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-5/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
- shard-dg1: NOTRUN -> [SKIP][376] ([i915#5289])
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-17/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][377] ([i915#12755] / [i915#5190])
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
- shard-mtlp: NOTRUN -> [SKIP][378] ([i915#12755])
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-tglu: NOTRUN -> [SKIP][379] ([i915#5289]) +1 other test skip
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_selftest@drm_framebuffer:
- shard-glk: NOTRUN -> [ABORT][380] ([i915#13179]) +1 other test abort
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk1/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-mtlp: NOTRUN -> [SKIP][381] ([i915#3555] / [i915#8809])
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-4/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_vrr@flip-basic-fastset:
- shard-rkl: NOTRUN -> [SKIP][382] ([i915#9906])
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-5/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@flip-suspend:
- shard-tglu: NOTRUN -> [SKIP][383] ([i915#3555]) +7 other tests skip
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-10/igt@kms_vrr@flip-suspend.html
- shard-mtlp: NOTRUN -> [SKIP][384] ([i915#3555] / [i915#8808])
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-2/igt@kms_vrr@flip-suspend.html
- shard-dg2: NOTRUN -> [SKIP][385] ([i915#15243] / [i915#3555])
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-3/igt@kms_vrr@flip-suspend.html
- shard-rkl: NOTRUN -> [SKIP][386] ([i915#15243] / [i915#3555])
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-2/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@max-min:
- shard-tglu: NOTRUN -> [SKIP][387] ([i915#9906])
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-9/igt@kms_vrr@max-min.html
* igt@perf@mi-rpc:
- shard-dg2: NOTRUN -> [SKIP][388] ([i915#2434])
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-6/igt@perf@mi-rpc.html
- shard-rkl: NOTRUN -> [SKIP][389] ([i915#2434])
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-8/igt@perf@mi-rpc.html
- shard-dg1: NOTRUN -> [SKIP][390] ([i915#2434])
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-15/igt@perf@mi-rpc.html
- shard-mtlp: NOTRUN -> [SKIP][391] ([i915#2434])
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-1/igt@perf@mi-rpc.html
* igt@perf_pmu@frequency:
- shard-dg2: NOTRUN -> [FAIL][392] ([i915#12549] / [i915#6806]) +1 other test fail
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-1/igt@perf_pmu@frequency.html
* igt@perf_pmu@rc6-suspend:
- shard-glk11: NOTRUN -> [INCOMPLETE][393] ([i915#13356])
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk11/igt@perf_pmu@rc6-suspend.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-rkl: NOTRUN -> [SKIP][394] ([i915#8516])
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_mmap@test_aperture_limit:
- shard-dg2: NOTRUN -> [SKIP][395] ([i915#14121]) +1 other test skip
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-6/igt@prime_mmap@test_aperture_limit.html
* igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem:
- shard-dg1: NOTRUN -> [SKIP][396] ([i915#14121]) +1 other test skip
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-15/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
- shard-mtlp: NOTRUN -> [SKIP][397] ([i915#14121]) +1 other test skip
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-1/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-tglu: NOTRUN -> [FAIL][398] ([i915#12910]) +10 other tests fail
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-8/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
* igt@sysfs_heartbeat_interval@precise:
- shard-snb: NOTRUN -> [SKIP][399] +187 other tests skip
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-snb4/igt@sysfs_heartbeat_interval@precise.html
#### Possible fixes ####
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-rkl: [INCOMPLETE][400] ([i915#13356]) -> [PASS][401]
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-4/igt@i915_pm_rpm@system-suspend-execbuf.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-2/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: [FAIL][402] ([i915#15733] / [i915#5138]) -> [PASS][403] +1 other test pass
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs:
- shard-tglu: [ABORT][404] -> [PASS][405] +1 other test pass
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-tglu-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-7/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk: [INCOMPLETE][406] ([i915#15582]) -> [PASS][407]
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-glk6/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk2/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible@ab-vga1-hdmi-a1:
- shard-snb: [FAIL][408] ([i915#10826]) -> [PASS][409] +1 other test pass
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-snb1/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible@ab-vga1-hdmi-a1.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-snb7/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible@ab-vga1-hdmi-a1.html
* igt@kms_flip_tiling@flip-change-tiling:
- shard-dg1: [DMESG-WARN][410] ([i915#4423]) -> [PASS][411] +1 other test pass
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg1-18/igt@kms_flip_tiling@flip-change-tiling.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-14/igt@kms_flip_tiling@flip-change-tiling.html
* igt@kms_hdmi_inject@inject-4k:
- shard-mtlp: [SKIP][412] ([i915#15725]) -> [PASS][413]
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-mtlp-1/igt@kms_hdmi_inject@inject-4k.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-2/igt@kms_hdmi_inject@inject-4k.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-dg1: [SKIP][414] ([i915#15073]) -> [PASS][415]
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg1-16/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-14/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: [SKIP][416] ([i915#15073]) -> [PASS][417] +2 other tests pass
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg2-3/igt@kms_pm_rpm@modeset-lpsp-stress.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [SKIP][418] ([i915#15073]) -> [PASS][419]
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_setmode@basic:
- shard-tglu: [FAIL][420] ([i915#15106]) -> [PASS][421] +2 other tests pass
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-tglu-6/igt@kms_setmode@basic.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-5/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-mtlp: [FAIL][422] ([i915#15106]) -> [PASS][423] +2 other tests pass
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-mtlp-4/igt@kms_setmode@basic@pipe-b-edp-1.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-5/igt@kms_setmode@basic@pipe-b-edp-1.html
#### Warnings ####
* igt@drm_buddy@drm_buddy:
- shard-rkl: [SKIP][424] ([i915#14544] / [i915#15678]) -> [SKIP][425] ([i915#15678])
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@drm_buddy@drm_buddy.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-8/igt@drm_buddy@drm_buddy.html
* igt@gem_bad_reloc@negative-reloc-lut:
- shard-rkl: [SKIP][426] ([i915#3281]) -> [SKIP][427] ([i915#14544] / [i915#3281]) +3 other tests skip
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-8/igt@gem_bad_reloc@negative-reloc-lut.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@gem_bad_reloc@negative-reloc-lut.html
* igt@gem_ctx_sseu@mmap-args:
- shard-rkl: [SKIP][428] ([i915#14544] / [i915#280]) -> [SKIP][429] ([i915#280])
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@gem_ctx_sseu@mmap-args.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-1/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@kms:
- shard-tglu: [ABORT][430] ([i915#13363]) -> [DMESG-WARN][431] ([i915#13363])
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-tglu-10/igt@gem_eio@kms.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-7/igt@gem_eio@kms.html
* igt@gem_exec_balancer@parallel-contexts:
- shard-rkl: [SKIP][432] ([i915#4525]) -> [SKIP][433] ([i915#14544] / [i915#4525]) +1 other test skip
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-2/igt@gem_exec_balancer@parallel-contexts.html
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@gem_exec_balancer@parallel-contexts.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-rkl: [SKIP][434] ([i915#14544] / [i915#3281]) -> [SKIP][435] ([i915#3281]) +3 other tests skip
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_lmem_swapping@basic:
- shard-rkl: [SKIP][436] ([i915#14544] / [i915#4613]) -> [SKIP][437] ([i915#4613])
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@gem_lmem_swapping@basic.html
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-8/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@verify:
- shard-rkl: [SKIP][438] ([i915#4613]) -> [SKIP][439] ([i915#14544] / [i915#4613])
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-4/igt@gem_lmem_swapping@verify.html
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@gem_lmem_swapping@verify.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-rkl: [SKIP][440] ([i915#3282]) -> [SKIP][441] ([i915#14544] / [i915#3282]) +2 other tests skip
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-3/igt@gem_partial_pwrite_pread@reads-uncached.html
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_pread@bench:
- shard-rkl: [SKIP][442] ([i915#14544] / [i915#3282]) -> [SKIP][443] ([i915#3282]) +2 other tests skip
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@gem_pread@bench.html
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@gem_pread@bench.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-rkl: [SKIP][444] ([i915#14544] / [i915#8411]) -> [SKIP][445] ([i915#8411])
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-7/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-rkl: [SKIP][446] ([i915#14544] / [i915#3297]) -> [SKIP][447] ([i915#3297]) +1 other test skip
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@gem_userptr_blits@dmabuf-unsync.html
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-5/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@relocations:
- shard-rkl: [SKIP][448] ([i915#3281] / [i915#3297]) -> [SKIP][449] ([i915#14544] / [i915#3281] / [i915#3297])
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-4/igt@gem_userptr_blits@relocations.html
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@gem_userptr_blits@relocations.html
* igt@gen9_exec_parse@valid-registers:
- shard-rkl: [SKIP][450] ([i915#2527]) -> [SKIP][451] ([i915#14544] / [i915#2527])
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-3/igt@gen9_exec_parse@valid-registers.html
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@gen9_exec_parse@valid-registers.html
* igt@i915_pm_freq_api@freq-reset:
- shard-rkl: [SKIP][452] ([i915#8399]) -> [SKIP][453] ([i915#14544] / [i915#8399])
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-4/igt@i915_pm_freq_api@freq-reset.html
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@i915_pm_freq_api@freq-reset.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-rkl: [SKIP][454] ([i915#5286]) -> [SKIP][455] ([i915#14544] / [i915#5286]) +3 other tests skip
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-2/igt@kms_big_fb@4-tiled-addfb.html
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@4-tiled-addfb-size-overflow:
- shard-rkl: [SKIP][456] ([i915#14544] / [i915#5286]) -> [SKIP][457] ([i915#5286]) +1 other test skip
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-8/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
* igt@kms_big_fb@linear-8bpp-rotate-90:
- shard-rkl: [SKIP][458] ([i915#14544] / [i915#3638]) -> [SKIP][459] ([i915#3638])
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_big_fb@linear-8bpp-rotate-90.html
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_big_fb@linear-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-rkl: [SKIP][460] -> [SKIP][461] ([i915#14544]) +9 other tests skip
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-7/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-rkl: [SKIP][462] ([i915#14544]) -> [SKIP][463] +6 other tests skip
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs:
- shard-rkl: [SKIP][464] ([i915#14098] / [i915#6095]) -> [SKIP][465] ([i915#14098] / [i915#14544] / [i915#6095]) +11 other tests skip
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-7/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][466] ([i915#14544] / [i915#6095]) -> [SKIP][467] ([i915#6095]) +9 other tests skip
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][468] ([i915#6095]) -> [SKIP][469] ([i915#14544] / [i915#6095]) +11 other tests skip
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-rkl: [SKIP][470] ([i915#12805] / [i915#14544]) -> [SKIP][471] ([i915#12805])
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs:
- shard-rkl: [SKIP][472] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][473] ([i915#14098] / [i915#6095]) +12 other tests skip
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][474] ([i915#12313]) -> [SKIP][475] ([i915#12313] / [i915#14544]) +1 other test skip
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-4/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_cdclk@plane-scaling:
- shard-rkl: [SKIP][476] ([i915#3742]) -> [SKIP][477] ([i915#14544] / [i915#3742])
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-7/igt@kms_cdclk@plane-scaling.html
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-rkl: [SKIP][478] ([i915#11151] / [i915#7828]) -> [SKIP][479] ([i915#11151] / [i915#14544] / [i915#7828]) +3 other tests skip
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-3/igt@kms_chamelium_frames@dp-crc-fast.html
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-rkl: [SKIP][480] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][481] ([i915#11151] / [i915#7828]) +3 other tests skip
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_chamelium_frames@hdmi-crc-multiple.html
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-7/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_content_protection@suspend-resume:
- shard-rkl: [SKIP][482] ([i915#6944]) -> [SKIP][483] ([i915#14544] / [i915#6944])
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-7/igt@kms_content_protection@suspend-resume.html
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_content_protection@suspend-resume.html
* igt@kms_content_protection@uevent-hdcp14:
- shard-rkl: [SKIP][484] ([i915#14544] / [i915#6944]) -> [SKIP][485] ([i915#6944]) +1 other test skip
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_content_protection@uevent-hdcp14.html
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-7/igt@kms_content_protection@uevent-hdcp14.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-rkl: [SKIP][486] ([i915#13049] / [i915#14544]) -> [SKIP][487] ([i915#13049])
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-512x170.html
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-32x10:
- shard-rkl: [SKIP][488] ([i915#3555]) -> [SKIP][489] ([i915#14544] / [i915#3555])
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-4/igt@kms_cursor_crc@cursor-random-32x10.html
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_cursor_crc@cursor-random-32x10.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-mtlp: [SKIP][490] ([i915#13049]) -> [ABORT][491] ([i915#13562])
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-mtlp-2/igt@kms_cursor_crc@cursor-sliding-512x512.html
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-mtlp-7/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-rkl: [SKIP][492] ([i915#13749]) -> [SKIP][493] ([i915#13749] / [i915#14544])
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-5/igt@kms_dp_link_training@non-uhbr-mst.html
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: [SKIP][494] ([i915#3555] / [i915#3840]) -> [SKIP][495] ([i915#14544] / [i915#3555] / [i915#3840])
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-2/igt@kms_dsc@dsc-with-bpc-formats.html
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][496] ([i915#14544] / [i915#3955]) -> [SKIP][497] ([i915#3955])
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_fbcon_fbt@psr-suspend.html
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-8/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-rkl: [SKIP][498] ([i915#9934]) -> [SKIP][499] ([i915#14544] / [i915#9934]) +2 other tests skip
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-7/igt@kms_flip@2x-flip-vs-fences.html
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-rkl: [SKIP][500] ([i915#14544] / [i915#9934]) -> [SKIP][501] ([i915#9934]) +1 other test skip
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_flip@2x-wf_vblank-ts-check.html
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-8/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-glk: [INCOMPLETE][502] ([i915#12745] / [i915#4839] / [i915#6113]) -> [INCOMPLETE][503] ([i915#12745] / [i915#4839])
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-glk3/igt@kms_flip@flip-vs-suspend-interruptible.html
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-glk9/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc:
- shard-rkl: [SKIP][504] ([i915#14544] / [i915#15102]) -> [SKIP][505] ([i915#15102])
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2: [SKIP][506] ([i915#15102] / [i915#3458]) -> [SKIP][507] ([i915#10433] / [i915#15102] / [i915#3458])
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff:
- shard-rkl: [SKIP][508] ([i915#1825]) -> [SKIP][509] ([i915#14544] / [i915#1825]) +13 other tests skip
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff.html
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu:
- shard-rkl: [SKIP][510] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][511] ([i915#15102] / [i915#3023]) +4 other tests skip
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu.html
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt:
- shard-rkl: [SKIP][512] ([i915#15102] / [i915#3023]) -> [SKIP][513] ([i915#14544] / [i915#15102] / [i915#3023]) +7 other tests skip
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render:
- shard-rkl: [SKIP][514] ([i915#14544] / [i915#1825]) -> [SKIP][515] ([i915#1825]) +10 other tests skip
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_hdr@brightness-with-hdr:
- shard-rkl: [SKIP][516] ([i915#1187] / [i915#12713]) -> [SKIP][517] ([i915#12713])
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-3/igt@kms_hdr@brightness-with-hdr.html
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-5/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-toggle-suspend:
- shard-rkl: [INCOMPLETE][518] ([i915#15436]) -> [SKIP][519] ([i915#3555] / [i915#8228])
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_hdr@static-toggle-suspend.html
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_pipe_stress@stress-xrgb8888-yftiled:
- shard-rkl: [SKIP][520] ([i915#14544] / [i915#14712]) -> [SKIP][521] ([i915#14712])
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-2/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
* igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier:
- shard-rkl: [SKIP][522] ([i915#15709]) -> [SKIP][523] ([i915#14544] / [i915#15709])
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-3/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping:
- shard-rkl: [SKIP][524] ([i915#14544] / [i915#15709]) -> [SKIP][525] ([i915#15709]) +2 other tests skip
[524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping.html
[525]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-rkl: [SKIP][526] ([i915#13958] / [i915#14544]) -> [SKIP][527] ([i915#13958])
[526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-yf.html
[527]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-7/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-rkl: [SKIP][528] ([i915#15329]) -> [SKIP][529] ([i915#14544] / [i915#15329]) +3 other tests skip
[528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-8/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
[529]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-rkl: [SKIP][530] ([i915#5354]) -> [SKIP][531] ([i915#14544] / [i915#5354]) +1 other test skip
[530]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-8/igt@kms_pm_backlight@fade-with-dpms.html
[531]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg1: [SKIP][532] ([i915#9340]) -> [SKIP][533] ([i915#3828])
[532]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg1-18/igt@kms_pm_lpsp@kms-lpsp.html
[533]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-15/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@package-g7:
- shard-rkl: [SKIP][534] ([i915#15403]) -> [SKIP][535] ([i915#14544] / [i915#15403])
[534]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-3/igt@kms_pm_rpm@package-g7.html
[535]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_pm_rpm@package-g7.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-rkl: [SKIP][536] ([i915#14544] / [i915#6524]) -> [SKIP][537] ([i915#6524])
[536]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_prime@basic-modeset-hybrid.html
[537]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf:
- shard-dg1: [SKIP][538] ([i915#11520]) -> [SKIP][539] ([i915#11520] / [i915#4423])
[538]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-dg1-13/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html
[539]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-dg1-17/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf:
- shard-rkl: [SKIP][540] ([i915#11520]) -> [SKIP][541] ([i915#11520] / [i915#14544]) +3 other tests skip
[540]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-3/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf.html
[541]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/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][542] ([i915#11520] / [i915#14544]) -> [SKIP][543] ([i915#11520]) +1 other test skip
[542]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
[543]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-3/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr@fbc-pr-cursor-mmap-gtt:
- shard-rkl: [SKIP][544] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][545] ([i915#1072] / [i915#9732]) +7 other tests skip
[544]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_psr@fbc-pr-cursor-mmap-gtt.html
[545]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_psr@fbc-pr-cursor-mmap-gtt.html
* igt@kms_psr@psr-sprite-plane-onoff:
- shard-rkl: [SKIP][546] ([i915#1072] / [i915#9732]) -> [SKIP][547] ([i915#1072] / [i915#14544] / [i915#9732]) +8 other tests skip
[546]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-4/igt@kms_psr@psr-sprite-plane-onoff.html
[547]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-rkl: [SKIP][548] ([i915#14544] / [i915#5289]) -> [SKIP][549] ([i915#5289])
[548]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[549]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_vrr@flipline:
- shard-rkl: [SKIP][550] ([i915#14544] / [i915#15243] / [i915#3555]) -> [SKIP][551] ([i915#15243] / [i915#3555])
[550]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_vrr@flipline.html
[551]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-8/igt@kms_vrr@flipline.html
* igt@kms_vrr@negative-basic:
- shard-rkl: [SKIP][552] ([i915#3555] / [i915#9906]) -> [SKIP][553] ([i915#14544] / [i915#3555] / [i915#9906])
[552]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-1/igt@kms_vrr@negative-basic.html
[553]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-rkl: [SKIP][554] ([i915#14544] / [i915#9906]) -> [SKIP][555] ([i915#9906])
[554]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-virtual.html
[555]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-5/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@perf_pmu@module-unload:
- shard-tglu: [INCOMPLETE][556] ([i915#13520]) -> [ABORT][557] ([i915#15778])
[556]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-tglu-7/igt@perf_pmu@module-unload.html
[557]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-tglu-6/igt@perf_pmu@module-unload.html
* igt@prime_vgem@coherency-gtt:
- shard-rkl: [SKIP][558] ([i915#3708]) -> [SKIP][559] ([i915#14544] / [i915#3708])
[558]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8795/shard-rkl-3/igt@prime_vgem@coherency-gtt.html
[559]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/shard-rkl-6/igt@prime_vgem@coherency-gtt.html
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#10826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826
[i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12193
[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#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
[i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454
[i915#12549]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12549
[i915#12655]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655
[i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[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#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13363]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13363
[i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398
[i915#13409]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13409
[i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[i915#13520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520
[i915#13562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13562
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691
[i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707
[i915#13729]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13729
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781
[i915#13821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13821
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14121]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14121
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545
[i915#14586]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14586
[i915#14702]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14702
[i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712
[i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
[i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
[i915#15104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15104
[i915#15106]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15106
[i915#15131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15131
[i915#15132]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15132
[i915#15172]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15172
[i915#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243
[i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
[i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
[i915#15342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15342
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[i915#15433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15433
[i915#15436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15436
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460
[i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15542]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15542
[i915#15560]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15560
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[i915#15608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15608
[i915#15638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15638
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15672
[i915#15678]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15678
[i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
[i915#15722]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15722
[i915#15725]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15725
[i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
[i915#15734]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15734
[i915#15778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15778
[i915#15816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15816
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#2065]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2065
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
[i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723
[i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230
[i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6806
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8289
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9561]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9561
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766
[i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808
[i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8795 -> IGTPW_14729
CI-20190529: 20190529
CI_DRM_18132: 4f823cb4f9faf6611f35c6a8a71ab696e3a734d6 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14729: 31a9f578d08f73fb05fa541b0f9151acc6bc302b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8795: 8795
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14729/index.html
[-- Attachment #2: Type: text/html, Size: 187575 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [i-g-t,v1] lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid()
2026-03-11 8:10 [PATCH i-g-t v1] lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid() Mohammed Bilal
` (3 preceding siblings ...)
2026-03-12 17:20 ` ✗ i915.CI.Full: failure " Patchwork
@ 2026-03-16 8:34 ` Joshi, Kunal1
4 siblings, 0 replies; 6+ messages in thread
From: Joshi, Kunal1 @ 2026-03-16 8:34 UTC (permalink / raw)
To: Mohammed Bilal, igt-dev
On 11-03-2026 13:40, Mohammed Bilal wrote:
> The mode timing values for 2288x1287 were invalid,
> causing an incorrect refresh rate to be calculated.
>
> Fixed by using proper timing values with correct blanking periods.
>
> Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
>
>
Reviewed-by: Kunal Joshi <kunal1.joshi@intel.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-03-16 8:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11 8:10 [PATCH i-g-t v1] lib/igt_kms: Fix invalid mode timing in igt_kms_get_full_edid() Mohammed Bilal
2026-03-11 22:20 ` ✓ i915.CI.BAT: success for " Patchwork
2026-03-11 22:35 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-12 16:47 ` ✓ Xe.CI.FULL: " Patchwork
2026-03-12 17:20 ` ✗ i915.CI.Full: failure " Patchwork
2026-03-16 8:34 ` [i-g-t,v1] " Joshi, Kunal1
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox