* [PATCH] tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
@ 2025-01-02 16:25 Jonathan Cavitt
2025-01-02 17:11 ` ✓ Xe.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Jonathan Cavitt @ 2025-01-02 16:25 UTC (permalink / raw)
To: igt-dev
Cc: jonathan.cavitt, saurabhg.gupta, alex.zuo, zbigniew.kempczynski,
pravalika.gurram, daniel.stenka
An earlier commit prevented the execution of the xe_cork_destroy
function when the xe_cork is not initialized via xe_cork_create in
xe_drm_fdinfo. This must also be done with the xe_cork_sync_end
function in some places.
Fixes: 2feb1d67 ("lib/xe/xe_spin: move the spinner related functions to lib")
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3869
CC: Pravalika Gurram <pravalika.gurram@intel.com>
CC: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
CC: Daniel Stenka <daniel.stenka@intel.com>
Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
---
tests/intel/xe_drm_fdinfo.c | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/tests/intel/xe_drm_fdinfo.c b/tests/intel/xe_drm_fdinfo.c
index e83c55c646..0d1cbfe59e 100644
--- a/tests/intel/xe_drm_fdinfo.c
+++ b/tests/intel/xe_drm_fdinfo.c
@@ -532,8 +532,11 @@ utilization_others_full_load(int fd, struct drm_xe_engine_class_instance *hwe)
read_engine_cycles(fd, pceu1);
usleep(batch_duration_usec);
- xe_for_each_engine_class(class)
- xe_cork_sync_end(fd, ctx[class]);
+ xe_for_each_engine_class(class) {
+ if (ctx[class])
+ xe_cork_sync_end(fd, ctx[class]);
+ }
+
read_engine_cycles(fd, pceu2);
xe_for_each_engine_class(class) {
@@ -573,8 +576,11 @@ utilization_all_full_load(int fd)
read_engine_cycles(fd, pceu1);
usleep(batch_duration_usec);
- xe_for_each_engine_class(class)
- xe_cork_sync_end(fd, ctx[class]);
+ xe_for_each_engine_class(class) {
+ if (ctx[class])
+ xe_cork_sync_end(fd, ctx[class]);
+ }
+
read_engine_cycles(fd, pceu2);
xe_for_each_engine_class(class) {
--
2.43.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* ✓ Xe.CI.BAT: success for tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
2025-01-02 16:25 [PATCH] tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork Jonathan Cavitt
@ 2025-01-02 17:11 ` Patchwork
2025-01-02 17:15 ` ✗ i915.CI.BAT: failure " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2025-01-02 17:11 UTC (permalink / raw)
To: Jonathan Cavitt; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1068 bytes --]
== Series Details ==
Series: tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
URL : https://patchwork.freedesktop.org/series/143066/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8174_BAT -> XEIGTPW_12377_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (9 -> 8)
------------------------------
Missing (1): bat-adlp-7
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_8174 -> IGTPW_12377
* Linux: xe-2424-08bd590935a5258ffd79355c59adffd72fb2c642 -> xe-2425-59c846c00dda72adf1a68bf7e76bdc57039371e3
IGTPW_12377: 12377
IGT_8174: d2004b0623dbccd08502525849b4eef881aa199e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2424-08bd590935a5258ffd79355c59adffd72fb2c642: 08bd590935a5258ffd79355c59adffd72fb2c642
xe-2425-59c846c00dda72adf1a68bf7e76bdc57039371e3: 59c846c00dda72adf1a68bf7e76bdc57039371e3
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/index.html
[-- Attachment #2: Type: text/html, Size: 1627 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* ✗ i915.CI.BAT: failure for tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
2025-01-02 16:25 [PATCH] tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork Jonathan Cavitt
2025-01-02 17:11 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2025-01-02 17:15 ` Patchwork
2025-01-02 17:59 ` Cavitt, Jonathan
2025-01-02 18:32 ` ✗ Xe.CI.Full: " Patchwork
2025-01-06 17:20 ` [PATCH] " Lucas De Marchi
3 siblings, 1 reply; 7+ messages in thread
From: Patchwork @ 2025-01-02 17:15 UTC (permalink / raw)
To: Jonathan Cavitt; +Cc: igt-dev
== Series Details ==
Series: tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
URL : https://patchwork.freedesktop.org/series/143066/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8174 -> IGTPW_12377
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12377 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12377, 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_12377/index.html
Participating hosts (40 -> 39)
------------------------------
Missing (1): fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12377:
### IGT changes ###
#### Possible regressions ####
* igt@kms_pm_rpm@basic-rte:
- bat-rpls-4: [PASS][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8174/bat-rpls-4/igt@kms_pm_rpm@basic-rte.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12377/bat-rpls-4/igt@kms_pm_rpm@basic-rte.html
Known issues
------------
Here are the changes found in IGTPW_12377 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_chamelium_edid@hdmi-edid-read:
- bat-dg2-13: [PASS][3] -> [DMESG-WARN][4] ([i915#12253])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8174/bat-dg2-13/igt@kms_chamelium_edid@hdmi-edid-read.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12377/bat-dg2-13/igt@kms_chamelium_edid@hdmi-edid-read.html
* igt@runner@aborted:
- fi-pnv-d510: NOTRUN -> [FAIL][5] ([i915#13350])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12377/fi-pnv-d510/igt@runner@aborted.html
#### Possible fixes ####
* igt@i915_selftest@live@workarounds:
- bat-arlh-2: [DMESG-FAIL][6] ([i915#13393]) -> [PASS][7] +1 other test pass
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8174/bat-arlh-2/igt@i915_selftest@live@workarounds.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12377/bat-arlh-2/igt@i915_selftest@live@workarounds.html
- bat-mtlp-6: [DMESG-FAIL][8] ([i915#13393]) -> [PASS][9] +1 other test pass
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8174/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12377/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#11989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989
[i915#12253]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12253
[i915#13350]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13350
[i915#13393]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13393
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8174 -> IGTPW_12377
* Linux: CI_DRM_15892 -> CI_DRM_15893
CI-20190529: 20190529
CI_DRM_15892: 08bd590935a5258ffd79355c59adffd72fb2c642 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_15893: 59c846c00dda72adf1a68bf7e76bdc57039371e3 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12377: 12377
IGT_8174: d2004b0623dbccd08502525849b4eef881aa199e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12377/index.html
^ permalink raw reply [flat|nested] 7+ messages in thread* RE: ✗ i915.CI.BAT: failure for tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
2025-01-02 17:15 ` ✗ i915.CI.BAT: failure " Patchwork
@ 2025-01-02 17:59 ` Cavitt, Jonathan
0 siblings, 0 replies; 7+ messages in thread
From: Cavitt, Jonathan @ 2025-01-02 17:59 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org; +Cc: Cavitt, Jonathan
-----Original Message-----
From: Patchwork <patchwork@emeril.freedesktop.org>
Sent: Thursday, January 2, 2025 9:15 AM
To: Cavitt, Jonathan <jonathan.cavitt@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: ✗ i915.CI.BAT: failure for tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
>
> == Series Details ==
>
> Series: tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
> URL : https://patchwork.freedesktop.org/series/143066/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from IGT_8174 -> IGTPW_12377
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_12377 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_12377, 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_12377/index.html
>
> Participating hosts (40 -> 39)
> ------------------------------
>
> Missing (1): fi-snb-2520m
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_12377:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@kms_pm_rpm@basic-rte:
> - bat-rpls-4: [PASS][1] -> [DMESG-WARN][2]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8174/bat-rpls-4/igt@kms_pm_rpm@basic-rte.html
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12377/bat-rpls-4/igt@kms_pm_rpm@basic-rte.html
>
This test is unrelated to the target change and thus this is likely not a regression.
-Jonathan Cavitt
>
> Known issues
> ------------
>
> Here are the changes found in IGTPW_12377 that come from known issues:
>
> ### IGT changes ###
>
> #### Issues hit ####
>
> * igt@kms_chamelium_edid@hdmi-edid-read:
> - bat-dg2-13: [PASS][3] -> [DMESG-WARN][4] ([i915#12253])
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8174/bat-dg2-13/igt@kms_chamelium_edid@hdmi-edid-read.html
> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12377/bat-dg2-13/igt@kms_chamelium_edid@hdmi-edid-read.html
>
> * igt@runner@aborted:
> - fi-pnv-d510: NOTRUN -> [FAIL][5] ([i915#13350])
> [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12377/fi-pnv-d510/igt@runner@aborted.html
>
>
> #### Possible fixes ####
>
> * igt@i915_selftest@live@workarounds:
> - bat-arlh-2: [DMESG-FAIL][6] ([i915#13393]) -> [PASS][7] +1 other test pass
> [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8174/bat-arlh-2/igt@i915_selftest@live@workarounds.html
> [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12377/bat-arlh-2/igt@i915_selftest@live@workarounds.html
> - bat-mtlp-6: [DMESG-FAIL][8] ([i915#13393]) -> [PASS][9] +1 other test pass
> [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8174/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
> [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12377/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
>
>
> {name}: This element is suppressed. This means it is ignored when computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
> [i915#11989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989
> [i915#12253]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12253
> [i915#13350]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13350
> [i915#13393]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13393
>
>
> Build changes
> -------------
>
> * CI: CI-20190529 -> None
> * IGT: IGT_8174 -> IGTPW_12377
> * Linux: CI_DRM_15892 -> CI_DRM_15893
>
> CI-20190529: 20190529
> CI_DRM_15892: 08bd590935a5258ffd79355c59adffd72fb2c642 @ git://anongit.freedesktop.org/gfx-ci/linux
> CI_DRM_15893: 59c846c00dda72adf1a68bf7e76bdc57039371e3 @ git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_12377: 12377
> IGT_8174: d2004b0623dbccd08502525849b4eef881aa199e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12377/index.html
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Xe.CI.Full: failure for tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
2025-01-02 16:25 [PATCH] tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork Jonathan Cavitt
2025-01-02 17:11 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-01-02 17:15 ` ✗ i915.CI.BAT: failure " Patchwork
@ 2025-01-02 18:32 ` Patchwork
2025-01-02 18:53 ` Cavitt, Jonathan
2025-01-06 17:20 ` [PATCH] " Lucas De Marchi
3 siblings, 1 reply; 7+ messages in thread
From: Patchwork @ 2025-01-02 18:32 UTC (permalink / raw)
To: Cavitt, Jonathan; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 67394 bytes --]
== Series Details ==
Series: tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
URL : https://patchwork.freedesktop.org/series/143066/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8174_full -> XEIGTPW_12377_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12377_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12377_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_12377_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-dg2-set2: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible@cd-hdmi-a6-dp5:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][3]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_flip@2x-absolute-wf_vblank-interruptible@cd-hdmi-a6-dp5.html
* igt@kms_flip@flip-vs-suspend@c-dp2:
- shard-bmg: [PASS][4] -> [INCOMPLETE][5]
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@kms_flip@flip-vs-suspend@c-dp2.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_flip@flip-vs-suspend@c-dp2.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-3:
- shard-bmg: NOTRUN -> [FAIL][6] +3 other tests fail
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-3.html
* igt@kms_psr@psr2-dpms:
- shard-lnl: NOTRUN -> [FAIL][7] +1 other test fail
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@kms_psr@psr2-dpms.html
Known issues
------------
Here are the changes found in XEIGTPW_12377_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-lnl: NOTRUN -> [SKIP][8] ([Intel XE#3157])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic:
- shard-lnl: [PASS][9] -> [FAIL][10] ([Intel XE#3719]) +3 other tests fail
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-dp-5-4-rc-ccs-cc:
- shard-dg2-set2: NOTRUN -> [SKIP][11] ([Intel XE#3767]) +11 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-dp-5-4-rc-ccs-cc.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#3279])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#316])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-dg2-set2: [PASS][14] -> [SKIP][15] ([Intel XE#2136]) +3 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@linear-32bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#1407])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@kms_big_fb@linear-32bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#1124]) +7 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#1124]) +6 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
- shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#1124]) +4 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#2314] / [Intel XE#2894])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-1-displays-1920x1080p:
- shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#367])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-435/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-1-displays-3840x2160p:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#367]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-2-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#367])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#2887]) +7 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-hdmi-a-3:
- shard-bmg: [PASS][25] -> [INCOMPLETE][26] ([Intel XE#3862])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-hdmi-a-3.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#3432]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#787]) +111 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-dg2-set2: [PASS][29] -> [INCOMPLETE][30] ([Intel XE#1727])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-436/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-c-hdmi-a-6:
- shard-dg2-set2: [PASS][31] -> [DMESG-WARN][32] ([Intel XE#1727] / [Intel XE#3113])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#2887]) +9 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-d-dp-5:
- shard-dg2-set2: NOTRUN -> [SKIP][34] ([Intel XE#455] / [Intel XE#787]) +35 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-d-dp-5.html
* igt@kms_cdclk@mode-transition@pipe-d-dp-5:
- shard-dg2-set2: NOTRUN -> [SKIP][35] ([Intel XE#314]) +3 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_cdclk@mode-transition@pipe-d-dp-5.html
* igt@kms_cdclk@plane-scaling@pipe-b-dp-5:
- shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#1152]) +3 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_cdclk@plane-scaling@pipe-b-dp-5.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#306])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-3/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_hpd@common-hpd-after-suspend:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#2252]) +5 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-3/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
- shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#373]) +2 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#373]) +5 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-6/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_content_protection@atomic-dpms@pipe-a-dp-5:
- shard-dg2-set2: NOTRUN -> [FAIL][41] ([Intel XE#1178]) +1 other test fail
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_content_protection@atomic-dpms@pipe-a-dp-5.html
* igt@kms_content_protection@lic-type-1:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#3007])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@mei-interface:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2341])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@uevent:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#3278]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-2/igt@kms_content_protection@uevent.html
* igt@kms_content_protection@uevent@pipe-a-dp-5:
- shard-dg2-set2: NOTRUN -> [FAIL][45] ([Intel XE#1188])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_content_protection@uevent@pipe-a-dp-5.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#2321]) +2 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#2321])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-max-size:
- shard-dg2-set2: NOTRUN -> [SKIP][48] ([Intel XE#455]) +8 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_cursor_crc@cursor-random-max-size.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#2320]) +2 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-3/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-sliding-256x85:
- shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#1424]) +2 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@kms_cursor_crc@cursor-sliding-256x85.html
* igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#309]) +2 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-bmg: [PASS][52] -> [DMESG-WARN][53] ([Intel XE#877])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-toggle:
- shard-lnl: [PASS][54] -> [FAIL][55] ([Intel XE#1475])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-5/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2286])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@default-dirtyfb-ioctl:
- shard-bmg: [PASS][57] -> [SKIP][58] ([Intel XE#2136] / [Intel XE#2231]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_dirtyfb@default-dirtyfb-ioctl.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_dirtyfb@default-dirtyfb-ioctl.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [FAIL][59] ([Intel XE#2141]) +2 other tests fail
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#3383])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-5/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2244])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_flip@2x-blocking-wf_vblank@ac-dp2-hdmi-a3:
- shard-bmg: [PASS][62] -> [FAIL][63] ([Intel XE#2882]) +6 other tests fail
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_flip@2x-blocking-wf_vblank@ac-dp2-hdmi-a3.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_flip@2x-blocking-wf_vblank@ac-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][64] -> [FAIL][65] ([Intel XE#301]) +9 other tests fail
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-rmfb-interruptible:
- shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#1421]) +2 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-bmg: [PASS][67] -> [INCOMPLETE][68] ([Intel XE#2597]) +1 other test incomplete
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-dp2-hdmi-a3:
- shard-bmg: [PASS][69] -> [FAIL][70] ([Intel XE#3879])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-dp2-hdmi-a3.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-suspend@bd-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [INCOMPLETE][71] ([Intel XE#2635])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_flip@2x-flip-vs-suspend@bd-dp2-hdmi-a3.html
* igt@kms_flip@blocking-wf_vblank:
- shard-lnl: [PASS][72] -> [FAIL][73] ([Intel XE#886]) +4 other tests fail
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-4/igt@kms_flip@blocking-wf_vblank.html
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-6/igt@kms_flip@blocking-wf_vblank.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2:
- shard-bmg: [PASS][74] -> [FAIL][75] ([Intel XE#3321]) +1 other test fail
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2.html
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2.html
* igt@kms_flip@flip-vs-expired-vblank@b-dp5:
- shard-dg2-set2: NOTRUN -> [FAIL][76] ([Intel XE#301]) +1 other test fail
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank@b-dp5.html
* igt@kms_flip@flip-vs-expired-vblank@d-dp5:
- shard-dg2-set2: NOTRUN -> [FAIL][77] ([Intel XE#3149])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank@d-dp5.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-bmg: NOTRUN -> [INCOMPLETE][78] ([Intel XE#2597]) +1 other test incomplete
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3:
- shard-bmg: NOTRUN -> [INCOMPLETE][79] ([Intel XE#2597] / [Intel XE#2635])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling:
- shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#1401] / [Intel XE#1745])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#1401])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#1397] / [Intel XE#1745]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][83] ([Intel XE#1397]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#2293]) +2 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-bmg: NOTRUN -> [SKIP][85] ([Intel XE#2293] / [Intel XE#2380]) +2 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][86] ([Intel XE#2311]) +16 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt:
- shard-lnl: NOTRUN -> [SKIP][87] ([Intel XE#651]) +7 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render:
- shard-bmg: NOTRUN -> [FAIL][88] ([Intel XE#2333]) +6 other tests fail
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt:
- shard-bmg: NOTRUN -> [SKIP][89] ([Intel XE#2136] / [Intel XE#2231])
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: [PASS][90] -> [SKIP][91] ([Intel XE#2136] / [Intel XE#2351]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][92] ([Intel XE#2352])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render:
- shard-dg2-set2: NOTRUN -> [SKIP][93] ([Intel XE#651]) +10 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][94] ([Intel XE#656]) +19 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][95] ([Intel XE#2313]) +27 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-lnl: NOTRUN -> [SKIP][96] ([Intel XE#1469])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen:
- shard-dg2-set2: NOTRUN -> [SKIP][97] ([Intel XE#653]) +8 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_hdr@static-toggle:
- shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#1503])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-5/igt@kms_hdr@static-toggle.html
* igt@kms_histogram@global-basic:
- shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#3898]) +1 other test skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_histogram@global-basic.html
* igt@kms_joiner@basic-big-joiner:
- shard-lnl: NOTRUN -> [SKIP][100] ([Intel XE#346])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-lnl: NOTRUN -> [SKIP][101] ([Intel XE#2927])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-dg2-set2: NOTRUN -> [SKIP][102] ([Intel XE#2927])
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation:
- shard-dg2-set2: NOTRUN -> [SKIP][103] ([Intel XE#2763] / [Intel XE#455]) +1 other test skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c:
- shard-dg2-set2: NOTRUN -> [SKIP][104] ([Intel XE#2763]) +2 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers:
- shard-dg2-set2: [PASS][105] -> [SKIP][106] ([Intel XE#2423] / [i915#2575]) +2 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-436/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c:
- shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#2763]) +3 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d:
- shard-bmg: NOTRUN -> [SKIP][108] ([Intel XE#2763]) +14 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2-set2: NOTRUN -> [SKIP][109] ([Intel XE#908])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-435/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf:
- shard-lnl: NOTRUN -> [SKIP][110] ([Intel XE#2893])
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-4/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][111] ([Intel XE#1489]) +4 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][112] ([Intel XE#1489]) +1 other test skip
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr@fbc-psr2-primary-render:
- shard-dg2-set2: NOTRUN -> [SKIP][113] ([Intel XE#2850] / [Intel XE#929]) +3 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-435/igt@kms_psr@fbc-psr2-primary-render.html
* igt@kms_psr@pr-cursor-render:
- shard-lnl: NOTRUN -> [SKIP][114] ([Intel XE#1406])
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-6/igt@kms_psr@pr-cursor-render.html
* igt@kms_psr@psr-primary-page-flip:
- shard-bmg: NOTRUN -> [SKIP][115] ([Intel XE#2234] / [Intel XE#2850]) +7 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_psr@psr-primary-page-flip.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-lnl: NOTRUN -> [SKIP][116] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-bmg: NOTRUN -> [SKIP][117] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#3414])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#362])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_tv_load_detect@load-detect:
- shard-bmg: NOTRUN -> [SKIP][120] ([Intel XE#2450])
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_tv_load_detect@load-detect.html
* igt@kms_universal_plane@universal-plane-functional:
- shard-bmg: [PASS][121] -> [SKIP][122] ([Intel XE#3007]) +2 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_universal_plane@universal-plane-functional.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_universal_plane@universal-plane-functional.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-lnl: NOTRUN -> [SKIP][123] ([Intel XE#1499])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-bmg: NOTRUN -> [SKIP][124] ([Intel XE#756])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_writeback@writeback-pixel-formats.html
- shard-dg2-set2: NOTRUN -> [SKIP][125] ([Intel XE#756]) +1 other test skip
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_writeback@writeback-pixel-formats.html
* igt@xe_eudebug@basic-exec-queues:
- shard-dg2-set2: NOTRUN -> [SKIP][126] ([Intel XE#2905]) +3 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@xe_eudebug@basic-exec-queues.html
* igt@xe_eudebug@basic-vm-access:
- shard-bmg: NOTRUN -> [SKIP][127] ([Intel XE#2905]) +4 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@xe_eudebug@basic-vm-access.html
* igt@xe_eudebug@basic-vm-access-parameters-userptr:
- shard-lnl: NOTRUN -> [SKIP][128] ([Intel XE#3889])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-5/igt@xe_eudebug@basic-vm-access-parameters-userptr.html
* igt@xe_eudebug_online@single-step:
- shard-lnl: NOTRUN -> [SKIP][129] ([Intel XE#2905]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-2/igt@xe_eudebug_online@single-step.html
* igt@xe_evict@evict-cm-threads-small-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][130] ([Intel XE#688]) +6 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@xe_evict@evict-cm-threads-small-multi-vm.html
* igt@xe_evict@evict-large-multi-vm-cm:
- shard-bmg: NOTRUN -> [FAIL][131] ([Intel XE#2364])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@xe_evict@evict-large-multi-vm-cm.html
- shard-dg2-set2: NOTRUN -> [FAIL][132] ([Intel XE#1600])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@xe_evict@evict-large-multi-vm-cm.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][133] ([Intel XE#1392]) +1 other test skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][134] ([Intel XE#2322]) +5 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-3/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_basic@twice-null:
- shard-bmg: NOTRUN -> [SKIP][135] ([Intel XE#1130]) +1 other test skip
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@xe_exec_basic@twice-null.html
* igt@xe_exec_fault_mode@twice-userptr-prefetch:
- shard-dg2-set2: NOTRUN -> [SKIP][136] ([Intel XE#288]) +7 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-436/igt@xe_exec_fault_mode@twice-userptr-prefetch.html
* igt@xe_live_ktest@xe_bo:
- shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#1192])
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-3/igt@xe_live_ktest@xe_bo.html
* igt@xe_oa@closed-fd-and-unmapped-access:
- shard-dg2-set2: NOTRUN -> [SKIP][138] ([Intel XE#2541] / [Intel XE#3573]) +1 other test skip
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@xe_oa@closed-fd-and-unmapped-access.html
* igt@xe_pat@pat-index-xehpc:
- shard-lnl: NOTRUN -> [SKIP][139] ([Intel XE#1420] / [Intel XE#2838])
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pm@d3cold-mmap-system:
- shard-bmg: NOTRUN -> [SKIP][140] ([Intel XE#2284])
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@xe_pm@d3cold-mmap-system.html
* igt@xe_pm@s3-basic-exec:
- shard-lnl: NOTRUN -> [SKIP][141] ([Intel XE#584])
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-6/igt@xe_pm@s3-basic-exec.html
* igt@xe_pm@s3-mocs:
- shard-bmg: [PASS][142] -> [INCOMPLETE][143] ([Intel XE#569])
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@xe_pm@s3-mocs.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@xe_pm@s3-mocs.html
* igt@xe_pm@s4-d3cold-basic-exec:
- shard-lnl: NOTRUN -> [SKIP][144] ([Intel XE#2284] / [Intel XE#366]) +1 other test skip
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@xe_pm@s4-d3cold-basic-exec.html
* igt@xe_pm@s4-mocs:
- shard-lnl: [PASS][145] -> [ABORT][146] ([Intel XE#1794])
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-6/igt@xe_pm@s4-mocs.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-2/igt@xe_pm@s4-mocs.html
* igt@xe_pm@vram-d3cold-threshold:
- shard-dg2-set2: NOTRUN -> [SKIP][147] ([Intel XE#579])
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-435/igt@xe_pm@vram-d3cold-threshold.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-lnl: NOTRUN -> [SKIP][148] ([Intel XE#944])
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@xe_query@multigpu-query-invalid-extension.html
* igt@xe_sriov_flr@flr-vf1-clear:
- shard-lnl: NOTRUN -> [SKIP][149] ([Intel XE#3342])
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@xe_sriov_flr@flr-vf1-clear.html
* igt@xe_vm@munmap-style-unbind-many-either-side-partial:
- shard-dg2-set2: [PASS][150] -> [SKIP][151] ([Intel XE#1130]) +6 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@xe_vm@munmap-style-unbind-many-either-side-partial.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@xe_vm@munmap-style-unbind-many-either-side-partial.html
* igt@xe_vm@munmap-style-unbind-one-partial:
- shard-bmg: [PASS][152] -> [SKIP][153] ([Intel XE#1130]) +8 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@xe_vm@munmap-style-unbind-one-partial.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@xe_vm@munmap-style-unbind-one-partial.html
- shard-dg2-set2: NOTRUN -> [SKIP][154] ([Intel XE#1130])
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@xe_vm@munmap-style-unbind-one-partial.html
#### Possible fixes ####
* igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3:
- shard-bmg: [FAIL][155] ([Intel XE#3321]) -> [PASS][156]
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-dg2-set2: [FAIL][157] ([Intel XE#301]) -> [PASS][158] +2 other tests pass
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@a-dp2:
- shard-bmg: [FAIL][159] ([Intel XE#2882]) -> [PASS][160] +1 other test pass
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-dp2.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-dp2.html
* igt@kms_hdr@bpc-switch:
- shard-dg2-set2: [INCOMPLETE][161] -> [PASS][162]
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/igt@kms_hdr@bpc-switch.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-3:
- shard-bmg: [FAIL][163] -> [PASS][164] +1 other test pass
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-5/igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-3.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-3.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-bmg: [INCOMPLETE][165] ([Intel XE#1035]) -> [PASS][166] +1 other test pass
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-5/igt@kms_plane@plane-panning-bottom-right-suspend.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4:
- shard-dg2-set2: [FAIL][167] ([Intel XE#361]) -> [PASS][168]
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [FAIL][169] ([Intel XE#718]) -> [PASS][170]
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-5/igt@kms_pm_dc@dc5-dpms.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_sequence@get-forked-busy:
- shard-bmg: [INCOMPLETE][171] ([Intel XE#3313]) -> [PASS][172]
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@kms_sequence@get-forked-busy.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_sequence@get-forked-busy.html
* igt@kms_setmode@basic@pipe-a-edp-1:
- shard-lnl: [FAIL][173] -> [PASS][174]
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-5/igt@kms_setmode@basic@pipe-a-edp-1.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-3/igt@kms_setmode@basic@pipe-a-edp-1.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-lnl: [FAIL][175] ([Intel XE#2883]) -> [PASS][176] +1 other test pass
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-5/igt@kms_setmode@basic@pipe-b-edp-1.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-3/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@xe_drm_fdinfo@utilization-others-full-load:
- shard-dg2-set2: [FAIL][177] ([Intel XE#3869]) -> [PASS][178]
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-436/igt@xe_drm_fdinfo@utilization-others-full-load.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-435/igt@xe_drm_fdinfo@utilization-others-full-load.html
- shard-bmg: [FAIL][179] ([Intel XE#3869]) -> [PASS][180]
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@xe_drm_fdinfo@utilization-others-full-load.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@xe_drm_fdinfo@utilization-others-full-load.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-dg2-set2: [TIMEOUT][181] ([Intel XE#1473] / [Intel XE#402]) -> [PASS][182]
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-436/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_gt_freq@freq_suspend:
- shard-bmg: [INCOMPLETE][183] ([Intel XE#3865]) -> [PASS][184]
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-4/igt@xe_gt_freq@freq_suspend.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@xe_gt_freq@freq_suspend.html
* igt@xe_pm@s4-vm-bind-unbind-all:
- shard-lnl: [ABORT][185] ([Intel XE#1607] / [Intel XE#1794]) -> [PASS][186]
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-2/igt@xe_pm@s4-vm-bind-unbind-all.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@xe_pm@s4-vm-bind-unbind-all.html
* igt@xe_pm_residency@gt-c6-freeze@gt1:
- shard-bmg: [INCOMPLETE][187] -> [PASS][188] +2 other tests pass
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@xe_pm_residency@gt-c6-freeze@gt1.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@xe_pm_residency@gt-c6-freeze@gt1.html
* igt@xe_pm_residency@toggle-gt-c6:
- shard-lnl: [FAIL][189] ([Intel XE#958]) -> [PASS][190]
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-8/igt@xe_pm_residency@toggle-gt-c6.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-6/igt@xe_pm_residency@toggle-gt-c6.html
#### Warnings ####
* igt@kms_async_flips@crc:
- shard-bmg: [INCOMPLETE][191] ([Intel XE#3781]) -> [INCOMPLETE][192] ([Intel XE#3781] / [Intel XE#3946]) +1 other test incomplete
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_async_flips@crc.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_async_flips@crc.html
* igt@kms_async_flips@crc-atomic:
- shard-dg2-set2: [INCOMPLETE][193] ([Intel XE#3781]) -> [INCOMPLETE][194] ([Intel XE#3781] / [Intel XE#3946]) +1 other test incomplete
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@kms_async_flips@crc-atomic.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_async_flips@crc-atomic.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-dg2-set2: [SKIP][195] ([Intel XE#316]) -> [SKIP][196] ([Intel XE#2136] / [Intel XE#2351])
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_big_fb@linear-16bpp-rotate-90.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_big_fb@linear-16bpp-rotate-90.html
- shard-bmg: [SKIP][197] ([Intel XE#2327]) -> [SKIP][198] ([Intel XE#2136] / [Intel XE#2231])
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_big_fb@linear-16bpp-rotate-90.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-bmg: [SKIP][199] ([Intel XE#1124]) -> [SKIP][200] ([Intel XE#2136] / [Intel XE#2231])
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-4/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
- shard-dg2-set2: [SKIP][201] ([Intel XE#1124]) -> [SKIP][202] ([Intel XE#2136] / [Intel XE#2351])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-436/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs:
- shard-bmg: [SKIP][203] ([Intel XE#2887]) -> [SKIP][204] ([Intel XE#2136] / [Intel XE#2231])
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html
- shard-dg2-set2: [SKIP][205] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][206] ([Intel XE#2136])
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-bmg: [SKIP][207] ([Intel XE#2252]) -> [SKIP][208] ([Intel XE#3007])
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_chamelium_frames@hdmi-crc-fast.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_chamelium_frames@hdmi-crc-fast.html
- shard-dg2-set2: [SKIP][209] ([Intel XE#373]) -> [SKIP][210] ([Intel XE#2423] / [i915#2575])
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_chamelium_frames@hdmi-crc-fast.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_content_protection@lic-type-1:
- shard-dg2-set2: [SKIP][211] ([Intel XE#455]) -> [SKIP][212] ([Intel XE#2423] / [i915#2575])
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@kms_content_protection@lic-type-1.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_content_protection@lic-type-1.html
* igt@kms_fbcon_fbt@fbc:
- shard-bmg: [FAIL][213] ([Intel XE#1695]) -> [SKIP][214] ([Intel XE#2136] / [Intel XE#2231])
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-4/igt@kms_fbcon_fbt@fbc.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_fbcon_fbt@fbc.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render:
- shard-dg2-set2: [SKIP][215] ([Intel XE#651]) -> [SKIP][216] ([Intel XE#2136] / [Intel XE#2351]) +1 other test skip
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render:
- shard-bmg: [DMESG-FAIL][217] ([Intel XE#877]) -> [FAIL][218] ([Intel XE#2333])
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-bmg: [FAIL][219] ([Intel XE#2333]) -> [SKIP][220] ([Intel XE#2136] / [Intel XE#2231]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-move:
- shard-bmg: [SKIP][221] ([Intel XE#2311]) -> [SKIP][222] ([Intel XE#2136] / [Intel XE#2231]) +1 other test skip
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-move.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][223] ([Intel XE#653]) -> [SKIP][224] ([Intel XE#2136] / [Intel XE#2351])
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc:
- shard-bmg: [SKIP][225] ([Intel XE#2313]) -> [SKIP][226] ([Intel XE#2136] / [Intel XE#2231]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
- shard-dg2-set2: [SKIP][227] ([Intel XE#653]) -> [SKIP][228] ([Intel XE#2136])
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][229] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][230] ([Intel XE#3544])
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-bmg: [SKIP][231] ([Intel XE#2763]) -> [SKIP][232] ([Intel XE#3007])
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
- shard-dg2-set2: [SKIP][233] ([Intel XE#2763] / [Intel XE#455]) -> [SKIP][234] ([Intel XE#2423] / [i915#2575])
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area:
- shard-bmg: [SKIP][235] ([Intel XE#1489]) -> [SKIP][236] ([Intel XE#2136] / [Intel XE#2231])
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html
- shard-dg2-set2: [SKIP][237] ([Intel XE#1489]) -> [SKIP][238] ([Intel XE#2136])
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html
* igt@kms_psr@psr2-sprite-render:
- shard-bmg: [SKIP][239] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][240] ([Intel XE#2136] / [Intel XE#2231])
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@kms_psr@psr2-sprite-render.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_psr@psr2-sprite-render.html
- shard-dg2-set2: [SKIP][241] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][242] ([Intel XE#2136])
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_psr@psr2-sprite-render.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_psr@psr2-sprite-render.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2-set2: [SKIP][243] ([Intel XE#362]) -> [FAIL][244] ([Intel XE#1729])
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_tiled_display@basic-test-pattern.html
* igt@xe_evict@evict-threads-large:
- shard-bmg: [TIMEOUT][245] ([Intel XE#1473] / [Intel XE#2472]) -> [FAIL][246] ([Intel XE#1000])
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-5/igt@xe_evict@evict-threads-large.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@xe_evict@evict-threads-large.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-mmap:
- shard-bmg: [SKIP][247] ([Intel XE#2322]) -> [SKIP][248] ([Intel XE#1130])
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-mmap.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-mmap.html
* igt@xe_exec_fault_mode@many-userptr:
- shard-dg2-set2: [SKIP][249] ([Intel XE#288]) -> [SKIP][250] ([Intel XE#1130]) +2 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@xe_exec_fault_mode@many-userptr.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@xe_exec_fault_mode@many-userptr.html
* igt@xe_oa@syncs-userptr-wait-cfg:
- shard-dg2-set2: [SKIP][251] ([Intel XE#2541] / [Intel XE#3573]) -> [SKIP][252] ([Intel XE#1130])
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@xe_oa@syncs-userptr-wait-cfg.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@xe_oa@syncs-userptr-wait-cfg.html
[Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000
[Intel XE#1035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1035
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152
[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#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
[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#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1695
[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#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136
[Intel XE#2141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2141
[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#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#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#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[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#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[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#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423
[Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
[Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2635]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2635
[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#2883]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927
[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#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[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#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3157]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3157
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279
[Intel XE#3313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3313
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3383
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361
[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#3719]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3767]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3767
[Intel XE#3781]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3781
[Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
[Intel XE#3865]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3865
[Intel XE#3869]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3869
[Intel XE#3879]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3879
[Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889
[Intel XE#3898]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3898
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#3946]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3946
[Intel XE#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569
[Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[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#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[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#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908
[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
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
Build changes
-------------
* IGT: IGT_8174 -> IGTPW_12377
* Linux: xe-2424-08bd590935a5258ffd79355c59adffd72fb2c642 -> xe-2425-59c846c00dda72adf1a68bf7e76bdc57039371e3
IGTPW_12377: 12377
IGT_8174: d2004b0623dbccd08502525849b4eef881aa199e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2424-08bd590935a5258ffd79355c59adffd72fb2c642: 08bd590935a5258ffd79355c59adffd72fb2c642
xe-2425-59c846c00dda72adf1a68bf7e76bdc57039371e3: 59c846c00dda72adf1a68bf7e76bdc57039371e3
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/index.html
[-- Attachment #2: Type: text/html, Size: 80219 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* RE: ✗ Xe.CI.Full: failure for tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
2025-01-02 18:32 ` ✗ Xe.CI.Full: " Patchwork
@ 2025-01-02 18:53 ` Cavitt, Jonathan
0 siblings, 0 replies; 7+ messages in thread
From: Cavitt, Jonathan @ 2025-01-02 18:53 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org; +Cc: Cavitt, Jonathan
[-- Attachment #1: Type: text/plain, Size: 68069 bytes --]
From: Patchwork <patchwork@emeril.freedesktop.org>
Sent: Thursday, January 2, 2025 10:32 AM
To: Cavitt, Jonathan <jonathan.cavitt@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: ✗ Xe.CI.Full: failure for tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
Patch Details
Series:
tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
URL:
https://patchwork.freedesktop.org/series/143066/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/index.html
CI Bug Log - changes from XEIGT_8174_full -> XEIGTPW_12377_full
Summary
FAILURE
Serious unknown changes coming with XEIGTPW_12377_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12377_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org<mailto: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_12377_full:
IGT changes
Possible regressions
· igt@kms_flip@2x-absolute-wf_vblank-interruptible:
o shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html> +1 other test incomplete
· igt@kms_flip@2x-absolute-wf_vblank-interruptible@cd-hdmi-a6-dp5:
o shard-dg2-set2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_flip@2x-absolute-wf_vblank-interruptible@cd-hdmi-a6-dp5.html>
· igt@kms_flip@flip-vs-suspend@c-dp2:
o shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@kms_flip@flip-vs-suspend@c-dp2.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_flip@flip-vs-suspend@c-dp2.html>
· igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-3:
o shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-3.html> +3 other tests fail
· igt@kms_psr@psr2-dpms:
o shard-lnl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@kms_psr@psr2-dpms.html> +1 other test fail
These tests are unrelated to the target change and thus these are likely not regressions.
-Jonathan Cavitt
Known issues
Here are the changes found in XEIGTPW_12377_full that come from known issues:
IGT changes
Issues hit
· igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html> (Intel XE#3157<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3157>)
· igt@kms_async_flips@async-flip-with-page-flip-events-atomic:
o shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html> (Intel XE#3719<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719>) +3 other tests fail
· igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-dp-5-4-rc-ccs-cc:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-dp-5-4-rc-ccs-cc.html> (Intel XE#3767<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3767>) +11 other tests skip
· igt@kms_atomic@plane-primary-overlay-mutable-zpos:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html> (Intel XE#3279<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279>)
· igt@kms_big_fb@4-tiled-32bpp-rotate-270:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html> (Intel XE#316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>)
· igt@kms_big_fb@4-tiled-64bpp-rotate-180:
o shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136>) +3 other tests skip
· igt@kms_big_fb@linear-32bpp-rotate-270:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@kms_big_fb@linear-32bpp-rotate-270.html> (Intel XE#1407<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407>)
· igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +7 other tests skip
· igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +6 other tests skip
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +4 other tests skip
· igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html> (Intel XE#2314<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314> / Intel XE#2894<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894>)
· igt@kms_bw@linear-tiling-1-displays-1920x1080p:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-435/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>)
· igt@kms_bw@linear-tiling-1-displays-3840x2160p:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) +1 other test skip
· igt@kms_bw@linear-tiling-2-displays-2160x1440p:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>)
· igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +7 other tests skip
· igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-hdmi-a-3:
o shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-hdmi-a-3.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-hdmi-a-3.html> (Intel XE#3862<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862>)
· igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html> (Intel XE#3432<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432>) +1 other test skip
· igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-4:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-4.html> (Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +111 other tests skip
· igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
o shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html> (Intel XE#1727<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727>)
· igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6:
o shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html> (Intel XE#1727<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727> / Intel XE#3113<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113>)
· igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +9 other tests skip
· igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-d-dp-5:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-d-dp-5.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>) +35 other tests skip
· igt@kms_cdclk@mode-transition@pipe-d-dp-5:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_cdclk@mode-transition@pipe-d-dp-5.html> (Intel XE#314<https://gitlab.freedesktop.org/drm/xe/kernel/issues/314>) +3 other tests skip
· igt@kms_cdclk@plane-scaling@pipe-b-dp-5:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_cdclk@plane-scaling@pipe-b-dp-5.html> (Intel XE#1152<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152>) +3 other tests skip
· igt@kms_chamelium_color@ctm-0-25:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-3/igt@kms_chamelium_color@ctm-0-25.html> (Intel XE#306<https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>)
· igt@kms_chamelium_hpd@common-hpd-after-suspend:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-3/igt@kms_chamelium_hpd@common-hpd-after-suspend.html> (Intel XE#2252<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252>) +5 other tests skip
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_chamelium_hpd@common-hpd-after-suspend.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +2 other tests skip
· igt@kms_chamelium_hpd@hdmi-hpd:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-6/igt@kms_chamelium_hpd@hdmi-hpd.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +5 other tests skip
· igt@kms_content_protection@atomic-dpms@pipe-a-dp-5:
o shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_content_protection@atomic-dpms@pipe-a-dp-5.html> (Intel XE#1178<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>) +1 other test fail
· igt@kms_content_protection@lic-type-1:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_content_protection@lic-type-1.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>)
· igt@kms_content_protection@mei-interface:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_content_protection@mei-interface.html> (Intel XE#2341<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341>)
· igt@kms_content_protection@uevent:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-2/igt@kms_content_protection@uevent.html> (Intel XE#3278<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278>) +1 other test skip
· igt@kms_content_protection@uevent@pipe-a-dp-5:
o shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_content_protection@uevent@pipe-a-dp-5.html> (Intel XE#1188<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188>)
· igt@kms_cursor_crc@cursor-offscreen-512x170:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_cursor_crc@cursor-offscreen-512x170.html> (Intel XE#2321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321>) +2 other tests skip
· igt@kms_cursor_crc@cursor-offscreen-512x512:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_cursor_crc@cursor-offscreen-512x512.html> (Intel XE#2321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321>)
· igt@kms_cursor_crc@cursor-random-max-size:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_cursor_crc@cursor-random-max-size.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +8 other tests skip
· igt@kms_cursor_crc@cursor-rapid-movement-32x10:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-3/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html> (Intel XE#2320<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320>) +2 other tests skip
· igt@kms_cursor_crc@cursor-sliding-256x85:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@kms_cursor_crc@cursor-sliding-256x85.html> (Intel XE#1424<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424>) +2 other tests skip
· igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) +2 other tests skip
· igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
o shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html> (Intel XE#877<https://gitlab.freedesktop.org/drm/xe/kernel/issues/877>)
· igt@kms_cursor_legacy@flip-vs-cursor-toggle:
o shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-5/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html> (Intel XE#1475<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475>)
· igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> (Intel XE#2286<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286>)
· igt@kms_dirtyfb@default-dirtyfb-ioctl:
o shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_dirtyfb@default-dirtyfb-ioctl.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_dirtyfb@default-dirtyfb-ioctl.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231>) +1 other test skip
· igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
o shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html> (Intel XE#2141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2141>) +2 other tests fail
· igt@kms_display_modes@extended-mode-basic:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-5/igt@kms_display_modes@extended-mode-basic.html> (Intel XE#3383<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3383>)
· igt@kms_dsc@dsc-with-output-formats:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_dsc@dsc-with-output-formats.html> (Intel XE#2244<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244>)
· igt@kms_flip@2x-blocking-wf_vblank@ac-dp2-hdmi-a3:
o shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_flip@2x-blocking-wf_vblank@ac-dp2-hdmi-a3.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_flip@2x-blocking-wf_vblank@ac-dp2-hdmi-a3.html> (Intel XE#2882<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882>) +6 other tests fail
· igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
o shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/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_12377/shard-dg2-436/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>) +9 other tests fail
· igt@kms_flip@2x-flip-vs-rmfb-interruptible:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html> (Intel XE#1421<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421>) +2 other tests skip
· igt@kms_flip@2x-flip-vs-suspend-interruptible:
o shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@kms_flip@2x-flip-vs-suspend-interruptible.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_flip@2x-flip-vs-suspend-interruptible.html> (Intel XE#2597<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597>) +1 other test incomplete
· igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-dp2-hdmi-a3:
o shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-dp2-hdmi-a3.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-dp2-hdmi-a3.html> (Intel XE#3879<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3879>)
· igt@kms_flip@2x-flip-vs-suspend@bd-dp2-hdmi-a3:
o shard-bmg: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_flip@2x-flip-vs-suspend@bd-dp2-hdmi-a3.html> (Intel XE#2635<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2635>)
· igt@kms_flip@blocking-wf_vblank:
o shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-4/igt@kms_flip@blocking-wf_vblank.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-6/igt@kms_flip@blocking-wf_vblank.html> (Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) +4 other tests fail
· igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2:
o shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2.html> (Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>) +1 other test fail
· igt@kms_flip@flip-vs-expired-vblank@b-dp5:
o shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank@b-dp5.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) +1 other test fail
· igt@kms_flip@flip-vs-expired-vblank@d-dp5:
o shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank@d-dp5.html> (Intel XE#3149<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149>)
· igt@kms_flip@flip-vs-suspend-interruptible:
o shard-bmg: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible.html> (Intel XE#2597<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597>) +1 other test incomplete
· igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3:
o shard-bmg: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html> (Intel XE#2597<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597> / Intel XE#2635<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2635>)
· igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.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-64bpp-ytile-upscaling@pipe-a-default-mode:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-default-mode.html> (Intel XE#1401<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401>)
· igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html> (Intel XE#1397<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397> / Intel XE#1745<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745>) +1 other test skip
· igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html> (Intel XE#1397<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397>) +1 other test skip
· igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html> (Intel XE#2293<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293>) +2 other tests skip
· igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.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>) +2 other tests skip
· igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) +16 other tests skip
· igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +7 other tests skip
· igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render:
o shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html> (Intel XE#2333<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333>) +6 other tests fail
· igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231>)
· igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff:
o shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2351<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) +1 other test skip
· igt@kms_frontbuffer_tracking@fbc-tiling-y:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-tiling-y.html> (Intel XE#2352<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352>)
· igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +10 other tests skip
· igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-mmap-wc:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-mmap-wc.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +19 other tests skip
· igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) +27 other tests skip
· igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html> (Intel XE#1469<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469>)
· igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +8 other tests skip
· igt@kms_hdr@static-toggle:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-5/igt@kms_hdr@static-toggle.html> (Intel XE#1503<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503>)
· igt@kms_histogram@global-basic:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_histogram@global-basic.html> (Intel XE#3898<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3898>) +1 other test skip
· igt@kms_joiner@basic-big-joiner:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@kms_joiner@basic-big-joiner.html> (Intel XE#346<https://gitlab.freedesktop.org/drm/xe/kernel/issues/346>)
· igt@kms_joiner@basic-ultra-joiner:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@kms_joiner@basic-ultra-joiner.html> (Intel XE#2927<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927>)
· igt@kms_joiner@invalid-modeset-ultra-joiner:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_joiner@invalid-modeset-ultra-joiner.html> (Intel XE#2927<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927>)
· igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.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>) +1 other test skip
· igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>) +2 other tests skip
· igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers:
o shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-436/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html> (Intel XE#2423<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> / i915#2575<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>) +2 other tests skip
· igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c.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:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/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>) +14 other tests skip
· igt@kms_pm_dc@dc6-dpms:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-435/igt@kms_pm_dc@dc6-dpms.html> (Intel XE#908<https://gitlab.freedesktop.org/drm/xe/kernel/issues/908>)
· igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-4/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html> (Intel XE#2893<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893>)
· igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +4 other tests skip
· igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/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-primary-render:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-435/igt@kms_psr@fbc-psr2-primary-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>) +3 other tests skip
· igt@kms_psr@pr-cursor-render:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-6/igt@kms_psr@pr-cursor-render.html> (Intel XE#1406<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406>)
· igt@kms_psr@psr-primary-page-flip:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_psr@psr-primary-page-flip.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>) +7 other tests skip
· igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html> (Intel XE#3414<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414> / Intel XE#3904<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904>) +1 other test skip
· igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (Intel XE#3414<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414> / Intel XE#3904<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904>) +1 other test skip
· igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (Intel XE#3414<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414>)
· igt@kms_tiled_display@basic-test-pattern-with-chamelium:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (Intel XE#362<https://gitlab.freedesktop.org/drm/xe/kernel/issues/362>)
· igt@kms_tv_load_detect@load-detect:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_tv_load_detect@load-detect.html> (Intel XE#2450<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450>)
· igt@kms_universal_plane@universal-plane-functional:
o shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_universal_plane@universal-plane-functional.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_universal_plane@universal-plane-functional.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>) +2 other tests skip
· igt@kms_vrr@seamless-rr-switch-drrs:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@kms_vrr@seamless-rr-switch-drrs.html> (Intel XE#1499<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499>)
· igt@kms_writeback@writeback-pixel-formats:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_writeback@writeback-pixel-formats.html> (Intel XE#756<https://gitlab.freedesktop.org/drm/xe/kernel/issues/756>)
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_writeback@writeback-pixel-formats.html> (Intel XE#756<https://gitlab.freedesktop.org/drm/xe/kernel/issues/756>) +1 other test skip
· igt@xe_eudebug@basic-exec-queues:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@xe_eudebug@basic-exec-queues.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +3 other tests skip
· igt@xe_eudebug@basic-vm-access:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@xe_eudebug@basic-vm-access.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +4 other tests skip
· igt@xe_eudebug@basic-vm-access-parameters-userptr:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-5/igt@xe_eudebug@basic-vm-access-parameters-userptr.html> (Intel XE#3889<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889>)
· igt@xe_eudebug_online@single-step:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-2/igt@xe_eudebug_online@single-step.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +1 other test skip
· igt@xe_evict@evict-cm-threads-small-multi-vm:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@xe_evict@evict-cm-threads-small-multi-vm.html> (Intel XE#688<https://gitlab.freedesktop.org/drm/xe/kernel/issues/688>) +6 other tests skip
· igt@xe_evict@evict-large-multi-vm-cm:
o shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@xe_evict@evict-large-multi-vm-cm.html> (Intel XE#2364<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364>)
o shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-466/igt@xe_evict@evict-large-multi-vm-cm.html> (Intel XE#1600<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600>)
· igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race.html> (Intel XE#1392<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) +1 other test skip
· igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-3/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html> (Intel XE#2322<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322>) +5 other tests skip
· igt@xe_exec_basic@twice-null:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@xe_exec_basic@twice-null.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +1 other test skip
· igt@xe_exec_fault_mode@twice-userptr-prefetch:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-436/igt@xe_exec_fault_mode@twice-userptr-prefetch.html> (Intel XE#288<https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) +7 other tests skip
· igt@xe_live_ktest@xe_bo:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-3/igt@xe_live_ktest@xe_bo.html> (Intel XE#1192<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192>)
· igt@xe_oa@closed-fd-and-unmapped-access:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@xe_oa@closed-fd-and-unmapped-access.html> (Intel XE#2541<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541> / Intel XE#3573<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573>) +1 other test skip
· igt@xe_pat@pat-index-xehpc:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-1/igt@xe_pat@pat-index-xehpc.html> (Intel XE#1420<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420> / Intel XE#2838<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838>)
· igt@xe_pm@d3cold-mmap-system:
o shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@xe_pm@d3cold-mmap-system.html> (Intel XE#2284<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284>)
· igt@xe_pm@s3-basic-exec:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-6/igt@xe_pm@s3-basic-exec.html> (Intel XE#584<https://gitlab.freedesktop.org/drm/xe/kernel/issues/584>)
· igt@xe_pm@s3-mocs:
o shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@xe_pm@s3-mocs.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@xe_pm@s3-mocs.html> (Intel XE#569<https://gitlab.freedesktop.org/drm/xe/kernel/issues/569>)
· igt@xe_pm@s4-d3cold-basic-exec:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@xe_pm@s4-d3cold-basic-exec.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>) +1 other test skip
· igt@xe_pm@s4-mocs:
o shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-6/igt@xe_pm@s4-mocs.html> -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-2/igt@xe_pm@s4-mocs.html> (Intel XE#1794<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794>)
· igt@xe_pm@vram-d3cold-threshold:
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-435/igt@xe_pm@vram-d3cold-threshold.html> (Intel XE#579<https://gitlab.freedesktop.org/drm/xe/kernel/issues/579>)
· igt@xe_query@multigpu-query-invalid-extension:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-8/igt@xe_query@multigpu-query-invalid-extension.html> (Intel XE#944<https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>)
· igt@xe_sriov_flr@flr-vf1-clear:
o shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-7/igt@xe_sriov_flr@flr-vf1-clear.html> (Intel XE#3342<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342>)
· igt@xe_vm@munmap-style-unbind-many-either-side-partial:
o shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@xe_vm@munmap-style-unbind-many-either-side-partial.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@xe_vm@munmap-style-unbind-many-either-side-partial.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +6 other tests skip
· igt@xe_vm@munmap-style-unbind-one-partial:
o shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@xe_vm@munmap-style-unbind-one-partial.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@xe_vm@munmap-style-unbind-one-partial.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +8 other tests skip
o shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@xe_vm@munmap-style-unbind-one-partial.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
Possible fixes
· igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3:
o shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html> (Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html>
· igt@kms_flip@flip-vs-expired-vblank-interruptible:
o shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank-interruptible.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank-interruptible.html> +2 other tests pass
· igt@kms_flip@plain-flip-fb-recreate-interruptible@a-dp2:
o shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-dp2.html> (Intel XE#2882<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-dp2.html> +1 other test pass
· igt@kms_hdr@bpc-switch:
o shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/igt@kms_hdr@bpc-switch.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_hdr@bpc-switch.html>
· igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-3:
o shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-5/igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-3.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-3.html> +1 other test pass
· igt@kms_plane@plane-panning-bottom-right-suspend:
o shard-bmg: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-5/igt@kms_plane@plane-panning-bottom-right-suspend.html> (Intel XE#1035<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1035>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_plane@plane-panning-bottom-right-suspend.html> +1 other test pass
· igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4:
o shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html> (Intel XE#361<https://gitlab.freedesktop.org/drm/xe/kernel/issues/361>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html>
· igt@kms_pm_dc@dc5-dpms:
o shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-5/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_12377/shard-lnl-7/igt@kms_pm_dc@dc5-dpms.html>
· igt@kms_sequence@get-forked-busy:
o shard-bmg: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@kms_sequence@get-forked-busy.html> (Intel XE#3313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3313>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@kms_sequence@get-forked-busy.html>
· igt@kms_setmode@basic@pipe-a-edp-1:
o shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-5/igt@kms_setmode@basic@pipe-a-edp-1.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-3/igt@kms_setmode@basic@pipe-a-edp-1.html>
· igt@kms_setmode@basic@pipe-b-edp-1:
o shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-5/igt@kms_setmode@basic@pipe-b-edp-1.html> (Intel XE#2883<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-3/igt@kms_setmode@basic@pipe-b-edp-1.html> +1 other test pass
· igt@xe_drm_fdinfo@utilization-others-full-load:
o shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-436/igt@xe_drm_fdinfo@utilization-others-full-load.html> (Intel XE#3869<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3869>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-435/igt@xe_drm_fdinfo@utilization-others-full-load.html>
o shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@xe_drm_fdinfo@utilization-others-full-load.html> (Intel XE#3869<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3869>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@xe_drm_fdinfo@utilization-others-full-load.html>
· igt@xe_evict@evict-beng-mixed-many-threads-small:
o shard-dg2-set2: TIMEOUT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@xe_evict@evict-beng-mixed-many-threads-small.html> (Intel XE#1473<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473> / Intel XE#402<https://gitlab.freedesktop.org/drm/xe/kernel/issues/402>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-436/igt@xe_evict@evict-beng-mixed-many-threads-small.html>
· igt@xe_gt_freq@freq_suspend:
o shard-bmg: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-4/igt@xe_gt_freq@freq_suspend.html> (Intel XE#3865<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3865>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-8/igt@xe_gt_freq@freq_suspend.html>
· igt@xe_pm@s4-vm-bind-unbind-all:
o shard-lnl: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-2/igt@xe_pm@s4-vm-bind-unbind-all.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_12377/shard-lnl-1/igt@xe_pm@s4-vm-bind-unbind-all.html>
· igt@xe_pm_residency@gt-c6-freeze@gt1:
o shard-bmg: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@xe_pm_residency@gt-c6-freeze@gt1.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@xe_pm_residency@gt-c6-freeze@gt1.html> +2 other tests pass
· igt@xe_pm_residency@toggle-gt-c6:
o shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-lnl-8/igt@xe_pm_residency@toggle-gt-c6.html> (Intel XE#958<https://gitlab.freedesktop.org/drm/xe/kernel/issues/958>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-lnl-6/igt@xe_pm_residency@toggle-gt-c6.html>
Warnings
· igt@kms_async_flips@crc:
o shard-bmg: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_async_flips@crc.html> (Intel XE#3781<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3781>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-4/igt@kms_async_flips@crc.html> (Intel XE#3781<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3781> / Intel XE#3946<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3946>) +1 other test incomplete
· igt@kms_async_flips@crc-atomic:
o shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@kms_async_flips@crc-atomic.html> (Intel XE#3781<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3781>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_async_flips@crc-atomic.html> (Intel XE#3781<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3781> / Intel XE#3946<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3946>) +1 other test incomplete
· igt@kms_big_fb@linear-16bpp-rotate-90:
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_big_fb@linear-16bpp-rotate-90.html> (Intel XE#316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_big_fb@linear-16bpp-rotate-90.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2351<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
o shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_big_fb@linear-16bpp-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_12377/shard-bmg-7/igt@kms_big_fb@linear-16bpp-rotate-90.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231>)
· igt@kms_big_fb@y-tiled-64bpp-rotate-270:
o shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-4/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231>)
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-436/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2351<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
· igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs:
o shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-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_12377/shard-bmg-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231>)
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-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>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136>)
· igt@kms_chamelium_frames@hdmi-crc-fast:
o shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_chamelium_frames@hdmi-crc-fast.html> (Intel XE#2252<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_chamelium_frames@hdmi-crc-fast.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>)
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_chamelium_frames@hdmi-crc-fast.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_chamelium_frames@hdmi-crc-fast.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@lic-type-1:
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@kms_content_protection@lic-type-1.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_content_protection@lic-type-1.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_fbcon_fbt@fbc:
o shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-4/igt@kms_fbcon_fbt@fbc.html> (Intel XE#1695<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1695>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_fbcon_fbt@fbc.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231>)
· igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render:
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2351<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) +1 other test skip
· igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render:
o shard-bmg: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render.html> (Intel XE#877<https://gitlab.freedesktop.org/drm/xe/kernel/issues/877>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render.html> (Intel XE#2333<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333>)
· igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc:
o shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-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_12377/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231>) +1 other test skip
· igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-move:
o shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-move.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-move.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231>) +1 other test skip
· igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2351<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
· igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc:
o shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231>) +1 other test skip
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136>)
· igt@kms_hdr@brightness-with-hdr:
o shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html> (Intel XE#3374<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374> / Intel XE#3544<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-1/igt@kms_hdr@brightness-with-hdr.html> (Intel XE#3544<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544>)
· igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
o shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-8/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html> (Intel XE#3007<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007>)
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.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>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.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_psr2_sf@psr2-plane-move-sf-dmg-area:
o shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-3/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231>)
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136>)
· igt@kms_psr@psr2-sprite-render:
o shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@kms_psr@psr2-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>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@kms_psr@psr2-sprite-render.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136> / Intel XE#2231<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231>)
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_psr@psr2-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>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_psr@psr2-sprite-render.html> (Intel XE#2136<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136>)
· igt@kms_tiled_display@basic-test-pattern:
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern.html> (Intel XE#362<https://gitlab.freedesktop.org/drm/xe/kernel/issues/362>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@kms_tiled_display@basic-test-pattern.html> (Intel XE#1729<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729>)
· igt@xe_evict@evict-threads-large:
o shard-bmg: TIMEOUT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/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>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-5/igt@xe_evict@evict-threads-large.html> (Intel XE#1000<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000>)
· igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-mmap:
o shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-bmg-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-mmap.html> (Intel XE#2322<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-bmg-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-mmap.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
· igt@xe_exec_fault_mode@many-userptr:
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-435/igt@xe_exec_fault_mode@many-userptr.html> (Intel XE#288<https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@xe_exec_fault_mode@many-userptr.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +2 other tests skip
· igt@xe_oa@syncs-userptr-wait-cfg:
o shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8174/shard-dg2-466/igt@xe_oa@syncs-userptr-wait-cfg.html> (Intel XE#2541<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541> / Intel XE#3573<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12377/shard-dg2-434/igt@xe_oa@syncs-userptr-wait-cfg.html> (Intel XE#1130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
Build changes
· IGT: IGT_8174 -> IGTPW_12377
· Linux: xe-2424-08bd590935a5258ffd79355c59adffd72fb2c642 -> xe-2425-59c846c00dda72adf1a68bf7e76bdc57039371e3
IGTPW_12377: 12377
IGT_8174: d2004b0623dbccd08502525849b4eef881aa199e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2424-08bd590935a5258ffd79355c59adffd72fb2c642: 08bd590935a5258ffd79355c59adffd72fb2c642
xe-2425-59c846c00dda72adf1a68bf7e76bdc57039371e3: 59c846c00dda72adf1a68bf7e76bdc57039371e3
[-- Attachment #2: Type: text/html, Size: 211241 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
2025-01-02 16:25 [PATCH] tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork Jonathan Cavitt
` (2 preceding siblings ...)
2025-01-02 18:32 ` ✗ Xe.CI.Full: " Patchwork
@ 2025-01-06 17:20 ` Lucas De Marchi
3 siblings, 0 replies; 7+ messages in thread
From: Lucas De Marchi @ 2025-01-06 17:20 UTC (permalink / raw)
To: Jonathan Cavitt
Cc: igt-dev, saurabhg.gupta, alex.zuo, zbigniew.kempczynski,
pravalika.gurram, daniel.stenka
On Thu, Jan 02, 2025 at 04:25:40PM +0000, Jonathan Cavitt wrote:
>An earlier commit prevented the execution of the xe_cork_destroy
>function when the xe_cork is not initialized via xe_cork_create in
>xe_drm_fdinfo. This must also be done with the xe_cork_sync_end
>function in some places.
>
>Fixes: 2feb1d67 ("lib/xe/xe_spin: move the spinner related functions to lib")
>Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3869
>CC: Pravalika Gurram <pravalika.gurram@intel.com>
>CC: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
>CC: Daniel Stenka <daniel.stenka@intel.com>
>Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
and pushed, thanks.
Lucas De Marchi
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-01-06 17:20 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-02 16:25 [PATCH] tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork Jonathan Cavitt
2025-01-02 17:11 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-01-02 17:15 ` ✗ i915.CI.BAT: failure " Patchwork
2025-01-02 17:59 ` Cavitt, Jonathan
2025-01-02 18:32 ` ✗ Xe.CI.Full: " Patchwork
2025-01-02 18:53 ` Cavitt, Jonathan
2025-01-06 17:20 ` [PATCH] " Lucas De Marchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox