* [PATCH i-g-t] tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
@ 2024-10-31 12:13 Jouni Högander
2024-10-31 15:39 ` ✓ CI.xeBAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 9+ messages in thread
From: Jouni Högander @ 2024-10-31 12:13 UTC (permalink / raw)
To: igt-dev; +Cc: jeevan.b, Jouni Högander
lobf subtest is using data->switch_modes[LOW_RR_MODE] but not initializing
it. Fix this in output_constraint.
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
---
tests/kms_vrr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
index 36a22eebe..d0db954fa 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -923,7 +923,7 @@ static bool output_constraint(data_t *data, igt_output_t *output, uint32_t flags
igt_output_override_mode(output, &data->switch_modes[HIGH_RR_MODE]);
/* Search for a low refresh rate mode. */
- if (!(flags & (TEST_SEAMLESS_VRR | TEST_SEAMLESS_DRRS)))
+ if (!(flags & (TEST_SEAMLESS_VRR | TEST_SEAMLESS_DRRS | TEST_LINK_OFF)))
return true;
data->switch_modes[LOW_RR_MODE] = low_rr_mode_with_same_res(output, data->range.min);
--
2.34.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* ✓ CI.xeBAT: success for tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
2024-10-31 12:13 [PATCH i-g-t] tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test Jouni Högander
@ 2024-10-31 15:39 ` Patchwork
2024-10-31 15:46 ` ✓ Fi.CI.BAT: " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-10-31 15:39 UTC (permalink / raw)
To: Jouni Högander; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2023 bytes --]
== Series Details ==
Series: tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
URL : https://patchwork.freedesktop.org/series/140767/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8091_BAT -> XEIGTPW_12014_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_12014_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
- bat-adlp-7: [PASS][1] -> [INCOMPLETE][2] ([Intel XE#2874]) +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
#### Possible fixes ####
* igt@kms_frontbuffer_tracking@basic:
- bat-adlp-7: [FAIL][3] ([Intel XE#1861]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[Intel XE#1861]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861
[Intel XE#2874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874
Build changes
-------------
* IGT: IGT_8091 -> IGTPW_12014
* Linux: xe-2149-54ceaf112b111612f3a7430132b2395fcce62414 -> xe-2151-fa53c85519aa642bf10aa1692a1b99d1930d2809
IGTPW_12014: 12014
IGT_8091: 8091
xe-2149-54ceaf112b111612f3a7430132b2395fcce62414: 54ceaf112b111612f3a7430132b2395fcce62414
xe-2151-fa53c85519aa642bf10aa1692a1b99d1930d2809: fa53c85519aa642bf10aa1692a1b99d1930d2809
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/index.html
[-- Attachment #2: Type: text/html, Size: 2624 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ Fi.CI.BAT: success for tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
2024-10-31 12:13 [PATCH i-g-t] tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test Jouni Högander
2024-10-31 15:39 ` ✓ CI.xeBAT: success for " Patchwork
@ 2024-10-31 15:46 ` Patchwork
2024-10-31 17:51 ` ✗ CI.xeFULL: failure " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-10-31 15:46 UTC (permalink / raw)
To: Jouni Högander; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3768 bytes --]
== Series Details ==
Series: tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
URL : https://patchwork.freedesktop.org/series/140767/
State : success
== Summary ==
CI Bug Log - changes from IGT_8091 -> IGTPW_12014
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/index.html
Participating hosts (46 -> 45)
------------------------------
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_12014 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live:
- bat-arls-1: [PASS][1] -> [DMESG-WARN][2] ([i915#10341] / [i915#12133]) +1 other test dmesg-warn
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8091/bat-arls-1/igt@i915_selftest@live.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/bat-arls-1/igt@i915_selftest@live.html
- bat-dg2-11: [PASS][3] -> [ABORT][4] ([i915#12133])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8091/bat-dg2-11/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/bat-dg2-11/igt@i915_selftest@live.html
* igt@i915_selftest@live@active:
- bat-dg2-11: [PASS][5] -> [ABORT][6] ([i915#12133] / [i915#12305])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8091/bat-dg2-11/igt@i915_selftest@live@active.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/bat-dg2-11/igt@i915_selftest@live@active.html
#### Possible fixes ####
* igt@gem_exec_fence@basic-await:
- bat-dg2-14: [FAIL][7] -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8091/bat-dg2-14/igt@gem_exec_fence@basic-await.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/bat-dg2-14/igt@gem_exec_fence@basic-await.html
* igt@i915_selftest@live:
- bat-mtlp-6: [DMESG-WARN][9] ([i915#10341] / [i915#12133]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8091/bat-mtlp-6/igt@i915_selftest@live.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/bat-mtlp-6/igt@i915_selftest@live.html
* igt@i915_selftest@live@hangcheck:
- bat-mtlp-6: [DMESG-WARN][11] ([i915#11349] / [i915#12133]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8091/bat-mtlp-6/igt@i915_selftest@live@hangcheck.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/bat-mtlp-6/igt@i915_selftest@live@hangcheck.html
* igt@i915_selftest@live@late_gt_pm:
- bat-atsm-1: [ABORT][13] ([i915#12133]) -> [PASS][14] +1 other test pass
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8091/bat-atsm-1/igt@i915_selftest@live@late_gt_pm.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/bat-atsm-1/igt@i915_selftest@live@late_gt_pm.html
[i915#10341]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10341
[i915#11349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349
[i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133
[i915#12305]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12305
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8091 -> IGTPW_12014
* Linux: CI_DRM_15616 -> CI_DRM_15619
CI-20190529: 20190529
CI_DRM_15616: baf0f5492ee64d9edaa4a9aae47c7dc6dc3e2c31 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_15619: fa53c85519aa642bf10aa1692a1b99d1930d2809 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12014: 12014
IGT_8091: 8091
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/index.html
[-- Attachment #2: Type: text/html, Size: 4976 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ CI.xeFULL: failure for tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
2024-10-31 12:13 [PATCH i-g-t] tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test Jouni Högander
2024-10-31 15:39 ` ✓ CI.xeBAT: success for " Patchwork
2024-10-31 15:46 ` ✓ Fi.CI.BAT: " Patchwork
@ 2024-10-31 17:51 ` Patchwork
2024-11-04 9:36 ` Hogander, Jouni
2024-10-31 23:55 ` ✗ Fi.CI.IGT: " Patchwork
2024-11-04 9:07 ` [PATCH i-g-t] " B, Jeevan
4 siblings, 1 reply; 9+ messages in thread
From: Patchwork @ 2024-10-31 17:51 UTC (permalink / raw)
To: Jouni Högander; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 91958 bytes --]
== Series Details ==
Series: tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
URL : https://patchwork.freedesktop.org/series/140767/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8091_full -> XEIGTPW_12014_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12014_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12014_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_12014_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-434/igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
- shard-lnl: [PASS][3] -> [DMESG-WARN][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-4/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html
* igt@xe_exec_compute_mode@many-execqueues-userptr-invalidate:
- shard-bmg: [PASS][5] -> [INCOMPLETE][6] +2 other tests incomplete
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-7/igt@xe_exec_compute_mode@many-execqueues-userptr-invalidate.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@xe_exec_compute_mode@many-execqueues-userptr-invalidate.html
* igt@xe_sriov_flr@flr-vf1-clear:
- shard-dg2-set2: NOTRUN -> [SKIP][7] +4 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@xe_sriov_flr@flr-vf1-clear.html
Known issues
------------
Here are the changes found in XEIGTPW_12014_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@hotrebind-lateclose:
- shard-bmg: [PASS][8] -> [SKIP][9] ([Intel XE#1885])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@core_hotunplug@hotrebind-lateclose.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@core_hotunplug@hotrebind-lateclose.html
- shard-dg2-set2: [PASS][10] -> [SKIP][11] ([Intel XE#1885])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@core_hotunplug@hotrebind-lateclose.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@core_hotunplug@hotrebind-lateclose.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#1466])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_atomic_transition@modeset-transition-nonblocking-fencing:
- shard-dg2-set2: [PASS][13] -> [SKIP][14] ([Intel XE#2423] / [i915#2575]) +6 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-435/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#1407]) +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-64bpp-rotate-0:
- shard-dg2-set2: [PASS][16] -> [DMESG-WARN][17] ([Intel XE#877])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-434/igt@kms_big_fb@linear-64bpp-rotate-0.html
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_big_fb@linear-64bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][18] ([Intel XE#316]) +3 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-16bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#1124])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#1124])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#1124]) +11 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#2191])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-2-displays-3840x2160p:
- shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#367]) +4 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#787]) +69 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#2887]) +4 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-8/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#2907]) +3 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#2887])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#455] / [Intel XE#787]) +17 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: [PASS][29] -> [INCOMPLETE][30] ([Intel XE#1195] / [Intel XE#1727])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-dp-4:
- shard-dg2-set2: [PASS][31] -> [DMESG-WARN][32] ([Intel XE#3113])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-dp-4.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-6:
- shard-dg2-set2: [PASS][33] -> [INCOMPLETE][34] ([Intel XE#1195])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-6.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-dp-4:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][35] ([Intel XE#3113])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][36] ([Intel XE#1195])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#306])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-8/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_color@ctm-max:
- shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#306])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_chamelium_color@ctm-max.html
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#373]) +10 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#373]) +2 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-7/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
* igt@kms_chamelium_hpd@hdmi-hpd-fast:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2252])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_chamelium_hpd@hdmi-hpd-fast.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#307]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@srm@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [FAIL][43] ([Intel XE#1178]) +1 other test fail
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_content_protection@srm@pipe-a-dp-4.html
* igt@kms_content_protection@uevent:
- shard-dg2-set2: NOTRUN -> [FAIL][44] ([Intel XE#1188]) +1 other test fail
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_content_protection@uevent.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
- shard-bmg: [PASS][45] -> [SKIP][46] ([Intel XE#3007]) +6 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
- shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#309])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
* igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions:
- shard-lnl: [PASS][48] -> [FAIL][49] ([Intel XE#1541])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-5/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@torture-move@pipe-d:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][50] ([Intel XE#3184]) +1 other test dmesg-warn
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_cursor_legacy@torture-move@pipe-d.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][51] ([Intel XE#2141]) +1 other test fail
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-2.html
* igt@kms_feature_discovery@chamelium:
- shard-dg2-set2: NOTRUN -> [SKIP][52] ([Intel XE#701])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-3x:
- shard-dg2-set2: NOTRUN -> [SKIP][53] ([Intel XE#703])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_feature_discovery@display-3x.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3:
- shard-bmg: [PASS][54] -> [FAIL][55] ([Intel XE#301]) +8 other tests fail
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][56] -> [FAIL][57] ([Intel XE#301]) +4 other tests fail
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4:
- shard-dg2-set2: NOTRUN -> [FAIL][58] ([Intel XE#301]) +13 other tests fail
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-dg2-set2: [PASS][59] -> [ABORT][60] ([Intel XE#2625])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-434/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-nonexisting-fb-interruptible:
- shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#1421]) +2 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_flip@2x-nonexisting-fb-interruptible.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-bmg: [PASS][62] -> [FAIL][63] ([Intel XE#2882]) +1 other test fail
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-7/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@blocking-wf_vblank:
- shard-lnl: [PASS][64] -> [FAIL][65] ([Intel XE#886]) +3 other tests fail
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@kms_flip@blocking-wf_vblank.html
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-5/igt@kms_flip@blocking-wf_vblank.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a6:
- shard-dg2-set2: NOTRUN -> [FAIL][66] ([Intel XE#3267]) +1 other test fail
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a6.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-dg2-set2: [PASS][67] -> [INCOMPLETE][68] ([Intel XE#1195] / [Intel XE#2049] / [Intel XE#2597])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-463/igt@kms_flip@flip-vs-suspend-interruptible.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-dp4:
- shard-dg2-set2: [PASS][69] -> [INCOMPLETE][70] ([Intel XE#1195] / [Intel XE#2049])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-463/igt@kms_flip@flip-vs-suspend-interruptible@d-dp4.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_flip@flip-vs-suspend-interruptible@d-dp4.html
* igt@kms_flip@plain-flip-fb-recreate:
- shard-dg2-set2: [PASS][71] -> [FAIL][72] ([Intel XE#2882])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-464/igt@kms_flip@plain-flip-fb-recreate.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_flip@plain-flip-fb-recreate.html
* igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a6:
- shard-dg2-set2: [PASS][73] -> [FAIL][74] ([Intel XE#886])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-464/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a6.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a6.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#2293] / [Intel XE#2380])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
- shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#1401] / [Intel XE#1745])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#1401])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#2293]) +2 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#651]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-dg2-set2: NOTRUN -> [SKIP][80] ([Intel XE#651]) +27 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2-set2: [PASS][81] -> [SKIP][82] ([Intel XE#2351] / [Intel XE#2890])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-dg2-set2: NOTRUN -> [SKIP][83] ([Intel XE#658])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][84] ([Intel XE#656]) +1 other test skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-slowdraw:
- shard-dg2-set2: NOTRUN -> [SKIP][85] ([Intel XE#653]) +38 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][86] ([Intel XE#2313])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#605])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [PASS][88] -> [SKIP][89] ([Intel XE#1503])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-5/igt@kms_hdr@invalid-hdr.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_hdr@invalid-hdr.html
* igt@kms_invalid_mode@clock-too-high:
- shard-lnl: NOTRUN -> [SKIP][90] ([Intel XE#1450] / [Intel XE#2568])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-8/igt@kms_invalid_mode@clock-too-high.html
* igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [SKIP][91] ([Intel XE#1450]) +2 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-8/igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-dg2-set2: NOTRUN -> [SKIP][92] ([Intel XE#2925])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-dg2-set2: NOTRUN -> [SKIP][93] ([Intel XE#2890]) +2 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_lease@lease-uevent:
- shard-lnl: [PASS][94] -> [FAIL][95] ([Intel XE#3202])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-4/igt@kms_lease@lease-uevent.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-7/igt@kms_lease@lease-uevent.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#2486])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane@pixel-format-source-clamping:
- shard-bmg: [PASS][97] -> [DMESG-WARN][98] ([Intel XE#2566] / [Intel XE#877])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_plane@pixel-format-source-clamping.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_plane@pixel-format-source-clamping.html
* igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0:
- shard-bmg: [PASS][99] -> [DMESG-WARN][100] ([Intel XE#877])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b:
- shard-dg2-set2: NOTRUN -> [SKIP][101] ([Intel XE#2763]) +8 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-d:
- shard-bmg: NOTRUN -> [SKIP][102] ([Intel XE#2763]) +3 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d:
- shard-dg2-set2: NOTRUN -> [SKIP][103] ([Intel XE#2763] / [Intel XE#455]) +4 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b:
- shard-lnl: NOTRUN -> [SKIP][104] ([Intel XE#2763]) +3 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b.html
* igt@kms_pm_backlight@fade:
- shard-dg2-set2: NOTRUN -> [SKIP][105] ([Intel XE#870])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_pm_backlight@fade.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2-set2: NOTRUN -> [SKIP][106] ([Intel XE#1122]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [PASS][107] -> [FAIL][108] ([Intel XE#718])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-8/igt@kms_pm_dc@dc5-psr.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-psr:
- shard-lnl: [PASS][109] -> [FAIL][110] ([Intel XE#1430])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-3/igt@kms_pm_dc@dc6-psr.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@kms_pm_dc@dc6-psr.html
- shard-dg2-set2: NOTRUN -> [SKIP][111] ([Intel XE#1129])
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@legacy-planes:
- shard-dg2-set2: NOTRUN -> [SKIP][112] ([Intel XE#2446])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_pm_rpm@legacy-planes.html
- shard-bmg: [PASS][113] -> [SKIP][114] ([Intel XE#2446])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_pm_rpm@legacy-planes.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_pm_rpm@legacy-planes.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-lnl: NOTRUN -> [SKIP][115] ([Intel XE#2893])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][116] ([Intel XE#1489]) +7 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-bmg: NOTRUN -> [SKIP][117] ([Intel XE#1489]) +1 other test skip
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr@fbc-psr2-cursor-plane-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#2850] / [Intel XE#929]) +12 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html
* igt@kms_psr@psr-dpms:
- shard-dg2-set2: NOTRUN -> [SKIP][119] ([Intel XE#2351] / [Intel XE#2890]) +1 other test skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_psr@psr-dpms.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2-set2: NOTRUN -> [SKIP][120] ([Intel XE#327]) +1 other test skip
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-dg2-set2: NOTRUN -> [SKIP][121] ([Intel XE#1127])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_sequence@queue-busy:
- shard-lnl: [PASS][122] -> [FAIL][123] ([Intel XE#2467]) +1 other test fail
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-5/igt@kms_sequence@queue-busy.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_sequence@queue-busy.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-lnl: NOTRUN -> [SKIP][124] ([Intel XE#1435])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2-set2: NOTRUN -> [SKIP][125] ([Intel XE#362])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@flip-suspend@pipe-a-edp-1:
- shard-lnl: [PASS][126] -> [FAIL][127] ([Intel XE#2443]) +1 other test fail
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@kms_vrr@flip-suspend@pipe-a-edp-1.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@kms_vrr@flip-suspend@pipe-a-edp-1.html
* igt@kms_vrr@flipline:
- shard-dg2-set2: NOTRUN -> [SKIP][128] ([Intel XE#455]) +18 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_vrr@flipline.html
* igt@xe_compute_preempt@compute-preempt:
- shard-dg2-set2: NOTRUN -> [SKIP][129] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@xe_compute_preempt@compute-preempt.html
* igt@xe_copy_basic@mem-set-linear-0xfffe:
- shard-dg2-set2: NOTRUN -> [SKIP][130] ([Intel XE#1126])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0xfffe.html
* igt@xe_eudebug@discovery-empty-clients:
- shard-bmg: NOTRUN -> [SKIP][131] ([Intel XE#2905])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@xe_eudebug@discovery-empty-clients.html
* igt@xe_eudebug_online@basic-breakpoint:
- shard-lnl: NOTRUN -> [SKIP][132] ([Intel XE#2905]) +1 other test skip
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-8/igt@xe_eudebug_online@basic-breakpoint.html
* igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram:
- shard-dg2-set2: NOTRUN -> [SKIP][133] ([Intel XE#2905]) +6 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram.html
* igt@xe_evict@evict-beng-small-external:
- shard-lnl: NOTRUN -> [SKIP][134] ([Intel XE#688])
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@xe_evict@evict-beng-small-external.html
* igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-samefd:
- shard-bmg: [PASS][135] -> [SKIP][136] ([Intel XE#1130]) +9 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-samefd.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-samefd.html
* igt@xe_exec_basic@many-null:
- shard-dg2-set2: [PASS][137] -> [SKIP][138] ([Intel XE#1130]) +6 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@xe_exec_basic@many-null.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@xe_exec_basic@many-null.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race:
- shard-lnl: [PASS][139] -> [FAIL][140] ([Intel XE#3160])
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-2/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@many-userptr-invalidate-race:
- shard-bmg: [PASS][141] -> [FAIL][142] ([Intel XE#3160]) +2 other tests fail
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-5/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@many-userptr-invalidate-race-imm:
- shard-bmg: NOTRUN -> [FAIL][143] ([Intel XE#3160])
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@xe_exec_fault_mode@many-userptr-invalidate-race-imm.html
* igt@xe_exec_fault_mode@once-invalid-userptr-fault:
- shard-dg2-set2: NOTRUN -> [SKIP][144] ([Intel XE#288]) +30 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html
* igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence:
- shard-dg2-set2: NOTRUN -> [SKIP][145] ([Intel XE#2360])
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html
* igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
- shard-bmg: [PASS][146] -> [INCOMPLETE][147] ([Intel XE#2998]) +1 other test incomplete
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
* igt@xe_live_ktest@xe_dma_buf:
- shard-lnl: [PASS][148] -> [SKIP][149] ([Intel XE#1192])
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@xe_live_ktest@xe_dma_buf.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-7/igt@xe_live_ktest@xe_dma_buf.html
* igt@xe_media_fill@media-fill:
- shard-dg2-set2: NOTRUN -> [SKIP][150] ([Intel XE#560])
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@xe_media_fill@media-fill.html
* igt@xe_oa@closed-fd-and-unmapped-access:
- shard-dg2-set2: NOTRUN -> [SKIP][151] ([Intel XE#2541]) +4 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@xe_oa@closed-fd-and-unmapped-access.html
* igt@xe_oa@mmio-triggered-reports@ccs-0:
- shard-bmg: NOTRUN -> [FAIL][152] ([Intel XE#2249])
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@xe_oa@mmio-triggered-reports@ccs-0.html
* igt@xe_pat@pat-index-xehpc:
- shard-dg2-set2: NOTRUN -> [SKIP][153] ([Intel XE#2838] / [Intel XE#979])
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelpg:
- shard-dg2-set2: NOTRUN -> [SKIP][154] ([Intel XE#979])
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@xe_pat@pat-index-xelpg.html
* igt@xe_pm@d3cold-multiple-execs:
- shard-dg2-set2: NOTRUN -> [SKIP][155] ([Intel XE#2284] / [Intel XE#366])
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@xe_pm@d3cold-multiple-execs.html
* igt@xe_pm@s2idle-basic:
- shard-dg2-set2: NOTRUN -> [SKIP][156] ([Intel XE#1130]) +2 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@xe_pm@s2idle-basic.html
* igt@xe_pm@s2idle-exec-after:
- shard-dg2-set2: NOTRUN -> [ABORT][157] ([Intel XE#1358]) +1 other test abort
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@xe_pm@s2idle-exec-after.html
* igt@xe_pm@s3-d3hot-basic-exec:
- shard-dg2-set2: [PASS][158] -> [ABORT][159] ([Intel XE#1358] / [Intel XE#1794])
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-434/igt@xe_pm@s3-d3hot-basic-exec.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@xe_pm@s3-d3hot-basic-exec.html
* igt@xe_pm@s4-mocs:
- shard-lnl: [PASS][160] -> [ABORT][161] ([Intel XE#1794])
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@xe_pm@s4-mocs.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-2/igt@xe_pm@s4-mocs.html
* igt@xe_pm_residency@toggle-gt-c6:
- shard-lnl: [PASS][162] -> [FAIL][163] ([Intel XE#958])
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@xe_pm_residency@toggle-gt-c6.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@xe_pm_residency@toggle-gt-c6.html
* igt@xe_query@multigpu-query-mem-usage:
- shard-dg2-set2: NOTRUN -> [SKIP][164] ([Intel XE#944]) +2 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@xe_query@multigpu-query-mem-usage.html
* igt@xe_vm@large-misaligned-binds-4194304:
- shard-bmg: NOTRUN -> [SKIP][165] ([Intel XE#1130])
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@xe_vm@large-misaligned-binds-4194304.html
#### Possible fixes ####
* igt@core_hotunplug@unplug-rescan:
- shard-lnl: [DMESG-WARN][166] -> [PASS][167]
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@core_hotunplug@unplug-rescan.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-1/igt@core_hotunplug@unplug-rescan.html
* igt@kms_3d:
- shard-dg2-set2: [SKIP][168] ([Intel XE#2423]) -> [PASS][169]
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_3d.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_3d.html
* igt@kms_atomic@atomic-invalid-params:
- shard-dg2-set2: [SKIP][170] ([Intel XE#2423] / [i915#2575]) -> [PASS][171] +11 other tests pass
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_atomic@atomic-invalid-params.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_atomic@atomic-invalid-params.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-180:
- shard-bmg: [SKIP][172] ([Intel XE#2231] / [Intel XE#2890]) -> [PASS][173] +2 other tests pass
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-dg2-set2: [INCOMPLETE][174] ([Intel XE#1195] / [Intel XE#1727]) -> [PASS][175]
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6:
- shard-dg2-set2: [INCOMPLETE][176] ([Intel XE#1195] / [Intel XE#3113]) -> [PASS][177]
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4:
- shard-dg2-set2: [INCOMPLETE][178] ([Intel XE#1195]) -> [PASS][179]
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6:
- shard-dg2-set2: [DMESG-WARN][180] ([Intel XE#3113]) -> [PASS][181]
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-dg2-set2: [FAIL][182] ([Intel XE#1475]) -> [PASS][183]
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-466/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
- shard-lnl: [FAIL][184] ([Intel XE#1475]) -> [PASS][185]
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3:
- shard-bmg: [FAIL][186] ([Intel XE#301]) -> [PASS][187] +1 other test pass
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-suspend@cd-hdmi-a6-dp4:
- shard-dg2-set2: [ABORT][188] -> [PASS][189]
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@kms_flip@2x-flip-vs-suspend@cd-hdmi-a6-dp4.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_flip@2x-flip-vs-suspend@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-bmg: [FAIL][190] ([Intel XE#2882]) -> [PASS][191] +1 other test pass
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1:
- shard-lnl: [FAIL][192] ([Intel XE#886]) -> [PASS][193] +3 other tests pass
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-4/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-5/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html
* igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a6:
- shard-dg2-set2: [FAIL][194] ([Intel XE#301]) -> [PASS][195]
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a6.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a6.html
* igt@kms_flip@modeset-vs-vblank-race-interruptible:
- shard-bmg: [INCOMPLETE][196] ([Intel XE#2635]) -> [PASS][197]
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-7/igt@kms_flip@modeset-vs-vblank-race-interruptible.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_flip@modeset-vs-vblank-race-interruptible.html
* igt@kms_flip@modeset-vs-vblank-race-interruptible@c-dp2:
- shard-bmg: [INCOMPLETE][198] -> [PASS][199] +1 other test pass
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-7/igt@kms_flip@modeset-vs-vblank-race-interruptible@c-dp2.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_flip@modeset-vs-vblank-race-interruptible@c-dp2.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff:
- shard-dg2-set2: [SKIP][200] ([Intel XE#2890]) -> [PASS][201] +4 other tests pass
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: [SKIP][202] ([Intel XE#2351] / [Intel XE#2890]) -> [PASS][203] +3 other tests pass
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2-set2: [SKIP][204] ([Intel XE#455]) -> [PASS][205]
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-436/igt@kms_hdr@invalid-hdr.html
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_hdr@invalid-hdr.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-bmg: [SKIP][206] ([Intel XE#3007]) -> [PASS][207] +16 other tests pass
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_plane@plane-panning-bottom-right-suspend.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_cursor@viewport:
- shard-dg2-set2: [FAIL][208] ([Intel XE#616]) -> [PASS][209] +1 other test pass
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-464/igt@kms_plane_cursor@viewport.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_plane_cursor@viewport.html
- shard-lnl: [FAIL][210] ([Intel XE#1471]) -> [PASS][211]
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@kms_plane_cursor@viewport.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-1/igt@kms_plane_cursor@viewport.html
* igt@kms_plane_cursor@viewport@pipe-b-edp-1-size-64:
- shard-lnl: [FAIL][212] ([Intel XE#1874]) -> [PASS][213]
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@kms_plane_cursor@viewport@pipe-b-edp-1-size-64.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-1/igt@kms_plane_cursor@viewport@pipe-b-edp-1-size-64.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [FAIL][214] ([Intel XE#718]) -> [PASS][215]
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@kms_pm_dc@dc5-dpms.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-2/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-dg2-set2: [ABORT][216] ([Intel XE#2625]) -> [PASS][217] +3 other tests pass
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@kms_pm_rpm@system-suspend-modeset.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1:
- shard-lnl: [FAIL][218] ([Intel XE#899]) -> [PASS][219]
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html
* igt@kms_vrr@flip-basic:
- shard-lnl: [FAIL][220] ([Intel XE#2443]) -> [PASS][221] +3 other tests pass
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-1/igt@kms_vrr@flip-basic.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@kms_vrr@flip-basic.html
* igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue:
- shard-lnl: [FAIL][222] ([Intel XE#2667]) -> [PASS][223]
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-8/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-7/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-dg2-set2: [TIMEOUT][224] ([Intel XE#1473]) -> [PASS][225] +1 other test pass
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-435/igt@xe_evict@evict-mixed-many-threads-small.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-threads-large:
- shard-bmg: [TIMEOUT][226] ([Intel XE#1473] / [Intel XE#2472]) -> [PASS][227] +1 other test pass
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-5/igt@xe_evict@evict-threads-large.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@xe_evict@evict-threads-large.html
* igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race:
- shard-bmg: [FAIL][228] ([Intel XE#3160]) -> [PASS][229] +2 other tests pass
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-5/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm:
- shard-lnl: [FAIL][230] ([Intel XE#3320]) -> [PASS][231]
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-8/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html
* igt@xe_exec_fault_mode@many-userptr-invalidate-race:
- shard-lnl: [FAIL][232] ([Intel XE#3160]) -> [PASS][233] +1 other test pass
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-2/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@twice-userptr-invalidate-race-imm:
- shard-bmg: [SKIP][234] ([Intel XE#1130]) -> [PASS][235] +36 other tests pass
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_exec_fault_mode@twice-userptr-invalidate-race-imm.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@xe_exec_fault_mode@twice-userptr-invalidate-race-imm.html
* igt@xe_live_ktest@xe_mocs:
- shard-lnl: [SKIP][236] ([Intel XE#1192]) -> [PASS][237]
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-1/igt@xe_live_ktest@xe_mocs.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@xe_live_ktest@xe_mocs.html
* igt@xe_oa@oa-regs-whitelisted:
- shard-lnl: [FAIL][238] ([Intel XE#2514]) -> [PASS][239]
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-4/igt@xe_oa@oa-regs-whitelisted.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@xe_oa@oa-regs-whitelisted.html
- shard-bmg: [FAIL][240] ([Intel XE#2514]) -> [PASS][241]
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-7/igt@xe_oa@oa-regs-whitelisted.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@xe_oa@oa-regs-whitelisted.html
* igt@xe_pm@d3hot-basic-exec:
- shard-lnl: [DMESG-WARN][242] ([Intel XE#3184]) -> [PASS][243]
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@xe_pm@d3hot-basic-exec.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-5/igt@xe_pm@d3hot-basic-exec.html
* igt@xe_pm@s3-basic-exec:
- shard-dg2-set2: [SKIP][244] ([Intel XE#1130]) -> [PASS][245] +31 other tests pass
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@xe_pm@s3-basic-exec.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@xe_pm@s3-basic-exec.html
* igt@xe_pm@s3-mocs:
- shard-dg2-set2: [ABORT][246] ([Intel XE#1794]) -> [PASS][247]
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@xe_pm@s3-mocs.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@xe_pm@s3-mocs.html
* igt@xe_pm@s4-vm-bind-prefetch:
- shard-lnl: [ABORT][248] ([Intel XE#1607] / [Intel XE#1794]) -> [PASS][249]
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@xe_pm@s4-vm-bind-prefetch.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@xe_pm@s4-vm-bind-prefetch.html
* igt@xe_pm@s4-vm-bind-unbind-all:
- shard-lnl: [ABORT][250] ([Intel XE#1794]) -> [PASS][251]
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@xe_pm@s4-vm-bind-unbind-all.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-7/igt@xe_pm@s4-vm-bind-unbind-all.html
* igt@xe_tlb@basic-tlb:
- shard-lnl: [CRASH][252] ([Intel XE#3212]) -> [PASS][253]
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-8/igt@xe_tlb@basic-tlb.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@xe_tlb@basic-tlb.html
#### Warnings ####
* igt@kms_big_fb@linear-32bpp-rotate-90:
- shard-bmg: [SKIP][254] ([Intel XE#2327]) -> [SKIP][255] ([Intel XE#2231] / [Intel XE#2890]) +1 other test skip
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_big_fb@linear-32bpp-rotate-90.html
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_big_fb@linear-32bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-dg2-set2: [SKIP][256] ([Intel XE#316]) -> [SKIP][257] ([Intel XE#2890])
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-436/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0:
- shard-dg2-set2: [SKIP][258] ([Intel XE#2890]) -> [SKIP][259] ([Intel XE#1124]) +1 other test skip
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-bmg: [SKIP][260] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][261] ([Intel XE#1124]) +1 other test skip
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_bw@linear-tiling-1-displays-2160x1440p:
- shard-bmg: [SKIP][262] ([Intel XE#3007]) -> [SKIP][263] ([Intel XE#367])
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html
- shard-dg2-set2: [SKIP][264] ([Intel XE#2423] / [i915#2575]) -> [SKIP][265] ([Intel XE#367])
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs:
- shard-bmg: [SKIP][266] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][267] ([Intel XE#2887]) +2 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html
- shard-dg2-set2: [SKIP][268] ([Intel XE#2890]) -> [SKIP][269] ([Intel XE#455] / [Intel XE#787]) +1 other test skip
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs:
- shard-bmg: [SKIP][270] ([Intel XE#2887]) -> [SKIP][271] ([Intel XE#2231] / [Intel XE#2890])
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs.html
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-bmg: [SKIP][272] ([Intel XE#3007]) -> [SKIP][273] ([Intel XE#2325])
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_chamelium_color@ctm-blue-to-red.html
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@kms_chamelium_color@ctm-blue-to-red.html
- shard-dg2-set2: [SKIP][274] ([Intel XE#2423] / [i915#2575]) -> [SKIP][275] ([Intel XE#306])
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_chamelium_color@ctm-blue-to-red.html
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k:
- shard-bmg: [SKIP][276] ([Intel XE#3007]) -> [SKIP][277] ([Intel XE#2252]) +1 other test skip
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
- shard-dg2-set2: [SKIP][278] ([Intel XE#2423] / [i915#2575]) -> [SKIP][279] ([Intel XE#373]) +1 other test skip
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-bmg: [SKIP][280] ([Intel XE#2252]) -> [SKIP][281] ([Intel XE#3007])
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-4/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
- shard-dg2-set2: [SKIP][282] ([Intel XE#373]) -> [SKIP][283] ([Intel XE#2423] / [i915#2575])
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-bmg: [SKIP][284] ([Intel XE#3007]) -> [SKIP][285] ([Intel XE#2390])
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_content_protection@dp-mst-type-1.html
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy:
- shard-dg2-set2: [INCOMPLETE][286] ([Intel XE#1195] / [Intel XE#2715]) -> [FAIL][287] ([Intel XE#1178]) +1 other test fail
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-434/igt@kms_content_protection@legacy.html
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_content_protection@legacy.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-bmg: [SKIP][288] ([Intel XE#2321]) -> [SKIP][289] ([Intel XE#3007])
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-6/igt@kms_cursor_crc@cursor-random-512x170.html
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-dg2-set2: [SKIP][290] ([Intel XE#308]) -> [SKIP][291] ([Intel XE#2423] / [i915#2575])
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-436/igt@kms_cursor_crc@cursor-random-512x170.html
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-random-max-size:
- shard-dg2-set2: [SKIP][292] ([Intel XE#2423] / [i915#2575]) -> [SKIP][293] ([Intel XE#455]) +1 other test skip
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_cursor_crc@cursor-random-max-size.html
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_cursor_crc@cursor-random-max-size.html
- shard-bmg: [SKIP][294] ([Intel XE#3007]) -> [SKIP][295] ([Intel XE#2320])
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_cursor_crc@cursor-random-max-size.html
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_cursor_crc@cursor-random-max-size.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
- shard-bmg: [SKIP][296] ([Intel XE#2231] / [Intel XE#2890]) -> [FAIL][297] ([Intel XE#2141])
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
* igt@kms_flip@plain-flip-ts-check@a-edp1:
- shard-lnl: [FAIL][298] ([Intel XE#886]) -> [FAIL][299] ([Intel XE#3036]) +1 other test fail
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@kms_flip@plain-flip-ts-check@a-edp1.html
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-2/igt@kms_flip@plain-flip-ts-check@a-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
- shard-bmg: [SKIP][300] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][301] ([Intel XE#2293] / [Intel XE#2380]) +1 other test skip
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
- shard-dg2-set2: [SKIP][302] ([Intel XE#2890]) -> [SKIP][303] ([Intel XE#455]) +1 other test skip
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: [SKIP][304] ([Intel XE#651]) -> [SKIP][305] ([Intel XE#2890]) +2 other tests skip
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-bmg: [SKIP][306] ([Intel XE#2311]) -> [SKIP][307] ([Intel XE#2231] / [Intel XE#2890]) +2 other tests skip
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc.html
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [FAIL][308] ([Intel XE#2333]) -> [SKIP][309] ([Intel XE#2231] / [Intel XE#2890])
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw:
- shard-bmg: [SKIP][310] ([Intel XE#2231] / [Intel XE#2890]) -> [FAIL][311] ([Intel XE#2333]) +2 other tests fail
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-render:
- shard-bmg: [SKIP][312] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][313] ([Intel XE#2311]) +5 other tests skip
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-render.html
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-render.html
- shard-dg2-set2: [SKIP][314] ([Intel XE#2890]) -> [SKIP][315] ([Intel XE#651]) +4 other tests skip
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-render.html
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-bmg: [SKIP][316] ([Intel XE#2352]) -> [SKIP][317] ([Intel XE#2231] / [Intel XE#2890])
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
- shard-dg2-set2: [SKIP][318] ([Intel XE#658]) -> [SKIP][319] ([Intel XE#2351] / [Intel XE#2890])
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff:
- shard-bmg: [SKIP][320] ([Intel XE#2313]) -> [SKIP][321] ([Intel XE#2231] / [Intel XE#2890])
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff.html
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
- shard-dg2-set2: [SKIP][322] ([Intel XE#2890]) -> [SKIP][323] ([Intel XE#653]) +4 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
- shard-bmg: [SKIP][324] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][325] ([Intel XE#2313]) +5 other tests skip
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-bmg: [SKIP][326] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][327] ([Intel XE#2934])
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_joiner@basic-force-ultra-joiner.html
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@kms_joiner@basic-force-ultra-joiner.html
- shard-dg2-set2: [SKIP][328] ([Intel XE#2890]) -> [SKIP][329] ([Intel XE#2925])
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_joiner@basic-force-ultra-joiner.html
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-bmg: [SKIP][330] ([Intel XE#2927]) -> [SKIP][331] ([Intel XE#2231] / [Intel XE#2890])
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_joiner@invalid-modeset-ultra-joiner.html
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format:
- shard-bmg: [SKIP][332] ([Intel XE#3007]) -> [SKIP][333] ([Intel XE#2763])
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html
- shard-dg2-set2: [SKIP][334] ([Intel XE#2423] / [i915#2575]) -> [SKIP][335] ([Intel XE#2763] / [Intel XE#455])
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html
* igt@kms_pm_dc@dc5-psr:
- shard-bmg: [SKIP][336] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][337] ([Intel XE#2392])
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_pm_dc@dc5-psr.html
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_pm_dc@dc5-psr.html
- shard-dg2-set2: [SKIP][338] ([Intel XE#2890]) -> [SKIP][339] ([Intel XE#1129])
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_pm_dc@dc5-psr.html
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_pm_dc@dc5-psr.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
- shard-bmg: [SKIP][340] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][341] ([Intel XE#1489]) +1 other test skip
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
- shard-dg2-set2: [SKIP][342] ([Intel XE#2890]) -> [SKIP][343] ([Intel XE#1489]) +1 other test skip
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr@fbc-psr-cursor-plane-move:
- shard-dg2-set2: [SKIP][344] ([Intel XE#2890]) -> [SKIP][345] ([Intel XE#2850] / [Intel XE#929]) +1 other test skip
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_psr@fbc-psr-cursor-plane-move.html
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_psr@fbc-psr-cursor-plane-move.html
* igt@kms_psr@pr-sprite-render:
- shard-bmg: [SKIP][346] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][347] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_psr@pr-sprite-render.html
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_psr@pr-sprite-render.html
- shard-dg2-set2: [SKIP][348] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][349] ([Intel XE#2850] / [Intel XE#929])
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_psr@pr-sprite-render.html
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_psr@pr-sprite-render.html
* igt@kms_psr@psr-dpms:
- shard-bmg: [SKIP][350] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][351] ([Intel XE#2231] / [Intel XE#2890])
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_psr@psr-dpms.html
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_psr@psr-dpms.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-bmg: [SKIP][352] ([Intel XE#3007]) -> [SKIP][353] ([Intel XE#2329])
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
- shard-dg2-set2: [SKIP][354] ([Intel XE#2423] / [i915#2575]) -> [SKIP][355] ([Intel XE#327])
[354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-bmg: [SKIP][356] ([Intel XE#3007]) -> [SKIP][357] ([Intel XE#2413])
[356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_scaling_modes@scaling-mode-full.html
[357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_scaling_modes@scaling-mode-full.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [FAIL][358] ([Intel XE#1729]) -> [SKIP][359] ([Intel XE#2426])
[358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern.html
[359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: [SKIP][360] ([Intel XE#2426]) -> [SKIP][361] ([Intel XE#2509])
[360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@lobf:
- shard-lnl: [FAIL][362] ([Intel XE#2443]) -> [SKIP][363] ([Intel XE#1499])
[362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-3/igt@kms_vrr@lobf.html
[363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_vrr@lobf.html
* igt@xe_eudebug@basic-read-event:
- shard-bmg: [SKIP][364] ([Intel XE#1130]) -> [SKIP][365] ([Intel XE#2905]) +2 other tests skip
[364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_eudebug@basic-read-event.html
[365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@xe_eudebug@basic-read-event.html
- shard-dg2-set2: [SKIP][366] ([Intel XE#1130]) -> [SKIP][367] ([Intel XE#2905]) +2 other tests skip
[366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@xe_eudebug@basic-read-event.html
[367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@xe_eudebug@basic-read-event.html
* igt@xe_eudebug@discovery-race-vmbind:
- shard-bmg: [SKIP][368] ([Intel XE#2905]) -> [SKIP][369] ([Intel XE#1130]) +1 other test skip
[368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@xe_eudebug@discovery-race-vmbind.html
[369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@xe_eudebug@discovery-race-vmbind.html
- shard-dg2-set2: [SKIP][370] ([Intel XE#2905]) -> [SKIP][371] ([Intel XE#1130]) +1 other test skip
[370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-464/igt@xe_eudebug@discovery-race-vmbind.html
[371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@xe_eudebug@discovery-race-vmbind.html
* igt@xe_exec_basic@multigpu-once-userptr:
- shard-bmg: [SKIP][372] ([Intel XE#1130]) -> [SKIP][373] ([Intel XE#2322])
[372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_exec_basic@multigpu-once-userptr.html
[373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-7/igt@xe_exec_basic@multigpu-once-userptr.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm:
- shard-dg2-set2: [SKIP][374] ([Intel XE#1130]) -> [SKIP][375] ([Intel XE#288]) +5 other tests skip
[374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html
[375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html
- shard-bmg: [SKIP][376] ([Intel XE#1130]) -> [FAIL][377] ([Intel XE#3320])
[376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html
[377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html
* igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence:
- shard-dg2-set2: [SKIP][378] ([Intel XE#2360]) -> [SKIP][379] ([Intel XE#1130])
[378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html
[379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html
* igt@xe_oa@mi-rpc:
- shard-dg2-set2: [SKIP][380] ([Intel XE#1130]) -> [SKIP][381] ([Intel XE#2541])
[380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@xe_oa@mi-rpc.html
[381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@xe_oa@mi-rpc.html
* igt@xe_query@multigpu-query-uc-fw-version-guc:
- shard-dg2-set2: [SKIP][382] ([Intel XE#1130]) -> [SKIP][383] ([Intel XE#944])
[382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@xe_query@multigpu-query-uc-fw-version-guc.html
[383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@xe_query@multigpu-query-uc-fw-version-guc.html
- shard-bmg: [SKIP][384] ([Intel XE#1130]) -> [SKIP][385] ([Intel XE#944])
[384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_query@multigpu-query-uc-fw-version-guc.html
[385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@xe_query@multigpu-query-uc-fw-version-guc.html
* igt@xe_tlb@basic-tlb:
- shard-dg2-set2: [SKIP][386] ([Intel XE#1130]) -> [FAIL][387] ([Intel XE#2922])
[386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@xe_tlb@basic-tlb.html
[387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@xe_tlb@basic-tlb.html
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[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#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1450
[Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466
[Intel XE#1471]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1471
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1541
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#1874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1874
[Intel XE#1885]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2141
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2329
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443
[Intel XE#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446
[Intel XE#2467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2467
[Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566
[Intel XE#2568]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2568
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2625
[Intel XE#2635]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2635
[Intel XE#2667]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2667
[Intel XE#2715]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2715
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
[Intel XE#2922]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2922
[Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
[Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927
[Intel XE#2934]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934
[Intel XE#2998]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998
[Intel XE#3007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3036]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3036
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#3160]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3160
[Intel XE#3184]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184
[Intel XE#3202]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3202
[Intel XE#3212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3212
[Intel XE#3267]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3267
[Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
[Intel XE#3320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3320
[Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560
[Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701
[Intel XE#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
Build changes
-------------
* IGT: IGT_8091 -> IGTPW_12014
* Linux: xe-2149-54ceaf112b111612f3a7430132b2395fcce62414 -> xe-2151-fa53c85519aa642bf10aa1692a1b99d1930d2809
IGTPW_12014: 12014
IGT_8091: 8091
xe-2149-54ceaf112b111612f3a7430132b2395fcce62414: 54ceaf112b111612f3a7430132b2395fcce62414
xe-2151-fa53c85519aa642bf10aa1692a1b99d1930d2809: fa53c85519aa642bf10aa1692a1b99d1930d2809
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/index.html
[-- Attachment #2: Type: text/html, Size: 112741 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
2024-10-31 12:13 [PATCH i-g-t] tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test Jouni Högander
` (2 preceding siblings ...)
2024-10-31 17:51 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-10-31 23:55 ` Patchwork
2024-11-04 9:38 ` Hogander, Jouni
2024-11-04 9:07 ` [PATCH i-g-t] " B, Jeevan
4 siblings, 1 reply; 9+ messages in thread
From: Patchwork @ 2024-10-31 23:55 UTC (permalink / raw)
To: Jouni Högander; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 97611 bytes --]
== Series Details ==
Series: tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
URL : https://patchwork.freedesktop.org/series/140767/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_15619_full -> IGTPW_12014_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12014_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12014_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_12014/index.html
Participating hosts (9 -> 9)
------------------------------
Additional (1): shard-glk-0
Missing (1): shard-glk
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12014_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_exec_schedule@preempt-engines@vcs0:
- shard-dg1: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-18/igt@gem_exec_schedule@preempt-engines@vcs0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@gem_exec_schedule@preempt-engines@vcs0.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-dg2: [PASS][3] -> [DMESG-WARN][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg2-11/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_hdr@brightness-with-hdr:
- shard-dg2: NOTRUN -> [SKIP][5]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@kms_hdr@brightness-with-hdr.html
- shard-dg1: NOTRUN -> [SKIP][6]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_hdr@brightness-with-hdr.html
#### Warnings ####
* igt@kms_hdr@brightness-with-hdr:
- shard-tglu: [SKIP][7] ([i915#1187]) -> [SKIP][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-2/igt@kms_hdr@brightness-with-hdr.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-4/igt@kms_hdr@brightness-with-hdr.html
Known issues
------------
Here are the changes found in IGTPW_12014_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg1: NOTRUN -> [SKIP][9] ([i915#8411])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-16/igt@api_intel_bb@blit-reloc-keep-cache.html
- shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8411])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@api_intel_bb@blit-reloc-keep-cache.html
- shard-dg2: NOTRUN -> [SKIP][11] ([i915#8411]) +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@object-reloc-keep-cache:
- shard-rkl: NOTRUN -> [SKIP][12] ([i915#8411]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-2/igt@api_intel_bb@object-reloc-keep-cache.html
* igt@core_hotunplug@unbind-rebind:
- shard-snb: [PASS][13] -> [ABORT][14] ([i915#11703])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb5/igt@core_hotunplug@unbind-rebind.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb5/igt@core_hotunplug@unbind-rebind.html
* igt@device_reset@unbind-reset-rebind:
- shard-dg1: NOTRUN -> [ABORT][15] ([i915#11814] / [i915#11815])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@device_reset@unbind-reset-rebind.html
* igt@drm_fdinfo@most-busy-idle-check-all@vecs1:
- shard-dg2: NOTRUN -> [SKIP][16] ([i915#8414]) +17 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@drm_fdinfo@most-busy-idle-check-all@vecs1.html
* igt@gem_basic@multigpu-create-close:
- shard-tglu-1: NOTRUN -> [SKIP][17] ([i915#7697])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@gem_basic@multigpu-create-close.html
- shard-dg2: NOTRUN -> [SKIP][18] ([i915#7697])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-10/igt@gem_basic@multigpu-create-close.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-rkl: NOTRUN -> [SKIP][19] ([i915#9323])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_ccs@suspend-resume:
- shard-tglu: NOTRUN -> [SKIP][20] ([i915#9323])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-8/igt@gem_ccs@suspend-resume.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-rkl: NOTRUN -> [SKIP][21] ([i915#7697])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_ctx_engines@invalid-engines:
- shard-tglu: NOTRUN -> [FAIL][22] ([i915#12031])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-9/igt@gem_ctx_engines@invalid-engines.html
- shard-mtlp: NOTRUN -> [FAIL][23] ([i915#12031])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@gem_ctx_engines@invalid-engines.html
* igt@gem_ctx_persistence@hang:
- shard-mtlp: NOTRUN -> [SKIP][24] ([i915#8555])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-4/igt@gem_ctx_persistence@hang.html
* igt@gem_ctx_persistence@hostile:
- shard-dg2: NOTRUN -> [FAIL][25] ([i915#11980] / [i915#12580])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-10/igt@gem_ctx_persistence@hostile.html
- shard-rkl: NOTRUN -> [FAIL][26] ([i915#11980] / [i915#12580])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-2/igt@gem_ctx_persistence@hostile.html
- shard-dg1: NOTRUN -> [FAIL][27] ([i915#11980] / [i915#12580])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@gem_ctx_persistence@hostile.html
- shard-snb: NOTRUN -> [SKIP][28] ([i915#1099]) +2 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb4/igt@gem_ctx_persistence@hostile.html
- shard-mtlp: NOTRUN -> [FAIL][29] ([i915#11980] / [i915#12580])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-4/igt@gem_ctx_persistence@hostile.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-dg2: NOTRUN -> [SKIP][30] ([i915#280]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_eio@reset-stress:
- shard-dg1: [PASS][31] -> [FAIL][32] ([i915#12543] / [i915#5784])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-12/igt@gem_eio@reset-stress.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-12/igt@gem_eio@reset-stress.html
* igt@gem_exec_balancer@bonded-sync:
- shard-dg2: NOTRUN -> [SKIP][33] ([i915#4771])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@gem_exec_balancer@bonded-sync.html
- shard-dg1: NOTRUN -> [SKIP][34] ([i915#4771])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@gem_exec_balancer@bonded-sync.html
- shard-mtlp: NOTRUN -> [SKIP][35] ([i915#4771])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg1: NOTRUN -> [SKIP][36] ([i915#4036])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@gem_exec_balancer@invalid-bonds.html
- shard-mtlp: NOTRUN -> [SKIP][37] ([i915#4036])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@noheartbeat:
- shard-dg2: NOTRUN -> [SKIP][38] ([i915#8555])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@gem_exec_balancer@noheartbeat.html
* igt@gem_exec_balancer@parallel:
- shard-rkl: NOTRUN -> [SKIP][39] ([i915#4525])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_fair@basic-none-solo:
- shard-tglu: NOTRUN -> [FAIL][40] ([i915#2842]) +1 other test fail
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-5/igt@gem_exec_fair@basic-none-solo.html
- shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4473])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@gem_exec_fair@basic-none-solo.html
- shard-rkl: NOTRUN -> [FAIL][42] ([i915#2842]) +1 other test fail
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-7/igt@gem_exec_fair@basic-none-solo.html
- shard-dg1: NOTRUN -> [SKIP][43] ([i915#3539] / [i915#4852]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@gem_exec_fair@basic-none-solo.html
* igt@gem_exec_fair@basic-pace-share:
- shard-dg2: NOTRUN -> [SKIP][44] ([i915#3539] / [i915#4852]) +7 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@gem_exec_fair@basic-pace-share.html
* igt@gem_exec_fair@basic-pace@vecs0:
- shard-rkl: [PASS][45] -> [FAIL][46] ([i915#2842])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-6/igt@gem_exec_fair@basic-pace@vecs0.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@gem_exec_fair@basic-pace@vecs0.html
* igt@gem_exec_fence@concurrent:
- shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4812]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@gem_exec_fence@concurrent.html
- shard-dg2: NOTRUN -> [SKIP][48] ([i915#4812]) +1 other test skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@gem_exec_fence@concurrent.html
* igt@gem_exec_reloc@basic-cpu-gtt-noreloc:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#3281]) +15 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html
* igt@gem_exec_reloc@basic-cpu-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][50] ([i915#3281]) +6 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@gem_exec_reloc@basic-cpu-noreloc.html
* igt@gem_exec_reloc@basic-wc-read:
- shard-dg1: NOTRUN -> [SKIP][51] ([i915#3281]) +5 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-16/igt@gem_exec_reloc@basic-wc-read.html
* igt@gem_exec_reloc@basic-write-gtt-noreloc:
- shard-rkl: NOTRUN -> [SKIP][52] ([i915#3281]) +6 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-6/igt@gem_exec_reloc@basic-write-gtt-noreloc.html
* igt@gem_exec_schedule@pi-common@vecs0:
- shard-dg2: NOTRUN -> [FAIL][53] ([i915#12296]) +7 other tests fail
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@gem_exec_schedule@pi-common@vecs0.html
* igt@gem_exec_schedule@preempt-queue:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#4537] / [i915#4812])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-7/igt@gem_exec_schedule@preempt-queue.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4537] / [i915#4812])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_fenced_exec_thrash@2-spare-fences:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#4860])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-7/igt@gem_fenced_exec_thrash@2-spare-fences.html
- shard-dg1: NOTRUN -> [SKIP][57] ([i915#4860])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@gem_fenced_exec_thrash@2-spare-fences.html
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4860])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-8/igt@gem_fenced_exec_thrash@2-spare-fences.html
* igt@gem_huc_copy@huc-copy:
- shard-tglu-1: NOTRUN -> [SKIP][59] ([i915#2190])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@heavy-random:
- shard-tglu: NOTRUN -> [SKIP][60] ([i915#4613]) +2 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-4/igt@gem_lmem_swapping@heavy-random.html
- shard-mtlp: NOTRUN -> [SKIP][61] ([i915#4613]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@heavy-verify-random:
- shard-tglu-1: NOTRUN -> [SKIP][62] ([i915#4613]) +3 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@gem_lmem_swapping@heavy-verify-random.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-rkl: NOTRUN -> [SKIP][63] ([i915#4613]) +3 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-7/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_media_vme:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#284])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@gem_media_vme.html
* igt@gem_mmap_wc@invalid-flags:
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4083]) +2 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-6/igt@gem_mmap_wc@invalid-flags.html
* igt@gem_mmap_wc@read-write-distinct:
- shard-dg1: NOTRUN -> [SKIP][66] ([i915#4083]) +3 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@gem_mmap_wc@read-write-distinct.html
* igt@gem_mmap_wc@write-prefaulted:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#4083]) +9 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@gem_mmap_wc@write-prefaulted.html
* igt@gem_partial_pwrite_pread@reads-snoop:
- shard-rkl: NOTRUN -> [SKIP][68] ([i915#3282])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@gem_partial_pwrite_pread@reads-snoop.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#3282]) +3 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_pwrite@basic-exhaustion:
- shard-mtlp: NOTRUN -> [SKIP][70] ([i915#3282])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@display-protected-crc:
- shard-mtlp: NOTRUN -> [SKIP][71] ([i915#4270])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@protected-encrypted-src-copy-not-readible:
- shard-tglu-1: NOTRUN -> [SKIP][72] ([i915#4270]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-tglu: NOTRUN -> [SKIP][73] ([i915#4270]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-7/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-dg2: NOTRUN -> [SKIP][74] ([i915#4270]) +2 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
- shard-rkl: NOTRUN -> [SKIP][75] ([i915#4270]) +1 other test skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
- shard-dg1: NOTRUN -> [SKIP][76] ([i915#4270])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][77] ([i915#5190] / [i915#8428]) +6 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][78] ([i915#8428]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html
* igt@gem_render_tiled_blits@basic:
- shard-dg1: NOTRUN -> [SKIP][79] ([i915#4079])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-12/igt@gem_render_tiled_blits@basic.html
- shard-mtlp: NOTRUN -> [SKIP][80] ([i915#4079])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-1/igt@gem_render_tiled_blits@basic.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-dg2: NOTRUN -> [SKIP][81] ([i915#4079]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-10/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-dg2: NOTRUN -> [SKIP][82] ([i915#4885])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_tiled_partial_pwrite_pread@writes:
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#4077]) +15 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@gem_tiled_partial_pwrite_pread@writes.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-tglu: NOTRUN -> [SKIP][84] ([i915#3297] / [i915#3323])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-4/igt@gem_userptr_blits@dmabuf-sync.html
- shard-rkl: NOTRUN -> [SKIP][85] ([i915#3297] / [i915#3323])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-dg2: NOTRUN -> [SKIP][86] ([i915#3297] / [i915#4880])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gem_userptr_blits@readonly-pwrite-unsync:
- shard-tglu: NOTRUN -> [SKIP][87] ([i915#3297])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-7/igt@gem_userptr_blits@readonly-pwrite-unsync.html
- shard-mtlp: NOTRUN -> [SKIP][88] ([i915#3297]) +1 other test skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@gem_userptr_blits@readonly-pwrite-unsync.html
- shard-dg2: NOTRUN -> [SKIP][89] ([i915#3297]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@gem_userptr_blits@readonly-pwrite-unsync.html
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#3297])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@gem_userptr_blits@readonly-pwrite-unsync.html
- shard-dg1: NOTRUN -> [SKIP][91] ([i915#3297]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@gem_userptr_blits@readonly-pwrite-unsync.html
* igt@gem_userptr_blits@sd-probe:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#3297] / [i915#4958])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@gem_userptr_blits@sd-probe.html
* igt@gen7_exec_parse@bitmasks:
- shard-dg2: NOTRUN -> [SKIP][93] +20 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@gen7_exec_parse@bitmasks.html
* igt@gen9_exec_parse@batch-without-end:
- shard-mtlp: NOTRUN -> [SKIP][94] ([i915#2856]) +1 other test skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@gen9_exec_parse@batch-without-end.html
- shard-tglu-1: NOTRUN -> [SKIP][95] ([i915#2527] / [i915#2856]) +1 other test skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@gen9_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@bb-large:
- shard-dg1: NOTRUN -> [SKIP][96] ([i915#2527]) +2 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: NOTRUN -> [SKIP][97] ([i915#2527]) +3 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-tglu: NOTRUN -> [SKIP][98] ([i915#2527] / [i915#2856]) +2 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@unaligned-access:
- shard-dg2: NOTRUN -> [SKIP][99] ([i915#2856]) +6 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@gen9_exec_parse@unaligned-access.html
* igt@i915_module_load@resize-bar:
- shard-tglu-1: NOTRUN -> [SKIP][100] ([i915#6412])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-rkl: NOTRUN -> [SKIP][101] ([i915#6590]) +1 other test skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-2/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-dg1: [PASS][102] -> [FAIL][103] ([i915#12548] / [i915#3591])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0:
- shard-dg1: [PASS][104] -> [FAIL][105] ([i915#3591])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg2: NOTRUN -> [SKIP][106] ([i915#11681] / [i915#6621]) +2 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@i915_pm_rps@min-max-config-idle.html
- shard-dg1: NOTRUN -> [SKIP][107] ([i915#11681] / [i915#6621]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-16/igt@i915_pm_rps@min-max-config-idle.html
- shard-mtlp: NOTRUN -> [SKIP][108] ([i915#11681] / [i915#6621]) +1 other test skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_pm_rps@thresholds-idle:
- shard-dg2: NOTRUN -> [SKIP][109] ([i915#11681])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@i915_pm_rps@thresholds-idle.html
* igt@i915_pm_sseu@full-enable:
- shard-tglu: NOTRUN -> [SKIP][110] ([i915#4387])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-3/igt@i915_pm_sseu@full-enable.html
* igt@i915_power@sanity:
- shard-mtlp: [PASS][111] -> [SKIP][112] ([i915#7984])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-4/igt@i915_power@sanity.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@i915_power@sanity.html
* igt@i915_query@test-query-geometry-subslices:
- shard-tglu-1: NOTRUN -> [SKIP][113] ([i915#5723])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@i915_query@test-query-geometry-subslices.html
* igt@i915_selftest@live:
- shard-mtlp: [PASS][114] -> [ABORT][115] ([i915#12133] / [i915#12216])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-6/igt@i915_selftest@live.html
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: [PASS][116] -> [ABORT][117] ([i915#12216])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-6/igt@i915_selftest@live@workarounds.html
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@i915_selftest@live@workarounds.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-mtlp: NOTRUN -> [SKIP][118] ([i915#4077]) +2 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@kms_addfb_basic@basic-x-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][119] ([i915#4212]) +2 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@kms_addfb_basic@basic-x-tiled-legacy.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-tglu-1: NOTRUN -> [SKIP][120] ([i915#12454])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs:
- shard-dg1: NOTRUN -> [SKIP][121] ([i915#8709]) +7 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: NOTRUN -> [SKIP][122] ([i915#9531])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
- shard-tglu-1: NOTRUN -> [SKIP][123] ([i915#9531])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-tglu-1: NOTRUN -> [SKIP][124] ([i915#1769] / [i915#3555])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1:
- shard-mtlp: [PASS][125] -> [FAIL][126] ([i915#11808] / [i915#5956]) +1 other test fail
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-6/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][127] ([i915#5286]) +3 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
- shard-dg1: NOTRUN -> [SKIP][128] ([i915#4538] / [i915#5286]) +2 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
- shard-tglu: NOTRUN -> [SKIP][129] ([i915#5286]) +2 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-3/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-tglu-1: NOTRUN -> [SKIP][130] ([i915#5286]) +3 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-64bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][131] +9 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-1/igt@kms_big_fb@linear-64bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][132] ([i915#3638]) +2 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
- shard-dg1: NOTRUN -> [SKIP][133] ([i915#3638]) +2 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#5190]) +1 other test skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_big_fb@y-tiled-addfb.html
- shard-mtlp: NOTRUN -> [SKIP][135] ([i915#6187])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][136] ([i915#4538] / [i915#5190]) +18 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#4538]) +2 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][138] ([i915#6095]) +113 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][139] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc:
- shard-mtlp: NOTRUN -> [SKIP][140] ([i915#6095]) +34 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-6/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][141] ([i915#6095]) +34 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html
* igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][142] ([i915#10307] / [i915#6095]) +172 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][143] ([i915#12313])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#12313])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][145] ([i915#6095]) +51 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][146] ([i915#6095]) +34 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-9/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1.html
* igt@kms_cdclk@mode-transition:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#11616] / [i915#7213])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-tglu-1: NOTRUN -> [SKIP][148] ([i915#3742])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#7213]) +3 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-tglu-1: NOTRUN -> [SKIP][150] ([i915#7828]) +6 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
- shard-tglu: NOTRUN -> [SKIP][151] ([i915#7828]) +2 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-8/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#7828]) +14 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_hpd@dp-hpd-for-each-pipe:
- shard-mtlp: NOTRUN -> [SKIP][153] ([i915#7828]) +3 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-8/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@hdmi-hpd-fast:
- shard-rkl: NOTRUN -> [SKIP][154] ([i915#7828]) +3 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_chamelium_hpd@hdmi-hpd-fast.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-dg1: NOTRUN -> [SKIP][155] ([i915#7828]) +3 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-16/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic:
- shard-tglu-1: NOTRUN -> [SKIP][156] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#3299])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-10/igt@kms_content_protection@dp-mst-lic-type-1.html
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#3116])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@lic-type-0:
- shard-mtlp: NOTRUN -> [SKIP][159] ([i915#6944] / [i915#9424])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-8/igt@kms_content_protection@lic-type-0.html
- shard-dg2: NOTRUN -> [SKIP][160] ([i915#9424]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-7/igt@kms_content_protection@lic-type-0.html
- shard-dg1: NOTRUN -> [SKIP][161] ([i915#9424])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@mei-interface:
- shard-tglu-1: NOTRUN -> [SKIP][162] ([i915#6944] / [i915#9424]) +1 other test skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@type1:
- shard-tglu: NOTRUN -> [SKIP][163] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-5/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-onscreen-32x10:
- shard-mtlp: NOTRUN -> [SKIP][164] ([i915#3555] / [i915#8814]) +1 other test skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_cursor_crc@cursor-onscreen-32x10.html
- shard-dg1: NOTRUN -> [SKIP][165] ([i915#3555]) +2 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@kms_cursor_crc@cursor-onscreen-32x10.html
* igt@kms_cursor_crc@cursor-random-128x42:
- shard-mtlp: NOTRUN -> [SKIP][166] ([i915#8814])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-4/igt@kms_cursor_crc@cursor-random-128x42.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-dg2: NOTRUN -> [SKIP][167] ([i915#11453] / [i915#3359])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@kms_cursor_crc@cursor-sliding-512x170.html
- shard-rkl: NOTRUN -> [SKIP][168] ([i915#11453] / [i915#3359])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-tglu-1: NOTRUN -> [SKIP][169] ([i915#11453] / [i915#3359])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-mtlp: NOTRUN -> [SKIP][170] ([i915#9809]) +2 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][171] ([i915#5354]) +56 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#4103] / [i915#4213]) +1 other test skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_display_modes@extended-mode-basic:
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#3555]) +4 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-10/igt@kms_display_modes@extended-mode-basic.html
- shard-tglu-1: NOTRUN -> [SKIP][174] ([i915#3555]) +2 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: NOTRUN -> [SKIP][175] ([i915#8588])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dp_aux_dev:
- shard-dg2: NOTRUN -> [SKIP][176] ([i915#1257])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-3/igt@kms_dp_aux_dev.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][177] ([i915#8812])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-with-bpc:
- shard-mtlp: NOTRUN -> [SKIP][178] ([i915#3555] / [i915#3840])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_dsc@dsc-with-bpc.html
- shard-rkl: NOTRUN -> [SKIP][179] ([i915#3555] / [i915#3840])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_dsc@dsc-with-bpc.html
- shard-tglu-1: NOTRUN -> [SKIP][180] ([i915#3555] / [i915#3840])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_dsc@dsc-with-bpc.html
- shard-dg1: NOTRUN -> [SKIP][181] ([i915#3555] / [i915#3840])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-formats:
- shard-tglu: NOTRUN -> [SKIP][182] ([i915#3555] / [i915#3840])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-8/igt@kms_dsc@dsc-with-formats.html
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#3555] / [i915#3840]) +1 other test skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@kms_dsc@dsc-with-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-tglu-1: NOTRUN -> [SKIP][184] ([i915#3840] / [i915#9053])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-dg1: [PASS][185] -> [FAIL][186] ([i915#4767])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-13/igt@kms_fbcon_fbt@fbc-suspend.html
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@kms_fbcon_fbt@fbc-suspend.html
- shard-dg2: [PASS][187] -> [FAIL][188] ([i915#4767])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg2-2/igt@kms_fbcon_fbt@fbc-suspend.html
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr:
- shard-dg2: NOTRUN -> [SKIP][189] ([i915#3469])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@kms_fbcon_fbt@psr.html
- shard-tglu: NOTRUN -> [SKIP][190] ([i915#3469])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@psr1:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#658])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-tglu-1: NOTRUN -> [SKIP][192] ([i915#3637]) +4 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@2x-plain-flip-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][193] ([i915#3637]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-8/igt@kms_flip@2x-plain-flip-interruptible.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#9934]) +3 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
- shard-snb: [PASS][195] -> [FAIL][196] ([i915#2122]) +7 other tests fail
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb1/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb6/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3:
- shard-dg1: NOTRUN -> [INCOMPLETE][197] ([i915#6113])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
- shard-snb: [PASS][198] -> [INCOMPLETE][199] ([i915#4839]) +3 other tests incomplete
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb2/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb2/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1:
- shard-tglu: [PASS][200] -> [FAIL][201] ([i915#2122]) +4 other tests fail
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-3/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1.html
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-8/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-rkl: NOTRUN -> [SKIP][202] ([i915#2672] / [i915#3555]) +3 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][203] ([i915#2672]) +3 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#2672] / [i915#3555]) +1 other test skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
- shard-tglu-1: NOTRUN -> [SKIP][205] ([i915#2672] / [i915#3555]) +1 other test skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][206] ([i915#2672]) +4 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
- shard-tglu-1: NOTRUN -> [SKIP][207] ([i915#2587] / [i915#2672]) +3 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-tglu: NOTRUN -> [SKIP][208] ([i915#2672] / [i915#3555])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][209] ([i915#2587] / [i915#2672])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-tglu-1: NOTRUN -> [SKIP][210] ([i915#2587] / [i915#2672] / [i915#3555]) +1 other test skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-dg1: NOTRUN -> [SKIP][211] ([i915#2672] / [i915#3555]) +1 other test skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-16/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][212] ([i915#2672] / [i915#8813])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][213] ([i915#2587] / [i915#2672]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][214] ([i915#2672] / [i915#3555] / [i915#5190]) +2 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][215] ([i915#2672] / [i915#3555] / [i915#8813]) +2 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite:
- shard-snb: [PASS][216] -> [SKIP][217] +3 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-tglu-1: NOTRUN -> [SKIP][218] +60 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite:
- shard-mtlp: NOTRUN -> [SKIP][219] ([i915#1825]) +16 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][220] +10 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][221] ([i915#1825]) +20 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt.html
- shard-dg1: NOTRUN -> [SKIP][222] ([i915#8708]) +8 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][223] ([i915#8708]) +4 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen:
- shard-tglu: NOTRUN -> [SKIP][224] +36 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-dg2: NOTRUN -> [SKIP][225] ([i915#9766])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#3023]) +12 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
- shard-dg1: NOTRUN -> [SKIP][227] ([i915#3458]) +3 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-cpu:
- shard-snb: NOTRUN -> [SKIP][228] +101 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
- shard-dg2: NOTRUN -> [SKIP][229] ([i915#3458]) +22 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][230] ([i915#8708]) +26 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2: NOTRUN -> [SKIP][231] ([i915#6118])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdmi_inject@inject-audio:
- shard-tglu: NOTRUN -> [SKIP][232] ([i915#433])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-3/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@static-toggle:
- shard-tglu-1: NOTRUN -> [SKIP][233] ([i915#3555] / [i915#8228])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_hdr@static-toggle.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][234] ([i915#12388])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-tglu-1: NOTRUN -> [SKIP][235] ([i915#1839])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-dg2: NOTRUN -> [SKIP][236] ([i915#6301]) +1 other test skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_panel_fitting@legacy:
- shard-dg1: NOTRUN -> [SKIP][237] ([i915#6301])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@kms_panel_fitting@legacy.html
* igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes:
- shard-dg1: NOTRUN -> [SKIP][238] +27 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg2: NOTRUN -> [SKIP][239] ([i915#3555] / [i915#8821])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#5354] / [i915#9423])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-rkl: [PASS][241] -> [FAIL][242] ([i915#8292])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-7/igt@kms_plane_scaling@intel-max-src-size.html
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][243] ([i915#8292])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][244] ([i915#12247]) +5 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-dg1: NOTRUN -> [SKIP][245] ([i915#12247]) +4 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d:
- shard-tglu-1: NOTRUN -> [SKIP][246] ([i915#12247]) +14 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75:
- shard-mtlp: NOTRUN -> [SKIP][247] ([i915#12247] / [i915#3555] / [i915#6953])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-75.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b:
- shard-mtlp: NOTRUN -> [SKIP][248] ([i915#12247]) +7 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][249] ([i915#6953])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-tglu: NOTRUN -> [SKIP][250] ([i915#12343])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-9/igt@kms_pm_backlight@brightness-with-dpms.html
- shard-dg2: NOTRUN -> [SKIP][251] ([i915#12343])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_dc@dc5-psr:
- shard-tglu-1: NOTRUN -> [SKIP][252] ([i915#9685]) +1 other test skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-dpms:
- shard-mtlp: NOTRUN -> [SKIP][253] ([i915#10139])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_pm_dc@dc6-dpms.html
- shard-tglu: [PASS][254] -> [FAIL][255] ([i915#9295])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-2/igt@kms_pm_dc@dc6-dpms.html
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-7/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-rkl: NOTRUN -> [SKIP][256] ([i915#9519])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-dg2: [PASS][257] -> [SKIP][258] ([i915#9519])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg2-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
- shard-tglu-1: NOTRUN -> [SKIP][259] ([i915#9519])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@pm-caching:
- shard-dg1: NOTRUN -> [SKIP][260] ([i915#4077]) +3 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@kms_pm_rpm@pm-caching.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg2: NOTRUN -> [SKIP][261] ([i915#6524] / [i915#6805])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@kms_prime@basic-crc-vgem.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf:
- shard-rkl: NOTRUN -> [SKIP][262] ([i915#11520]) +5 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][263] ([i915#11520]) +3 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-6/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
- shard-mtlp: NOTRUN -> [SKIP][264] ([i915#12316]) +2 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf:
- shard-dg2: NOTRUN -> [SKIP][265] ([i915#11520]) +13 other tests skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
- shard-snb: NOTRUN -> [SKIP][266] ([i915#11520]) +2 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb2/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][267] ([i915#9808])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf:
- shard-tglu-1: NOTRUN -> [SKIP][268] ([i915#11520]) +7 other tests skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html
- shard-dg1: NOTRUN -> [SKIP][269] ([i915#11520]) +4 other tests skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-mtlp: NOTRUN -> [SKIP][270] ([i915#4348])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@kms_psr2_su@page_flip-nv12.html
- shard-dg1: NOTRUN -> [SKIP][271] ([i915#9683])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-dg2: NOTRUN -> [SKIP][272] ([i915#9683]) +1 other test skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr-sprite-plane-move:
- shard-tglu: NOTRUN -> [SKIP][273] ([i915#9732]) +9 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@kms_psr@fbc-psr-sprite-plane-move.html
* igt@kms_psr@fbc-psr2-sprite-mmap-gtt:
- shard-tglu-1: NOTRUN -> [SKIP][274] ([i915#9732]) +13 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_psr@fbc-psr2-sprite-mmap-gtt.html
* igt@kms_psr@pr-no-drrs:
- shard-mtlp: NOTRUN -> [SKIP][275] ([i915#9688]) +9 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_psr@pr-no-drrs.html
* igt@kms_psr@pr-sprite-plane-onoff:
- shard-dg1: NOTRUN -> [SKIP][276] ([i915#1072] / [i915#9732]) +12 other tests skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_psr@pr-sprite-plane-onoff.html
* igt@kms_psr@psr-cursor-render:
- shard-dg2: NOTRUN -> [SKIP][277] ([i915#1072] / [i915#9732]) +30 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_psr@psr-cursor-render.html
* igt@kms_psr@psr-sprite-mmap-gtt@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][278] ([i915#4077] / [i915#9688]) +1 other test skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_psr@psr-sprite-mmap-gtt@edp-1.html
* igt@kms_psr@psr-sprite-plane-onoff:
- shard-rkl: NOTRUN -> [SKIP][279] ([i915#1072] / [i915#9732]) +11 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-7/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-dg2: NOTRUN -> [SKIP][280] ([i915#9685])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][281] ([i915#11131] / [i915#4235] / [i915#5190])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
- shard-dg1: NOTRUN -> [SKIP][282] ([i915#5289])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
- shard-mtlp: NOTRUN -> [SKIP][283] ([i915#11131] / [i915#4235])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-rkl: NOTRUN -> [SKIP][284] ([i915#5289])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
- shard-tglu-1: NOTRUN -> [SKIP][285] ([i915#5289])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2: NOTRUN -> [SKIP][286] ([i915#8623])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@flip-basic-fastset:
- shard-dg2: NOTRUN -> [SKIP][287] ([i915#9906]) +1 other test skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_vrr@flip-basic-fastset.html
- shard-rkl: NOTRUN -> [SKIP][288] ([i915#9906])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_vrr@flip-basic-fastset.html
- shard-tglu-1: NOTRUN -> [SKIP][289] ([i915#9906])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@flip-dpms:
- shard-mtlp: NOTRUN -> [SKIP][290] ([i915#3555] / [i915#8808])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@kms_vrr@flip-dpms.html
- shard-rkl: NOTRUN -> [SKIP][291] ([i915#3555]) +2 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_vrr@flip-dpms.html
- shard-tglu: NOTRUN -> [SKIP][292] ([i915#3555])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-7/igt@kms_vrr@flip-dpms.html
* igt@kms_writeback@writeback-fb-id:
- shard-tglu-1: NOTRUN -> [SKIP][293] ([i915#2437])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2: NOTRUN -> [SKIP][294] ([i915#2437] / [i915#9412]) +1 other test skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-7/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@perf@gen12-group-concurrent-oa-buffer-read:
- shard-tglu: [PASS][295] -> [FAIL][296] ([i915#10538])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-4/igt@perf@gen12-group-concurrent-oa-buffer-read.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@perf@gen12-group-concurrent-oa-buffer-read.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][297] ([i915#2436])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: NOTRUN -> [FAIL][298] ([i915#4349]) +4 other tests fail
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-dg2: NOTRUN -> [SKIP][299] ([i915#8516])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@perf_pmu@rc6@other-idle-gt0.html
- shard-rkl: NOTRUN -> [SKIP][300] ([i915#8516])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@perf_pmu@rc6@other-idle-gt0.html
- shard-dg1: NOTRUN -> [SKIP][301] ([i915#8516])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@perf_pmu@rc6@other-idle-gt0.html
- shard-tglu: NOTRUN -> [SKIP][302] ([i915#8516])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@perf_pmu@semaphore-busy:
- shard-mtlp: NOTRUN -> [FAIL][303] ([i915#4349]) +1 other test fail
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-1/igt@perf_pmu@semaphore-busy.html
* igt@prime_vgem@basic-fence-flip:
- shard-dg2: NOTRUN -> [SKIP][304] ([i915#3708])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-7/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-read:
- shard-dg2: NOTRUN -> [SKIP][305] ([i915#3291] / [i915#3708]) +1 other test skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@prime_vgem@basic-fence-read.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-tglu-1: NOTRUN -> [SKIP][306] ([i915#9917])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@sriov_basic@enable-vfs-autoprobe-on.html
#### Possible fixes ####
* igt@gem_exec_fair@basic-pace@vcs0:
- shard-rkl: [FAIL][307] ([i915#2842]) -> [PASS][308]
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-6/igt@gem_exec_fair@basic-pace@vcs0.html
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@gem_exec_fair@basic-pace@vcs0.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][309] ([i915#11808]) -> [PASS][310] +1 other test pass
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-7/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-onscreen-128x128:
- shard-dg1: [DMESG-WARN][311] ([i915#4423]) -> [PASS][312] +1 other test pass
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-12/igt@kms_cursor_crc@cursor-onscreen-128x128.html
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_cursor_crc@cursor-onscreen-128x128.html
* igt@kms_cursor_legacy@flip-vs-cursor-varying-size:
- shard-mtlp: [FAIL][313] ([i915#2346]) -> [PASS][314]
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-8/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-1/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-snb: [FAIL][315] ([i915#2122]) -> [PASS][316] +1 other test pass
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb7/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@flip-vs-absolute-wf_vblank:
- shard-mtlp: [FAIL][317] ([i915#2122]) -> [PASS][318] +9 other tests pass
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-2/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_flip@flip-vs-absolute-wf_vblank.html
- shard-rkl: [FAIL][319] ([i915#2122]) -> [PASS][320]
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-5/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_flip@flip-vs-absolute-wf_vblank.html
- shard-dg1: [FAIL][321] ([i915#12517] / [i915#2122]) -> [PASS][322]
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-16/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_flip@flip-vs-absolute-wf_vblank.html
* igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1:
- shard-mtlp: [FAIL][323] ([i915#11989]) -> [PASS][324]
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-2/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html
* igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a2:
- shard-rkl: [FAIL][325] ([i915#11961]) -> [PASS][326] +1 other test pass
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-5/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a2.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a2.html
* igt@kms_flip@flip-vs-absolute-wf_vblank@c-hdmi-a4:
- shard-dg1: [FAIL][327] ([i915#2122]) -> [PASS][328] +2 other tests pass
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-16/igt@kms_flip@flip-vs-absolute-wf_vblank@c-hdmi-a4.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_flip@flip-vs-absolute-wf_vblank@c-hdmi-a4.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible:
- shard-rkl: [FAIL][329] ([i915#10826] / [i915#2122]) -> [PASS][330]
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-4/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@d-hdmi-a1:
- shard-tglu: [FAIL][331] ([i915#2122]) -> [PASS][332] +1 other test pass
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-2/igt@kms_flip@plain-flip-fb-recreate-interruptible@d-hdmi-a1.html
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@kms_flip@plain-flip-fb-recreate-interruptible@d-hdmi-a1.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
- shard-snb: [SKIP][333] -> [PASS][334] +12 other tests pass
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite:
- shard-mtlp: [INCOMPLETE][335] -> [PASS][336]
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite.html
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_hdr@static-toggle:
- shard-dg2: [SKIP][337] ([i915#3555] / [i915#8228]) -> [PASS][338]
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg2-2/igt@kms_hdr@static-toggle.html
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-10/igt@kms_hdr@static-toggle.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: [SKIP][339] ([i915#4281]) -> [PASS][340]
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-7/igt@kms_pm_dc@dc9-dpms.html
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2: [SKIP][341] ([i915#9519]) -> [PASS][342]
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg2-5/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: [SKIP][343] ([i915#9519]) -> [PASS][344] +2 other tests pass
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_setmode@basic:
- shard-dg1: [FAIL][345] ([i915#12317] / [i915#5465]) -> [PASS][346]
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-18/igt@kms_setmode@basic.html
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-a-hdmi-a-4:
- shard-dg1: [FAIL][347] ([i915#12317]) -> [PASS][348]
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-18/igt@kms_setmode@basic@pipe-a-hdmi-a-4.html
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@kms_setmode@basic@pipe-a-hdmi-a-4.html
* igt@kms_setmode@basic@pipe-b-hdmi-a-4:
- shard-dg1: [FAIL][349] ([i915#5465]) -> [PASS][350]
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-18/igt@kms_setmode@basic@pipe-b-hdmi-a-4.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@kms_setmode@basic@pipe-b-hdmi-a-4.html
* igt@perf_pmu@module-unload:
- shard-snb: [ABORT][351] ([i915#9853]) -> [PASS][352]
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb4/igt@perf_pmu@module-unload.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb1/igt@perf_pmu@module-unload.html
#### Warnings ####
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-tglu: [FAIL][353] ([i915#2876]) -> [FAIL][354] ([i915#2842])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-4/igt@gem_exec_fair@basic-pace@rcs0.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-4/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@kms_big_fb@linear-8bpp-rotate-90:
- shard-dg1: [SKIP][355] ([i915#3638]) -> [SKIP][356] ([i915#3638] / [i915#4423])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-12/igt@kms_big_fb@linear-8bpp-rotate-90.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@kms_big_fb@linear-8bpp-rotate-90.html
* igt@kms_content_protection@mei-interface:
- shard-dg1: [SKIP][357] ([i915#9424]) -> [SKIP][358] ([i915#9433])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-19/igt@kms_content_protection@mei-interface.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_content_protection@mei-interface.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1:
- shard-snb: [FAIL][359] ([i915#10826]) -> [FAIL][360] ([i915#2122]) +1 other test fail
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb2/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb5/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html
* igt@kms_frontbuffer_tracking@psr-slowdraw:
- shard-dg2: [SKIP][361] ([i915#10433] / [i915#3458]) -> [SKIP][362] ([i915#3458]) +2 other tests skip
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-slowdraw.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-slowdraw.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][363] ([i915#4816]) -> [SKIP][364] ([i915#4070] / [i915#4816])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: [SKIP][365] ([i915#3361]) -> [SKIP][366] ([i915#4281])
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-3/igt@kms_pm_dc@dc9-dpms.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-rkl: [SKIP][367] ([i915#3828]) -> [SKIP][368] ([i915#9340])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-7/igt@kms_pm_lpsp@kms-lpsp.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_selftest@drm_framebuffer:
- shard-rkl: [ABORT][369] ([i915#12231] / [i915#12434]) -> [ABORT][370] ([i915#12231])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-7/igt@kms_selftest@drm_framebuffer.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_selftest@drm_framebuffer.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10139]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10139
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10538
[i915#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#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131
[i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11616]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11616
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11703]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11703
[i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808
[i915#11814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11814
[i915#11815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11815
[i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#11961]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11961
[i915#11980]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11980
[i915#11989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989
[i915#12031]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031
[i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133
[i915#12216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216
[i915#12231]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12231
[i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247
[i915#12296]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12296
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12317]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12317
[i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
[i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388
[i915#12434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12434
[i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454
[i915#12517]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12517
[i915#12543]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12543
[i915#12548]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12548
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#12580]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12580
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#2876]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2876
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323
[i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359
[i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036
[i915#4070]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281
[i915#433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/433
[i915#4348]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4348
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4473]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4767]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4767
[i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885
[i915#4958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4958
[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#5465]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465
[i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723
[i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784
[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#6118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6118
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805
[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#7213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7213
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975
[i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
[i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8588]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8588
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709
[i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808
[i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821
[i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053
[i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412
[i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433
[i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519
[i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#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#9846]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9846
[i915#9853]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9853
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8091 -> IGTPW_12014
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_15619: fa53c85519aa642bf10aa1692a1b99d1930d2809 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12014: 12014
IGT_8091: 8091
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/index.html
[-- Attachment #2: Type: text/html, Size: 121119 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [PATCH i-g-t] tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
2024-10-31 12:13 [PATCH i-g-t] tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test Jouni Högander
` (3 preceding siblings ...)
2024-10-31 23:55 ` ✗ Fi.CI.IGT: " Patchwork
@ 2024-11-04 9:07 ` B, Jeevan
2024-11-04 9:42 ` Hogander, Jouni
4 siblings, 1 reply; 9+ messages in thread
From: B, Jeevan @ 2024-11-04 9:07 UTC (permalink / raw)
To: Hogander, Jouni, igt-dev@lists.freedesktop.org
LGTM
Reviewed-by: Jeevan B <jeevan.b@intel.com>
> -----Original Message-----
> From: Hogander, Jouni <jouni.hogander@intel.com>
> Sent: Thursday, October 31, 2024 5:44 PM
> To: igt-dev@lists.freedesktop.org
> Cc: B, Jeevan <jeevan.b@intel.com>; Hogander, Jouni
> <jouni.hogander@intel.com>
> Subject: [PATCH i-g-t] tests/kms_vrr: data->switch modes[LOW_RR_MODE]
> not initialized for lobf test
>
> lobf subtest is using data->switch_modes[LOW_RR_MODE] but not initializing
> it. Fix this in output_constraint.
>
> Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
> ---
> tests/kms_vrr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c index 36a22eebe..d0db954fa
> 100644
> --- a/tests/kms_vrr.c
> +++ b/tests/kms_vrr.c
> @@ -923,7 +923,7 @@ static bool output_constraint(data_t *data,
> igt_output_t *output, uint32_t flags
> igt_output_override_mode(output, &data-
> >switch_modes[HIGH_RR_MODE]);
>
> /* Search for a low refresh rate mode. */
> - if (!(flags & (TEST_SEAMLESS_VRR | TEST_SEAMLESS_DRRS)))
> + if (!(flags & (TEST_SEAMLESS_VRR | TEST_SEAMLESS_DRRS |
> +TEST_LINK_OFF)))
> return true;
>
> data->switch_modes[LOW_RR_MODE] =
> low_rr_mode_with_same_res(output, data->range.min);
> --
> 2.34.1
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ✗ CI.xeFULL: failure for tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
2024-10-31 17:51 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-11-04 9:36 ` Hogander, Jouni
0 siblings, 0 replies; 9+ messages in thread
From: Hogander, Jouni @ 2024-11-04 9:36 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org; +Cc: I915-ci-infra@lists.freedesktop.org
[-- Attachment #1: Type: text/plain, Size: 96207 bytes --]
Hello All,
My patch doesn't have impact on failing testcases suspected being regression here.
BR,
Jouni Högander
On Thu, 2024-10-31 at 17:51 +0000, Patchwork wrote:
Patch Details
Series: tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
URL: https://patchwork.freedesktop.org/series/140767/
State: failure
Details: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/index.html
CI Bug Log - changes from XEIGT_8091_full -> XEIGTPW_12014_full
Summary
FAILURE
Serious unknown changes coming with XEIGTPW_12014_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12014_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
No changes in participating hosts
Possible new issues
Here are the unknown changes that may have been introduced in XEIGTPW_12014_full:
IGT changes
Possible regressions
* igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-434/igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4.html> -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4.html>
* igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-4/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html>
* igt@xe_exec_compute_mode@many-execqueues-userptr-invalidate:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-7/igt@xe_exec_compute_mode@many-execqueues-userptr-invalidate.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@xe_exec_compute_mode@many-execqueues-userptr-invalidate.html> +2 other tests incomplete
* igt@xe_sriov_flr@flr-vf1-clear:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@xe_sriov_flr@flr-vf1-clear.html> +4 other tests skip
Known issues
Here are the changes found in XEIGTPW_12014_full that come from known issues:
IGT changes
Issues hit
* igt@core_hotunplug@hotrebind-lateclose:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@core_hotunplug@hotrebind-lateclose.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@core_hotunplug@hotrebind-lateclose.html> (Intel XE#1885<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885>)
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@core_hotunplug@hotrebind-lateclose.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@core_hotunplug@hotrebind-lateclose.html> (Intel XE#1885<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885>)
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (Intel XE#1466<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466>)
* igt@kms_atomic_transition@modeset-transition-nonblocking-fencing:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-435/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html> (Intel XE#2423<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> / i915#2575<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>) +6 other tests skip
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html> (Intel XE#1407<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407>) +1 other test skip
* igt@kms_big_fb@linear-64bpp-rotate-0:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-434/igt@kms_big_fb@linear-64bpp-rotate-0.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_big_fb@linear-64bpp-rotate-0.html> (Intel XE#877<https://gitlab.freedesktop.org/drm/xe/kernel/issues/877>)
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html> (Intel XE#316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) +3 other tests skip
* igt@kms_big_fb@y-tiled-16bpp-rotate-270:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>)
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>)
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +11 other tests skip
* igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html> (Intel XE#2191<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191>)
* igt@kms_bw@linear-tiling-2-displays-3840x2160p:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) +4 other tests skip
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6.html> (Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +69 other tests skip
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-8/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +4 other tests skip
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html> (Intel XE#2907<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907>) +3 other tests skip
* igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>)
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> / Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +17 other tests skip
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195> / Intel XE#1727<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727>)
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-dp-4:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-dp-4.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-dp-4.html> (Intel XE#3113<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113>)
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-6:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-6.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-6.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195>)
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-dp-4:
* shard-dg2-set2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-dp-4.html> (Intel XE#3113<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113>)
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6:
* shard-dg2-set2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195>)
* igt@kms_chamelium_color@ctm-0-50:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-8/igt@kms_chamelium_color@ctm-0-50.html> (Intel XE#306<https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>)
* igt@kms_chamelium_color@ctm-max:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_chamelium_color@ctm-max.html> (Intel XE#306<https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>)
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +10 other tests skip
* igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-7/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +2 other tests skip
* igt@kms_chamelium_hpd@hdmi-hpd-fast:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_chamelium_hpd@hdmi-hpd-fast.html> (Intel XE#2252<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252>)
* igt@kms_content_protection@dp-mst-type-0:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_content_protection@dp-mst-type-0.html> (Intel XE#307<https://gitlab.freedesktop.org/drm/xe/kernel/issues/307>) +1 other test skip
* igt@kms_content_protection@srm@pipe-a-dp-4:
* shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_content_protection@srm@pipe-a-dp-4.html> (Intel XE#1178<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>) +1 other test fail
* igt@kms_content_protection@uevent:
* shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_content_protection@uevent.html> (Intel XE#1188<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188>) +1 other test fail
* igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>) +6 other tests skip
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>)
* igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-5/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions.html> (Intel XE#1541<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1541>)
* igt@kms_cursor_legacy@torture-move@pipe-d:
* shard-dg2-set2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_cursor_legacy@torture-move@pipe-d.html> (Intel XE#3184<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184>) +1 other test dmesg-warn
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-2:
* shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-2.html> (Intel XE#2141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2141>) +1 other test fail
* igt@kms_feature_discovery@chamelium:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_feature_discovery@chamelium.html> (Intel XE#701<https://gitlab.freedesktop.org/drm/xe/kernel/issues/701>)
* igt@kms_feature_discovery@display-3x:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_feature_discovery@display-3x.html> (Intel XE#703<https://gitlab.freedesktop.org/drm/xe/kernel/issues/703>)
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) +8 other tests fail
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) +4 other tests fail
* igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4:
* shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) +13 other tests fail
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-434/igt@kms_flip@2x-flip-vs-suspend-interruptible.html> -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_flip@2x-flip-vs-suspend-interruptible.html> (Intel XE#2625<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2625>)
* igt@kms_flip@2x-nonexisting-fb-interruptible:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_flip@2x-nonexisting-fb-interruptible.html> (Intel XE#1421<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421>) +2 other tests skip
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-7/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html> (Intel XE#2882<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882>) +1 other test fail
* igt@kms_flip@blocking-wf_vblank:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@kms_flip@blocking-wf_vblank.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-5/igt@kms_flip@blocking-wf_vblank.html> (Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) +3 other tests fail
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a6:
* shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a6.html> (Intel XE#3267<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3267>) +1 other test fail
* igt@kms_flip@flip-vs-suspend-interruptible:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-463/igt@kms_flip@flip-vs-suspend-interruptible.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_flip@flip-vs-suspend-interruptible.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195> / Intel XE#2049<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049> / Intel XE#2597<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597>)
* igt@kms_flip@flip-vs-suspend-interruptible@d-dp4:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-463/igt@kms_flip@flip-vs-suspend-interruptible@d-dp4.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_flip@flip-vs-suspend-interruptible@d-dp4.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195> / Intel XE#2049<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049>)
* igt@kms_flip@plain-flip-fb-recreate:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-464/igt@kms_flip@plain-flip-fb-recreate.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_flip@plain-flip-fb-recreate.html> (Intel XE#2882<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882>)
* igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a6:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-464/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a6.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a6.html> (Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>)
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html> (Intel XE#2293<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293> / Intel XE#2380<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380>)
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html> (Intel XE#1401<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401> / Intel XE#1745<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745>)
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html> (Intel XE#1401<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401>)
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-valid-mode:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html> (Intel XE#2293<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293>) +2 other tests skip
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-mmap-wc:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-mmap-wc.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +1 other test skip
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +27 other tests skip
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html> (Intel XE#2351<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>)
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-tiling-y.html> (Intel XE#658<https://gitlab.freedesktop.org/drm/xe/kernel/issues/658>)
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +1 other test skip
* igt@kms_frontbuffer_tracking@fbcpsr-slowdraw:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +38 other tests skip
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>)
* igt@kms_getfb@getfb-reject-ccs:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_getfb@getfb-reject-ccs.html> (Intel XE#605<https://gitlab.freedesktop.org/drm/xe/kernel/issues/605>)
* igt@kms_hdr@invalid-hdr:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-5/igt@kms_hdr@invalid-hdr.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_hdr@invalid-hdr.html> (Intel XE#1503<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503>)
* igt@kms_invalid_mode@clock-too-high:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-8/igt@kms_invalid_mode@clock-too-high.html> (Intel XE#1450<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1450> / Intel XE#2568<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2568>)
* igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-8/igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1.html> (Intel XE#1450<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1450>) +2 other tests skip
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html> (Intel XE#2925<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925>)
* igt@kms_joiner@invalid-modeset-ultra-joiner:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_joiner@invalid-modeset-ultra-joiner.html> (Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) +2 other tests skip
* igt@kms_lease@lease-uevent:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-4/igt@kms_lease@lease-uevent.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-7/igt@kms_lease@lease-uevent.html> (Intel XE#3202<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3202>)
* igt@kms_panel_fitting@atomic-fastset:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_panel_fitting@atomic-fastset.html> (Intel XE#2486<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486>)
* igt@kms_plane@pixel-format-source-clamping:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_plane@pixel-format-source-clamping.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_plane@pixel-format-source-clamping.html> (Intel XE#2566<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566> / Intel XE#877<https://gitlab.freedesktop.org/drm/xe/kernel/issues/877>)
* igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0.html> (Intel XE#877<https://gitlab.freedesktop.org/drm/xe/kernel/issues/877>)
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>) +8 other tests skip
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-d:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-d.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>) +3 other tests skip
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763> / Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +4 other tests skip
* igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>) +3 other tests skip
* igt@kms_pm_backlight@fade:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_pm_backlight@fade.html> (Intel XE#870<https://gitlab.freedesktop.org/drm/xe/kernel/issues/870>)
* igt@kms_pm_dc@dc3co-vpb-simulation:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_pm_dc@dc3co-vpb-simulation.html> (Intel XE#1122<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122>) +1 other test skip
* igt@kms_pm_dc@dc5-psr:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-8/igt@kms_pm_dc@dc5-psr.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html> (Intel XE#718<https://gitlab.freedesktop.org/drm/xe/kernel/issues/718>)
* igt@kms_pm_dc@dc6-psr:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-3/igt@kms_pm_dc@dc6-psr.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@kms_pm_dc@dc6-psr.html> (Intel XE#1430<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430>)
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_pm_dc@dc6-psr.html> (Intel XE#1129<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129>)
* igt@kms_pm_rpm@legacy-planes:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_pm_rpm@legacy-planes.html> (Intel XE#2446<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446>)
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_pm_rpm@legacy-planes.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_pm_rpm@legacy-planes.html> (Intel XE#2446<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446>)
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html> (Intel XE#2893<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893>)
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +7 other tests skip
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +1 other test skip
* igt@kms_psr@fbc-psr2-cursor-plane-onoff:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html> (Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850> / Intel XE#929<https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) +12 other tests skip
* igt@kms_psr@psr-dpms:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_psr@psr-dpms.html> (Intel XE#2351<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) +1 other test skip
* igt@kms_rotation_crc@bad-tiling:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_rotation_crc@bad-tiling.html> (Intel XE#327<https://gitlab.freedesktop.org/drm/xe/kernel/issues/327>) +1 other test skip
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html> (Intel XE#1127<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127>)
* igt@kms_sequence@queue-busy:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-5/igt@kms_sequence@queue-busy.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_sequence@queue-busy.html> (Intel XE#2467<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2467>) +1 other test fail
* igt@kms_setmode@invalid-clone-single-crtc:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@kms_setmode@invalid-clone-single-crtc.html> (Intel XE#1435<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435>)
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (Intel XE#362<https://gitlab.freedesktop.org/drm/xe/kernel/issues/362>)
* igt@kms_vrr@flip-suspend@pipe-a-edp-1:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@kms_vrr@flip-suspend@pipe-a-edp-1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@kms_vrr@flip-suspend@pipe-a-edp-1.html> (Intel XE#2443<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443>) +1 other test fail
* igt@kms_vrr@flipline:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@kms_vrr@flipline.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +18 other tests skip
* igt@xe_compute_preempt@compute-preempt:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@xe_compute_preempt@compute-preempt.html> (Intel XE#1280<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280> / Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +1 other test skip
* igt@xe_copy_basic@mem-set-linear-0xfffe:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0xfffe.html> (Intel XE#1126<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126>)
* igt@xe_eudebug@discovery-empty-clients:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@xe_eudebug@discovery-empty-clients.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>)
* igt@xe_eudebug_online@basic-breakpoint:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-8/igt@xe_eudebug_online@basic-breakpoint.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +1 other test skip
* igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +6 other tests skip
* igt@xe_evict@evict-beng-small-external:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@xe_evict@evict-beng-small-external.html> (Intel XE#688<https://gitlab.freedesktop.org/drm/xe/kernel/issues/688>)
* igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-samefd:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-samefd.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-samefd.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +9 other tests skip
* igt@xe_exec_basic@many-null:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@xe_exec_basic@many-null.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@xe_exec_basic@many-null.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +6 other tests skip
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-2/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race.html> (Intel XE#3160<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3160>)
* igt@xe_exec_fault_mode@many-userptr-invalidate-race:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-5/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html> (Intel XE#3160<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3160>) +2 other tests fail
* igt@xe_exec_fault_mode@many-userptr-invalidate-race-imm:
* shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@xe_exec_fault_mode@many-userptr-invalidate-race-imm.html> (Intel XE#3160<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3160>)
* igt@xe_exec_fault_mode@once-invalid-userptr-fault:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html> (Intel XE#288<https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) +30 other tests skip
* igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html> (Intel XE#2360<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360>)
* igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html> (Intel XE#2998<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998>) +1 other test incomplete
* igt@xe_live_ktest@xe_dma_buf:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@xe_live_ktest@xe_dma_buf.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-7/igt@xe_live_ktest@xe_dma_buf.html> (Intel XE#1192<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192>)
* igt@xe_media_fill@media-fill:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@xe_media_fill@media-fill.html> (Intel XE#560<https://gitlab.freedesktop.org/drm/xe/kernel/issues/560>)
* igt@xe_oa@closed-fd-and-unmapped-access:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@xe_oa@closed-fd-and-unmapped-access.html> (Intel XE#2541<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541>) +4 other tests skip
* igt@xe_oa@mmio-triggered-reports@ccs-0:
* shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@xe_oa@mmio-triggered-reports@ccs-0.html> (Intel XE#2249<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249>)
* igt@xe_pat@pat-index-xehpc:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@xe_pat@pat-index-xehpc.html> (Intel XE#2838<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838> / Intel XE#979<https://gitlab.freedesktop.org/drm/xe/kernel/issues/979>)
* igt@xe_pat@pat-index-xelpg:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@xe_pat@pat-index-xelpg.html> (Intel XE#979<https://gitlab.freedesktop.org/drm/xe/kernel/issues/979>)
* igt@xe_pm@d3cold-multiple-execs:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@xe_pm@d3cold-multiple-execs.html> (Intel XE#2284<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284> / Intel XE#366<https://gitlab.freedesktop.org/drm/xe/kernel/issues/366>)
* igt@xe_pm@s2idle-basic:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@xe_pm@s2idle-basic.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +2 other tests skip
* igt@xe_pm@s2idle-exec-after:
* shard-dg2-set2: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@xe_pm@s2idle-exec-after.html> (Intel XE#1358<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358>) +1 other test abort
* igt@xe_pm@s3-d3hot-basic-exec:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-434/igt@xe_pm@s3-d3hot-basic-exec.html> -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@xe_pm@s3-d3hot-basic-exec.html> (Intel XE#1358<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358> / Intel XE#1794<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794>)
* igt@xe_pm@s4-mocs:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@xe_pm@s4-mocs.html> -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-2/igt@xe_pm@s4-mocs.html> (Intel XE#1794<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794>)
* igt@xe_pm_residency@toggle-gt-c6:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@xe_pm_residency@toggle-gt-c6.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@xe_pm_residency@toggle-gt-c6.html> (Intel XE#958<https://gitlab.freedesktop.org/drm/xe/kernel/issues/958>)
* igt@xe_query@multigpu-query-mem-usage:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@xe_query@multigpu-query-mem-usage.html> (Intel XE#944<https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) +2 other tests skip
* igt@xe_vm@large-misaligned-binds-4194304:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@xe_vm@large-misaligned-binds-4194304.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
Possible fixes
* igt@core_hotunplug@unplug-rescan:
* shard-lnl: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@core_hotunplug@unplug-rescan.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-1/igt@core_hotunplug@unplug-rescan.html>
* igt@kms_3d:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_3d.html> (Intel XE#2423<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_3d.html>
* igt@kms_atomic@atomic-invalid-params:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_atomic@atomic-invalid-params.html> (Intel XE#2423<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> / i915#2575<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_atomic@atomic-invalid-params.html> +11 other tests pass
* igt@kms_big_fb@4-tiled-8bpp-rotate-180:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html> +2 other tests pass
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
* shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195> / Intel XE#1727<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html>
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6:
* shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195> / Intel XE#3113<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html>
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4:
* shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html>
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6:
* shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html> (Intel XE#3113<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html>
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
* shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-466/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html> (Intel XE#1475<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html>
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html> (Intel XE#1475<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html>
* igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3:
* shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html> +1 other test pass
* igt@kms_flip@2x-flip-vs-suspend@cd-hdmi-a6-dp4:
* shard-dg2-set2: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@kms_flip@2x-flip-vs-suspend@cd-hdmi-a6-dp4.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_flip@2x-flip-vs-suspend@cd-hdmi-a6-dp4.html>
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
* shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html> (Intel XE#2882<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html> +1 other test pass
* igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-4/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html> (Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-5/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html> +3 other tests pass
* igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a6:
* shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a6.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a6.html>
* igt@kms_flip@modeset-vs-vblank-race-interruptible:
* shard-bmg: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-7/igt@kms_flip@modeset-vs-vblank-race-interruptible.html> (Intel XE#2635<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2635>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_flip@modeset-vs-vblank-race-interruptible.html>
* igt@kms_flip@modeset-vs-vblank-race-interruptible@c-dp2:
* shard-bmg: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-7/igt@kms_flip@modeset-vs-vblank-race-interruptible@c-dp2.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_flip@modeset-vs-vblank-race-interruptible@c-dp2.html> +1 other test pass
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html> (Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html> +4 other tests pass
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html> (Intel XE#2351<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html> +3 other tests pass
* igt@kms_hdr@invalid-hdr:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-436/igt@kms_hdr@invalid-hdr.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_hdr@invalid-hdr.html>
* igt@kms_plane@plane-panning-bottom-right-suspend:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_plane@plane-panning-bottom-right-suspend.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_plane@plane-panning-bottom-right-suspend.html> +16 other tests pass
* igt@kms_plane_cursor@viewport:
* shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-464/igt@kms_plane_cursor@viewport.html> (Intel XE#616<https://gitlab.freedesktop.org/drm/xe/kernel/issues/616>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_plane_cursor@viewport.html> +1 other test pass
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@kms_plane_cursor@viewport.html> (Intel XE#1471<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1471>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-1/igt@kms_plane_cursor@viewport.html>
* igt@kms_plane_cursor@viewport@pipe-b-edp-1-size-64:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@kms_plane_cursor@viewport@pipe-b-edp-1-size-64.html> (Intel XE#1874<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1874>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-1/igt@kms_plane_cursor@viewport@pipe-b-edp-1-size-64.html>
* igt@kms_pm_dc@dc5-dpms:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@kms_pm_dc@dc5-dpms.html> (Intel XE#718<https://gitlab.freedesktop.org/drm/xe/kernel/issues/718>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-2/igt@kms_pm_dc@dc5-dpms.html>
* igt@kms_pm_rpm@system-suspend-modeset:
* shard-dg2-set2: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@kms_pm_rpm@system-suspend-modeset.html> (Intel XE#2625<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2625>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_pm_rpm@system-suspend-modeset.html> +3 other tests pass
* igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html> (Intel XE#899<https://gitlab.freedesktop.org/drm/xe/kernel/issues/899>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html>
* igt@kms_vrr@flip-basic:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-1/igt@kms_vrr@flip-basic.html> (Intel XE#2443<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@kms_vrr@flip-basic.html> +3 other tests pass
* igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-8/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html> (Intel XE#2667<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2667>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-7/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html>
* igt@xe_evict@evict-mixed-many-threads-small:
* shard-dg2-set2: TIMEOUT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-435/igt@xe_evict@evict-mixed-many-threads-small.html> (Intel XE#1473<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@xe_evict@evict-mixed-many-threads-small.html> +1 other test pass
* igt@xe_evict@evict-threads-large:
* shard-bmg: TIMEOUT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-5/igt@xe_evict@evict-threads-large.html> (Intel XE#1473<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473> / Intel XE#2472<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@xe_evict@evict-threads-large.html> +1 other test pass
* igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race:
* shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-5/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race.html> (Intel XE#3160<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3160>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race.html> +2 other tests pass
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-8/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html> (Intel XE#3320<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3320>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html>
* igt@xe_exec_fault_mode@many-userptr-invalidate-race:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html> (Intel XE#3160<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3160>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-2/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html> +1 other test pass
* igt@xe_exec_fault_mode@twice-userptr-invalidate-race-imm:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_exec_fault_mode@twice-userptr-invalidate-race-imm.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@xe_exec_fault_mode@twice-userptr-invalidate-race-imm.html> +36 other tests pass
* igt@xe_live_ktest@xe_mocs:
* shard-lnl: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-1/igt@xe_live_ktest@xe_mocs.html> (Intel XE#1192<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@xe_live_ktest@xe_mocs.html>
* igt@xe_oa@oa-regs-whitelisted:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-4/igt@xe_oa@oa-regs-whitelisted.html> (Intel XE#2514<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-3/igt@xe_oa@oa-regs-whitelisted.html>
* shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-7/igt@xe_oa@oa-regs-whitelisted.html> (Intel XE#2514<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@xe_oa@oa-regs-whitelisted.html>
* igt@xe_pm@d3hot-basic-exec:
* shard-lnl: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@xe_pm@d3hot-basic-exec.html> (Intel XE#3184<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-5/igt@xe_pm@d3hot-basic-exec.html>
* igt@xe_pm@s3-basic-exec:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@xe_pm@s3-basic-exec.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@xe_pm@s3-basic-exec.html> +31 other tests pass
* igt@xe_pm@s3-mocs:
* shard-dg2-set2: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@xe_pm@s3-mocs.html> (Intel XE#1794<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@xe_pm@s3-mocs.html>
* igt@xe_pm@s4-vm-bind-prefetch:
* shard-lnl: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@xe_pm@s4-vm-bind-prefetch.html> (Intel XE#1607<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607> / Intel XE#1794<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@xe_pm@s4-vm-bind-prefetch.html>
* igt@xe_pm@s4-vm-bind-unbind-all:
* shard-lnl: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-2/igt@xe_pm@s4-vm-bind-unbind-all.html> (Intel XE#1794<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-7/igt@xe_pm@s4-vm-bind-unbind-all.html>
* igt@xe_tlb@basic-tlb:
* shard-lnl: CRASH<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-8/igt@xe_tlb@basic-tlb.html> (Intel XE#3212<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3212>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-4/igt@xe_tlb@basic-tlb.html>
Warnings
* igt@kms_big_fb@linear-32bpp-rotate-90:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_big_fb@linear-32bpp-rotate-90.html> (Intel XE#2327<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_big_fb@linear-32bpp-rotate-90.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) +1 other test skip
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-436/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html> (Intel XE#316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html> (Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>)
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html> (Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-436/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +1 other test skip
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +1 other test skip
* igt@kms_bw@linear-tiling-1-displays-2160x1440p:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>)
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html> (Intel XE#2423<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> / i915#2575<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>)
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +2 other tests skip
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html> (Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> / Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +1 other test skip
* igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>)
* igt@kms_chamelium_color@ctm-blue-to-red:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_chamelium_color@ctm-blue-to-red.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@kms_chamelium_color@ctm-blue-to-red.html> (Intel XE#2325<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325>)
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_chamelium_color@ctm-blue-to-red.html> (Intel XE#2423<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> / i915#2575<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_chamelium_color@ctm-blue-to-red.html> (Intel XE#306<https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>)
* igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html> (Intel XE#2252<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252>) +1 other test skip
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html> (Intel XE#2423<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> / i915#2575<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +1 other test skip
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-4/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html> (Intel XE#2252<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>)
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html> (Intel XE#2423<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> / i915#2575<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
* igt@kms_content_protection@dp-mst-type-1:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_content_protection@dp-mst-type-1.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@kms_content_protection@dp-mst-type-1.html> (Intel XE#2390<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390>)
* igt@kms_content_protection@legacy:
* shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-434/igt@kms_content_protection@legacy.html> (Intel XE#1195<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195> / Intel XE#2715<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2715>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_content_protection@legacy.html> (Intel XE#1178<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>) +1 other test fail
* igt@kms_cursor_crc@cursor-random-512x170:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-6/igt@kms_cursor_crc@cursor-random-512x170.html> (Intel XE#2321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_cursor_crc@cursor-random-512x170.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>)
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-436/igt@kms_cursor_crc@cursor-random-512x170.html> (Intel XE#308<https://gitlab.freedesktop.org/drm/xe/kernel/issues/308>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_cursor_crc@cursor-random-512x170.html> (Intel XE#2423<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> / i915#2575<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
* igt@kms_cursor_crc@cursor-random-max-size:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_cursor_crc@cursor-random-max-size.html> (Intel XE#2423<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> / i915#2575<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-466/igt@kms_cursor_crc@cursor-random-max-size.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +1 other test skip
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_cursor_crc@cursor-random-max-size.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_cursor_crc@cursor-random-max-size.html> (Intel XE#2320<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320>)
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html> (Intel XE#2141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2141>)
* igt@kms_flip@plain-flip-ts-check@a-edp1:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-6/igt@kms_flip@plain-flip-ts-check@a-edp1.html> (Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-2/igt@kms_flip@plain-flip-ts-check@a-edp1.html> (Intel XE#3036<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3036>) +1 other test fail
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html> (Intel XE#2293<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293> / Intel XE#2380<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380>) +1 other test skip
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html> (Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +1 other test skip
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html> (Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) +2 other tests skip
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) +2 other tests skip
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc:
* shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html> (Intel XE#2333<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>)
* igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html> (Intel XE#2333<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333>) +2 other tests fail
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-render:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-render.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-render.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) +5 other tests skip
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-render.html> (Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-render.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +4 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html> (Intel XE#2352<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>)
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html> (Intel XE#658<https://gitlab.freedesktop.org/drm/xe/kernel/issues/658>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html> (Intel XE#2351<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>)
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>)
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html> (Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +4 other tests skip
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) +5 other tests skip
* igt@kms_joiner@basic-force-ultra-joiner:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_joiner@basic-force-ultra-joiner.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-4/igt@kms_joiner@basic-force-ultra-joiner.html> (Intel XE#2934<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934>)
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_joiner@basic-force-ultra-joiner.html> (Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_joiner@basic-force-ultra-joiner.html> (Intel XE#2925<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925>)
* igt@kms_joiner@invalid-modeset-ultra-joiner:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_joiner@invalid-modeset-ultra-joiner.html> (Intel XE#2927<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_joiner@invalid-modeset-ultra-joiner.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>)
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>)
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html> (Intel XE#2423<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> / i915#2575<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763> / Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>)
* igt@kms_pm_dc@dc5-psr:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_pm_dc@dc5-psr.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_pm_dc@dc5-psr.html> (Intel XE#2392<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392>)
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_pm_dc@dc5-psr.html> (Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_pm_dc@dc5-psr.html> (Intel XE#1129<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129>)
* igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +1 other test skip
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html> (Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +1 other test skip
* igt@kms_psr@fbc-psr-cursor-plane-move:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_psr@fbc-psr-cursor-plane-move.html> (Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@kms_psr@fbc-psr-cursor-plane-move.html> (Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850> / Intel XE#929<https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) +1 other test skip
* igt@kms_psr@pr-sprite-render:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_psr@pr-sprite-render.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-8/igt@kms_psr@pr-sprite-render.html> (Intel XE#2234<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234> / Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850>) +2 other tests skip
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_psr@pr-sprite-render.html> (Intel XE#2351<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-435/igt@kms_psr@pr-sprite-render.html> (Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850> / Intel XE#929<https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>)
* igt@kms_psr@psr-dpms:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_psr@psr-dpms.html> (Intel XE#2234<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234> / Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_psr@psr-dpms.html> (Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231> / Intel XE#2890<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890>)
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (Intel XE#2329<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2329>)
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (Intel XE#2423<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> / i915#2575<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (Intel XE#327<https://gitlab.freedesktop.org/drm/xe/kernel/issues/327>)
* igt@kms_scaling_modes@scaling-mode-full:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@kms_scaling_modes@scaling-mode-full.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@kms_scaling_modes@scaling-mode-full.html> (Intel XE#2413<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413>)
* igt@kms_tiled_display@basic-test-pattern:
* shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern.html> (Intel XE#1729<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern.html> (Intel XE#2426<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426>)
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (Intel XE#2426<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (Intel XE#2509<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509>)
* igt@kms_vrr@lobf:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-lnl-3/igt@kms_vrr@lobf.html> (Intel XE#2443<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-lnl-6/igt@kms_vrr@lobf.html> (Intel XE#1499<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499>)
* igt@xe_eudebug@basic-read-event:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_eudebug@basic-read-event.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@xe_eudebug@basic-read-event.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +2 other tests skip
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@xe_eudebug@basic-read-event.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-433/igt@xe_eudebug@basic-read-event.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +2 other tests skip
* igt@xe_eudebug@discovery-race-vmbind:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-2/igt@xe_eudebug@discovery-race-vmbind.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@xe_eudebug@discovery-race-vmbind.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +1 other test skip
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-464/igt@xe_eudebug@discovery-race-vmbind.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@xe_eudebug@discovery-race-vmbind.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +1 other test skip
* igt@xe_exec_basic@multigpu-once-userptr:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_exec_basic@multigpu-once-userptr.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-7/igt@xe_exec_basic@multigpu-once-userptr.html> (Intel XE#2322<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322>)
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html> (Intel XE#288<https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) +5 other tests skip
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-2/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html> (Intel XE#3320<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3320>)
* igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-432/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html> (Intel XE#2360<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
* igt@xe_oa@mi-rpc:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@xe_oa@mi-rpc.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-464/igt@xe_oa@mi-rpc.html> (Intel XE#2541<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541>)
* igt@xe_query@multigpu-query-uc-fw-version-guc:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@xe_query@multigpu-query-uc-fw-version-guc.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-432/igt@xe_query@multigpu-query-uc-fw-version-guc.html> (Intel XE#944<https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>)
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-bmg-8/igt@xe_query@multigpu-query-uc-fw-version-guc.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-bmg-5/igt@xe_query@multigpu-query-uc-fw-version-guc.html> (Intel XE#944<https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>)
* igt@xe_tlb@basic-tlb:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8091/shard-dg2-433/igt@xe_tlb@basic-tlb.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12014/shard-dg2-463/igt@xe_tlb@basic-tlb.html> (Intel XE#2922<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2922>)
Build changes
* IGT: IGT_8091 -> IGTPW_12014
* Linux: xe-2149-54ceaf112b111612f3a7430132b2395fcce62414 -> xe-2151-fa53c85519aa642bf10aa1692a1b99d1930d2809
IGTPW_12014: 12014
IGT_8091: 8091
xe-2149-54ceaf112b111612f3a7430132b2395fcce62414: 54ceaf112b111612f3a7430132b2395fcce62414
xe-2151-fa53c85519aa642bf10aa1692a1b99d1930d2809: fa53c85519aa642bf10aa1692a1b99d1930d2809
[-- Attachment #2: Type: text/html, Size: 113003 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ✗ Fi.CI.IGT: failure for tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
2024-10-31 23:55 ` ✗ Fi.CI.IGT: " Patchwork
@ 2024-11-04 9:38 ` Hogander, Jouni
0 siblings, 0 replies; 9+ messages in thread
From: Hogander, Jouni @ 2024-11-04 9:38 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org; +Cc: I915-ci-infra@lists.freedesktop.org
[-- Attachment #1: Type: text/plain, Size: 102214 bytes --]
Hello All,
My patch doesn't have impact on failing testcases suspected being regression here.
BR,
Jouni Högander
On Thu, 2024-10-31 at 23:55 +0000, Patchwork wrote:
Patch Details
Series: tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
URL: https://patchwork.freedesktop.org/series/140767/
State: failure
Details: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/index.html
CI Bug Log - changes from CI_DRM_15619_full -> IGTPW_12014_full
Summary
FAILURE
Serious unknown changes coming with IGTPW_12014_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12014_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_12014/index.html
Participating hosts (9 -> 9)
Additional (1): shard-glk-0
Missing (1): shard-glk
Possible new issues
Here are the unknown changes that may have been introduced in IGTPW_12014_full:
IGT changes
Possible regressions
* igt@gem_exec_schedule@preempt-engines@vcs0:
* shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-18/igt@gem_exec_schedule@preempt-engines@vcs0.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@gem_exec_schedule@preempt-engines@vcs0.html> +1 other test incomplete
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg2-11/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html>
* igt@kms_hdr@brightness-with-hdr:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@kms_hdr@brightness-with-hdr.html>
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_hdr@brightness-with-hdr.html>
Warnings
* igt@kms_hdr@brightness-with-hdr:
* shard-tglu: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-2/igt@kms_hdr@brightness-with-hdr.html> (i915#1187<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-4/igt@kms_hdr@brightness-with-hdr.html>
Known issues
Here are the changes found in IGTPW_12014_full that come from known issues:
IGT changes
Issues hit
* igt@api_intel_bb@blit-reloc-keep-cache:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-16/igt@api_intel_bb@blit-reloc-keep-cache.html> (i915#8411<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>)
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@api_intel_bb@blit-reloc-keep-cache.html> (i915#8411<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>)
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@api_intel_bb@blit-reloc-keep-cache.html> (i915#8411<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>) +1 other test skip
* igt@api_intel_bb@object-reloc-keep-cache:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-2/igt@api_intel_bb@object-reloc-keep-cache.html> (i915#8411<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>) +1 other test skip
* igt@core_hotunplug@unbind-rebind:
* shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb5/igt@core_hotunplug@unbind-rebind.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb5/igt@core_hotunplug@unbind-rebind.html> (i915#11703<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11703>)
* igt@device_reset@unbind-reset-rebind:
* shard-dg1: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@device_reset@unbind-reset-rebind.html> (i915#11814<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11814> / i915#11815<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11815>)
* igt@drm_fdinfo@most-busy-idle-check-all@vecs1:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@drm_fdinfo@most-busy-idle-check-all@vecs1.html> (i915#8414<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414>) +17 other tests skip
* igt@gem_basic@multigpu-create-close:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@gem_basic@multigpu-create-close.html> (i915#7697<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697>)
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-10/igt@gem_basic@multigpu-create-close.html> (i915#7697<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697>)
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@gem_ccs@ctrl-surf-copy-new-ctx.html> (i915#9323<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323>)
* igt@gem_ccs@suspend-resume:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-8/igt@gem_ccs@suspend-resume.html> (i915#9323<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323>)
* igt@gem_close_race@multigpu-basic-threads:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@gem_close_race@multigpu-basic-threads.html> (i915#7697<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697>)
* igt@gem_ctx_engines@invalid-engines:
* shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-9/igt@gem_ctx_engines@invalid-engines.html> (i915#12031<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031>)
* shard-mtlp: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@gem_ctx_engines@invalid-engines.html> (i915#12031<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031>)
* igt@gem_ctx_persistence@hang:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-4/igt@gem_ctx_persistence@hang.html> (i915#8555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555>)
* igt@gem_ctx_persistence@hostile:
* shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-10/igt@gem_ctx_persistence@hostile.html> (i915#11980<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11980> / i915#12580<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12580>)
* shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-2/igt@gem_ctx_persistence@hostile.html> (i915#11980<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11980> / i915#12580<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12580>)
* shard-dg1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@gem_ctx_persistence@hostile.html> (i915#11980<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11980> / i915#12580<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12580>)
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb4/igt@gem_ctx_persistence@hostile.html> (i915#1099<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099>) +2 other tests skip
* shard-mtlp: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-4/igt@gem_ctx_persistence@hostile.html> (i915#11980<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11980> / i915#12580<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12580>)
* igt@gem_ctx_sseu@invalid-sseu:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@gem_ctx_sseu@invalid-sseu.html> (i915#280<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>) +1 other test skip
* igt@gem_eio@reset-stress:
* shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-12/igt@gem_eio@reset-stress.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-12/igt@gem_eio@reset-stress.html> (i915#12543<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12543> / i915#5784<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784>)
* igt@gem_exec_balancer@bonded-sync:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@gem_exec_balancer@bonded-sync.html> (i915#4771<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771>)
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@gem_exec_balancer@bonded-sync.html> (i915#4771<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771>)
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@gem_exec_balancer@bonded-sync.html> (i915#4771<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771>)
* igt@gem_exec_balancer@invalid-bonds:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@gem_exec_balancer@invalid-bonds.html> (i915#4036<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036>)
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@gem_exec_balancer@invalid-bonds.html> (i915#4036<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036>)
* igt@gem_exec_balancer@noheartbeat:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@gem_exec_balancer@noheartbeat.html> (i915#8555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555>)
* igt@gem_exec_balancer@parallel:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@gem_exec_balancer@parallel.html> (i915#4525<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525>)
* igt@gem_exec_fair@basic-none-solo:
* shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-5/igt@gem_exec_fair@basic-none-solo.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) +1 other test fail
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@gem_exec_fair@basic-none-solo.html> (i915#4473<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473>)
* shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-7/igt@gem_exec_fair@basic-none-solo.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) +1 other test fail
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@gem_exec_fair@basic-none-solo.html> (i915#3539<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539> / i915#4852<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>) +1 other test skip
* igt@gem_exec_fair@basic-pace-share:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@gem_exec_fair@basic-pace-share.html> (i915#3539<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539> / i915#4852<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>) +7 other tests skip
* igt@gem_exec_fair@basic-pace@vecs0:
* shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-6/igt@gem_exec_fair@basic-pace@vecs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@gem_exec_fair@basic-pace@vecs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>)
* igt@gem_exec_fence@concurrent:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@gem_exec_fence@concurrent.html> (i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) +1 other test skip
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@gem_exec_fence@concurrent.html> (i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) +1 other test skip
* igt@gem_exec_reloc@basic-cpu-gtt-noreloc:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +15 other tests skip
* igt@gem_exec_reloc@basic-cpu-noreloc:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@gem_exec_reloc@basic-cpu-noreloc.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +6 other tests skip
* igt@gem_exec_reloc@basic-wc-read:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-16/igt@gem_exec_reloc@basic-wc-read.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +5 other tests skip
* igt@gem_exec_reloc@basic-write-gtt-noreloc:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-6/igt@gem_exec_reloc@basic-write-gtt-noreloc.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +6 other tests skip
* igt@gem_exec_schedule@pi-common@vecs0:
* shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@gem_exec_schedule@pi-common@vecs0.html> (i915#12296<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12296>) +7 other tests fail
* igt@gem_exec_schedule@preempt-queue:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-7/igt@gem_exec_schedule@preempt-queue.html> (i915#4537<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537> / i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>)
* igt@gem_exec_schedule@preempt-queue-contexts:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@gem_exec_schedule@preempt-queue-contexts.html> (i915#4537<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537> / i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>)
* igt@gem_fenced_exec_thrash@2-spare-fences:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-7/igt@gem_fenced_exec_thrash@2-spare-fences.html> (i915#4860<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>)
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@gem_fenced_exec_thrash@2-spare-fences.html> (i915#4860<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>)
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-8/igt@gem_fenced_exec_thrash@2-spare-fences.html> (i915#4860<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>)
* igt@gem_huc_copy@huc-copy:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@gem_huc_copy@huc-copy.html> (i915#2190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190>)
* igt@gem_lmem_swapping@heavy-random:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-4/igt@gem_lmem_swapping@heavy-random.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +2 other tests skip
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@gem_lmem_swapping@heavy-random.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +1 other test skip
* igt@gem_lmem_swapping@heavy-verify-random:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@gem_lmem_swapping@heavy-verify-random.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +3 other tests skip
* igt@gem_lmem_swapping@parallel-random-verify:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-7/igt@gem_lmem_swapping@parallel-random-verify.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +3 other tests skip
* igt@gem_media_vme:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@gem_media_vme.html> (i915#284<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284>)
* igt@gem_mmap_wc@invalid-flags:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-6/igt@gem_mmap_wc@invalid-flags.html> (i915#4083<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) +2 other tests skip
* igt@gem_mmap_wc@read-write-distinct:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@gem_mmap_wc@read-write-distinct.html> (i915#4083<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) +3 other tests skip
* igt@gem_mmap_wc@write-prefaulted:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@gem_mmap_wc@write-prefaulted.html> (i915#4083<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) +9 other tests skip
* igt@gem_partial_pwrite_pread@reads-snoop:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@gem_partial_pwrite_pread@reads-snoop.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>)
* igt@gem_partial_pwrite_pread@write-uncached:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@gem_partial_pwrite_pread@write-uncached.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +3 other tests skip
* igt@gem_pwrite@basic-exhaustion:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@gem_pwrite@basic-exhaustion.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>)
* igt@gem_pxp@display-protected-crc:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@gem_pxp@display-protected-crc.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>)
* igt@gem_pxp@protected-encrypted-src-copy-not-readible:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) +1 other test skip
* igt@gem_pxp@reject-modify-context-protection-off-3:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-7/igt@gem_pxp@reject-modify-context-protection-off-3.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) +1 other test skip
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) +2 other tests skip
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) +1 other test skip
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>)
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#8428<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>) +6 other tests skip
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html> (i915#8428<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>) +1 other test skip
* igt@gem_render_tiled_blits@basic:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-12/igt@gem_render_tiled_blits@basic.html> (i915#4079<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>)
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-1/igt@gem_render_tiled_blits@basic.html> (i915#4079<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>)
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-10/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html> (i915#4079<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>) +1 other test skip
* igt@gem_softpin@evict-snoop-interruptible:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@gem_softpin@evict-snoop-interruptible.html> (i915#4885<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885>)
* igt@gem_tiled_partial_pwrite_pread@writes:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@gem_tiled_partial_pwrite_pread@writes.html> (i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) +15 other tests skip
* igt@gem_userptr_blits@dmabuf-sync:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-4/igt@gem_userptr_blits@dmabuf-sync.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297> / i915#3323<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323>)
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@gem_userptr_blits@dmabuf-sync.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297> / i915#3323<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323>)
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-busy.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297> / i915#4880<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880>)
* igt@gem_userptr_blits@readonly-pwrite-unsync:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-7/igt@gem_userptr_blits@readonly-pwrite-unsync.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>)
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@gem_userptr_blits@readonly-pwrite-unsync.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) +1 other test skip
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@gem_userptr_blits@readonly-pwrite-unsync.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) +1 other test skip
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@gem_userptr_blits@readonly-pwrite-unsync.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>)
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@gem_userptr_blits@readonly-pwrite-unsync.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) +1 other test skip
* igt@gem_userptr_blits@sd-probe:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@gem_userptr_blits@sd-probe.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297> / i915#4958<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4958>)
* igt@gen7_exec_parse@bitmasks:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@gen7_exec_parse@bitmasks.html> +20 other tests skip
* igt@gen9_exec_parse@batch-without-end:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@gen9_exec_parse@batch-without-end.html> (i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) +1 other test skip
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@gen9_exec_parse@batch-without-end.html> (i915#2527<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527> / i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) +1 other test skip
* igt@gen9_exec_parse@bb-large:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@gen9_exec_parse@bb-large.html> (i915#2527<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>) +2 other tests skip
* igt@gen9_exec_parse@bb-oversize:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@gen9_exec_parse@bb-oversize.html> (i915#2527<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>) +3 other tests skip
* igt@gen9_exec_parse@bb-start-cmd:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@gen9_exec_parse@bb-start-cmd.html> (i915#2527<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527> / i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) +2 other tests skip
* igt@gen9_exec_parse@unaligned-access:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@gen9_exec_parse@unaligned-access.html> (i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) +6 other tests skip
* igt@i915_module_load@resize-bar:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@i915_module_load@resize-bar.html> (i915#6412<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412>)
* igt@i915_pm_freq_mult@media-freq@gt0:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-2/igt@i915_pm_freq_mult@media-freq@gt0.html> (i915#6590<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590>) +1 other test skip
* igt@i915_pm_rc6_residency@rc6-idle:
* shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle.html> (i915#12548<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12548> / i915#3591<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591>)
* igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0:
* shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html> (i915#3591<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591>)
* igt@i915_pm_rps@min-max-config-idle:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@i915_pm_rps@min-max-config-idle.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681> / i915#6621<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>) +2 other tests skip
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-16/igt@i915_pm_rps@min-max-config-idle.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681> / i915#6621<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>) +1 other test skip
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@i915_pm_rps@min-max-config-idle.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681> / i915#6621<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>) +1 other test skip
* igt@i915_pm_rps@thresholds-idle:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@i915_pm_rps@thresholds-idle.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681>)
* igt@i915_pm_sseu@full-enable:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-3/igt@i915_pm_sseu@full-enable.html> (i915#4387<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387>)
* igt@i915_power@sanity:
* shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-4/igt@i915_power@sanity.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-7/igt@i915_power@sanity.html> (i915#7984<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984>)
* igt@i915_query@test-query-geometry-subslices:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@i915_query@test-query-geometry-subslices.html> (i915#5723<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723>)
* igt@i915_selftest@live:
* shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-6/igt@i915_selftest@live.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@i915_selftest@live.html> (i915#12133<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133> / i915#12216<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216>)
* igt@i915_selftest@live@workarounds:
* shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-6/igt@i915_selftest@live@workarounds.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@i915_selftest@live@workarounds.html> (i915#12216<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216>)
* igt@i915_suspend@fence-restore-tiled2untiled:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@i915_suspend@fence-restore-tiled2untiled.html> (i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) +2 other tests skip
* igt@kms_addfb_basic@basic-x-tiled-legacy:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@kms_addfb_basic@basic-x-tiled-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>) +2 other tests skip
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html> (i915#12454<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454>)
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs.html> (i915#8709<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709>) +7 other tests skip
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html> (i915#9531<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531>)
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html> (i915#9531<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531>)
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html> (i915#1769<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1:
* shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-6/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html> (i915#11808<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808> / i915#5956<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956>) +1 other test fail
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html> (i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +3 other tests skip
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> / i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +2 other tests skip
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-3/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html> (i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +2 other tests skip
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html> (i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +3 other tests skip
* igt@kms_big_fb@linear-64bpp-rotate-270:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-1/igt@kms_big_fb@linear-64bpp-rotate-270.html> +9 other tests skip
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html> (i915#3638<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>) +2 other tests skip
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html> (i915#3638<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>) +2 other tests skip
* igt@kms_big_fb@y-tiled-addfb:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_big_fb@y-tiled-addfb.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +1 other test skip
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_big_fb@y-tiled-addfb.html> (i915#6187<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187>)
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +18 other tests skip
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538>) +2 other tests skip
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +113 other tests skip
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html> (i915#10307<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#10434<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434> / i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +1 other test skip
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-6/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +34 other tests skip
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +34 other tests skip
* igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3.html> (i915#10307<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +172 other tests skip
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html> (i915#12313<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>)
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html> (i915#12313<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>)
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +51 other tests skip
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-9/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +34 other tests skip
* igt@kms_cdclk@mode-transition:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@kms_cdclk@mode-transition.html> (i915#11616<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11616> / i915#7213<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7213>)
* igt@kms_cdclk@mode-transition-all-outputs:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_cdclk@mode-transition-all-outputs.html> (i915#3742<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742>)
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html> (i915#7213<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7213>) +3 other tests skip
* igt@kms_chamelium_audio@hdmi-audio-edid:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_chamelium_audio@hdmi-audio-edid.html> (i915#7828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +6 other tests skip
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-8/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html> (i915#7828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +2 other tests skip
* igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html> (i915#7828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +14 other tests skip
* igt@kms_chamelium_hpd@dp-hpd-for-each-pipe:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-8/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html> (i915#7828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +3 other tests skip
* igt@kms_chamelium_hpd@hdmi-hpd-fast:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_chamelium_hpd@hdmi-hpd-fast.html> (i915#7828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +3 other tests skip
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-16/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html> (i915#7828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +3 other tests skip
* igt@kms_content_protection@atomic:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_content_protection@atomic.html> (i915#6944<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / i915#7116<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116> / i915#7118<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> / i915#9424<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
* igt@kms_content_protection@dp-mst-lic-type-1:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-10/igt@kms_content_protection@dp-mst-lic-type-1.html> (i915#3299<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299>)
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_content_protection@dp-mst-lic-type-1.html> (i915#3116<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116>)
* igt@kms_content_protection@lic-type-0:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-8/igt@kms_content_protection@lic-type-0.html> (i915#6944<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / i915#9424<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-7/igt@kms_content_protection@lic-type-0.html> (i915#9424<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>) +1 other test skip
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_content_protection@lic-type-0.html> (i915#9424<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
* igt@kms_content_protection@mei-interface:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_content_protection@mei-interface.html> (i915#6944<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / i915#9424<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>) +1 other test skip
* igt@kms_content_protection@type1:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-5/igt@kms_content_protection@type1.html> (i915#6944<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / i915#7116<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116> / i915#7118<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> / i915#9424<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
* igt@kms_cursor_crc@cursor-onscreen-32x10:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_cursor_crc@cursor-onscreen-32x10.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8814<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814>) +1 other test skip
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@kms_cursor_crc@cursor-onscreen-32x10.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +2 other tests skip
* igt@kms_cursor_crc@cursor-random-128x42:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-4/igt@kms_cursor_crc@cursor-random-128x42.html> (i915#8814<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814>)
* igt@kms_cursor_crc@cursor-sliding-512x170:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@kms_cursor_crc@cursor-sliding-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>)
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>)
* igt@kms_cursor_crc@cursor-sliding-512x512:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>)
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html> (i915#9809<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809>) +2 other tests skip
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +56 other tests skip
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> (i915#4103<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103> / i915#4213<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213>) +1 other test skip
* igt@kms_display_modes@extended-mode-basic:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-10/igt@kms_display_modes@extended-mode-basic.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +4 other tests skip
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_display_modes@extended-mode-basic.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +2 other tests skip
* igt@kms_display_modes@mst-extended-mode-negative:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_display_modes@mst-extended-mode-negative.html> (i915#8588<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8588>)
* igt@kms_dp_aux_dev:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-3/igt@kms_dp_aux_dev.html> (i915#1257<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257>)
* igt@kms_draw_crc@draw-method-mmap-wc:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@kms_draw_crc@draw-method-mmap-wc.html> (i915#8812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812>)
* igt@kms_dsc@dsc-with-bpc:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_dsc@dsc-with-bpc.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_dsc@dsc-with-bpc.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_dsc@dsc-with-bpc.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_dsc@dsc-with-bpc.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
* igt@kms_dsc@dsc-with-formats:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-8/igt@kms_dsc@dsc-with-formats.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@kms_dsc@dsc-with-formats.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) +1 other test skip
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_dsc@dsc-with-output-formats-with-bpc.html> (i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840> / i915#9053<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053>)
* igt@kms_fbcon_fbt@fbc-suspend:
* shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-13/igt@kms_fbcon_fbt@fbc-suspend.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@kms_fbcon_fbt@fbc-suspend.html> (i915#4767<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4767>)
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg2-2/igt@kms_fbcon_fbt@fbc-suspend.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@kms_fbcon_fbt@fbc-suspend.html> (i915#4767<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4767>)
* igt@kms_fbcon_fbt@psr:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@kms_fbcon_fbt@psr.html> (i915#3469<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469>)
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@kms_fbcon_fbt@psr.html> (i915#3469<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469>)
* igt@kms_feature_discovery@psr1:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_feature_discovery@psr1.html> (i915#658<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658>)
* igt@kms_flip@2x-flip-vs-fences-interruptible:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_flip@2x-flip-vs-fences-interruptible.html> (i915#3637<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) +4 other tests skip
* igt@kms_flip@2x-plain-flip-interruptible:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-8/igt@kms_flip@2x-plain-flip-interruptible.html> (i915#3637<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) +1 other test skip
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html> (i915#9934<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>) +3 other tests skip
* igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
* shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb1/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb6/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +7 other tests fail
* igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3:
* shard-dg1: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html> (i915#6113<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113>)
* igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
* shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb2/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb2/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html> (i915#4839<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839>) +3 other tests incomplete
* igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1:
* shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-3/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-8/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +4 other tests fail
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +3 other tests skip
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +3 other tests skip
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +4 other tests skip
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +3 other tests skip
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>)
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-16/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#8813<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813>)
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +1 other test skip
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +2 other tests skip
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8813<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813>) +2 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite:
* shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html> +3 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html> +60 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite.html> (i915#1825<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>) +16 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html> +10 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt.html> (i915#1825<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>) +20 other tests skip
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +8 other tests skip
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +4 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html> +36 other tests skip
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html> (i915#9766<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766>)
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html> (i915#3023<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023>) +12 other tests skip
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +3 other tests skip
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-cpu:
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-cpu.html> +101 other tests skip
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +22 other tests skip
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +26 other tests skip
* igt@kms_getfb@getfb-reject-ccs:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_getfb@getfb-reject-ccs.html> (i915#6118<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6118>)
* igt@kms_hdmi_inject@inject-audio:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-3/igt@kms_hdmi_inject@inject-audio.html> (i915#433<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/433>)
* igt@kms_hdr@static-toggle:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_hdr@static-toggle.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>)
* igt@kms_joiner@basic-force-big-joiner:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@kms_joiner@basic-force-big-joiner.html> (i915#12388<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>)
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (i915#1839<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839>)
* igt@kms_panel_fitting@atomic-fastset:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-8/igt@kms_panel_fitting@atomic-fastset.html> (i915#6301<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301>) +1 other test skip
* igt@kms_panel_fitting@legacy:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@kms_panel_fitting@legacy.html> (i915#6301<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301>)
* igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html> +27 other tests skip
* igt@kms_plane_lowres@tiling-yf:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@kms_plane_lowres@tiling-yf.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8821<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821>)
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_plane_scaling@2x-scaler-multi-pipe.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354> / i915#9423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423>)
* igt@kms_plane_scaling@intel-max-src-size:
* shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-7/igt@kms_plane_scaling@intel-max-src-size.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@kms_plane_scaling@intel-max-src-size.html> (i915#8292<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292>)
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
* shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html> (i915#8292<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292>)
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +5 other tests skip
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +4 other tests skip
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +14 other tests skip
* igt@kms_plane_scaling@planes-downscale-factor-0-75:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-75.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>)
* igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +7 other tests skip
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html> (i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>)
* igt@kms_pm_backlight@brightness-with-dpms:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-9/igt@kms_pm_backlight@brightness-with-dpms.html> (i915#12343<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343>)
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@kms_pm_backlight@brightness-with-dpms.html> (i915#12343<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343>)
* igt@kms_pm_dc@dc5-psr:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_pm_dc@dc5-psr.html> (i915#9685<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685>) +1 other test skip
* igt@kms_pm_dc@dc6-dpms:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_pm_dc@dc6-dpms.html> (i915#10139<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10139>)
* shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-2/igt@kms_pm_dc@dc6-dpms.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-7/igt@kms_pm_dc@dc6-dpms.html> (i915#9295<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295>)
* igt@kms_pm_rpm@dpms-non-lpsp:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_pm_rpm@dpms-non-lpsp.html> (i915#9519<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg2-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html> (i915#9519<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_pm_rpm@modeset-non-lpsp-stress.html> (i915#9519<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
* igt@kms_pm_rpm@pm-caching:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@kms_pm_rpm@pm-caching.html> (i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) +3 other tests skip
* igt@kms_prime@basic-crc-vgem:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-11/igt@kms_prime@basic-crc-vgem.html> (i915#6524<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524> / i915#6805<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805>)
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +5 other tests skip
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-6/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +3 other tests skip
* igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html> (i915#12316<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316>) +2 other tests skip
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +13 other tests skip
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb2/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +2 other tests skip
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1.html> (i915#9808<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808>)
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +7 other tests skip
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +4 other tests skip
* igt@kms_psr2_su@page_flip-nv12:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@kms_psr2_su@page_flip-nv12.html> (i915#4348<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4348>)
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@kms_psr2_su@page_flip-nv12.html> (i915#9683<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683>)
* igt@kms_psr2_su@page_flip-xrgb8888:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-6/igt@kms_psr2_su@page_flip-xrgb8888.html> (i915#9683<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683>) +1 other test skip
* igt@kms_psr@fbc-psr-sprite-plane-move:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@kms_psr@fbc-psr-sprite-plane-move.html> (i915#9732<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) +9 other tests skip
* igt@kms_psr@fbc-psr2-sprite-mmap-gtt:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_psr@fbc-psr2-sprite-mmap-gtt.html> (i915#9732<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) +13 other tests skip
* igt@kms_psr@pr-no-drrs:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_psr@pr-no-drrs.html> (i915#9688<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688>) +9 other tests skip
* igt@kms_psr@pr-sprite-plane-onoff:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-15/igt@kms_psr@pr-sprite-plane-onoff.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / i915#9732<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) +12 other tests skip
* igt@kms_psr@psr-cursor-render:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_psr@psr-cursor-render.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / i915#9732<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) +30 other tests skip
* igt@kms_psr@psr-sprite-mmap-gtt@edp-1:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-2/igt@kms_psr@psr-sprite-mmap-gtt@edp-1.html> (i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077> / i915#9688<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688>) +1 other test skip
* igt@kms_psr@psr-sprite-plane-onoff:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-7/igt@kms_psr@psr-sprite-plane-onoff.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / i915#9732<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) +11 other tests skip
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html> (i915#9685<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685>)
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>)
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (i915#5289<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>)
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>)
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (i915#5289<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>)
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (i915#5289<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>)
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (i915#8623<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623>)
* igt@kms_vrr@flip-basic-fastset:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@kms_vrr@flip-basic-fastset.html> (i915#9906<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>) +1 other test skip
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_vrr@flip-basic-fastset.html> (i915#9906<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>)
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_vrr@flip-basic-fastset.html> (i915#9906<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>)
* igt@kms_vrr@flip-dpms:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-3/igt@kms_vrr@flip-dpms.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8808<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808>)
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_vrr@flip-dpms.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +2 other tests skip
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-7/igt@kms_vrr@flip-dpms.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
* igt@kms_writeback@writeback-fb-id:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@kms_writeback@writeback-fb-id.html> (i915#2437<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>)
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-7/igt@kms_writeback@writeback-fb-id-xrgb2101010.html> (i915#2437<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437> / i915#9412<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412>) +1 other test skip
* igt@perf@gen12-group-concurrent-oa-buffer-read:
* shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-4/igt@perf@gen12-group-concurrent-oa-buffer-read.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@perf@gen12-group-concurrent-oa-buffer-read.html> (i915#10538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10538>)
* igt@perf@gen8-unprivileged-single-ctx-counters:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@perf@gen8-unprivileged-single-ctx-counters.html> (i915#2436<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436>)
* igt@perf_pmu@busy-double-start@vecs1:
* shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-5/igt@perf_pmu@busy-double-start@vecs1.html> (i915#4349<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) +4 other tests fail
* igt@perf_pmu@rc6@other-idle-gt0:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@perf_pmu@rc6@other-idle-gt0.html> (i915#8516<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516>)
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@perf_pmu@rc6@other-idle-gt0.html> (i915#8516<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516>)
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-18/igt@perf_pmu@rc6@other-idle-gt0.html> (i915#8516<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516>)
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@perf_pmu@rc6@other-idle-gt0.html> (i915#8516<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516>)
* igt@perf_pmu@semaphore-busy:
* shard-mtlp: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-1/igt@perf_pmu@semaphore-busy.html> (i915#4349<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) +1 other test fail
* igt@prime_vgem@basic-fence-flip:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-7/igt@prime_vgem@basic-fence-flip.html> (i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>)
* igt@prime_vgem@basic-fence-read:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-2/igt@prime_vgem@basic-fence-read.html> (i915#3291<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291> / i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) +1 other test skip
* igt@sriov_basic@enable-vfs-autoprobe-on:
* shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-1/igt@sriov_basic@enable-vfs-autoprobe-on.html> (i915#9917<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917>)
Possible fixes
* igt@gem_exec_fair@basic-pace@vcs0:
* shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-6/igt@gem_exec_fair@basic-pace@vcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@gem_exec_fair@basic-pace@vcs0.html>
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
* shard-tglu: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-7/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html> (i915#11808<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html> +1 other test pass
* igt@kms_cursor_crc@cursor-onscreen-128x128:
* shard-dg1: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-12/igt@kms_cursor_crc@cursor-onscreen-128x128.html> (i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_cursor_crc@cursor-onscreen-128x128.html> +1 other test pass
* igt@kms_cursor_legacy@flip-vs-cursor-varying-size:
* shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-8/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html> (i915#2346<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-1/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html>
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
* shard-snb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb7/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html> +1 other test pass
* igt@kms_flip@flip-vs-absolute-wf_vblank:
* shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-2/igt@kms_flip@flip-vs-absolute-wf_vblank.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_flip@flip-vs-absolute-wf_vblank.html> +9 other tests pass
* shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-5/igt@kms_flip@flip-vs-absolute-wf_vblank.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_flip@flip-vs-absolute-wf_vblank.html>
* shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-16/igt@kms_flip@flip-vs-absolute-wf_vblank.html> (i915#12517<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12517> / i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_flip@flip-vs-absolute-wf_vblank.html>
* igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1:
* shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-2/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html> (i915#11989<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-5/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html>
* igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a2:
* shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-5/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a2.html> (i915#11961<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11961>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-1/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a2.html> +1 other test pass
* igt@kms_flip@flip-vs-absolute-wf_vblank@c-hdmi-a4:
* shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-16/igt@kms_flip@flip-vs-absolute-wf_vblank@c-hdmi-a4.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_flip@flip-vs-absolute-wf_vblank@c-hdmi-a4.html> +2 other tests pass
* igt@kms_flip@plain-flip-fb-recreate-interruptible:
* shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-4/igt@kms_flip@plain-flip-fb-recreate-interruptible.html> (i915#10826<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826> / i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@kms_flip@plain-flip-fb-recreate-interruptible.html>
* igt@kms_flip@plain-flip-fb-recreate-interruptible@d-hdmi-a1:
* shard-tglu: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-2/igt@kms_flip@plain-flip-fb-recreate-interruptible@d-hdmi-a1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@kms_flip@plain-flip-fb-recreate-interruptible@d-hdmi-a1.html> +1 other test pass
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
* shard-snb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html> +12 other tests pass
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite:
* shard-mtlp: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite.html>
* igt@kms_hdr@static-toggle:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg2-2/igt@kms_hdr@static-toggle.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-10/igt@kms_hdr@static-toggle.html>
* igt@kms_pm_dc@dc9-dpms:
* shard-tglu: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-7/igt@kms_pm_dc@dc9-dpms.html> (i915#4281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-2/igt@kms_pm_dc@dc9-dpms.html>
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg2-5/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html> (i915#9519<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html>
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
* shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html> (i915#9519<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html> +2 other tests pass
* igt@kms_setmode@basic:
* shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-18/igt@kms_setmode@basic.html> (i915#12317<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12317> / i915#5465<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@kms_setmode@basic.html>
* igt@kms_setmode@basic@pipe-a-hdmi-a-4:
* shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-18/igt@kms_setmode@basic@pipe-a-hdmi-a-4.html> (i915#12317<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12317>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@kms_setmode@basic@pipe-a-hdmi-a-4.html>
* igt@kms_setmode@basic@pipe-b-hdmi-a-4:
* shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-18/igt@kms_setmode@basic@pipe-b-hdmi-a-4.html> (i915#5465<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-17/igt@kms_setmode@basic@pipe-b-hdmi-a-4.html>
* igt@perf_pmu@module-unload:
* shard-snb: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb4/igt@perf_pmu@module-unload.html> (i915#9853<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9853>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb1/igt@perf_pmu@module-unload.html>
Warnings
* igt@gem_exec_fair@basic-pace@rcs0:
* shard-tglu: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-tglu-4/igt@gem_exec_fair@basic-pace@rcs0.html> (i915#2876<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2876>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-tglu-4/igt@gem_exec_fair@basic-pace@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>)
* igt@kms_big_fb@linear-8bpp-rotate-90:
* shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-12/igt@kms_big_fb@linear-8bpp-rotate-90.html> (i915#3638<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-13/igt@kms_big_fb@linear-8bpp-rotate-90.html> (i915#3638<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638> / i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>)
* igt@kms_content_protection@mei-interface:
* shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg1-19/igt@kms_content_protection@mei-interface.html> (i915#9424<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg1-14/igt@kms_content_protection@mei-interface.html> (i915#9433<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433>)
* igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1:
* shard-snb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-snb2/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html> (i915#10826<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-snb5/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +1 other test fail
* igt@kms_frontbuffer_tracking@psr-slowdraw:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-slowdraw.html> (i915#10433<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433> / i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-slowdraw.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +2 other tests skip
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
* shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (i915#4816<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (i915#4070<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070> / i915#4816<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816>)
* igt@kms_pm_dc@dc9-dpms:
* shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-3/igt@kms_pm_dc@dc9-dpms.html> (i915#3361<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html> (i915#4281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281>)
* igt@kms_pm_lpsp@kms-lpsp:
* shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-7/igt@kms_pm_lpsp@kms-lpsp.html> (i915#3828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html> (i915#9340<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340>)
* igt@kms_selftest@drm_framebuffer:
* shard-rkl: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15619/shard-rkl-7/igt@kms_selftest@drm_framebuffer.html> (i915#12231<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12231> / i915#12434<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12434>) -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12014/shard-rkl-4/igt@kms_selftest@drm_framebuffer.html> (i915#12231<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12231>)
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
* CI: CI-20190529 -> None
* IGT: IGT_8091 -> IGTPW_12014
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_15619: fa53c85519aa642bf10aa1692a1b99d1930d2809 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12014: 12014
IGT_8091: 8091
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
[-- Attachment #2: Type: text/html, Size: 122807 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test
2024-11-04 9:07 ` [PATCH i-g-t] " B, Jeevan
@ 2024-11-04 9:42 ` Hogander, Jouni
0 siblings, 0 replies; 9+ messages in thread
From: Hogander, Jouni @ 2024-11-04 9:42 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org, B, Jeevan
On Mon, 2024-11-04 at 09:07 +0000, B, Jeevan wrote:
> LGTM
>
> Reviewed-by: Jeevan B <jeevan.b@intel.com>
Thank you Jeevan for checking my patch. This is now pushed to master.
BR,
Jouni Högander
>
> > -----Original Message-----
> > From: Hogander, Jouni <jouni.hogander@intel.com>
> > Sent: Thursday, October 31, 2024 5:44 PM
> > To: igt-dev@lists.freedesktop.org
> > Cc: B, Jeevan <jeevan.b@intel.com>; Hogander, Jouni
> > <jouni.hogander@intel.com>
> > Subject: [PATCH i-g-t] tests/kms_vrr: data->switch
> > modes[LOW_RR_MODE]
> > not initialized for lobf test
> >
> > lobf subtest is using data->switch_modes[LOW_RR_MODE] but not
> > initializing
> > it. Fix this in output_constraint.
> >
> > Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
> > ---
> > tests/kms_vrr.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c index
> > 36a22eebe..d0db954fa
> > 100644
> > --- a/tests/kms_vrr.c
> > +++ b/tests/kms_vrr.c
> > @@ -923,7 +923,7 @@ static bool output_constraint(data_t *data,
> > igt_output_t *output, uint32_t flags
> > igt_output_override_mode(output, &data-
> > > switch_modes[HIGH_RR_MODE]);
> >
> > /* Search for a low refresh rate mode. */
> > - if (!(flags & (TEST_SEAMLESS_VRR | TEST_SEAMLESS_DRRS)))
> > + if (!(flags & (TEST_SEAMLESS_VRR | TEST_SEAMLESS_DRRS |
> > +TEST_LINK_OFF)))
> > return true;
> >
> > data->switch_modes[LOW_RR_MODE] =
> > low_rr_mode_with_same_res(output, data->range.min);
> > --
> > 2.34.1
>
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-11-04 9:42 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31 12:13 [PATCH i-g-t] tests/kms_vrr: data->switch modes[LOW_RR_MODE] not initialized for lobf test Jouni Högander
2024-10-31 15:39 ` ✓ CI.xeBAT: success for " Patchwork
2024-10-31 15:46 ` ✓ Fi.CI.BAT: " Patchwork
2024-10-31 17:51 ` ✗ CI.xeFULL: failure " Patchwork
2024-11-04 9:36 ` Hogander, Jouni
2024-10-31 23:55 ` ✗ Fi.CI.IGT: " Patchwork
2024-11-04 9:38 ` Hogander, Jouni
2024-11-04 9:07 ` [PATCH i-g-t] " B, Jeevan
2024-11-04 9:42 ` Hogander, Jouni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox