* [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
@ 2024-07-30 11:35 Sujaritha Sundaresan
2024-07-30 13:54 ` ✓ CI.xeBAT: success for tests/intel: Add tests to run suspend without display (rev3) Patchwork
` (9 more replies)
0 siblings, 10 replies; 22+ messages in thread
From: Sujaritha Sundaresan @ 2024-07-30 11:35 UTC (permalink / raw)
To: igt-dev; +Cc: Sujaritha Sundaresan, Anshuman Gupta
Add tests to validate basic execution suspend/resume cycle
without display module to rule out display related issues
from the suspend/resume stack.
v2: Add normal reload cycle after running test (Anshuman)
v3: Rebase
Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan@intel.com>
Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com>
---
tests/intel/xe_pm.c | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
index 8b115e2f6..03f742265 100644
--- a/tests/intel/xe_pm.c
+++ b/tests/intel/xe_pm.c
@@ -17,6 +17,7 @@
#include "igt.h"
#include "lib/igt_device.h"
+#include "lib/igt_kmod.h"
#include "lib/igt_pm.h"
#include "lib/igt_sysfs.h"
#include "lib/igt_syncobj.h"
@@ -229,6 +230,10 @@ static void close_fw_handle(int sig)
* Description: suspend/autoresume on %arg[1] state and exec after RPM
* Functionality: pm - %arg[1]
*
+ * SUBTEST: %s-without-display
+ * Description: suspend/autoresume on %arg[1] state without display
+ * Functionality: pm - %arg[1]
+ *
* arg[1]:
*
* @s2idle: s2idle
@@ -681,6 +686,7 @@ igt_main
struct drm_xe_engine_class_instance *hwe;
device_t device;
uint32_t d3cold_allowed;
+ const char *opts;
int sysfs_fd;
const struct s_state {
@@ -757,6 +763,34 @@ igt_main
NO_RPM, 0);
}
+ igt_subtest_f("%s-without-display", s->name) {
+
+ if (!drmModeGetResources(device.fd_xe))
+ return;
+
+ xe_for_each_engine(device.fd_xe, hwe) {
+
+ igt_debug("Reload w/o display\n");
+
+ igt_kmsg(KMSG_INFO "Unloading Xe\n");
+ igt_assert_eq(igt_xe_driver_unload(), 0);
+
+ igt_kmsg(KMSG_INFO "Re-loading Xe without display\n");
+ igt_assert_eq(igt_xe_driver_load("enable_display=0"), 0);
+
+ test_exec(device, hwe, 1, 2, s->state,
+ NO_RPM, 0);
+
+ igt_debug("Reload as normal\n");
+
+ igt_kmsg(KMSG_INFO "Unloading Xe\n");
+ igt_assert_eq(igt_xe_driver_unload(), 0);
+
+ igt_kmsg(KMSG_INFO "Re-loading Xe\n");
+ igt_assert_eq(igt_xe_driver_load(opts), 0);
+ }
+ }
+
for (const struct vm_op *op = vm_op; op->name; op++) {
igt_subtest_f("%s-vm-bind-%s", s->name, op->name) {
xe_for_each_engine(device.fd_xe, hwe)
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread
* ✓ CI.xeBAT: success for tests/intel: Add tests to run suspend without display (rev3)
2024-07-30 11:35 [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Sujaritha Sundaresan
@ 2024-07-30 13:54 ` Patchwork
2024-07-30 14:08 ` ✗ Fi.CI.BAT: failure " Patchwork
` (8 subsequent siblings)
9 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-07-30 13:54 UTC (permalink / raw)
To: Sujaritha Sundaresan; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2926 bytes --]
== Series Details ==
Series: tests/intel: Add tests to run suspend without display (rev3)
URL : https://patchwork.freedesktop.org/series/130239/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7942_BAT -> XEIGTPW_11493_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (7 -> 7)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_11493_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@xe_intel_bb@blit-simple:
- {bat-lnl-2}: [DMESG-WARN][1] ([Intel XE#1705]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/bat-lnl-2/igt@xe_intel_bb@blit-simple.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/bat-lnl-2/igt@xe_intel_bb@blit-simple.html
#### Warnings ####
* igt@core_hotunplug@unbind-rebind:
- bat-bmg-1: [ABORT][3] ([Intel XE#2418]) -> [ABORT][4] ([Intel XE#2418] / [Intel XE#2421])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/bat-bmg-1/igt@core_hotunplug@unbind-rebind.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/bat-bmg-1/igt@core_hotunplug@unbind-rebind.html
- bat-adlp-7: [ABORT][5] ([Intel XE#2418]) -> [ABORT][6] ([Intel XE#2418] / [Intel XE#2421])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/bat-adlp-7/igt@core_hotunplug@unbind-rebind.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/bat-adlp-7/igt@core_hotunplug@unbind-rebind.html
- bat-lnl-1: [ABORT][7] ([Intel XE#2418]) -> [ABORT][8] ([Intel XE#2418] / [Intel XE#2421])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/bat-lnl-1/igt@core_hotunplug@unbind-rebind.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/bat-lnl-1/igt@core_hotunplug@unbind-rebind.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1705
[Intel XE#2418]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2418
[Intel XE#2421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2421
Build changes
-------------
* IGT: IGT_7942 -> IGTPW_11493
* Linux: xe-1684-3a93d4a1f4872fbdfe43e9b7f1a7dfd9236a642d -> xe-1690-277a79bf0ef669d9b96f6787906f4e5edb827a33
IGTPW_11493: 11493
IGT_7942: 0f02dc176959e6296866b1bafd3982e277a5e44b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1684-3a93d4a1f4872fbdfe43e9b7f1a7dfd9236a642d: 3a93d4a1f4872fbdfe43e9b7f1a7dfd9236a642d
xe-1690-277a79bf0ef669d9b96f6787906f4e5edb827a33: 277a79bf0ef669d9b96f6787906f4e5edb827a33
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/index.html
[-- Attachment #2: Type: text/html, Size: 4026 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* ✗ Fi.CI.BAT: failure for tests/intel: Add tests to run suspend without display (rev3)
2024-07-30 11:35 [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Sujaritha Sundaresan
2024-07-30 13:54 ` ✓ CI.xeBAT: success for tests/intel: Add tests to run suspend without display (rev3) Patchwork
@ 2024-07-30 14:08 ` Patchwork
2024-08-01 6:52 ` Sundaresan, Sujaritha
2024-07-30 15:12 ` ✗ CI.xeFULL: " Patchwork
` (7 subsequent siblings)
9 siblings, 1 reply; 22+ messages in thread
From: Patchwork @ 2024-07-30 14:08 UTC (permalink / raw)
To: Sujaritha Sundaresan; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 12851 bytes --]
== Series Details ==
Series: tests/intel: Add tests to run suspend without display (rev3)
URL : https://patchwork.freedesktop.org/series/130239/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_15155 -> IGTPW_11493
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_11493 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11493, 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_11493/index.html
Participating hosts (37 -> 38)
------------------------------
Additional (5): bat-adlp-9 bat-adlp-6 fi-cfl-8109u bat-dg2-14 bat-dg2-13
Missing (4): fi-glk-j4005 fi-kbl-8809g fi-snb-2520m fi-bsw-n3050
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_11493:
### IGT changes ###
#### Possible regressions ####
* igt@runner@aborted:
- fi-cfl-8109u: NOTRUN -> [FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/fi-cfl-8109u/igt@runner@aborted.html
Known issues
------------
Here are the changes found in IGTPW_11493 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@basic-hwmon:
- bat-adlp-9: NOTRUN -> [SKIP][2] ([i915#9318])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@debugfs_test@basic-hwmon.html
- bat-adlp-6: NOTRUN -> [SKIP][3] ([i915#9318])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@debugfs_test@basic-hwmon.html
* igt@gem_lmem_swapping@basic:
- bat-adlp-9: NOTRUN -> [SKIP][4] ([i915#4613]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@random-engines:
- bat-adlp-6: NOTRUN -> [SKIP][5] ([i915#4613]) +3 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@gem_lmem_swapping@random-engines.html
* igt@gem_mmap@basic:
- bat-dg2-14: NOTRUN -> [SKIP][6] ([i915#4083])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@gem_mmap@basic.html
* igt@gem_render_tiled_blits@basic:
- bat-dg2-14: NOTRUN -> [SKIP][7] ([i915#4079]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@gem_render_tiled_blits@basic.html
* igt@gem_tiled_fence_blits@basic:
- bat-dg2-14: NOTRUN -> [SKIP][8] ([i915#4077]) +2 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@gem_tiled_fence_blits@basic.html
* igt@gem_tiled_pread_basic:
- bat-adlp-6: NOTRUN -> [SKIP][9] ([i915#3282])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@gem_tiled_pread_basic.html
- bat-adlp-9: NOTRUN -> [SKIP][10] ([i915#3282])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@gem_tiled_pread_basic.html
* igt@i915_pm_rps@basic-api:
- bat-adlp-9: NOTRUN -> [SKIP][11] ([i915#6621])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@i915_pm_rps@basic-api.html
- bat-dg2-14: NOTRUN -> [SKIP][12] ([i915#6621])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@i915_pm_rps@basic-api.html
- bat-adlp-6: NOTRUN -> [SKIP][13] ([i915#6621])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@i915_pm_rps@basic-api.html
* igt@i915_selftest@live@hangcheck:
- bat-arls-2: [PASS][14] -> [DMESG-WARN][15] ([i915#11349] / [i915#11378])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15155/bat-arls-2/igt@i915_selftest@live@hangcheck.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-arls-2/igt@i915_selftest@live@hangcheck.html
- bat-mtlp-8: [PASS][16] -> [DMESG-WARN][17] ([i915#11349] / [i915#11378])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15155/bat-mtlp-8/igt@i915_selftest@live@hangcheck.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-mtlp-8/igt@i915_selftest@live@hangcheck.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-14: NOTRUN -> [SKIP][18] ([i915#5190])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-x-tiled-legacy:
- bat-dg2-14: NOTRUN -> [SKIP][19] ([i915#4212]) +7 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_addfb_basic@basic-x-tiled-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg2-14: NOTRUN -> [SKIP][20] ([i915#4215] / [i915#5190])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_chamelium_hpd@dp-hpd-fast:
- bat-dg2-13: NOTRUN -> [SKIP][21] ([Intel XE#484]) +2 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-13/igt@kms_chamelium_hpd@dp-hpd-fast.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- bat-dg2-13: NOTRUN -> [SKIP][22] ([Intel XE#484] / [i915#4550]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-13/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- bat-adlp-9: NOTRUN -> [SKIP][23] ([i915#4103]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-dg2-14: NOTRUN -> [SKIP][24] ([i915#4103] / [i915#4213]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
- bat-adlp-6: NOTRUN -> [SKIP][25] ([i915#4103]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-dg2-14: NOTRUN -> [SKIP][26] ([i915#3555] / [i915#3840])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_dsc@dsc-basic.html
- bat-adlp-6: NOTRUN -> [SKIP][27] ([i915#3555] / [i915#3840])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@kms_dsc@dsc-basic.html
- bat-adlp-9: NOTRUN -> [SKIP][28] ([i915#3555] / [i915#3840])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-dg2-14: NOTRUN -> [SKIP][29]
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_force_connector_basic@force-load-detect.html
- bat-adlp-6: NOTRUN -> [SKIP][30]
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@kms_force_connector_basic@force-load-detect.html
- bat-adlp-9: NOTRUN -> [SKIP][31]
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-dg2-14: NOTRUN -> [SKIP][32] ([i915#5274])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_pm_backlight@basic-brightness:
- bat-dg2-14: NOTRUN -> [SKIP][33] ([i915#5354])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_pm_backlight@basic-brightness.html
- bat-adlp-9: NOTRUN -> [SKIP][34] ([i915#9812])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr@psr-sprite-plane-onoff:
- bat-adlp-9: NOTRUN -> [SKIP][35] ([i915#1072] / [i915#9673] / [i915#9732]) +3 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_psr@psr-sprite-plane-onoff.html
- bat-dg2-14: NOTRUN -> [SKIP][36] ([i915#1072] / [i915#9732]) +3 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-adlp-9: NOTRUN -> [SKIP][37] ([i915#3555])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_setmode@basic-clone-single-crtc.html
- bat-dg2-14: NOTRUN -> [SKIP][38] ([i915#3555])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_setmode@basic-clone-single-crtc.html
- bat-adlp-6: NOTRUN -> [SKIP][39] ([i915#3555])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-dg2-14: NOTRUN -> [SKIP][40] ([i915#3708])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- bat-dg2-14: NOTRUN -> [SKIP][41] ([i915#3708] / [i915#4077]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-fence-read:
- bat-adlp-9: NOTRUN -> [SKIP][42] ([i915#3291] / [i915#3708]) +2 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@prime_vgem@basic-fence-read.html
- bat-adlp-6: NOTRUN -> [SKIP][43] ([i915#3291] / [i915#3708]) +2 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-read:
- bat-dg2-14: NOTRUN -> [SKIP][44] ([i915#3291] / [i915#3708]) +2 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@prime_vgem@basic-read.html
[Intel XE#484]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/484
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#11349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349
[i915#11378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11378
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215
[i915#4550]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4550
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318
[i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7942 -> IGTPW_11493
CI-20190529: 20190529
CI_DRM_15155: 277a79bf0ef669d9b96f6787906f4e5edb827a33 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11493: 11493
IGT_7942: 0f02dc176959e6296866b1bafd3982e277a5e44b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/index.html
[-- Attachment #2: Type: text/html, Size: 16192 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* ✗ CI.xeFULL: failure for tests/intel: Add tests to run suspend without display (rev3)
2024-07-30 11:35 [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Sujaritha Sundaresan
2024-07-30 13:54 ` ✓ CI.xeBAT: success for tests/intel: Add tests to run suspend without display (rev3) Patchwork
2024-07-30 14:08 ` ✗ Fi.CI.BAT: failure " Patchwork
@ 2024-07-30 15:12 ` Patchwork
2024-08-01 8:09 ` Sundaresan, Sujaritha
2024-08-01 8:49 ` [PATCH i-g-t,v3] tests/intel: Add tests to run suspend without display Sundaresan, Sujaritha
` (6 subsequent siblings)
9 siblings, 1 reply; 22+ messages in thread
From: Patchwork @ 2024-07-30 15:12 UTC (permalink / raw)
To: Sujaritha Sundaresan; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 148948 bytes --]
== Series Details ==
Series: tests/intel: Add tests to run suspend without display (rev3)
URL : https://patchwork.freedesktop.org/series/130239/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_7942_full -> XEIGTPW_11493_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11493_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11493_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 (3 -> 3)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11493_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_atomic@crtc-invalid-params:
- shard-lnl: [PASS][1] -> [SKIP][2] +46 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_atomic@crtc-invalid-params.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_atomic@crtc-invalid-params.html
* igt@kms_atomic_interruptible@legacy-dpms:
- shard-lnl: NOTRUN -> [SKIP][3] +12 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_atomic_interruptible@legacy-dpms.html
* igt@kms_ccs@bad-aux-stride-y-tiled-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][4] +6 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@bad-aux-stride-y-tiled-ccs.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render:
- shard-dg2-set2: [PASS][5] -> [SKIP][6] +11 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_vrr@flipline:
- shard-lnl: [PASS][7] -> [FAIL][8] +3 other tests fail
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_vrr@flipline.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_vrr@flipline.html
* {igt@xe_pm@s2idle-without-display} (NEW):
- shard-dg2-set2: NOTRUN -> [FAIL][9] +1 other test fail
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@xe_pm@s2idle-without-display.html
- shard-lnl: NOTRUN -> [FAIL][10] +1 other test fail
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_pm@s2idle-without-display.html
#### Warnings ####
* igt@core_hotunplug@hotunbind-rebind:
- shard-lnl: [ABORT][11] ([Intel XE#2421]) -> [SKIP][12]
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@core_hotunplug@hotunbind-rebind.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@core_hotunplug@hotunbind-rebind.html
* igt@kms_bw@linear-tiling-2-displays-3840x2160p:
- shard-lnl: [SKIP][13] ([Intel XE#367]) -> [SKIP][14]
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-4-displays-2560x1440p:
- shard-lnl: [SKIP][15] ([Intel XE#1512]) -> [SKIP][16]
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs:
- shard-dg2-set2: [SKIP][17] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][18] +2 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc:
- shard-dg2-set2: [FAIL][19] ([Intel XE#616]) -> [SKIP][20]
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-lnl: [SKIP][21] ([Intel XE#373]) -> [SKIP][22] +7 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_cursor_crc@cursor-offscreen-32x32:
- shard-lnl: [SKIP][23] ([Intel XE#1424]) -> [SKIP][24] +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_cursor_crc@cursor-offscreen-32x32.html
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_cursor_crc@cursor-offscreen-32x32.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-lnl: [SKIP][25] ([Intel XE#1413]) -> [SKIP][26]
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_cursor_crc@cursor-sliding-512x170.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
- shard-lnl: [SKIP][27] ([Intel XE#309]) -> [SKIP][28] +3 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-lnl: [SKIP][29] ([Intel XE#1421]) -> [SKIP][30] +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_flip@2x-flip-vs-dpms.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_force_connector_basic@force-connector-state:
- shard-lnl: [SKIP][31] ([Intel XE#352]) -> [SKIP][32]
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_force_connector_basic@force-connector-state.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_force_connector_basic@force-connector-state.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: [SKIP][33] ([Intel XE#651]) -> [SKIP][34]
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][35] ([Intel XE#1201]) -> [SKIP][36] +8 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-pgflip-blt:
- shard-dg2-set2: [SKIP][37] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][38] +5 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-pgflip-blt.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2-set2: [SKIP][39] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][40] +9 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_plane_multiple@tiling-y:
- shard-lnl: [SKIP][41] ([Intel XE#599]) -> [SKIP][42] +4 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_plane_multiple@tiling-y.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format:
- shard-lnl: [SKIP][43] ([Intel XE#498]) -> [SKIP][44]
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75:
- shard-lnl: [SKIP][45] ([Intel XE#2318]) -> [SKIP][46] +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html
* igt@kms_psr@pr-cursor-render:
- shard-dg2-set2: [SKIP][47] ([Intel XE#929]) -> [SKIP][48] +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_psr@pr-cursor-render.html
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_psr@pr-cursor-render.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-lnl: [SKIP][49] ([Intel XE#1437]) -> [SKIP][50] +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_scaling_modes@scaling-mode-none:
- shard-lnl: [SKIP][51] ([Intel XE#374] / [Intel XE#599]) -> [SKIP][52]
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@kms_scaling_modes@scaling-mode-none.html
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_scaling_modes@scaling-mode-none.html
* igt@kms_vrr@flip-basic-fastset@pipe-a-edp-1:
- shard-lnl: [FAIL][53] ([Intel XE#2180]) -> [FAIL][54] +1 other test fail
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_vrr@flip-basic-fastset@pipe-a-edp-1.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_vrr@flip-basic-fastset@pipe-a-edp-1.html
* igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
- shard-lnl: [SKIP][55] ([Intel XE#2229]) -> [FAIL][56]
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* {igt@core_getversion@all-cards}:
- shard-dg2-set2: [PASS][57] -> [FAIL][58]
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@core_getversion@all-cards.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@core_getversion@all-cards.html
- shard-lnl: [PASS][59] -> [FAIL][60]
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@core_getversion@all-cards.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@core_getversion@all-cards.html
* {igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p}:
- shard-lnl: [SKIP][61] ([Intel XE#2191]) -> [SKIP][62]
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
* {igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p}:
- shard-lnl: [SKIP][63] ([Intel XE#1512]) -> [SKIP][64]
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html
* {igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p}:
- shard-lnl: NOTRUN -> [SKIP][65]
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html
New tests
---------
New tests have been introduced between XEIGT_7942_full and XEIGTPW_11493_full:
### New IGT tests (3) ###
* igt@xe_pm@s2idle-without-display:
- Statuses : 2 fail(s)
- Exec time: [9.91, 11.26] s
* igt@xe_pm@s3-without-display:
- Statuses : 2 skip(s)
- Exec time: [0.0] s
* igt@xe_pm@s4-without-display:
- Statuses : 2 fail(s)
- Exec time: [9.95, 11.25] s
Known issues
------------
Here are the changes found in XEIGTPW_11493_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@fbdev@write:
- shard-dg2-set2: NOTRUN -> [SKIP][66] ([Intel XE#1201] / [Intel XE#2134]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@fbdev@write.html
* igt@kms_atomic@plane-invalid-params-fence:
- shard-dg2-set2: [PASS][67] -> [SKIP][68] ([Intel XE#1201] / [i915#2575]) +37 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_atomic@plane-invalid-params-fence.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_atomic@plane-invalid-params-fence.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][69] -> [FAIL][70] ([Intel XE#1426]) +1 other test fail
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#1407]) +3 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-90:
- shard-dg2-set2: NOTRUN -> [SKIP][72] ([Intel XE#1201] / [Intel XE#316]) +3 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#1124]) +6 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#1124])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#1124] / [Intel XE#1201]) +6 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_bw@linear-tiling-2-displays-2560x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][76] ([Intel XE#1201] / [Intel XE#367])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
- shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#367])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
* igt@kms_ccs@bad-aux-stride-yf-tiled-ccs@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][78] ([Intel XE#787]) +6 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs@pipe-a-dp-4.html
* igt@kms_ccs@bad-aux-stride-yf-tiled-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][79] ([Intel XE#455] / [Intel XE#787])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc:
- shard-dg2-set2: NOTRUN -> [SKIP][80] ([Intel XE#1201] / [Intel XE#2351]) +3 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#1399]) +2 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][82] ([Intel XE#1201] / [Intel XE#787]) +76 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][83] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +17 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-dg2-set2: NOTRUN -> [SKIP][84] ([Intel XE#1201] / [Intel XE#306])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_frames@hdmi-cmp-planes-random:
- shard-lnl: NOTRUN -> [SKIP][85] ([Intel XE#373]) +3 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_chamelium_frames@hdmi-cmp-planes-random.html
* igt@kms_chamelium_frames@vga-frame-dump:
- shard-dg2-set2: NOTRUN -> [SKIP][86] ([Intel XE#1201] / [Intel XE#373]) +8 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_chamelium_frames@vga-frame-dump.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#1201] / [Intel XE#308]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
- shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#1413]) +1 other test skip
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-sliding-64x21:
- shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#1424])
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_cursor_crc@cursor-sliding-64x21.html
* igt@kms_cursor_edge_walk@256x256-top-edge:
- shard-dg2-set2: [PASS][90] -> [SKIP][91] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_cursor_edge_walk@256x256-top-edge.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_cursor_edge_walk@256x256-top-edge.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#309])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-dg2-set2: NOTRUN -> [SKIP][93] ([Intel XE#1201] / [Intel XE#323]) +1 other test skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@torture-move@pipe-a:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][94] ([Intel XE#877]) +1 other test dmesg-warn
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_cursor_legacy@torture-move@pipe-a.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][95] ([Intel XE#1201] / [i915#3804])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
* igt@kms_fbcon_fbt@psr:
- shard-dg2-set2: NOTRUN -> [SKIP][96] ([Intel XE#1201] / [Intel XE#776])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_fbcon_fbt@psr.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-lnl: NOTRUN -> [SKIP][97] ([Intel XE#1421])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a6-dp4:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][98] ([Intel XE#2019]) +1 other test dmesg-warn
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a6-dp4.html
* igt@kms_flip@busy-flip:
- shard-dg2-set2: NOTRUN -> [SKIP][99] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) +2 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_flip@busy-flip.html
* igt@kms_flip@flip-vs-absolute-wf_vblank:
- shard-lnl: [PASS][100] -> [FAIL][101] ([Intel XE#886]) +1 other test fail
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_flip@flip-vs-absolute-wf_vblank.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-edp1:
- shard-lnl: [PASS][102] -> [INCOMPLETE][103] ([Intel XE#2049]) +1 other test incomplete
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][104] ([Intel XE#1397]) +1 other test skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling:
- shard-dg2-set2: [PASS][105] -> [SKIP][106] ([Intel XE#2351]) +2 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-dg2-set2: NOTRUN -> [SKIP][108] ([Intel XE#455]) +3 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][109] ([Intel XE#1401]) +1 other test skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][110] ([Intel XE#1201] / [Intel XE#651]) +20 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt:
- shard-dg2-set2: [PASS][111] -> [SKIP][112] ([Intel XE#1201] / [Intel XE#2351]) +1 other test skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen:
- shard-lnl: NOTRUN -> [SKIP][113] ([Intel XE#2351]) +14 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
- shard-dg2-set2: [PASS][114] -> [SKIP][115] ([Intel XE#1201]) +16 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
- shard-lnl: NOTRUN -> [SKIP][116] ([Intel XE#656]) +17 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-msflip-blt:
- shard-lnl: NOTRUN -> [SKIP][117] ([Intel XE#651]) +6 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#651]) +1 other test skip
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][119] ([Intel XE#1201]) +16 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][120] ([Intel XE#1201] / [Intel XE#653]) +19 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
- shard-lnl: [PASS][121] -> [SKIP][122] ([Intel XE#2351]) +44 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html
* igt@kms_hdmi_inject@inject-audio:
- shard-dg2-set2: NOTRUN -> [SKIP][123] ([i915#2575]) +4 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@bpc-switch:
- shard-lnl: [PASS][124] -> [SKIP][125] ([Intel XE#2423]) +17 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_hdr@bpc-switch.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_hdr@bpc-switch.html
* igt@kms_invalid_mode@bad-htotal:
- shard-dg2-set2: NOTRUN -> [SKIP][126] ([Intel XE#1201] / [i915#2575]) +8 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_invalid_mode@bad-htotal.html
* igt@kms_lease@multimaster-lease:
- shard-dg2-set2: [PASS][127] -> [SKIP][128] ([Intel XE#2423] / [i915#2575]) +7 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_lease@multimaster-lease.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_lease@multimaster-lease.html
* igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
- shard-dg2-set2: NOTRUN -> [SKIP][129] ([Intel XE#2423] / [i915#2575]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-dg2-set2: [PASS][130] -> [DMESG-WARN][131] ([Intel XE#1162])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_pipe_crc_basic@suspend-read-crc.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-4:
- shard-dg2-set2: [PASS][132] -> [DMESG-WARN][133] ([Intel XE#2019])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-4.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-4.html
* igt@kms_plane@plane-position-covered:
- shard-lnl: [PASS][134] -> [DMESG-FAIL][135] ([Intel XE#324])
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_plane@plane-position-covered.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-5/igt@kms_plane@plane-position-covered.html
* igt@kms_plane_lowres@tiling-x@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][136] ([Intel XE#599]) +4 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_plane_lowres@tiling-x@pipe-b-edp-1.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers:
- shard-dg2-set2: [PASS][137] -> [SKIP][138] ([i915#2575]) +14 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling:
- shard-dg2-set2: NOTRUN -> [SKIP][139] ([Intel XE#2318] / [Intel XE#455])
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][140] ([Intel XE#2318]) +2 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-dg2-set2: NOTRUN -> [SKIP][141] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) +1 other test skip
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][142] ([Intel XE#2318]) +11 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-edp-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][143] ([Intel XE#1201] / [Intel XE#2318]) +5 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-6.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][144] ([Intel XE#1201] / [Intel XE#455]) +7 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-6.html
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][145] ([Intel XE#1201] / [Intel XE#1489]) +1 other test skip
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg2-set2: NOTRUN -> [SKIP][146] ([Intel XE#1122] / [Intel XE#1201])
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_psr2_su@page_flip-p010.html
- shard-lnl: NOTRUN -> [SKIP][147] ([Intel XE#1128])
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-5/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-psr2-sprite-plane-move:
- shard-dg2-set2: NOTRUN -> [SKIP][148] ([Intel XE#929]) +2 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_psr@fbc-psr2-sprite-plane-move.html
* igt@kms_psr@fbc-psr2-suspend:
- shard-lnl: [PASS][149] -> [FAIL][150] ([Intel XE#2028]) +1 other test fail
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_psr@fbc-psr2-suspend.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-1/igt@kms_psr@fbc-psr2-suspend.html
* igt@kms_psr@pr-cursor-plane-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][151] ([Intel XE#1201] / [Intel XE#929]) +13 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_psr@pr-cursor-plane-onoff.html
* igt@kms_psr@pr-primary-blt:
- shard-lnl: NOTRUN -> [SKIP][152] ([Intel XE#1406]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-5/igt@kms_psr@pr-primary-blt.html
* igt@kms_rmfb@close-fd@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [FAIL][153] ([Intel XE#294])
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_rmfb@close-fd@pipe-a-edp-1.html
* igt@kms_rmfb@close-fd@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [FAIL][154] ([Intel XE#294]) +1 other test fail
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_rmfb@close-fd@pipe-b-dp-4.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
- shard-lnl: [PASS][155] -> [FAIL][156] ([Intel XE#899]) +1 other test fail
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
* igt@kms_vblank@ts-continuation-dpms-suspend:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][157] ([Intel XE#1551]) +1 other test dmesg-warn
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_vblank@ts-continuation-dpms-suspend.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][158] ([Intel XE#2019] / [Intel XE#2226]) +1 other test dmesg-warn
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_vblank@ts-continuation-suspend.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-dg2-set2: NOTRUN -> [SKIP][159] ([Intel XE#1201] / [Intel XE#756])
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@xe_copy_basic@mem-copy-linear-0xfffe:
- shard-dg2-set2: NOTRUN -> [SKIP][160] ([Intel XE#1123] / [Intel XE#1201])
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_copy_basic@mem-copy-linear-0xfffe.html
* igt@xe_copy_basic@mem-set-linear-0xfffe:
- shard-dg2-set2: NOTRUN -> [SKIP][161] ([Intel XE#1126] / [Intel XE#1201])
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0xfffe.html
* igt@xe_evict@evict-beng-cm-threads-large:
- shard-dg2-set2: NOTRUN -> [TIMEOUT][162] ([Intel XE#1473] / [Intel XE#392])
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_evict@evict-beng-cm-threads-large.html
* igt@xe_evict@evict-beng-large-external-cm:
- shard-lnl: NOTRUN -> [SKIP][163] ([Intel XE#688]) +6 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-5/igt@xe_evict@evict-beng-large-external-cm.html
* igt@xe_evict@evict-beng-large-multi-vm-cm:
- shard-dg2-set2: NOTRUN -> [FAIL][164] ([Intel XE#1600])
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@xe_evict@evict-beng-large-multi-vm-cm.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-dg2-set2: NOTRUN -> [TIMEOUT][165] ([Intel XE#1473])
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-threads-large:
- shard-dg2-set2: [PASS][166] -> [TIMEOUT][167] ([Intel XE#1473] / [Intel XE#392])
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@xe_evict@evict-threads-large.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@xe_evict@evict-threads-large.html
* igt@xe_exec_balancer@many-execqueues-virtual-rebind:
- shard-dg2-set2: [PASS][168] -> [SKIP][169] ([Intel XE#1130]) +35 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_exec_balancer@many-execqueues-virtual-rebind.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_exec_balancer@many-execqueues-virtual-rebind.html
* igt@xe_exec_balancer@once-parallel-rebind:
- shard-dg2-set2: [PASS][170] -> [SKIP][171] ([Intel XE#1130] / [Intel XE#1201]) +67 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_exec_balancer@once-parallel-rebind.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_exec_balancer@once-parallel-rebind.html
* igt@xe_exec_balancer@twice-cm-virtual-userptr-invalidate-race:
- shard-lnl: [PASS][172] -> [SKIP][173] ([Intel XE#1130]) +125 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@xe_exec_balancer@twice-cm-virtual-userptr-invalidate-race.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_exec_balancer@twice-cm-virtual-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][174] ([Intel XE#1392]) +5 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_compute_mode@many-execqueues-bindexecqueue-rebind:
- shard-dg2-set2: [PASS][175] -> [FAIL][176] ([Intel XE#1069])
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_exec_compute_mode@many-execqueues-bindexecqueue-rebind.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_exec_compute_mode@many-execqueues-bindexecqueue-rebind.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-prefetch:
- shard-dg2-set2: NOTRUN -> [SKIP][177] ([Intel XE#288])
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-prefetch.html
* igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-prefetch:
- shard-dg2-set2: NOTRUN -> [SKIP][178] ([Intel XE#1201] / [Intel XE#288]) +18 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-prefetch.html
* igt@xe_gt_freq@throttle_basic_api:
- shard-dg2-set2: NOTRUN -> [SKIP][179] ([Intel XE#1130]) +10 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_gt_freq@throttle_basic_api.html
* igt@xe_huc_copy@huc_copy:
- shard-dg2-set2: NOTRUN -> [SKIP][180] ([Intel XE#1201] / [Intel XE#255])
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@xe_huc_copy@huc_copy.html
* igt@xe_intel_bb@simple-bb:
- shard-dg2-set2: NOTRUN -> [SKIP][181] ([Intel XE#1130] / [Intel XE#1201]) +20 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_intel_bb@simple-bb.html
- shard-lnl: NOTRUN -> [SKIP][182] ([Intel XE#1130]) +18 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@xe_intel_bb@simple-bb.html
* igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
- shard-dg2-set2: NOTRUN -> [SKIP][183] ([Intel XE#1201] / [Intel XE#2229] / [Intel XE#455])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- shard-dg2-set2: NOTRUN -> [SKIP][184] ([Intel XE#1201] / [Intel XE#2229])
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_live_ktest@xe_dma_buf:
- shard-lnl: [PASS][185] -> [FAIL][186] ([Intel XE#2420]) +1 other test fail
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@xe_live_ktest@xe_dma_buf.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_live_ktest@xe_dma_buf.html
* igt@xe_live_ktest@xe_migrate:
- shard-lnl: NOTRUN -> [SKIP][187] ([Intel XE#1192])
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_live_ktest@xe_migrate.html
* igt@xe_module_load@force-load:
- shard-dg2-set2: NOTRUN -> [SKIP][188] ([Intel XE#1201] / [Intel XE#378])
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_module_load@force-load.html
* igt@xe_module_load@unload:
- shard-dg2-set2: [PASS][189] -> [DMESG-WARN][190] ([Intel XE#1551] / [Intel XE#2019])
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_module_load@unload.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@xe_module_load@unload.html
* igt@xe_pat@display-vs-wb-transient:
- shard-dg2-set2: NOTRUN -> [SKIP][191] ([Intel XE#1201] / [Intel XE#1337])
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_pat@display-vs-wb-transient.html
* igt@xe_pat@pat-index-xelpg:
- shard-dg2-set2: NOTRUN -> [SKIP][192] ([Intel XE#1201] / [Intel XE#979])
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@xe_pat@pat-index-xelpg.html
- shard-lnl: NOTRUN -> [SKIP][193] ([Intel XE#979])
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@xe_pat@pat-index-xelpg.html
* igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p:
- shard-dg2-set2: NOTRUN -> [FAIL][194] ([Intel XE#1173])
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p.html
* igt@xe_pm@s2idle-exec-after:
- shard-lnl: NOTRUN -> [FAIL][195] ([Intel XE#1924] / [Intel XE#2028])
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-1/igt@xe_pm@s2idle-exec-after.html
* igt@xe_pm@s3-vm-bind-userptr:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][196] ([Intel XE#1551] / [Intel XE#569]) +1 other test dmesg-warn
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_pm@s3-vm-bind-userptr.html
- shard-lnl: NOTRUN -> [SKIP][197] ([Intel XE#584])
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@xe_pm@s3-vm-bind-userptr.html
* igt@xe_pm@s4-basic-exec:
- shard-lnl: NOTRUN -> [ABORT][198] ([Intel XE#1358] / [Intel XE#1794])
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@xe_pm@s4-basic-exec.html
* igt@xe_pm@s4-mocs:
- shard-dg2-set2: [PASS][199] -> [DMESG-WARN][200] ([Intel XE#2280])
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@xe_pm@s4-mocs.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_pm@s4-mocs.html
* igt@xe_query@multigpu-query-engines:
- shard-dg2-set2: NOTRUN -> [SKIP][201] ([Intel XE#1201] / [Intel XE#944]) +2 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_query@multigpu-query-engines.html
* igt@xe_query@multigpu-query-uc-fw-version-huc:
- shard-lnl: NOTRUN -> [SKIP][202] ([Intel XE#944]) +2 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@xe_query@multigpu-query-uc-fw-version-huc.html
#### Possible fixes ####
* igt@fbdev@pan:
- shard-lnl: [SKIP][203] -> [PASS][204] +2 other tests pass
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@fbdev@pan.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-1/igt@fbdev@pan.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-lnl: [FAIL][205] ([Intel XE#1659]) -> [PASS][206]
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: [SKIP][207] ([Intel XE#1201]) -> [PASS][208] +24 other tests pass
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html
* igt@kms_flip@flip-vs-rmfb:
- shard-lnl: [SKIP][209] ([Intel XE#2423]) -> [PASS][210] +31 other tests pass
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_flip@flip-vs-rmfb.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_flip@flip-vs-rmfb.html
* igt@kms_flip@flip-vs-wf_vblank-interruptible:
- shard-lnl: [SKIP][211] ([Intel XE#2366]) -> [PASS][212] +2 other tests pass
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_flip@flip-vs-wf_vblank-interruptible.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-1/igt@kms_flip@flip-vs-wf_vblank-interruptible.html
* igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw:
- shard-lnl: [SKIP][213] ([Intel XE#2351]) -> [PASS][214] +21 other tests pass
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html
* igt@kms_hdr@bpc-switch-suspend@pipe-a-edp-1:
- shard-lnl: [FAIL][215] ([Intel XE#2028]) -> [PASS][216] +1 other test pass
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_hdr@bpc-switch-suspend@pipe-a-edp-1.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_hdr@bpc-switch-suspend@pipe-a-edp-1.html
* igt@kms_plane@plane-position-hole:
- shard-lnl: [DMESG-FAIL][217] ([Intel XE#324]) -> [PASS][218] +1 other test pass
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_plane@plane-position-hole.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_plane@plane-position-hole.html
* {igt@kms_plane@plane-position-hole@pipe-b-plane-4}:
- shard-lnl: [DMESG-WARN][219] ([Intel XE#324]) -> [PASS][220]
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_plane@plane-position-hole@pipe-b-plane-4.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_plane@plane-position-hole@pipe-b-plane-4.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-lnl: [INCOMPLETE][221] -> [PASS][222]
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_pm_backlight@fade-with-suspend.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_rotation_crc@sprite-rotation-180:
- shard-dg2-set2: [SKIP][223] ([Intel XE#1201] / [i915#2575]) -> [PASS][224] +43 other tests pass
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_rotation_crc@sprite-rotation-180.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_rotation_crc@sprite-rotation-180.html
* igt@xe_exec_basic@multigpu-no-exec-basic:
- shard-dg2-set2: [SKIP][225] ([Intel XE#1130] / [Intel XE#1201]) -> [PASS][226] +63 other tests pass
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_exec_basic@multigpu-no-exec-basic.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_exec_basic@multigpu-no-exec-basic.html
* igt@xe_exec_threads@threads-userptr-rebind-err:
- shard-lnl: [SKIP][227] ([Intel XE#1130]) -> [PASS][228] +71 other tests pass
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@xe_exec_threads@threads-userptr-rebind-err.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@xe_exec_threads@threads-userptr-rebind-err.html
* igt@xe_gt_freq@freq_reset_multiple:
- shard-lnl: [INCOMPLETE][229] ([Intel XE#1620] / [Intel XE#1760]) -> [PASS][230]
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@xe_gt_freq@freq_reset_multiple.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@xe_gt_freq@freq_reset_multiple.html
* igt@xe_pm@s2idle-basic:
- shard-lnl: [FAIL][231] ([Intel XE#1924] / [Intel XE#2028]) -> [PASS][232]
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@xe_pm@s2idle-basic.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@xe_pm@s2idle-basic.html
* igt@xe_pm@s3-vm-bind-unbind-all:
- shard-dg2-set2: [DMESG-WARN][233] ([Intel XE#1162] / [Intel XE#1941]) -> [PASS][234]
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@xe_pm@s3-vm-bind-unbind-all.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@xe_pm@s3-vm-bind-unbind-all.html
* igt@xe_pm@s4-multiple-execs:
- shard-lnl: [ABORT][235] ([Intel XE#1358] / [Intel XE#1794]) -> [PASS][236]
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@xe_pm@s4-multiple-execs.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-1/igt@xe_pm@s4-multiple-execs.html
* igt@xe_pm@s4-vm-bind-prefetch:
- shard-dg2-set2: [DMESG-WARN][237] ([Intel XE#2019]) -> [PASS][238]
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_pm@s4-vm-bind-prefetch.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_pm@s4-vm-bind-prefetch.html
#### Warnings ####
* igt@core_hotunplug@hotunbind-rebind:
- shard-dg2-set2: [ABORT][239] ([Intel XE#2421]) -> [SKIP][240] ([Intel XE#1201])
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@core_hotunplug@hotunbind-rebind.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@core_hotunplug@hotunbind-rebind.html
* igt@core_hotunplug@unbind-rebind:
- shard-dg2-set2: [ABORT][241] ([Intel XE#2421]) -> [SKIP][242] ([Intel XE#1885])
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@core_hotunplug@unbind-rebind.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@core_hotunplug@unbind-rebind.html
- shard-lnl: [ABORT][243] ([Intel XE#2421]) -> [SKIP][244] ([Intel XE#1885])
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@core_hotunplug@unbind-rebind.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@core_hotunplug@unbind-rebind.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-dg2-set2: [SKIP][245] ([Intel XE#623]) -> [SKIP][246] ([Intel XE#1201] / [Intel XE#623])
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-270:
- shard-dg2-set2: [SKIP][247] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][248] ([Intel XE#1201])
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
- shard-lnl: [SKIP][249] ([Intel XE#1407]) -> [SKIP][250] ([Intel XE#2351]) +1 other test skip
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-dg2-set2: [SKIP][251] ([Intel XE#316]) -> [SKIP][252] ([Intel XE#1201] / [Intel XE#316]) +3 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-dg2-set2: [SKIP][253] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][254] ([Intel XE#1201] / [Intel XE#2351])
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_big_fb@linear-16bpp-rotate-90.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@linear-64bpp-rotate-0:
- shard-lnl: [DMESG-WARN][255] ([Intel XE#1725]) -> [SKIP][256] ([Intel XE#2351])
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_big_fb@linear-64bpp-rotate-0.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_big_fb@linear-64bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg2-set2: [SKIP][257] ([Intel XE#1201]) -> [SKIP][258] ([Intel XE#1201] / [Intel XE#316]) +2 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
- shard-lnl: [SKIP][259] ([Intel XE#2351]) -> [SKIP][260] ([Intel XE#1407]) +2 other tests skip
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-dg2-set2: [DMESG-WARN][261] -> [SKIP][262] ([Intel XE#1201] / [Intel XE#2351])
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-dg2-set2: [SKIP][263] ([Intel XE#1201]) -> [SKIP][264] ([Intel XE#1201] / [Intel XE#619])
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_big_fb@y-tiled-addfb.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_big_fb@y-tiled-addfb.html
- shard-lnl: [SKIP][265] ([Intel XE#2351]) -> [SKIP][266] ([Intel XE#1467])
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_big_fb@y-tiled-addfb.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2-set2: [SKIP][267] ([Intel XE#1201] / [Intel XE#610]) -> [SKIP][268] ([Intel XE#1201])
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
- shard-lnl: [SKIP][269] ([Intel XE#1428]) -> [SKIP][270] ([Intel XE#2351])
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-lnl: [SKIP][271] ([Intel XE#1124]) -> [SKIP][272] ([Intel XE#2351]) +6 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
- shard-dg2-set2: [SKIP][273] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][274] ([Intel XE#2351])
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-dg2-set2: [SKIP][275] ([Intel XE#1124]) -> [SKIP][276] ([Intel XE#1201] / [Intel XE#2351])
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-dg2-set2: [SKIP][277] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][278] ([Intel XE#1124]) +2 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-lnl: [SKIP][279] ([Intel XE#2351]) -> [SKIP][280] ([Intel XE#1124]) +4 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-dg2-set2: [SKIP][281] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][282] ([Intel XE#1201] / [Intel XE#2351])
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-90:
- shard-dg2-set2: [SKIP][283] ([Intel XE#1201]) -> [SKIP][284] ([Intel XE#1124] / [Intel XE#1201]) +4 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
- shard-dg2-set2: [SKIP][285] ([Intel XE#1124]) -> [SKIP][286] ([Intel XE#1124] / [Intel XE#1201]) +3 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg2-set2: [SKIP][287] ([Intel XE#1201] / [Intel XE#619]) -> [SKIP][288] ([Intel XE#1201])
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_big_fb@yf-tiled-addfb.html
- shard-lnl: [SKIP][289] ([Intel XE#1467]) -> [SKIP][290] ([Intel XE#2351])
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_big_fb@yf-tiled-addfb.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-dg2-set2: [SKIP][291] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][292] ([Intel XE#1201]) +2 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_joiner@invalid-modeset:
- shard-dg2-set2: [SKIP][293] ([Intel XE#1201]) -> [SKIP][294] ([Intel XE#1201] / [Intel XE#346])
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_big_joiner@invalid-modeset.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_big_joiner@invalid-modeset.html
- shard-lnl: [SKIP][295] ([Intel XE#2351]) -> [SKIP][296] ([Intel XE#346])
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_big_joiner@invalid-modeset.html
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_bw@linear-tiling-1-displays-1920x1080p:
- shard-dg2-set2: [SKIP][297] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][298] ([i915#2575])
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-1-displays-3840x2160p:
- shard-dg2-set2: [SKIP][299] ([Intel XE#367]) -> [SKIP][300] ([Intel XE#1201] / [Intel XE#367]) +1 other test skip
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-2-displays-3840x2160p:
- shard-dg2-set2: [SKIP][301] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][302] ([Intel XE#1201] / [i915#2575]) +2 other tests skip
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-3-displays-2160x1440p:
- shard-lnl: [SKIP][303] ([Intel XE#367]) -> [SKIP][304] ([Intel XE#2423])
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-4-displays-2160x1440p:
- shard-dg2-set2: [SKIP][305] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][306] ([Intel XE#367])
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html
* igt@kms_ccs@bad-aux-stride-yf-tiled-ccs:
- shard-dg2-set2: [SKIP][307] ([Intel XE#1201]) -> [SKIP][308] ([Intel XE#455] / [Intel XE#787])
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][309] ([Intel XE#787]) -> [SKIP][310] ([Intel XE#1201] / [Intel XE#787]) +62 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs:
- shard-lnl: [SKIP][311] ([Intel XE#2351]) -> [SKIP][312] ([Intel XE#1399]) +9 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: [SKIP][313] ([Intel XE#1399]) -> [SKIP][314] ([Intel XE#2351]) +13 other tests skip
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs:
- shard-dg2-set2: [SKIP][315] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][316] ([Intel XE#455] / [Intel XE#787]) +9 other tests skip
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4:
- shard-dg2-set2: [SKIP][317] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][318] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +17 other tests skip
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4:
- shard-dg2-set2: [SKIP][319] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][320] ([Intel XE#787]) +34 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4.html
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc:
- shard-dg2-set2: [SKIP][321] ([Intel XE#1201]) -> [SKIP][322] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +3 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc.html
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc:
- shard-dg2-set2: [SKIP][323] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][324] ([Intel XE#1201]) +3 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs:
- shard-dg2-set2: [SKIP][325] ([Intel XE#1252]) -> [SKIP][326] ([Intel XE#1201] / [Intel XE#1252])
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs.html
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg2-set2: [SKIP][327] ([Intel XE#1201]) -> [SKIP][328] ([Intel XE#1201] / [Intel XE#314])
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_cdclk@mode-transition-all-outputs.html
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_cdclk@mode-transition-all-outputs.html
- shard-lnl: [SKIP][329] ([Intel XE#2351]) -> [SKIP][330] ([Intel XE#314])
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_cdclk@mode-transition-all-outputs.html
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@mode-transition@pipe-c-dp-4:
- shard-dg2-set2: [SKIP][331] ([Intel XE#1201] / [Intel XE#314]) -> [SKIP][332] ([Intel XE#314]) +3 other tests skip
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_cdclk@mode-transition@pipe-c-dp-4.html
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_cdclk@mode-transition@pipe-c-dp-4.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-dg2-set2: [SKIP][333] ([Intel XE#306]) -> [SKIP][334] ([Intel XE#1201] / [Intel XE#306])
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_chamelium_color@ctm-0-50.html
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-dg2-set2: [SKIP][335] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][336] ([Intel XE#2423] / [i915#2575])
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_chamelium_color@ctm-limited-range.html
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_chamelium_color@ctm-limited-range.html
- shard-lnl: [SKIP][337] ([Intel XE#306]) -> [SKIP][338] ([Intel XE#2423])
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_chamelium_color@ctm-limited-range.html
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_color@ctm-max:
- shard-dg2-set2: [SKIP][339] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][340] ([Intel XE#306])
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_chamelium_color@ctm-max.html
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_chamelium_color@ctm-max.html
* igt@kms_chamelium_edid@dp-edid-resolution-list:
- shard-dg2-set2: [SKIP][341] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][342] ([Intel XE#1201] / [i915#2575]) +2 other tests skip
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_chamelium_edid@dp-edid-resolution-list.html
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_chamelium_edid@dp-edid-resolution-list.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k:
- shard-dg2-set2: [SKIP][343] ([Intel XE#1201] / [i915#2575]) -> [SKIP][344] ([Intel XE#1201] / [Intel XE#373]) +3 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-dg2-set2: [SKIP][345] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][346] ([Intel XE#2423] / [i915#2575])
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_chamelium_frames@dp-crc-fast.html
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_chamelium_frames@dp-crc-fast.html
- shard-lnl: [SKIP][347] ([Intel XE#373]) -> [SKIP][348] ([Intel XE#2423])
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_chamelium_frames@dp-crc-fast.html
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-dg2-set2: [SKIP][349] ([Intel XE#373]) -> [SKIP][350] ([Intel XE#1201] / [i915#2575]) +1 other test skip
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_chamelium_frames@hdmi-crc-fast.html
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_chamelium_frames@hdmi-crc-single:
- shard-lnl: [SKIP][351] ([Intel XE#2423]) -> [SKIP][352] ([Intel XE#373]) +4 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_chamelium_frames@hdmi-crc-single.html
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_chamelium_frames@hdmi-crc-single.html
* igt@kms_chamelium_hpd@dp-hpd-after-hibernate:
- shard-dg2-set2: [SKIP][353] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][354] ([Intel XE#373]) +4 other tests skip
[353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_chamelium_hpd@dp-hpd-after-hibernate.html
[354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_chamelium_hpd@dp-hpd-after-hibernate.html
* igt@kms_chamelium_hpd@dp-hpd-storm-disable:
- shard-dg2-set2: [SKIP][355] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][356] ([i915#2575])
[355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html
[356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html
* igt@kms_chamelium_hpd@vga-hpd:
- shard-dg2-set2: [SKIP][357] ([Intel XE#373]) -> [SKIP][358] ([Intel XE#1201] / [Intel XE#373]) +4 other tests skip
[357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_chamelium_hpd@vga-hpd.html
[358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_chamelium_hpd@vga-hpd.html
* igt@kms_chamelium_hpd@vga-hpd-after-hibernate:
- shard-dg2-set2: [SKIP][359] ([Intel XE#373]) -> [SKIP][360] ([i915#2575])
[359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_chamelium_hpd@vga-hpd-after-hibernate.html
[360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_chamelium_hpd@vga-hpd-after-hibernate.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2-set2: [SKIP][361] ([Intel XE#1201] / [i915#2575]) -> [SKIP][362] ([Intel XE#1201] / [Intel XE#307])
[361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_content_protection@dp-mst-lic-type-0.html
[362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_content_protection@dp-mst-lic-type-0.html
- shard-lnl: [SKIP][363] ([Intel XE#2423]) -> [SKIP][364] ([Intel XE#307])
[363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_content_protection@dp-mst-lic-type-0.html
[364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-5/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2-set2: [FAIL][365] ([Intel XE#1204]) -> [SKIP][366] ([Intel XE#1201] / [i915#2575])
[365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_content_protection@lic-type-0.html
[366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@srm:
- shard-dg2-set2: [FAIL][367] ([Intel XE#1178]) -> [SKIP][368] ([Intel XE#1201] / [i915#2575]) +1 other test skip
[367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_content_protection@srm.html
[368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-dg2-set2: [SKIP][369] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][370] ([Intel XE#455]) +3 other tests skip
[369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_content_protection@type1.html
[370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-dg2-set2: [FAIL][371] ([Intel XE#1188]) -> [SKIP][372] ([Intel XE#1201] / [i915#2575])
[371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_content_protection@uevent.html
[372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-32x32:
- shard-dg2-set2: [SKIP][373] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][374] ([i915#2575])
[373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_cursor_crc@cursor-offscreen-32x32.html
[374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_cursor_crc@cursor-offscreen-32x32.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-dg2-set2: [SKIP][375] ([Intel XE#1201] / [i915#2575]) -> [SKIP][376] ([Intel XE#1201] / [Intel XE#308]) +1 other test skip
[375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_cursor_crc@cursor-offscreen-512x512.html
[376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_cursor_crc@cursor-offscreen-512x512.html
- shard-lnl: [SKIP][377] ([Intel XE#2423]) -> [SKIP][378] ([Intel XE#1413]) +1 other test skip
[377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_cursor_crc@cursor-offscreen-512x512.html
[378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-dg2-set2: [SKIP][379] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][380] ([Intel XE#308])
[379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_cursor_crc@cursor-onscreen-512x170.html
[380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-128x42:
- shard-lnl: [SKIP][381] ([Intel XE#2423]) -> [SKIP][382] ([Intel XE#1424]) +1 other test skip
[381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html
[382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-dg2-set2: [SKIP][383] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][384] ([Intel XE#1201] / [i915#2575])
[383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_cursor_crc@cursor-sliding-512x170.html
[384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg2-set2: [SKIP][385] ([Intel XE#308]) -> [SKIP][386] ([Intel XE#1201] / [Intel XE#308])
[385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_cursor_crc@cursor-sliding-512x512.html
[386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_crc@cursor-sliding-64x64:
- shard-dg2-set2: [SKIP][387] ([Intel XE#1201] / [i915#2575]) -> [SKIP][388] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) +2 other tests skip
[387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_cursor_crc@cursor-sliding-64x64.html
[388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-64x64.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic:
- shard-lnl: [SKIP][389] ([Intel XE#309]) -> [SKIP][390] ([Intel XE#2423])
[389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
[390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-lnl: [SKIP][391] ([Intel XE#2423]) -> [SKIP][392] ([Intel XE#323]) +1 other test skip
[391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-lnl: [SKIP][393] ([Intel XE#2423]) -> [SKIP][394] ([Intel XE#309]) +2 other tests skip
[393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
[394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-dg2-set2: [SKIP][395] ([Intel XE#1201] / [i915#2575]) -> [SKIP][396] ([Intel XE#323])
[395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
[396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-dg2-set2: [SKIP][397] ([Intel XE#1201] / [Intel XE#323]) -> [SKIP][398] ([Intel XE#1201] / [i915#2575])
[397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
[398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
- shard-lnl: [SKIP][399] ([Intel XE#323]) -> [SKIP][400] ([Intel XE#2423])
[399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
[400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-dg2-set2: [SKIP][401] ([Intel XE#1201]) -> [SKIP][402] ([Intel XE#2351])
[401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
[402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-lnl: [SKIP][403] ([Intel XE#599]) -> [SKIP][404] ([Intel XE#2351])
[403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_dsc@dsc-with-output-formats.html
[404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2-set2: [SKIP][405] ([Intel XE#1201] / [i915#2575]) -> [SKIP][406] ([Intel XE#1138] / [Intel XE#1201])
[405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_feature_discovery@display-4x.html
[406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_feature_discovery@display-4x.html
- shard-lnl: [SKIP][407] ([Intel XE#2423]) -> [SKIP][408] ([Intel XE#1138])
[407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_feature_discovery@display-4x.html
[408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@psr1:
- shard-dg2-set2: [SKIP][409] ([Intel XE#1201] / [i915#2575]) -> [SKIP][410] ([Intel XE#1135] / [Intel XE#1201])
[409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_feature_discovery@psr1.html
[410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-lnl: [SKIP][411] ([Intel XE#2423]) -> [SKIP][412] ([Intel XE#1421]) +1 other test skip
[411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
[412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-dg2-set2: [SKIP][413] ([Intel XE#1201] / [i915#2575]) -> [SKIP][414] ([Intel XE#2423] / [i915#2575]) +2 other tests skip
[413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
[414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
- shard-dg2-set2: [SKIP][415] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][416] ([Intel XE#1201]) +3 other tests skip
[415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
[416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
- shard-lnl: [SKIP][417] ([Intel XE#1401] / [Intel XE#1745]) -> [SKIP][418] ([Intel XE#2351]) +3 other tests skip
[417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
[418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:
- shard-lnl: [SKIP][419] ([Intel XE#2351]) -> [SKIP][420] ([Intel XE#1397] / [Intel XE#1745]) +1 other test skip
[419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html
[420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling:
- shard-lnl: [SKIP][421] ([Intel XE#1397] / [Intel XE#1745]) -> [SKIP][422] ([Intel XE#2351])
[421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
[422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-dg2-set2: [SKIP][423] ([Intel XE#455]) -> [SKIP][424] ([Intel XE#1201] / [Intel XE#455]) +15 other tests skip
[423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
[424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_force_connector_basic@force-edid:
- shard-lnl: [SKIP][425] ([Intel XE#2423]) -> [SKIP][426] ([Intel XE#352])
[425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_force_connector_basic@force-edid.html
[426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_force_connector_basic@force-edid.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt:
- shard-lnl: [SKIP][427] ([Intel XE#2351]) -> [SKIP][428] ([Intel XE#651]) +6 other tests skip
[427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt.html
[428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-1p-rte:
- shard-dg2-set2: [SKIP][429] ([Intel XE#651]) -> [SKIP][430] ([Intel XE#1201] / [Intel XE#2351])
[429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-1p-rte.html
[430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-1p-rte.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: [SKIP][431] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][432] ([Intel XE#651]) +10 other tests skip
[431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
[432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-dg2-set2: [SKIP][433] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][434] ([Intel XE#1201]) +9 other tests skip
[433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render.html
[434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-plflip-blt:
- shard-lnl: [SKIP][435] ([Intel XE#656]) -> [SKIP][436] ([Intel XE#2351]) +35 other tests skip
[435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-plflip-blt.html
[436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render:
- shard-lnl: [SKIP][437] ([Intel XE#2351]) -> [SKIP][438] ([Intel XE#656]) +20 other tests skip
[437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render.html
[438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-slowdraw:
- shard-dg2-set2: [SKIP][439] ([Intel XE#1201]) -> [SKIP][440] ([Intel XE#651]) +1 other test skip
[439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-slowdraw.html
[440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-slowdraw.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-dg2-set2: [SKIP][441] ([Intel XE#1201] / [Intel XE#658]) -> [SKIP][442] ([Intel XE#658])
[441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
[442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-fullscreen:
- shard-dg2-set2: [SKIP][443] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][444] ([Intel XE#2351])
[443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-fullscreen.html
[444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][445] ([Intel XE#651]) -> [SKIP][446] ([Intel XE#1201]) +1 other test skip
[445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
[446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt:
- shard-dg2-set2: [SKIP][447] ([Intel XE#1201]) -> [SKIP][448] ([Intel XE#1201] / [Intel XE#651]) +9 other tests skip
[447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt.html
[448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt:
- shard-lnl: [SKIP][449] ([Intel XE#651]) -> [SKIP][450] ([Intel XE#2351]) +9 other tests skip
[449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html
[450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html
- shard-dg2-set2: [SKIP][451] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][452] ([Intel XE#1201] / [Intel XE#2351])
[451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html
[452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear:
- shard-dg2-set2: [SKIP][453] ([Intel XE#651]) -> [SKIP][454] ([Intel XE#1201] / [Intel XE#651]) +13 other tests skip
[453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html
[454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-pgflip-blt:
- shard-dg2-set2: [SKIP][455] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][456] ([Intel XE#653]) +8 other tests skip
[455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-pgflip-blt.html
[456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
- shard-dg2-set2: [SKIP][457] ([Intel XE#653]) -> [SKIP][458] ([Intel XE#1201]) +1 other test skip
[457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
[458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt:
- shard-dg2-set2: [SKIP][459] ([Intel XE#1201]) -> [SKIP][460] ([Intel XE#1201] / [Intel XE#653]) +13 other tests skip
[459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html
[460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][461] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][462] ([Intel XE#1201] / [Intel XE#2351]) +1 other test skip
[461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
[462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][463] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][464] ([Intel XE#1201]) +9 other tests skip
[463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
[464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2-set2: [SKIP][465] ([Intel XE#658]) -> [SKIP][466] ([Intel XE#1201] / [Intel XE#658])
[465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
[466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-dg2-set2: [SKIP][467] ([Intel XE#1201]) -> [SKIP][468] ([Intel XE#1201] / [Intel XE#455])
[467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
[468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-dg2-set2: [SKIP][469] ([Intel XE#1158] / [Intel XE#1201]) -> [SKIP][470] ([Intel XE#1201])
[469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
[470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt:
- shard-dg2-set2: [SKIP][471] ([Intel XE#653]) -> [SKIP][472] ([Intel XE#1201] / [Intel XE#653]) +15 other tests skip
[471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html
[472]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][473] ([Intel XE#1201]) -> [SKIP][474] ([Intel XE#1201] / [Intel XE#2351]) +1 other test skip
[473]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc.html
[474]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render:
- shard-dg2-set2: [SKIP][475] ([Intel XE#653]) -> [SKIP][476] ([Intel XE#2351])
[475]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render.html
[476]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-lnl: [SKIP][477] ([Intel XE#2423]) -> [SKIP][478] ([Intel XE#605])
[477]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_getfb@getfb-reject-ccs.html
[478]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_getfb@getfb-reject-ccs.html
- shard-dg2-set2: [SKIP][479] ([Intel XE#1201] / [i915#2575]) -> [SKIP][480] ([Intel XE#1201] / [Intel XE#605])
[479]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_getfb@getfb-reject-ccs.html
[480]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdmi_inject@inject-4k:
- shard-lnl: [SKIP][481] ([Intel XE#1470]) -> [SKIP][482] ([Intel XE#2423])
[481]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_hdmi_inject@inject-4k.html
[482]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_hdmi_inject@inject-4k.html
* igt@kms_hdr@static-toggle:
- shard-lnl: [SKIP][483] ([Intel XE#599]) -> [SKIP][484] ([Intel XE#2423])
[483]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@kms_hdr@static-toggle.html
[484]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_hdr@static-toggle.html
* igt@kms_panel_fitting@legacy:
- shard-dg2-set2: [SKIP][485] ([Intel XE#1201] / [i915#2575]) -> [SKIP][486] ([Intel XE#1201] / [Intel XE#455]) +1 other test skip
[485]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_panel_fitting@legacy.html
[486]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_panel_fitting@legacy.html
* igt@kms_plane_cursor@primary:
- shard-dg2-set2: [FAIL][487] ([Intel XE#616]) -> [SKIP][488] ([i915#2575])
[487]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_plane_cursor@primary.html
[488]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_plane_cursor@primary.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2-set2: [SKIP][489] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][490] ([Intel XE#1201] / [i915#2575]) +3 other tests skip
[489]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_plane_multiple@tiling-y.html
[490]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_multiple@tiling-yf:
- shard-lnl: [SKIP][491] ([Intel XE#2423]) -> [SKIP][492] ([Intel XE#599]) +1 other test skip
[491]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_plane_multiple@tiling-yf.html
[492]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation:
- shard-dg2-set2: [SKIP][493] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) -> [SKIP][494] ([Intel XE#1201] / [i915#2575]) +1 other test skip
[493]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html
[494]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25:
- shard-dg2-set2: [SKIP][495] ([Intel XE#2318] / [Intel XE#455]) -> [SKIP][496] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455])
[495]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
[496]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][497] ([Intel XE#2318]) -> [SKIP][498] ([Intel XE#1201] / [Intel XE#2318]) +2 other tests skip
[497]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6.html
[498]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
- shard-lnl: [SKIP][499] ([Intel XE#2318]) -> [SKIP][500] ([Intel XE#2423])
[499]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html
[500]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html
* igt@kms_pm_backlight@fade:
- shard-dg2-set2: [SKIP][501] ([Intel XE#870]) -> [SKIP][502] ([Intel XE#1201] / [Intel XE#870])
[501]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_pm_backlight@fade.html
[502]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_pm_backlight@fade.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-dg2-set2: [SKIP][503] ([Intel XE#1201] / [Intel XE#870]) -> [SKIP][504] ([Intel XE#1201])
[503]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_pm_backlight@fade-with-dpms.html
[504]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2-set2: [SKIP][505] ([Intel XE#1201]) -> [SKIP][506] ([Intel XE#1122] / [Intel XE#1201])
[505]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_pm_dc@dc3co-vpb-simulation.html
[506]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_pm_dc@dc3co-vpb-simulation.html
- shard-lnl: [SKIP][507] ([Intel XE#2351]) -> [SKIP][508] ([Intel XE#736])
[507]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_pm_dc@dc3co-vpb-simulation.html
[508]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc5-dpms-negative:
- shard-lnl: [SKIP][509] ([Intel XE#2351]) -> [SKIP][510] ([Intel XE#1131])
[509]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_pm_dc@dc5-dpms-negative.html
[510]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_pm_dc@dc5-dpms-negative.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2-set2: [SKIP][511] ([Intel XE#1129] / [Intel XE#1201]) -> [SKIP][512] ([Intel XE#1129])
[511]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_pm_dc@dc6-psr.html
[512]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_pm_dc@dc6-psr.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf:
- shard-dg2-set2: [SKIP][513] ([Intel XE#1201]) -> [SKIP][514] ([Intel XE#1201] / [Intel XE#1489]) +2 other tests skip
[513]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html
[514]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf:
- shard-dg2-set2: [SKIP][515] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][516] ([Intel XE#1489]) +1 other test skip
[515]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html
[516]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area:
- shard-dg2-set2: [SKIP][517] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][518] ([Intel XE#1201]) +2 other tests skip
[517]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area.html
[518]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-sf:
- shard-dg2-set2: [SKIP][519] ([Intel XE#1489]) -> [SKIP][520] ([Intel XE#1201] / [Intel XE#1489]) +2 other tests skip
[519]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
[520]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-dg2-set2: [SKIP][521] ([Intel XE#1122] / [Intel XE#1201]) -> [SKIP][522] ([Intel XE#1201])
[521]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_psr2_su@page_flip-nv12.html
[522]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_psr2_su@page_flip-nv12.html
- shard-lnl: [SKIP][523] ([Intel XE#1128]) -> [SKIP][524] ([Intel XE#2351])
[523]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_psr2_su@page_flip-nv12.html
[524]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@fbc-pr-cursor-plane-move:
- shard-dg2-set2: [SKIP][525] ([Intel XE#1201]) -> [SKIP][526] ([Intel XE#1201] / [Intel XE#929]) +3 other tests skip
[525]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_psr@fbc-pr-cursor-plane-move.html
[526]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_psr@fbc-pr-cursor-plane-move.html
- shard-lnl: [SKIP][527] ([Intel XE#2351]) -> [SKIP][528] ([Intel XE#1406]) +2 other tests skip
[527]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_psr@fbc-pr-cursor-plane-move.html
[528]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_psr@fbc-pr-cursor-plane-move.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-dg2-set2: [SKIP][529] ([Intel XE#929]) -> [SKIP][530] ([Intel XE#1201] / [Intel XE#929]) +6 other tests skip
[529]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_psr@fbc-psr2-primary-blt.html
[530]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@fbc-psr2-sprite-blt:
- shard-dg2-set2: [SKIP][531] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][532] ([Intel XE#929]) +1 other test skip
[531]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_psr@fbc-psr2-sprite-blt.html
[532]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_psr@fbc-psr2-sprite-blt.html
* igt@kms_psr@pr-cursor-render:
- shard-lnl: [SKIP][533] ([Intel XE#1406]) -> [SKIP][534] ([Intel XE#2351])
[533]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_psr@pr-cursor-render.html
[534]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_psr@pr-cursor-render.html
* igt@kms_psr@psr2-sprite-plane-move:
- shard-dg2-set2: [SKIP][535] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][536] ([Intel XE#1201]) +4 other tests skip
[535]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_psr@psr2-sprite-plane-move.html
[536]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_psr@psr2-sprite-plane-move.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-dg2-set2: [SKIP][537] ([Intel XE#1201]) -> [SKIP][538] ([Intel XE#1149] / [Intel XE#1201])
[537]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
[538]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rmfb@close-fd:
- shard-dg2-set2: [SKIP][539] ([Intel XE#1201] / [i915#2575]) -> [FAIL][540] ([Intel XE#294])
[539]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_rmfb@close-fd.html
[540]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_rmfb@close-fd.html
- shard-lnl: [SKIP][541] ([Intel XE#2423]) -> [FAIL][542] ([Intel XE#294])
[541]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_rmfb@close-fd.html
[542]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_rmfb@close-fd.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2-set2: [SKIP][543] ([Intel XE#1201] / [i915#2575]) -> [SKIP][544] ([Intel XE#1201] / [Intel XE#327])
[543]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_rotation_crc@bad-tiling.html
[544]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_rotation_crc@bad-tiling.html
- shard-lnl: [SKIP][545] ([Intel XE#2423]) -> [SKIP][546] ([Intel XE#1437])
[545]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_rotation_crc@bad-tiling.html
[546]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-dg2-set2: [SKIP][547] ([Intel XE#327]) -> [SKIP][548] ([Intel XE#1201] / [Intel XE#327]) +1 other test skip
[547]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[548]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-lnl: [SKIP][549] ([Intel XE#2423]) -> [SKIP][550] ([Intel XE#1127])
[549]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
[550]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
- shard-dg2-set2: [SKIP][551] ([Intel XE#1201] / [i915#2575]) -> [SKIP][552] ([Intel XE#1127] / [Intel XE#1201])
[551]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
[552]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2-set2: [SKIP][553] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][554] ([Intel XE#1201] / [i915#2575]) +1 other test skip
[553]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[554]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-dg2-set2: [SKIP][555] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][556] ([Intel XE#327])
[555]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-270.html
[556]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-lnl: [SKIP][557] ([Intel XE#2423]) -> [SKIP][558] ([Intel XE#1435])
[557]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
[558]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2-set2: [FAIL][559] ([Intel XE#1729]) -> [SKIP][560] ([Intel XE#1201] / [Intel XE#362])
[559]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_tiled_display@basic-test-pattern.html
[560]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_writeback@writeback-check-output:
- shard-dg2-set2: [SKIP][561] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][562] ([Intel XE#756])
[561]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_writeback@writeback-check-output.html
[562]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-lnl: [SKIP][563] ([Intel XE#2423]) -> [SKIP][564] ([Intel XE#756])
[563]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_writeback@writeback-check-output-xrgb2101010.html
[564]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@kms_writeback@writeback-fb-id:
- shard-dg2-set2: [SKIP][565] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][566] ([i915#2575])
[565]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_writeback@writeback-fb-id.html
[566]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg2-set2: [SKIP][567] ([Intel XE#756]) -> [SKIP][568] ([Intel XE#2423] / [i915#2575])
[567]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_writeback@writeback-invalid-parameters.html
[568]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_writeback@writeback-invalid-parameters.html
- shard-lnl: [SKIP][569] ([Intel XE#756]) -> [SKIP][570] ([Intel XE#2423])
[569]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_writeback@writeback-invalid-parameters.html
[570]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_writeback@writeback-invalid-parameters.html
* igt@xe_compute@ccs-mode-compute-kernel:
- shard-dg2-set2: [SKIP][571] ([Intel XE#1130] / [Intel XE#1201]) -> [FAIL][572] ([Intel XE#1050])
[571]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_compute@ccs-mode-compute-kernel.html
[572]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@xe_compute@ccs-mode-compute-kernel.html
- shard-lnl: [SKIP][573] ([Intel XE#1130]) -> [SKIP][574] ([Intel XE#1447])
[573]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@xe_compute@ccs-mode-compute-kernel.html
[574]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_compute@ccs-mode-compute-kernel.html
* igt@xe_compute_preempt@compute-preempt:
- shard-dg2-set2: [SKIP][575] ([Intel XE#1280] / [Intel XE#455]) -> [SKIP][576] ([Intel XE#1130] / [Intel XE#1201])
[575]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_compute_preempt@compute-preempt.html
[576]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_compute_preempt@compute-preempt.html
* igt@xe_copy_basic@mem-copy-linear-0x3fff:
- shard-dg2-set2: [SKIP][577] ([Intel XE#1123] / [Intel XE#1201]) -> [SKIP][578] ([Intel XE#1123])
[577]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
[578]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
* igt@xe_copy_basic@mem-set-linear-0x3fff:
- shard-dg2-set2: [SKIP][579] ([Intel XE#1126] / [Intel XE#1201]) -> [SKIP][580] ([Intel XE#1130])
[579]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_copy_basic@mem-set-linear-0x3fff.html
[580]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0x3fff.html
* igt@xe_copy_basic@mem-set-linear-0xfd:
- shard-dg2-set2: [SKIP][581] ([Intel XE#1126] / [Intel XE#1201]) -> [SKIP][582] ([Intel XE#1126])
[581]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@xe_copy_basic@mem-set-linear-0xfd.html
[582]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0xfd.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-lnl: [SKIP][583] ([Intel XE#688]) -> [SKIP][584] ([Intel XE#1130]) +8 other tests skip
[583]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[584]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-cm-threads-large:
- shard-dg2-set2: [INCOMPLETE][585] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392]) -> [SKIP][586] ([Intel XE#1130])
[585]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@xe_evict@evict-cm-threads-large.html
[586]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_evict@evict-cm-threads-large.html
* igt@xe_evict@evict-mixed-many-threads-large:
- shard-dg2-set2: [TIMEOUT][587] ([Intel XE#1041] / [Intel XE#1473] / [Intel XE#392]) -> [SKIP][588] ([Intel XE#1130])
[587]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_evict@evict-mixed-many-threads-large.html
[588]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_evict@evict-mixed-many-threads-large.html
* igt@xe_evict@evict-mixed-threads-large:
- shard-dg2-set2: [INCOMPLETE][589] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392]) -> [TIMEOUT][590] ([Intel XE#1473] / [Intel XE#392])
[589]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_evict@evict-mixed-threads-large.html
[590]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@xe_evict@evict-mixed-threads-large.html
* igt@xe_evict@evict-small-external-cm:
- shard-dg2-set2: [SKIP][591] ([Intel XE#1130] / [Intel XE#1201]) -> [DMESG-FAIL][592] ([Intel XE#1069])
[591]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_evict@evict-small-external-cm.html
[592]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_evict@evict-small-external-cm.html
* igt@xe_evict@evict-threads-small-multi-vm:
- shard-lnl: [SKIP][593] ([Intel XE#1130]) -> [SKIP][594] ([Intel XE#688]) +4 other tests skip
[593]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@xe_evict@evict-threads-small-multi-vm.html
[594]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@xe_evict@evict-threads-small-multi-vm.html
* igt@xe_exec_basic@multigpu-no-exec-basic:
- shard-lnl: [SKIP][595] ([Intel XE#1130]) -> [SKIP][596] ([Intel XE#1392]) +3 other tests skip
[595]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@xe_exec_basic@multigpu-no-exec-basic.html
[596]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@xe_exec_basic@multigpu-no-exec-basic.html
* igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind:
- shard-lnl: [SKIP][597] ([Intel XE#1392]) -> [SKIP][598] ([Intel XE#1130]) +5 other tests skip
[597]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind.html
[598]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind.html
* igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate:
- shard-dg2-set2: [SKIP][599] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][600] ([Intel XE#1130]) +6 other tests skip
[599]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate.html
[600]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-imm:
- shard-dg2-set2: [SKIP][601] ([Intel XE#288]) -> [SKIP][602] ([Intel XE#1130]) +2 other tests skip
[601]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-imm.html
[602]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-imm.html
* igt@xe_exec_fault_mode@once-basic:
- shard-dg2-set2: [SKIP][603] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][604] ([Intel XE#1130] / [Intel XE#1201]) +10 other tests skip
[603]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_exec_fault_mode@once-basic.html
[604]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_exec_fault_mode@once-basic.html
* igt@xe_exec_fault_mode@once-bindexecqueue-rebind:
- shard-dg2-set2: [SKIP][605] ([Intel XE#288]) -> [SKIP][606] ([Intel XE#1130] / [Intel XE#1201]) +1 other test skip
[605]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_exec_fault_mode@once-bindexecqueue-rebind.html
[606]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@xe_exec_fault_mode@once-bindexecqueue-rebind.html
* igt@xe_exec_fault_mode@once-invalid-userptr-fault:
- shard-dg2-set2: [SKIP][607] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][608] ([Intel XE#1201] / [Intel XE#288]) +10 other tests skip
[607]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html
[608]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html
* igt@xe_exec_fault_mode@once-userptr-invalidate-race-imm:
- shard-dg2-set2: [SKIP][609] ([Intel XE#288]) -> [SKIP][610] ([Intel XE#1201] / [Intel XE#288]) +9 other tests skip
[609]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_exec_fault_mode@once-userptr-invalidate-race-imm.html
[610]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_exec_fault_mode@once-userptr-invalidate-race-imm.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-rebind:
- shard-dg2-set2: [SKIP][611] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][612] ([Intel XE#288]) +5 other tests skip
[611]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_exec_fault_mode@twice-bindexecqueue-rebind.html
[612]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_exec_fault_mode@twice-bindexecqueue-rebind.html
* igt@xe_live_ktest@xe_bo:
- shard-dg2-set2: [SKIP][613] ([Intel XE#1192] / [Intel XE#1201]) -> [SKIP][614] ([Intel XE#1201] / [Intel XE#455])
[613]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_live_ktest@xe_bo.html
[614]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_live_ktest@xe_bo.html
* igt@xe_module_load@many-reload:
- shard-dg2-set2: [DMESG-FAIL][615] -> [FAIL][616] ([Intel XE#2136])
[615]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_module_load@many-reload.html
[616]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_module_load@many-reload.html
* igt@xe_module_load@reload:
- shard-dg2-set2: [DMESG-FAIL][617] ([Intel XE#2019]) -> [FAIL][618] ([Intel XE#2136])
[617]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_module_load@reload.html
[618]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_module_load@reload.html
* igt@xe_module_load@reload-no-display:
- shard-dg2-set2: [FAIL][619] ([Intel XE#1204]) -> [FAIL][620] ([Intel XE#1204] / [Intel XE#2136])
[619]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@xe_module_load@reload-no-display.html
[620]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_module_load@reload-no-display.html
* igt@xe_pat@pat-index-xehpc:
- shard-dg2-set2: [SKIP][621] ([Intel XE#1201] / [Intel XE#979]) -> [SKIP][622] ([Intel XE#979])
[621]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_pat@pat-index-xehpc.html
[622]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_pat@pat-index-xehpc.html
* igt@xe_peer2peer@write:
- shard-dg2-set2: [SKIP][623] ([Intel XE#1061] / [Intel XE#1201]) -> [FAIL][624] ([Intel XE#1173])
[623]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_peer2peer@write.html
[624]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_peer2peer@write.html
* igt@xe_pm@d3cold-basic-exec:
- shard-lnl: [SKIP][625] ([Intel XE#1130]) -> [SKIP][626] ([Intel XE#2284] / [Intel XE#366])
[625]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@xe_pm@d3cold-basic-exec.html
[626]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@xe_pm@d3cold-basic-exec.html
* igt@xe_pm@s3-basic:
- shard-lnl: [SKIP][627] ([Intel XE#1130]) -> [SKIP][628] ([Intel XE#584])
[627]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@xe_pm@s3-basic.html
[628]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-5/igt@xe_pm@s3-basic.html
* igt@xe_pm@s3-exec-after:
- shard-lnl: [SKIP][629] ([Intel XE#584]) -> [SKIP][630] ([Intel XE#1130])
[629]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@xe_pm@s3-exec-after.html
[630]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_pm@s3-exec-after.html
* igt@xe_pm@vram-d3cold-threshold:
- shard-dg2-set2: [SKIP][631] ([Intel XE#1201] / [Intel XE#579]) -> [SKIP][632] ([Intel XE#1130] / [Intel XE#1201])
[631]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@xe_pm@vram-d3cold-threshold.html
[632]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_pm@vram-d3cold-threshold.html
- shard-lnl: [SKIP][633] ([Intel XE#579]) -> [SKIP][634] ([Intel XE#1130])
[633]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@xe_pm@vram-d3cold-threshold.html
[634]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@xe_pm@vram-d3cold-threshold.html
* igt@xe_query@multigpu-query-config:
- shard-dg2-set2: [SKIP][635] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][636] ([Intel XE#1201] / [Intel XE#944]) +1 other test skip
[635]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_query@multigpu-query-config.html
[636]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_query@multigpu-query-config.html
* igt@xe_query@multigpu-query-hwconfig:
- shard-dg2-set2: [SKIP][637] ([Intel XE#944]) -> [SKIP][638] ([Intel XE#1201] / [Intel XE#944])
[637]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_query@multigpu-query-hwconfig.html
[638]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@xe_query@multigpu-query-hwconfig.html
* igt@xe_query@multigpu-query-invalid-cs-cycles:
- shard-dg2-set2: [SKIP][639] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][640] ([Intel XE#1130] / [Intel XE#1201])
[639]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_query@multigpu-query-invalid-cs-cycles.html
[640]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_query@multigpu-query-invalid-cs-cycles.html
- shard-lnl: [SKIP][641] ([Intel XE#944]) -> [SKIP][642] ([Intel XE#1130]) +2 other tests skip
[641]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@xe_query@multigpu-query-invalid-cs-cycles.html
[642]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@xe_query@multigpu-query-invalid-cs-cycles.html
* igt@xe_query@multigpu-query-invalid-size:
- shard-lnl: [SKIP][643] ([Intel XE#1130]) -> [SKIP][644] ([Intel XE#944]) +1 other test skip
[643]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@xe_query@multigpu-query-invalid-size.html
[644]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@xe_query@multigpu-query-invalid-size.html
* igt@xe_query@multigpu-query-mem-usage:
- shard-dg2-set2: [SKIP][645] ([Intel XE#944]) -> [SKIP][646] ([Intel XE#1130])
[645]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_query@multigpu-query-mem-usage.html
[646]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_query@multigpu-query-mem-usage.html
* igt@xe_vm@large-split-binds-268435456:
- shard-dg2-set2: [SKIP][647] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][648] ([Intel XE#1130]) +6 other tests skip
[647]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_vm@large-split-binds-268435456.html
[648]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_vm@large-split-binds-268435456.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1041]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1041
[Intel XE#1050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1050
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[Intel XE#1069]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1069
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
[Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131
[Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1149
[Intel XE#1158]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158
[Intel XE#1162]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1162
[Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201
[Intel XE#1204]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1204
[Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[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#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399
[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#1413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413
[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#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426
[Intel XE#1428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1428
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437
[Intel XE#1447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447
[Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1551]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551
[Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600
[Intel XE#1620]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1620
[Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659
[Intel XE#1725]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1725
[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#1760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#1885]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885
[Intel XE#1924]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1924
[Intel XE#1941]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1941
[Intel XE#2019]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019
[Intel XE#2028]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2028
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2180]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2180
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2226]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2226
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2280
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318
[Intel XE#2343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2343
[Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2366
[Intel XE#2419]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2419
[Intel XE#2420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2420
[Intel XE#2421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2421
[Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423
[Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/294
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324
[Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/374
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#498]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/498
[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#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619
[Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#736]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/736
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
Build changes
-------------
* IGT: IGT_7942 -> IGTPW_11493
* Linux: xe-1684-3a93d4a1f4872fbdfe43e9b7f1a7dfd9236a642d -> xe-1690-277a79bf0ef669d9b96f6787906f4e5edb827a33
IGTPW_11493: 11493
IGT_7942: 0f02dc176959e6296866b1bafd3982e277a5e44b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1684-3a93d4a1f4872fbdfe43e9b7f1a7dfd9236a642d: 3a93d4a1f4872fbdfe43e9b7f1a7dfd9236a642d
xe-1690-277a79bf0ef669d9b96f6787906f4e5edb827a33: 277a79bf0ef669d9b96f6787906f4e5edb827a33
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/index.html
[-- Attachment #2: Type: text/html, Size: 203961 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: ✗ Fi.CI.BAT: failure for tests/intel: Add tests to run suspend without display (rev3)
2024-07-30 14:08 ` ✗ Fi.CI.BAT: failure " Patchwork
@ 2024-08-01 6:52 ` Sundaresan, Sujaritha
2024-08-01 8:12 ` Saarinen, Jani
0 siblings, 1 reply; 22+ messages in thread
From: Sundaresan, Sujaritha @ 2024-08-01 6:52 UTC (permalink / raw)
To: igt-dev
[-- Attachment #1: Type: text/plain, Size: 15373 bytes --]
These failures are not related to the test changes added.
Thanks,
Suja
On 7/30/2024 7:38 PM, Patchwork wrote:
> Project List - Patchwork *Patch Details*
> *Series:* tests/intel: Add tests to run suspend without display (rev3)
> *URL:* https://patchwork.freedesktop.org/series/130239/
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/index.html
>
>
> CI Bug Log - changes from CI_DRM_15155 -> IGTPW_11493
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_11493 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_11493, 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_11493/index.html
>
>
> Participating hosts (37 -> 38)
>
> Additional (5): bat-adlp-9 bat-adlp-6 fi-cfl-8109u bat-dg2-14 bat-dg2-13
> Missing (4): fi-glk-j4005 fi-kbl-8809g fi-snb-2520m fi-bsw-n3050
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in IGTPW_11493:
>
>
> IGT changes
>
>
> Possible regressions
>
> * igt@runner@aborted:
> o fi-cfl-8109u: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/fi-cfl-8109u/igt@runner@aborted.html>
>
>
> Known issues
>
> Here are the changes found in IGTPW_11493 that come from known issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@debugfs_test@basic-hwmon:
>
> o bat-adlp-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@debugfs_test@basic-hwmon.html>
> (i915#9318
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318>)
> o bat-adlp-6: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@debugfs_test@basic-hwmon.html>
> (i915#9318
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318>)
> *
>
> igt@gem_lmem_swapping@basic:
>
> o bat-adlp-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@gem_lmem_swapping@basic.html>
> (i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>)
> +3 other tests skip
> *
>
> igt@gem_lmem_swapping@random-engines:
>
> o bat-adlp-6: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@gem_lmem_swapping@random-engines.html>
> (i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>)
> +3 other tests skip
> *
>
> igt@gem_mmap@basic:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@gem_mmap@basic.html>
> (i915#4083
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>)
> *
>
> igt@gem_render_tiled_blits@basic:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@gem_render_tiled_blits@basic.html>
> (i915#4079
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>)
> +1 other test skip
> *
>
> igt@gem_tiled_fence_blits@basic:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@gem_tiled_fence_blits@basic.html>
> (i915#4077
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>)
> +2 other tests skip
> *
>
> igt@gem_tiled_pread_basic:
>
> o bat-adlp-6: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@gem_tiled_pread_basic.html>
> (i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>)
> o bat-adlp-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@gem_tiled_pread_basic.html>
> (i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>)
> *
>
> igt@i915_pm_rps@basic-api:
>
> o bat-adlp-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@i915_pm_rps@basic-api.html>
> (i915#6621
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>)
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@i915_pm_rps@basic-api.html>
> (i915#6621
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>)
> o bat-adlp-6: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@i915_pm_rps@basic-api.html>
> (i915#6621
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>)
> *
>
> igt@i915_selftest@live@hangcheck:
>
> o bat-arls-2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15155/bat-arls-2/igt@i915_selftest@live@hangcheck.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-arls-2/igt@i915_selftest@live@hangcheck.html>
> (i915#11349
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349>
> / i915#11378
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11378>)
> o bat-mtlp-8: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15155/bat-mtlp-8/igt@i915_selftest@live@hangcheck.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-mtlp-8/igt@i915_selftest@live@hangcheck.html>
> (i915#11349
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349>
> / i915#11378
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11378>)
> *
>
> igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html>
> (i915#5190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>)
> *
>
> igt@kms_addfb_basic@basic-x-tiled-legacy:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_addfb_basic@basic-x-tiled-legacy.html>
> (i915#4212
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>)
> +7 other tests skip
> *
>
> igt@kms_addfb_basic@basic-y-tiled-legacy:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_addfb_basic@basic-y-tiled-legacy.html>
> (i915#4215
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215>
> / i915#5190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>)
> *
>
> igt@kms_chamelium_hpd@dp-hpd-fast:
>
> o bat-dg2-13: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-13/igt@kms_chamelium_hpd@dp-hpd-fast.html>
> (Intel XE#484
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/484>) +2
> other tests skip
> *
>
> igt@kms_chamelium_hpd@vga-hpd-fast:
>
> o bat-dg2-13: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-13/igt@kms_chamelium_hpd@vga-hpd-fast.html>
> (Intel XE#484
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/484> /
> i915#4550
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4550>)
> +1 other test skip
> *
>
> igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
>
> o bat-adlp-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html>
> (i915#4103
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103>)
> +1 other test skip
> *
>
> igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html>
> (i915#4103
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103>
> / i915#4213
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213>)
> +1 other test skip
> o bat-adlp-6: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html>
> (i915#4103
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103>)
> +1 other test skip
> *
>
> igt@kms_dsc@dsc-basic:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_dsc@dsc-basic.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#3840
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
> o bat-adlp-6: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@kms_dsc@dsc-basic.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#3840
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
> o bat-adlp-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_dsc@dsc-basic.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#3840
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
> *
>
> igt@kms_force_connector_basic@force-load-detect:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_force_connector_basic@force-load-detect.html>
> o bat-adlp-6: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@kms_force_connector_basic@force-load-detect.html>
> o bat-adlp-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_force_connector_basic@force-load-detect.html>
> *
>
> igt@kms_force_connector_basic@prune-stale-modes:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_force_connector_basic@prune-stale-modes.html>
> (i915#5274
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274>)
> *
>
> igt@kms_pm_backlight@basic-brightness:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_pm_backlight@basic-brightness.html>
> (i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> o bat-adlp-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_pm_backlight@basic-brightness.html>
> (i915#9812
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812>)
> *
>
> igt@kms_psr@psr-sprite-plane-onoff:
>
> o bat-adlp-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_psr@psr-sprite-plane-onoff.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072>
> / i915#9673
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673>
> / i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>)
> +3 other tests skip
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_psr@psr-sprite-plane-onoff.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072>
> / i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>)
> +3 other tests skip
> *
>
> igt@kms_setmode@basic-clone-single-crtc:
>
> o bat-adlp-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_setmode@basic-clone-single-crtc.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_setmode@basic-clone-single-crtc.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> o bat-adlp-6: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@kms_setmode@basic-clone-single-crtc.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> *
>
> igt@prime_vgem@basic-fence-flip:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@prime_vgem@basic-fence-flip.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>)
> *
>
> igt@prime_vgem@basic-fence-mmap:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@prime_vgem@basic-fence-mmap.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>
> / i915#4077
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>)
> +1 other test skip
> *
>
> igt@prime_vgem@basic-fence-read:
>
> o bat-adlp-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@prime_vgem@basic-fence-read.html>
> (i915#3291
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291>
> / i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>)
> +2 other tests skip
> o bat-adlp-6: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@prime_vgem@basic-fence-read.html>
> (i915#3291
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291>
> / i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>)
> +2 other tests skip
> *
>
> igt@prime_vgem@basic-read:
>
> o bat-dg2-14: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@prime_vgem@basic-read.html>
> (i915#3291
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291>
> / i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>)
> +2 other tests skip
>
>
> Build changes
>
> * CI: CI-20190529 -> None
> * IGT: IGT_7942 -> IGTPW_11493
>
> CI-20190529: 20190529
> CI_DRM_15155: 277a79bf0ef669d9b96f6787906f4e5edb827a33 @
> git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_11493: 11493
> IGT_7942: 0f02dc176959e6296866b1bafd3982e277a5e44b @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>
[-- Attachment #2: Type: text/html, Size: 21158 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: ✗ CI.xeFULL: failure for tests/intel: Add tests to run suspend without display (rev3)
2024-07-30 15:12 ` ✗ CI.xeFULL: " Patchwork
@ 2024-08-01 8:09 ` Sundaresan, Sujaritha
0 siblings, 0 replies; 22+ messages in thread
From: Sundaresan, Sujaritha @ 2024-08-01 8:09 UTC (permalink / raw)
To: igt-dev
[-- Attachment #1: Type: text/plain, Size: 205652 bytes --]
Looks like the xe unload is being help up some open jobs. Will do a
retest on this.
Thanks,
Suja
On 7/30/2024 8:42 PM, Patchwork wrote:
> Project List - Patchwork *Patch Details*
> *Series:* tests/intel: Add tests to run suspend without display (rev3)
> *URL:* https://patchwork.freedesktop.org/series/130239/
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/index.html
>
>
> CI Bug Log - changes from XEIGT_7942_full -> XEIGTPW_11493_full
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with XEIGTPW_11493_full absolutely need
> to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in XEIGTPW_11493_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 (3 -> 3)
>
> No changes in participating hosts
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> XEIGTPW_11493_full:
>
>
> IGT changes
>
>
> Possible regressions
>
> *
>
> igt@kms_atomic@crtc-invalid-params:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_atomic@crtc-invalid-params.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_atomic@crtc-invalid-params.html>
> +46 other tests skip
> *
>
> igt@kms_atomic_interruptible@legacy-dpms:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_atomic_interruptible@legacy-dpms.html>
> +12 other tests skip
> *
>
> igt@kms_ccs@bad-aux-stride-y-tiled-ccs:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@bad-aux-stride-y-tiled-ccs.html>
> +6 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html>
> +11 other tests skip
> *
>
> igt@kms_vrr@flipline:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_vrr@flipline.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_vrr@flipline.html>
> +3 other tests fail
> *
>
> {igt@xe_pm@s2idle-without-display} (NEW):
>
> o shard-dg2-set2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@xe_pm@s2idle-without-display.html>
> +1 other test fail
> o shard-lnl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_pm@s2idle-without-display.html>
> +1 other test fail
>
>
> Warnings
>
> *
>
> igt@core_hotunplug@hotunbind-rebind:
>
> o shard-lnl: ABORT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@core_hotunplug@hotunbind-rebind.html>
> (Intel XE#2421
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2421>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@core_hotunplug@hotunbind-rebind.html>
> *
>
> igt@kms_bw@linear-tiling-2-displays-3840x2160p:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html>
> (Intel XE#367
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html>
> *
>
> igt@kms_bw@linear-tiling-4-displays-2560x1440p:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html>
> (Intel XE#1512
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html>
> *
>
> igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> 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_11493/shard-dg2-432/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs.html>
> +2 other tests skip
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc:
>
> o shard-dg2-set2: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html>
> (Intel XE#616
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/616>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html>
> *
>
> igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html>
> (Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html>
> +7 other tests skip
> *
>
> igt@kms_cursor_crc@cursor-offscreen-32x32:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_cursor_crc@cursor-offscreen-32x32.html>
> (Intel XE#1424
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_cursor_crc@cursor-offscreen-32x32.html>
> +1 other test skip
> *
>
> igt@kms_cursor_crc@cursor-sliding-512x170:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_cursor_crc@cursor-sliding-512x170.html>
> (Intel XE#1413
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_cursor_crc@cursor-sliding-512x170.html>
> *
>
> igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html>
> (Intel XE#309
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html>
> +3 other tests skip
> *
>
> igt@kms_flip@2x-flip-vs-dpms:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_flip@2x-flip-vs-dpms.html>
> (Intel XE#1421
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_flip@2x-flip-vs-dpms.html>
> +1 other test skip
> *
>
> igt@kms_force_connector_basic@force-connector-state:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_force_connector_basic@force-connector-state.html>
> (Intel XE#352
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/352>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_force_connector_basic@force-connector-state.html>
> *
>
> igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html>
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html>
> +8 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-pgflip-blt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-pgflip-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-pgflip-blt.html>
> +5 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html>
> +9 other tests skip
> *
>
> igt@kms_plane_multiple@tiling-y:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_plane_multiple@tiling-y.html>
> (Intel XE#599
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/599>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_plane_multiple@tiling-y.html>
> +4 other tests skip
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html>
> (Intel XE#498
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/498>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html>
> *
>
> igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html>
> (Intel XE#2318
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html>
> +1 other test skip
> *
>
> igt@kms_psr@pr-cursor-render:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_psr@pr-cursor-render.html>
> (Intel XE#929
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_psr@pr-cursor-render.html>
> +1 other test skip
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html>
> (Intel XE#1437
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html>
> +1 other test skip
> *
>
> igt@kms_scaling_modes@scaling-mode-none:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@kms_scaling_modes@scaling-mode-none.html>
> (Intel XE#374
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/374> /
> Intel XE#599
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/599>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_scaling_modes@scaling-mode-none.html>
> *
>
> igt@kms_vrr@flip-basic-fastset@pipe-a-edp-1:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_vrr@flip-basic-fastset@pipe-a-edp-1.html>
> (Intel XE#2180
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2180>) ->
> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_vrr@flip-basic-fastset@pipe-a-edp-1.html>
> +1 other test fail
> *
>
> igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html>
> (Intel XE#2229
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229>) ->
> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html>
>
>
> Suppressed
>
> The following results come from untrusted machines, tests, or statuses.
> They do not affect the overall result.
>
> *
>
> {igt@core_getversion@all-cards}:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@core_getversion@all-cards.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@core_getversion@all-cards.html>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@core_getversion@all-cards.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@core_getversion@all-cards.html>
> *
>
> {igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p}:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html>
> (Intel XE#2191
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html>
> *
>
> {igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p}:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html>
> (Intel XE#1512
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html>
> *
>
> {igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p}:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html>
>
>
> New tests
>
> New tests have been introduced between XEIGT_7942_full and
> XEIGTPW_11493_full:
>
>
> New IGT tests (3)
>
> *
>
> igt@xe_pm@s2idle-without-display:
>
> o Statuses : 2 fail(s)
> o Exec time: [9.91, 11.26] s
> *
>
> igt@xe_pm@s3-without-display:
>
> o Statuses : 2 skip(s)
> o Exec time: [0.0] s
> *
>
> igt@xe_pm@s4-without-display:
>
> o Statuses : 2 fail(s)
> o Exec time: [9.95, 11.25] s
>
>
> Known issues
>
> Here are the changes found in XEIGTPW_11493_full that come from known
> issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@fbdev@write:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@fbdev@write.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2134
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134>) +1
> other test skip
> *
>
> igt@kms_atomic@plane-invalid-params-fence:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_atomic@plane-invalid-params-fence.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_atomic@plane-invalid-params-fence.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +37 other tests skip
> *
>
> igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6.html>
> (Intel XE#1426
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426>) +1
> other test fail
> *
>
> igt@kms_big_fb@4-tiled-16bpp-rotate-270:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html>
> (Intel XE#1407
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407>) +3
> other tests skip
> *
>
> igt@kms_big_fb@x-tiled-64bpp-rotate-90:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#316
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) +3
> other tests skip
> *
>
> igt@kms_big_fb@y-tiled-32bpp-rotate-180:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +6
> other tests skip
> *
>
> igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>)
> *
>
> igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +6
> other tests skip
> *
>
> igt@kms_bw@linear-tiling-2-displays-2560x1440p:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#367
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>)
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html>
> (Intel XE#367
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>)
> *
>
> igt@kms_ccs@bad-aux-stride-yf-tiled-ccs@pipe-a-dp-4:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs@pipe-a-dp-4.html>
> (Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +6
> other tests skip
> *
>
> igt@kms_ccs@bad-aux-stride-yf-tiled-ccs@pipe-d-dp-4:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs@pipe-d-dp-4.html>
> (Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> /
> Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>)
> *
>
> igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) +3
> other tests skip
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html>
> (Intel XE#1399
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399>) +2
> other tests skip
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +76
> other tests skip
> *
>
> igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> /
> Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +17
> other tests skip
> *
>
> igt@kms_chamelium_color@ctm-blue-to-red:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_chamelium_color@ctm-blue-to-red.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#306
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>)
> *
>
> igt@kms_chamelium_frames@hdmi-cmp-planes-random:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_chamelium_frames@hdmi-cmp-planes-random.html>
> (Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +3
> other tests skip
> *
>
> igt@kms_chamelium_frames@vga-frame-dump:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_chamelium_frames@vga-frame-dump.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +8
> other tests skip
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-512x170:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#308
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/308>) +1
> other test skip
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html>
> (Intel XE#1413
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413>) +1
> other test skip
> *
>
> igt@kms_cursor_crc@cursor-sliding-64x21:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_cursor_crc@cursor-sliding-64x21.html>
> (Intel XE#1424
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424>)
> *
>
> igt@kms_cursor_edge_walk@256x256-top-edge:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_cursor_edge_walk@256x256-top-edge.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_cursor_edge_walk@256x256-top-edge.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +1 other test skip
> *
>
> igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html>
> (Intel XE#309
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>)
> *
>
> igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#323
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/323>) +1
> other test skip
> *
>
> igt@kms_cursor_legacy@torture-move@pipe-a:
>
> o shard-dg2-set2: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_cursor_legacy@torture-move@pipe-a.html>
> (Intel XE#877
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/877>) +1
> other test dmesg-warn
> *
>
> igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#3804
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804>)
> *
>
> igt@kms_fbcon_fbt@psr:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_fbcon_fbt@psr.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#776
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/776>)
> *
>
> igt@kms_flip@2x-flip-vs-suspend-interruptible:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_flip@2x-flip-vs-suspend-interruptible.html>
> (Intel XE#1421
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421>)
> *
>
> igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a6-dp4:
>
> o shard-dg2-set2: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a6-dp4.html>
> (Intel XE#2019
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019>) +1
> other test dmesg-warn
> *
>
> igt@kms_flip@busy-flip:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_flip@busy-flip.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> 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_flip@flip-vs-absolute-wf_vblank:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_flip@flip-vs-absolute-wf_vblank.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_flip@flip-vs-absolute-wf_vblank.html>
> (Intel XE#886
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) +1
> other test fail
> *
>
> igt@kms_flip@flip-vs-suspend-interruptible@a-edp1:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html>
> (Intel XE#2049
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049>) +1
> other test incomplete
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-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-xtile-to-32bpp-xtile-downscaling:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) +2
> other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-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>) +1
> other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html>
> (Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +3
> other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html>
> (Intel XE#1401
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401>) +1
> other test skip
> *
>
> igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +20
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) +1
> other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> +14 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> +16 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html>
> (Intel XE#656
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +17
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-msflip-blt:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-msflip-blt.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +6
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +1
> other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-msflip-blt:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-msflip-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> +16 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +19
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> +44 other tests skip
> *
>
> igt@kms_hdmi_inject@inject-audio:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_hdmi_inject@inject-audio.html>
> (i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +4 other tests skip
> *
>
> igt@kms_hdr@bpc-switch:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_hdr@bpc-switch.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_hdr@bpc-switch.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>)
> +17 other tests skip
> *
>
> igt@kms_invalid_mode@bad-htotal:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_invalid_mode@bad-htotal.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +8 other tests skip
> *
>
> igt@kms_lease@multimaster-lease:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_lease@multimaster-lease.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_lease@multimaster-lease.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +7 other tests skip
> *
>
> igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +1 other test skip
> *
>
> igt@kms_pipe_crc_basic@suspend-read-crc:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_pipe_crc_basic@suspend-read-crc.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_pipe_crc_basic@suspend-read-crc.html>
> (Intel XE#1162
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1162>)
> *
>
> igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-4:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-4.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-4.html>
> (Intel XE#2019
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019>)
> *
>
> igt@kms_plane@plane-position-covered:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_plane@plane-position-covered.html>
> -> DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-5/igt@kms_plane@plane-position-covered.html>
> (Intel XE#324
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/324>)
> *
>
> igt@kms_plane_lowres@tiling-x@pipe-b-edp-1:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_plane_lowres@tiling-x@pipe-b-edp-1.html>
> (Intel XE#599
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/599>) +4
> 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_7942/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_11493/shard-dg2-432/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html>
> (i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +14 other tests skip
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html>
> (Intel XE#2318
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>)
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6.html>
> (Intel XE#2318
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318>) +2
> other tests skip
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2318
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +1
> other test skip
> *
>
> igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-edp-1:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-edp-1.html>
> (Intel XE#2318
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318>)
> +11 other tests skip
> *
>
> igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-6:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-6.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2318
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318>) +5
> other tests skip
> *
>
> igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-6:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-6.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +7
> other tests skip
> *
>
> igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-sf:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-sf.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#1489
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +1
> other test skip
> *
>
> igt@kms_psr2_su@page_flip-p010:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_psr2_su@page_flip-p010.html>
> (Intel XE#1122
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-5/igt@kms_psr2_su@page_flip-p010.html>
> (Intel XE#1128
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128>)
> *
>
> igt@kms_psr@fbc-psr2-sprite-plane-move:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_psr@fbc-psr2-sprite-plane-move.html>
> (Intel XE#929
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) +2
> other tests skip
> *
>
> igt@kms_psr@fbc-psr2-suspend:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_psr@fbc-psr2-suspend.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-1/igt@kms_psr@fbc-psr2-suspend.html>
> (Intel XE#2028
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2028>) +1
> other test fail
> *
>
> igt@kms_psr@pr-cursor-plane-onoff:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_psr@pr-cursor-plane-onoff.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#929
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) +13
> other tests skip
> *
>
> igt@kms_psr@pr-primary-blt:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-5/igt@kms_psr@pr-primary-blt.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406>) +1
> other test skip
> *
>
> igt@kms_rmfb@close-fd@pipe-a-edp-1:
>
> o shard-lnl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_rmfb@close-fd@pipe-a-edp-1.html>
> (Intel XE#294
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/294>)
> *
>
> igt@kms_rmfb@close-fd@pipe-b-dp-4:
>
> o shard-dg2-set2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_rmfb@close-fd@pipe-b-dp-4.html>
> (Intel XE#294
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/294>) +1
> other test fail
> *
>
> igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html>
> (Intel XE#899
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/899>) +1
> other test fail
> *
>
> igt@kms_vblank@ts-continuation-dpms-suspend:
>
> o shard-dg2-set2: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_vblank@ts-continuation-dpms-suspend.html>
> (Intel XE#1551
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551>) +1
> other test dmesg-warn
> *
>
> igt@kms_vblank@ts-continuation-suspend:
>
> o shard-dg2-set2: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_vblank@ts-continuation-suspend.html>
> (Intel XE#2019
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019> /
> Intel XE#2226
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2226>) +1
> other test dmesg-warn
> *
>
> igt@kms_writeback@writeback-check-output-xrgb2101010:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_writeback@writeback-check-output-xrgb2101010.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#756
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/756>)
> *
>
> igt@xe_copy_basic@mem-copy-linear-0xfffe:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_copy_basic@mem-copy-linear-0xfffe.html>
> (Intel XE#1123
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> *
>
> igt@xe_copy_basic@mem-set-linear-0xfffe:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0xfffe.html>
> (Intel XE#1126
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> *
>
> igt@xe_evict@evict-beng-cm-threads-large:
>
> o shard-dg2-set2: NOTRUN -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_evict@evict-beng-cm-threads-large.html>
> (Intel XE#1473
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473> /
> Intel XE#392
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/392>)
> *
>
> igt@xe_evict@evict-beng-large-external-cm:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-5/igt@xe_evict@evict-beng-large-external-cm.html>
> (Intel XE#688
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/688>) +6
> other tests skip
> *
>
> igt@xe_evict@evict-beng-large-multi-vm-cm:
>
> o shard-dg2-set2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@xe_evict@evict-beng-large-multi-vm-cm.html>
> (Intel XE#1600
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600>)
> *
>
> igt@xe_evict@evict-mixed-many-threads-small:
>
> o shard-dg2-set2: NOTRUN -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-small.html>
> (Intel XE#1473
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473>)
> *
>
> igt@xe_evict@evict-threads-large:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@xe_evict@evict-threads-large.html>
> -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@xe_evict@evict-threads-large.html>
> (Intel XE#1473
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473> /
> Intel XE#392
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/392>)
> *
>
> igt@xe_exec_balancer@many-execqueues-virtual-rebind:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_exec_balancer@many-execqueues-virtual-rebind.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_exec_balancer@many-execqueues-virtual-rebind.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
> +35 other tests skip
> *
>
> igt@xe_exec_balancer@once-parallel-rebind:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_exec_balancer@once-parallel-rebind.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_exec_balancer@once-parallel-rebind.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> +67 other tests skip
> *
>
> igt@xe_exec_balancer@twice-cm-virtual-userptr-invalidate-race:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@xe_exec_balancer@twice-cm-virtual-userptr-invalidate-race.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_exec_balancer@twice-cm-virtual-userptr-invalidate-race.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
> +125 other tests skip
> *
>
> igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate-race:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate-race.html>
> (Intel XE#1392
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) +5
> other tests skip
> *
>
> igt@xe_exec_compute_mode@many-execqueues-bindexecqueue-rebind:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_exec_compute_mode@many-execqueues-bindexecqueue-rebind.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_exec_compute_mode@many-execqueues-bindexecqueue-rebind.html>
> (Intel XE#1069
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1069>)
> *
>
> igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-prefetch:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-prefetch.html>
> (Intel XE#288
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>)
> *
>
> igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-prefetch:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-prefetch.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#288
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) +18
> other tests skip
> *
>
> igt@xe_gt_freq@throttle_basic_api:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_gt_freq@throttle_basic_api.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
> +10 other tests skip
> *
>
> igt@xe_huc_copy@huc_copy:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@xe_huc_copy@huc_copy.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#255
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/255>)
> *
>
> igt@xe_intel_bb@simple-bb:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_intel_bb@simple-bb.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> +20 other tests skip
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@xe_intel_bb@simple-bb.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
> +18 other tests skip
> *
>
> igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2229
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>)
> *
>
> igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2229
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229>)
> *
>
> igt@xe_live_ktest@xe_dma_buf:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@xe_live_ktest@xe_dma_buf.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_live_ktest@xe_dma_buf.html>
> (Intel XE#2420
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2420>) +1
> other test fail
> *
>
> igt@xe_live_ktest@xe_migrate:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_live_ktest@xe_migrate.html>
> (Intel XE#1192
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192>)
> *
>
> igt@xe_module_load@force-load:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_module_load@force-load.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#378
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/378>)
> *
>
> igt@xe_module_load@unload:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_module_load@unload.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@xe_module_load@unload.html>
> (Intel XE#1551
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551> /
> Intel XE#2019
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019>)
> *
>
> igt@xe_pat@display-vs-wb-transient:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_pat@display-vs-wb-transient.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#1337
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337>)
> *
>
> igt@xe_pat@pat-index-xelpg:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@xe_pat@pat-index-xelpg.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#979
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/979>)
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@xe_pat@pat-index-xelpg.html>
> (Intel XE#979
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/979>)
> *
>
> igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p:
>
> o shard-dg2-set2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p.html>
> (Intel XE#1173
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173>)
> *
>
> igt@xe_pm@s2idle-exec-after:
>
> o shard-lnl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-1/igt@xe_pm@s2idle-exec-after.html>
> (Intel XE#1924
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1924> /
> Intel XE#2028
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2028>)
> *
>
> igt@xe_pm@s3-vm-bind-userptr:
>
> o shard-dg2-set2: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_pm@s3-vm-bind-userptr.html>
> (Intel XE#1551
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551> /
> Intel XE#569
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/569>) +1
> other test dmesg-warn
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@xe_pm@s3-vm-bind-userptr.html>
> (Intel XE#584
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/584>)
> *
>
> igt@xe_pm@s4-basic-exec:
>
> o shard-lnl: NOTRUN -> ABORT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@xe_pm@s4-basic-exec.html>
> (Intel XE#1358
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358> /
> Intel XE#1794
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794>)
> *
>
> igt@xe_pm@s4-mocs:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@xe_pm@s4-mocs.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_pm@s4-mocs.html>
> (Intel XE#2280
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2280>)
> *
>
> igt@xe_query@multigpu-query-engines:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_query@multigpu-query-engines.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#944
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) +2
> other tests skip
> *
>
> igt@xe_query@multigpu-query-uc-fw-version-huc:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@xe_query@multigpu-query-uc-fw-version-huc.html>
> (Intel XE#944
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) +2
> other tests skip
>
>
> Possible fixes
>
> *
>
> igt@fbdev@pan:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@fbdev@pan.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-1/igt@fbdev@pan.html>
> +2 other tests pass
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html>
> (Intel XE#1659
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html>
> *
>
> igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html>
> +24 other tests pass
> *
>
> igt@kms_flip@flip-vs-rmfb:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_flip@flip-vs-rmfb.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_flip@flip-vs-rmfb.html>
> +31 other tests pass
> *
>
> igt@kms_flip@flip-vs-wf_vblank-interruptible:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_flip@flip-vs-wf_vblank-interruptible.html>
> (Intel XE#2366
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2366>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-1/igt@kms_flip@flip-vs-wf_vblank-interruptible.html>
> +2 other tests pass
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html>
> +21 other tests pass
> *
>
> igt@kms_hdr@bpc-switch-suspend@pipe-a-edp-1:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_hdr@bpc-switch-suspend@pipe-a-edp-1.html>
> (Intel XE#2028
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2028>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_hdr@bpc-switch-suspend@pipe-a-edp-1.html>
> +1 other test pass
> *
>
> igt@kms_plane@plane-position-hole:
>
> o shard-lnl: DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_plane@plane-position-hole.html>
> (Intel XE#324
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/324>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_plane@plane-position-hole.html>
> +1 other test pass
> *
>
> {igt@kms_plane@plane-position-hole@pipe-b-plane-4}:
>
> o shard-lnl: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_plane@plane-position-hole@pipe-b-plane-4.html>
> (Intel XE#324
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/324>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_plane@plane-position-hole@pipe-b-plane-4.html>
> *
>
> igt@kms_pm_backlight@fade-with-suspend:
>
> o shard-lnl: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_pm_backlight@fade-with-suspend.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_pm_backlight@fade-with-suspend.html>
> *
>
> igt@kms_rotation_crc@sprite-rotation-180:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_rotation_crc@sprite-rotation-180.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_rotation_crc@sprite-rotation-180.html>
> +43 other tests pass
> *
>
> igt@xe_exec_basic@multigpu-no-exec-basic:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_exec_basic@multigpu-no-exec-basic.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_exec_basic@multigpu-no-exec-basic.html>
> +63 other tests pass
> *
>
> igt@xe_exec_threads@threads-userptr-rebind-err:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@xe_exec_threads@threads-userptr-rebind-err.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@xe_exec_threads@threads-userptr-rebind-err.html>
> +71 other tests pass
> *
>
> igt@xe_gt_freq@freq_reset_multiple:
>
> o shard-lnl: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@xe_gt_freq@freq_reset_multiple.html>
> (Intel XE#1620
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1620> /
> Intel XE#1760
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@xe_gt_freq@freq_reset_multiple.html>
> *
>
> igt@xe_pm@s2idle-basic:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@xe_pm@s2idle-basic.html>
> (Intel XE#1924
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1924> /
> Intel XE#2028
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2028>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@xe_pm@s2idle-basic.html>
> *
>
> igt@xe_pm@s3-vm-bind-unbind-all:
>
> o shard-dg2-set2: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@xe_pm@s3-vm-bind-unbind-all.html>
> (Intel XE#1162
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1162> /
> Intel XE#1941
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1941>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@xe_pm@s3-vm-bind-unbind-all.html>
> *
>
> igt@xe_pm@s4-multiple-execs:
>
> o shard-lnl: ABORT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@xe_pm@s4-multiple-execs.html>
> (Intel XE#1358
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358> /
> Intel XE#1794
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-1/igt@xe_pm@s4-multiple-execs.html>
> *
>
> igt@xe_pm@s4-vm-bind-prefetch:
>
> o shard-dg2-set2: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_pm@s4-vm-bind-prefetch.html>
> (Intel XE#2019
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_pm@s4-vm-bind-prefetch.html>
>
>
> Warnings
>
> *
>
> igt@core_hotunplug@hotunbind-rebind:
>
> o shard-dg2-set2: ABORT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@core_hotunplug@hotunbind-rebind.html>
> (Intel XE#2421
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2421>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@core_hotunplug@hotunbind-rebind.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> *
>
> igt@core_hotunplug@unbind-rebind:
>
> o shard-dg2-set2: ABORT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@core_hotunplug@unbind-rebind.html>
> (Intel XE#2421
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2421>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@core_hotunplug@unbind-rebind.html>
> (Intel XE#1885
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885>)
> o shard-lnl: ABORT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@core_hotunplug@unbind-rebind.html>
> (Intel XE#2421
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2421>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@core_hotunplug@unbind-rebind.html>
> (Intel XE#1885
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885>)
> *
>
> igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html>
> (Intel XE#623
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/623>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#623
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/623>)
> *
>
> igt@kms_big_fb@4-tiled-8bpp-rotate-270:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#316
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html>
> (Intel XE#1407
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) +1
> other test skip
> *
>
> igt@kms_big_fb@4-tiled-8bpp-rotate-90:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-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_11493/shard-dg2-435/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#316
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) +3
> other tests skip
> *
>
> igt@kms_big_fb@linear-16bpp-rotate-90:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_big_fb@linear-16bpp-rotate-90.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#316
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_big_fb@linear-16bpp-rotate-90.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_big_fb@linear-64bpp-rotate-0:
>
> o shard-lnl: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_big_fb@linear-64bpp-rotate-0.html>
> (Intel XE#1725
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1725>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_big_fb@linear-64bpp-rotate-0.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_big_fb@x-tiled-32bpp-rotate-270:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#316
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) +2
> other tests skip
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html>
> (Intel XE#1407
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407>) +2
> other tests skip
> *
>
> igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
>
> o shard-dg2-set2: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_big_fb@y-tiled-addfb:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_big_fb@y-tiled-addfb.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_big_fb@y-tiled-addfb.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#619
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/619>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_big_fb@y-tiled-addfb.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_big_fb@y-tiled-addfb.html>
> (Intel XE#1467
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467>)
> *
>
> igt@kms_big_fb@y-tiled-addfb-size-overflow:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_big_fb@y-tiled-addfb-size-overflow.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#610
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/610>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_big_fb@y-tiled-addfb-size-overflow.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_big_fb@y-tiled-addfb-size-overflow.html>
> (Intel XE#1428
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1428>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_big_fb@y-tiled-addfb-size-overflow.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) +6
> other tests skip
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +2
> other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +4
> other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_big_fb@yf-tiled-64bpp-rotate-90:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +4
> other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_big_fb@yf-tiled-8bpp-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_11493/shard-dg2-436/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +3
> other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-addfb:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#619
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/619>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_big_fb@yf-tiled-addfb.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_big_fb@yf-tiled-addfb.html>
> (Intel XE#1467
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_big_fb@yf-tiled-addfb.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +2
> other tests skip
> *
>
> igt@kms_big_joiner@invalid-modeset:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_big_joiner@invalid-modeset.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_big_joiner@invalid-modeset.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#346
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/346>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_big_joiner@invalid-modeset.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_big_joiner@invalid-modeset.html>
> (Intel XE#346
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/346>)
> *
>
> igt@kms_bw@linear-tiling-1-displays-1920x1080p:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#367
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html>
> (i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@kms_bw@linear-tiling-1-displays-3840x2160p:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html>
> (Intel XE#367
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#367
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) +1
> other test skip
> *
>
> igt@kms_bw@linear-tiling-2-displays-3840x2160p:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#367
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +2 other tests skip
> *
>
> igt@kms_bw@linear-tiling-3-displays-2160x1440p:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html>
> (Intel XE#367
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>)
> *
>
> igt@kms_bw@linear-tiling-4-displays-2160x1440p:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#367
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html>
> (Intel XE#367
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>)
> *
>
> igt@kms_ccs@bad-aux-stride-yf-tiled-ccs:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@bad-aux-stride-yf-tiled-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>)
> *
>
> igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html>
> (Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +62
> other tests skip
> *
>
> igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html>
> (Intel XE#1399
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399>) +9
> other tests skip
> *
>
> igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html>
> (Intel XE#1399
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> +13 other tests skip
> *
>
> igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> 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_11493/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-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>) +9
> other tests skip
> *
>
> igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html>
> (Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> /
> Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> /
> Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +17
> other tests skip
> *
>
> igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4.html>
> (Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +34
> other tests skip
> *
>
> igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> /
> Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +3
> other tests skip
> *
>
> igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> 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_11493/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +3
> other tests skip
> *
>
> igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs.html>
> (Intel XE#1252
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#1252
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252>)
> *
>
> igt@kms_cdclk@mode-transition-all-outputs:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_cdclk@mode-transition-all-outputs.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_cdclk@mode-transition-all-outputs.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#314
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/314>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_cdclk@mode-transition-all-outputs.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_cdclk@mode-transition-all-outputs.html>
> (Intel XE#314
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/314>)
> *
>
> igt@kms_cdclk@mode-transition@pipe-c-dp-4:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_cdclk@mode-transition@pipe-c-dp-4.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#314
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/314>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_cdclk@mode-transition@pipe-c-dp-4.html>
> (Intel XE#314
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/314>) +3
> other tests skip
> *
>
> igt@kms_chamelium_color@ctm-0-50:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_chamelium_color@ctm-0-50.html>
> (Intel XE#306
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_chamelium_color@ctm-0-50.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#306
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>)
> *
>
> igt@kms_chamelium_color@ctm-limited-range:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_chamelium_color@ctm-limited-range.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#306
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_chamelium_color@ctm-limited-range.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_chamelium_color@ctm-limited-range.html>
> (Intel XE#306
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_chamelium_color@ctm-limited-range.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>)
> *
>
> igt@kms_chamelium_color@ctm-max:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_chamelium_color@ctm-max.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#306
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_chamelium_color@ctm-max.html>
> (Intel XE#306
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>)
> *
>
> igt@kms_chamelium_edid@dp-edid-resolution-list:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_chamelium_edid@dp-edid-resolution-list.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_chamelium_edid@dp-edid-resolution-list.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +2 other tests skip
> *
>
> igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +3
> other tests skip
> *
>
> igt@kms_chamelium_frames@dp-crc-fast:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_chamelium_frames@dp-crc-fast.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_chamelium_frames@dp-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>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_chamelium_frames@dp-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_11493/shard-lnl-6/igt@kms_chamelium_frames@dp-crc-fast.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>)
> *
>
> igt@kms_chamelium_frames@hdmi-crc-fast:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/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_11493/shard-dg2-466/igt@kms_chamelium_frames@hdmi-crc-fast.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +1 other test skip
> *
>
> igt@kms_chamelium_frames@hdmi-crc-single:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_chamelium_frames@hdmi-crc-single.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_chamelium_frames@hdmi-crc-single.html>
> (Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +4
> other tests skip
> *
>
> igt@kms_chamelium_hpd@dp-hpd-after-hibernate:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_chamelium_hpd@dp-hpd-after-hibernate.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_chamelium_hpd@dp-hpd-after-hibernate.html>
> (Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +4
> other tests skip
> *
>
> igt@kms_chamelium_hpd@dp-hpd-storm-disable:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html>
> (i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@kms_chamelium_hpd@vga-hpd:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_chamelium_hpd@vga-hpd.html>
> (Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_chamelium_hpd@vga-hpd.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +4
> other tests skip
> *
>
> igt@kms_chamelium_hpd@vga-hpd-after-hibernate:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_chamelium_hpd@vga-hpd-after-hibernate.html>
> (Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_chamelium_hpd@vga-hpd-after-hibernate.html>
> (i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@kms_content_protection@dp-mst-lic-type-0:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_content_protection@dp-mst-lic-type-0.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_content_protection@dp-mst-lic-type-0.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#307
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/307>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_content_protection@dp-mst-lic-type-0.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-5/igt@kms_content_protection@dp-mst-lic-type-0.html>
> (Intel XE#307
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/307>)
> *
>
> igt@kms_content_protection@lic-type-0:
>
> o shard-dg2-set2: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_content_protection@lic-type-0.html>
> (Intel XE#1204
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1204>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_content_protection@lic-type-0.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@kms_content_protection@srm:
>
> o shard-dg2-set2: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_content_protection@srm.html>
> (Intel XE#1178
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_content_protection@srm.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +1 other test skip
> *
>
> igt@kms_content_protection@type1:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_content_protection@type1.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_content_protection@type1.html>
> (Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +3
> other tests skip
> *
>
> igt@kms_content_protection@uevent:
>
> o shard-dg2-set2: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_content_protection@uevent.html>
> (Intel XE#1188
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_content_protection@uevent.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@kms_cursor_crc@cursor-offscreen-32x32:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_cursor_crc@cursor-offscreen-32x32.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_cursor_crc@cursor-offscreen-32x32.html>
> (i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@kms_cursor_crc@cursor-offscreen-512x512:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_cursor_crc@cursor-offscreen-512x512.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_cursor_crc@cursor-offscreen-512x512.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#308
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/308>) +1
> other test skip
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_cursor_crc@cursor-offscreen-512x512.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_cursor_crc@cursor-offscreen-512x512.html>
> (Intel XE#1413
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413>) +1
> other test skip
> *
>
> igt@kms_cursor_crc@cursor-onscreen-512x170:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_cursor_crc@cursor-onscreen-512x170.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#308
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/308>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_cursor_crc@cursor-onscreen-512x170.html>
> (Intel XE#308
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/308>)
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-128x42:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html>
> (Intel XE#1424
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424>) +1
> other test skip
> *
>
> igt@kms_cursor_crc@cursor-sliding-512x170:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_cursor_crc@cursor-sliding-512x170.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#308
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/308>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_cursor_crc@cursor-sliding-512x170.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@kms_cursor_crc@cursor-sliding-512x512:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_cursor_crc@cursor-sliding-512x512.html>
> (Intel XE#308
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/308>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-512x512.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#308
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/308>)
> *
>
> igt@kms_cursor_crc@cursor-sliding-64x64:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_cursor_crc@cursor-sliding-64x64.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-64x64.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> 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_cursor_legacy@2x-cursor-vs-flip-atomic:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html>
> (Intel XE#309
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>)
> *
>
> igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html>
> (Intel XE#323
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/323>) +1
> other test skip
> *
>
> igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html>
> (Intel XE#309
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) +2
> other tests skip
> *
>
> igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html>
> (Intel XE#323
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/323>)
> *
>
> igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#323
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/323>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html>
> (Intel XE#323
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/323>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>)
> *
>
> igt@kms_dsc@dsc-fractional-bpp-with-bpc:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_dsc@dsc-with-output-formats:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@kms_dsc@dsc-with-output-formats.html>
> (Intel XE#599
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/599>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_dsc@dsc-with-output-formats.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_feature_discovery@display-4x:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_feature_discovery@display-4x.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_feature_discovery@display-4x.html>
> (Intel XE#1138
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_feature_discovery@display-4x.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_feature_discovery@display-4x.html>
> (Intel XE#1138
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138>)
> *
>
> igt@kms_feature_discovery@psr1:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_feature_discovery@psr1.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_feature_discovery@psr1.html>
> (Intel XE#1135
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> *
>
> igt@kms_flip@2x-absolute-wf_vblank-interruptible:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html>
> (Intel XE#1421
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421>) +1
> other test skip
> *
>
> igt@kms_flip@2x-flip-vs-panning-vs-hang:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_flip@2x-flip-vs-panning-vs-hang.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_flip@2x-flip-vs-panning-vs-hang.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_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +3
> other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html>
> (Intel XE#1401
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401> /
> Intel XE#1745
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) +3
> other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-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-xtile-to-32bpp-xtile-downscaling:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-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>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html>
> (Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +15
> other tests skip
> *
>
> igt@kms_force_connector_basic@force-edid:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_force_connector_basic@force-edid.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_force_connector_basic@force-edid.html>
> (Intel XE#352
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/352>)
> *
>
> igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +6
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@drrs-1p-rte:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-1p-rte.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-1p-rte.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +10
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +9
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-plflip-blt:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-plflip-blt.html>
> (Intel XE#656
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-plflip-blt.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> +35 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render.html>
> (Intel XE#656
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +20
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@drrs-slowdraw:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-slowdraw.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-slowdraw.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +1
> other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-tiling-y:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-tiling-y.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#658
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/658>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-tiling-y.html>
> (Intel XE#658
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/658>)
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-fullscreen:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-fullscreen.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-fullscreen.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +1
> other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +9
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) +9
> other tests skip
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +13
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-pgflip-blt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-pgflip-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-pgflip-blt.html>
> (Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +8
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html>
> (Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +1
> other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +13
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) +1
> other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +9
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html>
> (Intel XE#658
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/658>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#658
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/658>)
> *
>
> igt@kms_frontbuffer_tracking@pipe-fbc-rte:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>)
> *
>
> igt@kms_frontbuffer_tracking@plane-fbc-rte:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_frontbuffer_tracking@plane-fbc-rte.html>
> (Intel XE#1158
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@plane-fbc-rte.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html>
> (Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +15
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) +1
> other test skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render.html>
> (Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_getfb@getfb-reject-ccs:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_getfb@getfb-reject-ccs.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_getfb@getfb-reject-ccs.html>
> (Intel XE#605
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/605>)
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_getfb@getfb-reject-ccs.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_getfb@getfb-reject-ccs.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#605
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/605>)
> *
>
> igt@kms_hdmi_inject@inject-4k:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_hdmi_inject@inject-4k.html>
> (Intel XE#1470
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_hdmi_inject@inject-4k.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>)
> *
>
> igt@kms_hdr@static-toggle:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-2/igt@kms_hdr@static-toggle.html>
> (Intel XE#599
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/599>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_hdr@static-toggle.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>)
> *
>
> igt@kms_panel_fitting@legacy:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_panel_fitting@legacy.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_panel_fitting@legacy.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +1
> other test skip
> *
>
> igt@kms_plane_cursor@primary:
>
> o shard-dg2-set2: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_plane_cursor@primary.html>
> (Intel XE#616
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/616>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_plane_cursor@primary.html>
> (i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@kms_plane_multiple@tiling-y:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@kms_plane_multiple@tiling-y.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_plane_multiple@tiling-y.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +3 other tests skip
> *
>
> igt@kms_plane_multiple@tiling-yf:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_plane_multiple@tiling-yf.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_plane_multiple@tiling-yf.html>
> (Intel XE#599
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/599>) +1
> other test skip
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> /
> Intel XE#498
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/498>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +1 other test skip
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html>
> (Intel XE#2318
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2318
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>)
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6.html>
> (Intel XE#2318
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#2318
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318>) +2
> other tests skip
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html>
> (Intel XE#2318
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>)
> *
>
> igt@kms_pm_backlight@fade:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_pm_backlight@fade.html>
> (Intel XE#870
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/870>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_pm_backlight@fade.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#870
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/870>)
> *
>
> igt@kms_pm_backlight@fade-with-dpms:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_pm_backlight@fade-with-dpms.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#870
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/870>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_pm_backlight@fade-with-dpms.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> *
>
> igt@kms_pm_dc@dc3co-vpb-simulation:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_pm_dc@dc3co-vpb-simulation.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_pm_dc@dc3co-vpb-simulation.html>
> (Intel XE#1122
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_pm_dc@dc3co-vpb-simulation.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_pm_dc@dc3co-vpb-simulation.html>
> (Intel XE#736
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/736>)
> *
>
> igt@kms_pm_dc@dc5-dpms-negative:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_pm_dc@dc5-dpms-negative.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_pm_dc@dc5-dpms-negative.html>
> (Intel XE#1131
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131>)
> *
>
> igt@kms_pm_dc@dc6-psr:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_pm_dc@dc6-psr.html>
> (Intel XE#1129
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_pm_dc@dc6-psr.html>
> (Intel XE#1129
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129>)
> *
>
> igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#1489
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +2
> other tests skip
> *
>
> igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#1489
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_psr2_sf@fbc-overlay-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_psr2_sf@fbc-primary-plane-update-sf-dmg-area:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#1489
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +2
> other tests skip
> *
>
> igt@kms_psr2_sf@overlay-plane-move-continuous-sf:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html>
> (Intel XE#1489
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#1489
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +2
> other tests skip
> *
>
> igt@kms_psr2_su@page_flip-nv12:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_psr2_su@page_flip-nv12.html>
> (Intel XE#1122
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@kms_psr2_su@page_flip-nv12.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_psr2_su@page_flip-nv12.html>
> (Intel XE#1128
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_psr2_su@page_flip-nv12.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_psr@fbc-pr-cursor-plane-move:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_psr@fbc-pr-cursor-plane-move.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_psr@fbc-pr-cursor-plane-move.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#929
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) +3
> other tests skip
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_psr@fbc-pr-cursor-plane-move.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_psr@fbc-pr-cursor-plane-move.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406>) +2
> other tests skip
> *
>
> igt@kms_psr@fbc-psr2-primary-blt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_psr@fbc-psr2-primary-blt.html>
> (Intel XE#929
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_psr@fbc-psr2-primary-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#929
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) +6
> other tests skip
> *
>
> igt@kms_psr@fbc-psr2-sprite-blt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_psr@fbc-psr2-sprite-blt.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#929
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_psr@fbc-psr2-sprite-blt.html>
> (Intel XE#929
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) +1
> other test skip
> *
>
> igt@kms_psr@pr-cursor-render:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_psr@pr-cursor-render.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_psr@pr-cursor-render.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351>)
> *
>
> igt@kms_psr@psr2-sprite-plane-move:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_psr@psr2-sprite-plane-move.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#929
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_psr@psr2-sprite-plane-move.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +4
> other tests skip
> *
>
> igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html>
> (Intel XE#1149
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1149> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> *
>
> igt@kms_rmfb@close-fd:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_rmfb@close-fd.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_rmfb@close-fd.html>
> (Intel XE#294
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/294>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@kms_rmfb@close-fd.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@kms_rmfb@close-fd.html>
> (Intel XE#294
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/294>)
> *
>
> igt@kms_rotation_crc@bad-tiling:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_rotation_crc@bad-tiling.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@kms_rotation_crc@bad-tiling.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#327
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/327>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@kms_rotation_crc@bad-tiling.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_rotation_crc@bad-tiling.html>
> (Intel XE#1437
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437>)
> *
>
> igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html>
> (Intel XE#327
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/327>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#327
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/327>) +1
> other test skip
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html>
> (Intel XE#1127
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127>)
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html>
> (Intel XE#1127
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#327
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/327>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +1 other test skip
> *
>
> igt@kms_rotation_crc@sprite-rotation-270:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-270.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#327
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/327>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-270.html>
> (Intel XE#327
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/327>)
> *
>
> igt@kms_setmode@invalid-clone-single-crtc-stealing:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@kms_setmode@invalid-clone-single-crtc-stealing.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-2/igt@kms_setmode@invalid-clone-single-crtc-stealing.html>
> (Intel XE#1435
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435>)
> *
>
> igt@kms_tiled_display@basic-test-pattern:
>
> o shard-dg2-set2: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-436/igt@kms_tiled_display@basic-test-pattern.html>
> (Intel XE#1729
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#362
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/362>)
> *
>
> igt@kms_writeback@writeback-check-output:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@kms_writeback@writeback-check-output.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#756
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/756>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_writeback@writeback-check-output.html>
> (Intel XE#756
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/756>)
> *
>
> igt@kms_writeback@writeback-check-output-xrgb2101010:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_writeback@writeback-check-output-xrgb2101010.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@kms_writeback@writeback-check-output-xrgb2101010.html>
> (Intel XE#756
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/756>)
> *
>
> igt@kms_writeback@writeback-fb-id:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@kms_writeback@writeback-fb-id.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#756
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/756>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_writeback@writeback-fb-id.html>
> (i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@kms_writeback@writeback-invalid-parameters:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@kms_writeback@writeback-invalid-parameters.html>
> (Intel XE#756
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/756>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@kms_writeback@writeback-invalid-parameters.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@kms_writeback@writeback-invalid-parameters.html>
> (Intel XE#756
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/756>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@kms_writeback@writeback-invalid-parameters.html>
> (Intel XE#2423
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423>)
> *
>
> igt@xe_compute@ccs-mode-compute-kernel:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_compute@ccs-mode-compute-kernel.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-463/igt@xe_compute@ccs-mode-compute-kernel.html>
> (Intel XE#1050
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1050>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@xe_compute@ccs-mode-compute-kernel.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_compute@ccs-mode-compute-kernel.html>
> (Intel XE#1447
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447>)
> *
>
> igt@xe_compute_preempt@compute-preempt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_compute_preempt@compute-preempt.html>
> (Intel XE#1280
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_compute_preempt@compute-preempt.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> *
>
> igt@xe_copy_basic@mem-copy-linear-0x3fff:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_copy_basic@mem-copy-linear-0x3fff.html>
> (Intel XE#1123
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0x3fff.html>
> (Intel XE#1123
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123>)
> *
>
> igt@xe_copy_basic@mem-set-linear-0x3fff:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_copy_basic@mem-set-linear-0x3fff.html>
> (Intel XE#1126
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0x3fff.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
> *
>
> igt@xe_copy_basic@mem-set-linear-0xfd:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@xe_copy_basic@mem-set-linear-0xfd.html>
> (Intel XE#1126
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0xfd.html>
> (Intel XE#1126
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126>)
> *
>
> igt@xe_evict@evict-beng-mixed-many-threads-small:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@xe_evict@evict-beng-mixed-many-threads-small.html>
> (Intel XE#688
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/688>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@xe_evict@evict-beng-mixed-many-threads-small.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +8
> other tests skip
> *
>
> igt@xe_evict@evict-cm-threads-large:
>
> o shard-dg2-set2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-433/igt@xe_evict@evict-cm-threads-large.html>
> (Intel XE#1195
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195> /
> Intel XE#1473
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473> /
> Intel XE#392
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/392>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_evict@evict-cm-threads-large.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
> *
>
> igt@xe_evict@evict-mixed-many-threads-large:
>
> o shard-dg2-set2: TIMEOUT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_evict@evict-mixed-many-threads-large.html>
> (Intel XE#1041
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1041> /
> Intel XE#1473
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473> /
> Intel XE#392
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/392>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_evict@evict-mixed-many-threads-large.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
> *
>
> igt@xe_evict@evict-mixed-threads-large:
>
> o shard-dg2-set2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_evict@evict-mixed-threads-large.html>
> (Intel XE#1195
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195> /
> Intel XE#1473
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473> /
> Intel XE#392
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/392>) ->
> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-433/igt@xe_evict@evict-mixed-threads-large.html>
> (Intel XE#1473
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473> /
> Intel XE#392
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/392>)
> *
>
> igt@xe_evict@evict-small-external-cm:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_evict@evict-small-external-cm.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_evict@evict-small-external-cm.html>
> (Intel XE#1069
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1069>)
> *
>
> igt@xe_evict@evict-threads-small-multi-vm:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-1/igt@xe_evict@evict-threads-small-multi-vm.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@xe_evict@evict-threads-small-multi-vm.html>
> (Intel XE#688
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/688>) +4
> other tests skip
> *
>
> igt@xe_exec_basic@multigpu-no-exec-basic:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@xe_exec_basic@multigpu-no-exec-basic.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-7/igt@xe_exec_basic@multigpu-no-exec-basic.html>
> (Intel XE#1392
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) +3
> other tests skip
> *
>
> igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-4/igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind.html>
> (Intel XE#1392
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +5
> other tests skip
> *
>
> igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#288
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +6
> other tests skip
> *
>
> igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-imm:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-imm.html>
> (Intel XE#288
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-imm.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +2
> other tests skip
> *
>
> igt@xe_exec_fault_mode@once-basic:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_exec_fault_mode@once-basic.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#288
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_exec_fault_mode@once-basic.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> +10 other tests skip
> *
>
> igt@xe_exec_fault_mode@once-bindexecqueue-rebind:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_exec_fault_mode@once-bindexecqueue-rebind.html>
> (Intel XE#288
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@xe_exec_fault_mode@once-bindexecqueue-rebind.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +1
> other test skip
> *
>
> igt@xe_exec_fault_mode@once-invalid-userptr-fault:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#288
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) +10
> other tests skip
> *
>
> igt@xe_exec_fault_mode@once-userptr-invalidate-race-imm:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_exec_fault_mode@once-userptr-invalidate-race-imm.html>
> (Intel XE#288
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_exec_fault_mode@once-userptr-invalidate-race-imm.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#288
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) +9
> other tests skip
> *
>
> igt@xe_exec_fault_mode@twice-bindexecqueue-rebind:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_exec_fault_mode@twice-bindexecqueue-rebind.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#288
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_exec_fault_mode@twice-bindexecqueue-rebind.html>
> (Intel XE#288
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) +5
> other tests skip
> *
>
> igt@xe_live_ktest@xe_bo:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_live_ktest@xe_bo.html>
> (Intel XE#1192
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-466/igt@xe_live_ktest@xe_bo.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>)
> *
>
> igt@xe_module_load@many-reload:
>
> o shard-dg2-set2: DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_module_load@many-reload.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_module_load@many-reload.html>
> (Intel XE#2136
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136>)
> *
>
> igt@xe_module_load@reload:
>
> o shard-dg2-set2: DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_module_load@reload.html>
> (Intel XE#2019
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019>) ->
> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_module_load@reload.html>
> (Intel XE#2136
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136>)
> *
>
> igt@xe_module_load@reload-no-display:
>
> o shard-dg2-set2: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@xe_module_load@reload-no-display.html>
> (Intel XE#1204
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1204>) ->
> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_module_load@reload-no-display.html>
> (Intel XE#1204
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1204> /
> Intel XE#2136
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136>)
> *
>
> igt@xe_pat@pat-index-xehpc:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-463/igt@xe_pat@pat-index-xehpc.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#979
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/979>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_pat@pat-index-xehpc.html>
> (Intel XE#979
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/979>)
> *
>
> igt@xe_peer2peer@write:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_peer2peer@write.html>
> (Intel XE#1061
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_peer2peer@write.html>
> (Intel XE#1173
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173>)
> *
>
> igt@xe_pm@d3cold-basic-exec:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@xe_pm@d3cold-basic-exec.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@xe_pm@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>)
> *
>
> igt@xe_pm@s3-basic:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-8/igt@xe_pm@s3-basic.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-5/igt@xe_pm@s3-basic.html>
> (Intel XE#584
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/584>)
> *
>
> igt@xe_pm@s3-exec-after:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-6/igt@xe_pm@s3-exec-after.html>
> (Intel XE#584
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/584>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-6/igt@xe_pm@s3-exec-after.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
> *
>
> igt@xe_pm@vram-d3cold-threshold:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-466/igt@xe_pm@vram-d3cold-threshold.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#579
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/579>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_pm@vram-d3cold-threshold.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-7/igt@xe_pm@vram-d3cold-threshold.html>
> (Intel XE#579
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/579>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@xe_pm@vram-d3cold-threshold.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
> *
>
> igt@xe_query@multigpu-query-config:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_query@multigpu-query-config.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-435/igt@xe_query@multigpu-query-config.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#944
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) +1
> other test skip
> *
>
> igt@xe_query@multigpu-query-hwconfig:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_query@multigpu-query-hwconfig.html>
> (Intel XE#944
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-434/igt@xe_query@multigpu-query-hwconfig.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#944
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>)
> *
>
> igt@xe_query@multigpu-query-invalid-cs-cycles:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-434/igt@xe_query@multigpu-query-invalid-cs-cycles.html>
> (Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> /
> Intel XE#944
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-436/igt@xe_query@multigpu-query-invalid-cs-cycles.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>)
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@xe_query@multigpu-query-invalid-cs-cycles.html>
> (Intel XE#944
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-3/igt@xe_query@multigpu-query-invalid-cs-cycles.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +2
> other tests skip
> *
>
> igt@xe_query@multigpu-query-invalid-size:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-lnl-3/igt@xe_query@multigpu-query-invalid-size.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-lnl-4/igt@xe_query@multigpu-query-invalid-size.html>
> (Intel XE#944
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) +1
> other test skip
> *
>
> igt@xe_query@multigpu-query-mem-usage:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-432/igt@xe_query@multigpu-query-mem-usage.html>
> (Intel XE#944
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_query@multigpu-query-mem-usage.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>)
> *
>
> igt@xe_vm@large-split-binds-268435456:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7942/shard-dg2-435/igt@xe_vm@large-split-binds-268435456.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130> /
> Intel XE#1201
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11493/shard-dg2-432/igt@xe_vm@large-split-binds-268435456.html>
> (Intel XE#1130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130>) +6
> other tests skip
>
> {name}: This element is suppressed. This means it is ignored when
> computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
>
> Build changes
>
> * IGT: IGT_7942 -> IGTPW_11493
> * Linux: xe-1684-3a93d4a1f4872fbdfe43e9b7f1a7dfd9236a642d ->
> xe-1690-277a79bf0ef669d9b96f6787906f4e5edb827a33
>
> IGTPW_11493: 11493
> IGT_7942: 0f02dc176959e6296866b1bafd3982e277a5e44b @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> xe-1684-3a93d4a1f4872fbdfe43e9b7f1a7dfd9236a642d:
> 3a93d4a1f4872fbdfe43e9b7f1a7dfd9236a642d
> xe-1690-277a79bf0ef669d9b96f6787906f4e5edb827a33:
> 277a79bf0ef669d9b96f6787906f4e5edb827a33
>
[-- Attachment #2: Type: text/html, Size: 258742 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* RE: ✗ Fi.CI.BAT: failure for tests/intel: Add tests to run suspend without display (rev3)
2024-08-01 6:52 ` Sundaresan, Sujaritha
@ 2024-08-01 8:12 ` Saarinen, Jani
0 siblings, 0 replies; 22+ messages in thread
From: Saarinen, Jani @ 2024-08-01 8:12 UTC (permalink / raw)
To: Sundaresan, Sujaritha, igt-dev@lists.freedesktop.org,
I915-ci-infra@lists.freedesktop.org
Hi,
> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of
> Sundaresan, Sujaritha
> Sent: Thursday, 1 August 2024 9.52
> To: igt-dev@lists.freedesktop.org
> Subject: Re: ✗ Fi.CI.BAT: failure for tests/intel: Add tests to run suspend
> without display (rev3)
>
> These failures are not related to the test changes added.
Yes, no.
>
> Thanks,
>
> Suja
>
>
> On 7/30/2024 7:38 PM, Patchwork wrote:
>
>
> Patch Details
> Series: tests/intel: Add tests to run suspend without display (rev3)
> URL: https://patchwork.freedesktop.org/series/130239/
> State: failure
> Details: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/index.html
>
>
> CI Bug Log - changes from CI_DRM_15155 -> IGTPW_11493
>
>
> Summary
>
>
> FAILURE
>
> Serious unknown changes coming with IGTPW_11493 absolutely need
> to be
> verified manually.
>
> If you think the reported changes have nothing to do with the
> changes
> introduced in IGTPW_11493, 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.
>
> External URL: https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_11493/index.html
>
>
> Participating hosts (37 -> 38)
>
>
> Additional (5): bat-adlp-9 bat-adlp-6 fi-cfl-8109u bat-dg2-14 bat-dg2-
> 13
> Missing (4): fi-glk-j4005 fi-kbl-8809g fi-snb-2520m fi-bsw-n3050
>
>
> Possible new issues
>
>
> Here are the unknown changes that may have been introduced in
> IGTPW_11493:
>
>
> IGT changes
>
>
> Possible regressions
>
>
> * igt@runner@aborted:
>
> * fi-cfl-8109u: NOTRUN -> FAIL <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/fi-cfl-
> 8109u/igt@runner@aborted.html>
>
Again https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11781 . Please add to existing and re-report
>
> Known issues
>
>
> Here are the changes found in IGTPW_11493 that come from known
> issues:
>
>
> IGT changes
>
>
> Issues hit
>
>
> * igt@debugfs_test@basic-hwmon:
>
> * bat-adlp-9: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@debugfs_test@basic-
> hwmon.html> (i915#9318 <https://gitlab.freedesktop.org/drm/i915/kernel/-
> /issues/9318> )
> * bat-adlp-6: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@debugfs_test@basic-
> hwmon.html> (i915#9318 <https://gitlab.freedesktop.org/drm/i915/kernel/-
> /issues/9318> )
>
> * igt@gem_lmem_swapping@basic:
>
> * bat-adlp-9: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-
> 9/igt@gem_lmem_swapping@basic.html> (i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613> ) +3 other
> tests skip
>
> * igt@gem_lmem_swapping@random-engines:
>
> * bat-adlp-6: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-
> 6/igt@gem_lmem_swapping@random-engines.html> (i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613> ) +3 other
> tests skip
>
> * igt@gem_mmap@basic:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-
> 14/igt@gem_mmap@basic.html> (i915#4083
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083> )
>
> * igt@gem_render_tiled_blits@basic:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-
> 14/igt@gem_render_tiled_blits@basic.html> (i915#4079
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079> ) +1 other
> test skip
>
> * igt@gem_tiled_fence_blits@basic:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-
> 14/igt@gem_tiled_fence_blits@basic.html> (i915#4077
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077> ) +2 other
> tests skip
>
> * igt@gem_tiled_pread_basic:
>
> * bat-adlp-6: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-
> 6/igt@gem_tiled_pread_basic.html> (i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282> )
> * bat-adlp-9: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-
> 9/igt@gem_tiled_pread_basic.html> (i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282> )
>
> * igt@i915_pm_rps@basic-api:
>
> * bat-adlp-9: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@i915_pm_rps@basic-
> api.html> (i915#6621 <https://gitlab.freedesktop.org/drm/i915/kernel/-
> /issues/6621> )
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@i915_pm_rps@basic-
> api.html> (i915#6621 <https://gitlab.freedesktop.org/drm/i915/kernel/-
> /issues/6621> )
> * bat-adlp-6: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@i915_pm_rps@basic-
> api.html> (i915#6621 <https://gitlab.freedesktop.org/drm/i915/kernel/-
> /issues/6621> )
>
> * igt@i915_selftest@live@hangcheck:
>
> * bat-arls-2: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_15155/bat-arls-2/igt@i915_selftest@live@hangcheck.html> ->
> DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-
> arls-2/igt@i915_selftest@live@hangcheck.html> (i915#11349
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349> /
> i915#11378 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11378>
> )
> * bat-mtlp-8: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_15155/bat-mtlp-8/igt@i915_selftest@live@hangcheck.html> ->
> DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11493/bat-
> mtlp-8/igt@i915_selftest@live@hangcheck.html> (i915#11349
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349> /
> i915#11378 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11378>
> )
>
> * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-
> 14/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (i915#5190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> )
>
> * igt@kms_addfb_basic@basic-x-tiled-legacy:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-
> 14/igt@kms_addfb_basic@basic-x-tiled-legacy.html> (i915#4212
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212> ) +7 other
> tests skip
>
> * igt@kms_addfb_basic@basic-y-tiled-legacy:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-
> 14/igt@kms_addfb_basic@basic-y-tiled-legacy.html> (i915#4215
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215> / i915#5190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> )
>
> * igt@kms_chamelium_hpd@dp-hpd-fast:
>
> * bat-dg2-13: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-
> 13/igt@kms_chamelium_hpd@dp-hpd-fast.html> (Intel XE#484
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/484> ) +2 other tests
> skip
>
> * igt@kms_chamelium_hpd@vga-hpd-fast:
>
> * bat-dg2-13: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-
> 13/igt@kms_chamelium_hpd@vga-hpd-fast.html> (Intel XE#484
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/484> / i915#4550
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4550> ) +1 other
> test skip
>
> * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-
> atomic:
>
> * bat-adlp-9: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-
> 9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html>
> (i915#4103 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103> )
> +1 other test skip
>
> * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-
> 14/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html>
> (i915#4103 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103> /
> i915#4213 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213> )
> +1 other test skip
> * bat-adlp-6: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-
> 6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html>
> (i915#4103 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103> )
> +1 other test skip
>
> * igt@kms_dsc@dsc-basic:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_dsc@dsc-
> basic.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-
> /issues/3555> / i915#3840 <https://gitlab.freedesktop.org/drm/i915/kernel/-
> /issues/3840> )
> * bat-adlp-6: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@kms_dsc@dsc-
> basic.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-
> /issues/3555> / i915#3840 <https://gitlab.freedesktop.org/drm/i915/kernel/-
> /issues/3840> )
> * bat-adlp-9: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_dsc@dsc-
> basic.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-
> /issues/3555> / i915#3840 <https://gitlab.freedesktop.org/drm/i915/kernel/-
> /issues/3840> )
>
> * igt@kms_force_connector_basic@force-load-detect:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-
> 14/igt@kms_force_connector_basic@force-load-detect.html>
> * bat-adlp-6: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-
> 6/igt@kms_force_connector_basic@force-load-detect.html>
> * bat-adlp-9: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-
> 9/igt@kms_force_connector_basic@force-load-detect.html>
>
> * igt@kms_force_connector_basic@prune-stale-modes:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-
> 14/igt@kms_force_connector_basic@prune-stale-modes.html> (i915#5274
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274> )
>
> * igt@kms_pm_backlight@basic-brightness:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-
> 14/igt@kms_pm_backlight@basic-brightness.html> (i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354> )
> * bat-adlp-9: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-
> 9/igt@kms_pm_backlight@basic-brightness.html> (i915#9812
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812> )
>
> * igt@kms_psr@psr-sprite-plane-onoff:
>
> * bat-adlp-9: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_psr@psr-sprite-
> plane-onoff.html> (i915#1072
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / i915#9673
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673> / i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732> ) +3 other
> tests skip
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_psr@psr-sprite-
> plane-onoff.html> (i915#1072
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732> ) +3 other
> tests skip
>
> * igt@kms_setmode@basic-clone-single-crtc:
>
> * bat-adlp-9: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@kms_setmode@basic-
> clone-single-crtc.html> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> )
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@kms_setmode@basic-
> clone-single-crtc.html> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> )
> * bat-adlp-6: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@kms_setmode@basic-
> clone-single-crtc.html> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> )
>
> * igt@prime_vgem@basic-fence-flip:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@prime_vgem@basic-
> fence-flip.html> (i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708> )
>
> * igt@prime_vgem@basic-fence-mmap:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@prime_vgem@basic-
> fence-mmap.html> (i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708> / i915#4077
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077> ) +1 other
> test skip
>
> * igt@prime_vgem@basic-fence-read:
>
> * bat-adlp-9: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-9/igt@prime_vgem@basic-
> fence-read.html> (i915#3291
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291> / i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708> ) +2 other
> tests skip
> * bat-adlp-6: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-adlp-6/igt@prime_vgem@basic-
> fence-read.html> (i915#3291
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291> / i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708> ) +2 other
> tests skip
>
> * igt@prime_vgem@basic-read:
>
> * bat-dg2-14: NOTRUN -> SKIP <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_11493/bat-dg2-14/igt@prime_vgem@basic-
> read.html> (i915#3291 <https://gitlab.freedesktop.org/drm/i915/kernel/-
> /issues/3291> / i915#3708 <https://gitlab.freedesktop.org/drm/i915/kernel/-
> /issues/3708> ) +2 other tests skip
>
>
> Build changes
>
>
> * CI: CI-20190529 -> None
> * IGT: IGT_7942 -> IGTPW_11493
>
> CI-20190529: 20190529
> CI_DRM_15155: 277a79bf0ef669d9b96f6787906f4e5edb827a33 @
> git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_11493: 11493
> IGT_7942: 0f02dc176959e6296866b1bafd3982e277a5e44b @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH i-g-t,v3] tests/intel: Add tests to run suspend without display
2024-07-30 11:35 [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Sujaritha Sundaresan
` (2 preceding siblings ...)
2024-07-30 15:12 ` ✗ CI.xeFULL: " Patchwork
@ 2024-08-01 8:49 ` Sundaresan, Sujaritha
2024-08-01 9:41 ` ✗ GitLab.Pipeline: warning for tests/intel: Add tests to run suspend without display (rev4) Patchwork
` (5 subsequent siblings)
9 siblings, 0 replies; 22+ messages in thread
From: Sundaresan, Sujaritha @ 2024-08-01 8:49 UTC (permalink / raw)
To: igt-dev; +Cc: Anshuman Gupta
On 7/30/2024 5:05 PM, Sujaritha Sundaresan wrote:
> Add tests to validate basic execution suspend/resume cycle
> without display module to rule out display related issues
> from the suspend/resume stack.
>
> v2: Add normal reload cycle after running test (Anshuman)
>
> v3: Rebase
>
> Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan@intel.com>
> Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com>
> ---
> tests/intel/xe_pm.c | 34 ++++++++++++++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
>
> diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
> index 8b115e2f6..03f742265 100644
> --- a/tests/intel/xe_pm.c
> +++ b/tests/intel/xe_pm.c
> @@ -17,6 +17,7 @@
>
> #include "igt.h"
> #include "lib/igt_device.h"
> +#include "lib/igt_kmod.h"
> #include "lib/igt_pm.h"
> #include "lib/igt_sysfs.h"
> #include "lib/igt_syncobj.h"
> @@ -229,6 +230,10 @@ static void close_fw_handle(int sig)
> * Description: suspend/autoresume on %arg[1] state and exec after RPM
> * Functionality: pm - %arg[1]
> *
> + * SUBTEST: %s-without-display
> + * Description: suspend/autoresume on %arg[1] state without display
> + * Functionality: pm - %arg[1]
> + *
> * arg[1]:
> *
> * @s2idle: s2idle
> @@ -681,6 +686,7 @@ igt_main
> struct drm_xe_engine_class_instance *hwe;
> device_t device;
> uint32_t d3cold_allowed;
> + const char *opts;
> int sysfs_fd;
>
> const struct s_state {
> @@ -757,6 +763,34 @@ igt_main
> NO_RPM, 0);
> }
>
> + igt_subtest_f("%s-without-display", s->name) {
> +
> + if (!drmModeGetResources(device.fd_xe))
> + return;
> +
> + xe_for_each_engine(device.fd_xe, hwe) {
> +
> + igt_debug("Reload w/o display\n");
> +
> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
> + igt_assert_eq(igt_xe_driver_unload(), 0);
> +
> + igt_kmsg(KMSG_INFO "Re-loading Xe without display\n");
> + igt_assert_eq(igt_xe_driver_load("enable_display=0"), 0);
> +
> + test_exec(device, hwe, 1, 2, s->state,
> + NO_RPM, 0);
> +
> + igt_debug("Reload as normal\n");
> +
> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
> + igt_assert_eq(igt_xe_driver_unload(), 0);
> +
> + igt_kmsg(KMSG_INFO "Re-loading Xe\n");
> + igt_assert_eq(igt_xe_driver_load(opts), 0);
> + }
> + }
> +
> for (const struct vm_op *op = vm_op; op->name; op++) {
> igt_subtest_f("%s-vm-bind-%s", s->name, op->name) {
> xe_for_each_engine(device.fd_xe, hwe)
The BAT failures are unrelated. The CI FULL failures seems to be
pointing to Xe unload being unsuccessful. I have submitted that for a
retest, however they seem to not be related to the changes made
specifically.
Thanks,
Suja
^ permalink raw reply [flat|nested] 22+ messages in thread
* ✗ GitLab.Pipeline: warning for tests/intel: Add tests to run suspend without display (rev4)
2024-07-30 11:35 [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Sujaritha Sundaresan
` (3 preceding siblings ...)
2024-08-01 8:49 ` [PATCH i-g-t,v3] tests/intel: Add tests to run suspend without display Sundaresan, Sujaritha
@ 2024-08-01 9:41 ` Patchwork
2024-08-01 9:56 ` ✓ CI.xeBAT: success " Patchwork
` (4 subsequent siblings)
9 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-08-01 9:41 UTC (permalink / raw)
To: Sundaresan, Sujaritha; +Cc: igt-dev
== Series Details ==
Series: tests/intel: Add tests to run suspend without display (rev4)
URL : https://patchwork.freedesktop.org/series/130239/
State : warning
== Summary ==
Pipeline status: FAILED.
see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1238451 for the overview.
build:tests-debian-meson-mips has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/61771854):
$ /host/bin/curl -s -L --cacert /host/ca-certificates.crt --retry 4 -f --retry-delay 60 https://gitlab.freedesktop.org/freedesktop/helm-gitlab-infra/-/raw/main/runner-gating/runner-gating.sh | sh -s -- pre_get_sources_script
Checking if the user of the pipeline is allowed...
Checking if the job's project is part of a well-known group...
Thank you for contributing to freedesktop.org
Fetching changes...
Reinitialized existing Git repository in /builds/gfx-ci/igt-ci-tags/.git/
Checking out eec266eb as detached HEAD (ref is intel/IGTPW_11511)...
Removing build/
Removing installdir/
Skipping Git submodules setup
section_end:1722505056:get_sources
section_start:1722505056:step_script
Executing "step_script" stage of the job script
Using docker image sha256:cc55efdc667be826910d414a562c76ce1130a9c15255a0dd115431bc42f83448 for registry.freedesktop.org/gfx-ci/igt-ci-tags/build-debian-mips:commit-eec266eb5e94515ca39557b7df3563d08093f6cd with digest registry.freedesktop.org/gfx-ci/igt-ci-tags/build-debian-mips@sha256:c829c44880da4782b7a72626c259ac6904b4bd5f08601e66b3be889ca1c0cf79 ...
section_end:1722505058:step_script
section_start:1722505058:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1722505060:cleanup_file_variables
ERROR: Job failed (system failure): Error response from daemon: no such image: docker.io/library/sha256:cc55efdc667be826910d414a562c76ce1130a9c15255a0dd115431bc42f83448: image not known (docker.go:652:0s)
== Logs ==
For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1238451
^ permalink raw reply [flat|nested] 22+ messages in thread
* ✓ CI.xeBAT: success for tests/intel: Add tests to run suspend without display (rev4)
2024-07-30 11:35 [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Sujaritha Sundaresan
` (4 preceding siblings ...)
2024-08-01 9:41 ` ✗ GitLab.Pipeline: warning for tests/intel: Add tests to run suspend without display (rev4) Patchwork
@ 2024-08-01 9:56 ` Patchwork
2024-08-01 10:11 ` ✓ Fi.CI.BAT: " Patchwork
` (3 subsequent siblings)
9 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-08-01 9:56 UTC (permalink / raw)
To: Sundaresan, Sujaritha; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 986 bytes --]
== Series Details ==
Series: tests/intel: Add tests to run suspend without display (rev4)
URL : https://patchwork.freedesktop.org/series/130239/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7950_BAT -> XEIGTPW_11511_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (7 -> 6)
------------------------------
Missing (1): bat-lnl-1
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_7950 -> IGTPW_11511
* Linux: xe-1699-6d89c6866adbcecfc3ca559d1bdef8be50805055 -> xe-1702-8019170840644b0c5a5e64fc6d81792dd2105a2d
IGTPW_11511: 11511
IGT_7950: 7950
xe-1699-6d89c6866adbcecfc3ca559d1bdef8be50805055: 6d89c6866adbcecfc3ca559d1bdef8be50805055
xe-1702-8019170840644b0c5a5e64fc6d81792dd2105a2d: 8019170840644b0c5a5e64fc6d81792dd2105a2d
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/index.html
[-- Attachment #2: Type: text/html, Size: 1545 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* ✓ Fi.CI.BAT: success for tests/intel: Add tests to run suspend without display (rev4)
2024-07-30 11:35 [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Sujaritha Sundaresan
` (5 preceding siblings ...)
2024-08-01 9:56 ` ✓ CI.xeBAT: success " Patchwork
@ 2024-08-01 10:11 ` Patchwork
2024-08-01 10:51 ` ✗ CI.xeFULL: failure " Patchwork
` (2 subsequent siblings)
9 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-08-01 10:11 UTC (permalink / raw)
To: Sundaresan, Sujaritha; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 19366 bytes --]
== Series Details ==
Series: tests/intel: Add tests to run suspend without display (rev4)
URL : https://patchwork.freedesktop.org/series/130239/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_15167 -> IGTPW_11511
====================================================
Summary
-------
**WARNING**
Minor unknown changes coming with IGTPW_11511 need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11511, 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_11511/index.html
Participating hosts (37 -> 40)
------------------------------
Additional (6): bat-arlh-3 bat-adlp-9 bat-adlp-6 fi-kbl-8809g bat-dg2-14 bat-dg2-11
Missing (3): fi-glk-j4005 fi-cfl-8109u fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_11511:
### IGT changes ###
#### Warnings ####
* igt@runner@aborted:
- fi-kbl-x1275: [FAIL][1] ([i915#11781]) -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/fi-kbl-x1275/igt@runner@aborted.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/fi-kbl-x1275/igt@runner@aborted.html
- fi-ivb-3770: [FAIL][3] ([i915#11781]) -> [FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/fi-ivb-3770/igt@runner@aborted.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/fi-ivb-3770/igt@runner@aborted.html
- fi-elk-e7500: [FAIL][5] ([i915#11781]) -> [FAIL][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/fi-elk-e7500/igt@runner@aborted.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/fi-elk-e7500/igt@runner@aborted.html
- fi-kbl-guc: [FAIL][7] ([i915#11781]) -> [FAIL][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/fi-kbl-guc/igt@runner@aborted.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/fi-kbl-guc/igt@runner@aborted.html
- fi-ilk-650: [FAIL][9] ([i915#11781]) -> [FAIL][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/fi-ilk-650/igt@runner@aborted.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/fi-ilk-650/igt@runner@aborted.html
- fi-tgl-1115g4: [FAIL][11] ([i915#11781]) -> [FAIL][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/fi-tgl-1115g4/igt@runner@aborted.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/fi-tgl-1115g4/igt@runner@aborted.html
- fi-blb-e6850: [FAIL][13] ([i915#11781]) -> [FAIL][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/fi-blb-e6850/igt@runner@aborted.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/fi-blb-e6850/igt@runner@aborted.html
- fi-bsw-n3050: [FAIL][15] ([i915#11781]) -> [FAIL][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/fi-bsw-n3050/igt@runner@aborted.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/fi-bsw-n3050/igt@runner@aborted.html
- fi-kbl-7567u: [FAIL][17] ([i915#11781]) -> [FAIL][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/fi-kbl-7567u/igt@runner@aborted.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/fi-kbl-7567u/igt@runner@aborted.html
- bat-apl-1: [FAIL][19] ([i915#11781]) -> [FAIL][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/bat-apl-1/igt@runner@aborted.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-apl-1/igt@runner@aborted.html
- bat-atsm-1: [FAIL][21] ([i915#11781]) -> [FAIL][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/bat-atsm-1/igt@runner@aborted.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-atsm-1/igt@runner@aborted.html
- fi-cfl-guc: [FAIL][23] ([i915#11781]) -> [FAIL][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/fi-cfl-guc/igt@runner@aborted.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/fi-cfl-guc/igt@runner@aborted.html
Known issues
------------
Here are the changes found in IGTPW_11511 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@basic-hwmon:
- bat-adlp-9: NOTRUN -> [SKIP][25] ([i915#9318])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-9/igt@debugfs_test@basic-hwmon.html
- bat-adlp-6: NOTRUN -> [SKIP][26] ([i915#9318])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-6/igt@debugfs_test@basic-hwmon.html
* igt@gem_huc_copy@huc-copy:
- fi-kbl-8809g: NOTRUN -> [SKIP][27] ([i915#2190])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/fi-kbl-8809g/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@basic:
- bat-adlp-9: NOTRUN -> [SKIP][28] ([i915#4613]) +3 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-9/igt@gem_lmem_swapping@basic.html
- fi-kbl-8809g: NOTRUN -> [SKIP][29] ([i915#4613]) +3 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/fi-kbl-8809g/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@random-engines:
- bat-adlp-6: NOTRUN -> [SKIP][30] ([i915#4613]) +3 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-6/igt@gem_lmem_swapping@random-engines.html
* igt@gem_mmap@basic:
- bat-dg2-11: NOTRUN -> [SKIP][31] ([i915#4083])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@gem_mmap@basic.html
- bat-dg2-14: NOTRUN -> [SKIP][32] ([i915#4083])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@gem_mmap@basic.html
* igt@gem_render_tiled_blits@basic:
- bat-dg2-14: NOTRUN -> [SKIP][33] ([i915#4079]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@gem_render_tiled_blits@basic.html
* igt@gem_tiled_fence_blits@basic:
- bat-dg2-14: NOTRUN -> [SKIP][34] ([i915#4077]) +2 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@gem_tiled_fence_blits@basic.html
- bat-dg2-11: NOTRUN -> [SKIP][35] ([i915#4077]) +2 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@gem_tiled_fence_blits@basic.html
* igt@gem_tiled_pread_basic:
- bat-adlp-6: NOTRUN -> [SKIP][36] ([i915#3282])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-6/igt@gem_tiled_pread_basic.html
- bat-adlp-9: NOTRUN -> [SKIP][37] ([i915#3282])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-9/igt@gem_tiled_pread_basic.html
- bat-dg2-11: NOTRUN -> [SKIP][38] ([i915#4079]) +1 other test skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@gem_tiled_pread_basic.html
* igt@i915_pm_rps@basic-api:
- bat-adlp-9: NOTRUN -> [SKIP][39] ([i915#6621])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-9/igt@i915_pm_rps@basic-api.html
- bat-dg2-14: NOTRUN -> [SKIP][40] ([i915#6621])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@i915_pm_rps@basic-api.html
- bat-adlp-6: NOTRUN -> [SKIP][41] ([i915#6621])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-6/igt@i915_pm_rps@basic-api.html
- bat-dg2-11: NOTRUN -> [SKIP][42] ([i915#6621])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@i915_pm_rps@basic-api.html
* igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
- bat-dg2-11: NOTRUN -> [SKIP][43] ([i915#4212]) +7 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-11: NOTRUN -> [SKIP][44] ([i915#5190])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- bat-dg2-14: NOTRUN -> [SKIP][45] ([i915#5190])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-x-tiled-legacy:
- bat-dg2-14: NOTRUN -> [SKIP][46] ([i915#4212]) +7 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@kms_addfb_basic@basic-x-tiled-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg2-11: NOTRUN -> [SKIP][47] ([i915#4215] / [i915#5190])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@kms_addfb_basic@basic-y-tiled-legacy.html
- bat-dg2-14: NOTRUN -> [SKIP][48] ([i915#4215] / [i915#5190])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- bat-adlp-9: NOTRUN -> [SKIP][49] ([i915#4103]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
- bat-dg2-11: NOTRUN -> [SKIP][50] ([i915#4103] / [i915#4213]) +1 other test skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-dg2-14: NOTRUN -> [SKIP][51] ([i915#4103] / [i915#4213]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
- bat-adlp-6: NOTRUN -> [SKIP][52] ([i915#4103]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-dg2-11: NOTRUN -> [SKIP][53] ([i915#3555] / [i915#3840])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@kms_dsc@dsc-basic.html
- bat-dg2-14: NOTRUN -> [SKIP][54] ([i915#3555] / [i915#3840])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@kms_dsc@dsc-basic.html
- bat-adlp-6: NOTRUN -> [SKIP][55] ([i915#3555] / [i915#3840])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-6/igt@kms_dsc@dsc-basic.html
- bat-adlp-9: NOTRUN -> [SKIP][56] ([i915#3555] / [i915#3840])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-9/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- fi-kbl-8809g: NOTRUN -> [SKIP][57] +30 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/fi-kbl-8809g/igt@kms_force_connector_basic@force-load-detect.html
- bat-dg2-14: NOTRUN -> [SKIP][58]
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@kms_force_connector_basic@force-load-detect.html
- bat-adlp-6: NOTRUN -> [SKIP][59]
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-6/igt@kms_force_connector_basic@force-load-detect.html
- bat-adlp-9: NOTRUN -> [SKIP][60]
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-9/igt@kms_force_connector_basic@force-load-detect.html
- bat-dg2-11: NOTRUN -> [SKIP][61]
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-dg2-11: NOTRUN -> [SKIP][62] ([i915#5274])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@kms_force_connector_basic@prune-stale-modes.html
- bat-dg2-14: NOTRUN -> [SKIP][63] ([i915#5274])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_pm_backlight@basic-brightness:
- bat-dg2-11: NOTRUN -> [SKIP][64] ([i915#5354])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@kms_pm_backlight@basic-brightness.html
- bat-dg2-14: NOTRUN -> [SKIP][65] ([i915#5354])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@kms_pm_backlight@basic-brightness.html
- bat-adlp-9: NOTRUN -> [SKIP][66] ([i915#9812])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-9/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr@psr-sprite-plane-onoff:
- bat-adlp-9: NOTRUN -> [SKIP][67] ([i915#1072] / [i915#9673] / [i915#9732]) +3 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-9/igt@kms_psr@psr-sprite-plane-onoff.html
- bat-dg2-11: NOTRUN -> [SKIP][68] ([i915#1072] / [i915#9732]) +3 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@kms_psr@psr-sprite-plane-onoff.html
- bat-dg2-14: NOTRUN -> [SKIP][69] ([i915#1072] / [i915#9732]) +3 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-adlp-9: NOTRUN -> [SKIP][70] ([i915#3555])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-9/igt@kms_setmode@basic-clone-single-crtc.html
- bat-dg2-14: NOTRUN -> [SKIP][71] ([i915#3555])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@kms_setmode@basic-clone-single-crtc.html
- bat-adlp-6: NOTRUN -> [SKIP][72] ([i915#3555])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-6/igt@kms_setmode@basic-clone-single-crtc.html
- bat-dg2-11: NOTRUN -> [SKIP][73] ([i915#3555])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-dg2-11: NOTRUN -> [SKIP][74] ([i915#3708])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@prime_vgem@basic-fence-flip.html
- bat-dg2-14: NOTRUN -> [SKIP][75] ([i915#3708])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- bat-dg2-11: NOTRUN -> [SKIP][76] ([i915#3708] / [i915#4077]) +1 other test skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@prime_vgem@basic-fence-mmap.html
- bat-dg2-14: NOTRUN -> [SKIP][77] ([i915#3708] / [i915#4077]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-fence-read:
- bat-adlp-9: NOTRUN -> [SKIP][78] ([i915#3291] / [i915#3708]) +2 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-9/igt@prime_vgem@basic-fence-read.html
- bat-adlp-6: NOTRUN -> [SKIP][79] ([i915#3291] / [i915#3708]) +2 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-adlp-6/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-read:
- bat-dg2-11: NOTRUN -> [SKIP][80] ([i915#3291] / [i915#3708]) +2 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-11/igt@prime_vgem@basic-read.html
- bat-dg2-14: NOTRUN -> [SKIP][81] ([i915#3291] / [i915#3708]) +2 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/bat-dg2-14/igt@prime_vgem@basic-read.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10196
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#11343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11343
[i915#11346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11346
[i915#11666]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11666
[i915#11671]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11671
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11723
[i915#11724]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11724
[i915#11725]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11725
[i915#11726]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11726
[i915#11781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11781
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318
[i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7950 -> IGTPW_11511
CI-20190529: 20190529
CI_DRM_15167: 8019170840644b0c5a5e64fc6d81792dd2105a2d @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11511: 11511
IGT_7950: 7950
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/index.html
[-- Attachment #2: Type: text/html, Size: 24173 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* ✗ CI.xeFULL: failure for tests/intel: Add tests to run suspend without display (rev4)
2024-07-30 11:35 [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Sujaritha Sundaresan
` (6 preceding siblings ...)
2024-08-01 10:11 ` ✓ Fi.CI.BAT: " Patchwork
@ 2024-08-01 10:51 ` Patchwork
2024-08-01 11:45 ` [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Kamil Konieczny
2024-08-02 5:12 ` ✓ Fi.CI.IGT: success for tests/intel: Add tests to run suspend without display (rev4) Patchwork
9 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-08-01 10:51 UTC (permalink / raw)
To: Sundaresan, Sujaritha; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 162641 bytes --]
== Series Details ==
Series: tests/intel: Add tests to run suspend without display (rev4)
URL : https://patchwork.freedesktop.org/series/130239/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_7950_full -> XEIGTPW_11511_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11511_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11511_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 (3 -> 4)
------------------------------
Additional (1): shard-bmg
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11511_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move:
- shard-dg2-set2: [PASS][1] -> [SKIP][2] +5 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
* igt@kms_lease@lease-again:
- shard-lnl: [PASS][3] -> [INCOMPLETE][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-8/igt@kms_lease@lease-again.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_lease@lease-again.html
* igt@kms_pm_rpm@i2c:
- shard-lnl: NOTRUN -> [SKIP][5]
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_pm_rpm@i2c.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-lnl: [PASS][6] -> [SKIP][7] +5 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_psr@psr2-sprite-plane-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][8]
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_psr@psr2-sprite-plane-onoff.html
* igt@kms_vrr@flip-dpms@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [INCOMPLETE][9]
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_vrr@flip-dpms@pipe-a-edp-1.html
* igt@xe_live_ktest@xe_migrate:
- shard-lnl: [PASS][10] -> [FAIL][11] +3 other tests fail
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@xe_live_ktest@xe_migrate.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@xe_live_ktest@xe_migrate.html
* {igt@xe_pm@s2idle-without-display} (NEW):
- shard-dg2-set2: NOTRUN -> [FAIL][12] +2 other tests fail
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@xe_pm@s2idle-without-display.html
- shard-lnl: NOTRUN -> [FAIL][13] +2 other tests fail
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@xe_pm@s2idle-without-display.html
- {shard-bmg}: NOTRUN -> [FAIL][14] +2 other tests fail
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-bmg-6/igt@xe_pm@s2idle-without-display.html
#### Warnings ####
* igt@core_hotunplug@hotrebind:
- shard-lnl: [ABORT][15] ([Intel XE#2421]) -> [SKIP][16]
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@core_hotunplug@hotrebind.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@core_hotunplug@hotrebind.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-270:
- shard-dg2-set2: [SKIP][17] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][18]
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
- shard-dg2-set2: [SKIP][19] ([Intel XE#1124]) -> [SKIP][20]
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc:
- shard-dg2-set2: [SKIP][21] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][22] +3 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: [SKIP][23] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][24] +4 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt:
- shard-lnl: [SKIP][25] ([Intel XE#2351]) -> [INCOMPLETE][26]
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][27] ([Intel XE#653]) -> [SKIP][28]
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt:
- shard-dg2-set2: [SKIP][29] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][30] +3 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-lnl: [SKIP][31] ([Intel XE#1439]) -> [SKIP][32]
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-8/igt@kms_pm_rpm@modeset-non-lpsp.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area:
- shard-dg2-set2: [SKIP][33] ([Intel XE#1489]) -> [SKIP][34]
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html
* igt@kms_psr@psr2-basic:
- shard-dg2-set2: [SKIP][35] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][36] +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_psr@psr2-basic.html
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_psr@psr2-basic.html
* igt@kms_vrr@flip-dpms:
- shard-lnl: [SKIP][37] ([Intel XE#2423]) -> [INCOMPLETE][38]
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-2/igt@kms_vrr@flip-dpms.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_vrr@flip-dpms.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- shard-lnl: [SKIP][39] ([Intel XE#2229]) -> [FAIL][40]
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4:
- {shard-bmg}: NOTRUN -> [DMESG-WARN][41] +23 other tests dmesg-warn
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-bmg-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- {shard-bmg}: NOTRUN -> [INCOMPLETE][42]
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-bmg-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
- {shard-bmg}: NOTRUN -> [SKIP][43] +167 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-bmg-2/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
* igt@kms_universal_plane@cursor-fb-leak:
- {shard-bmg}: NOTRUN -> [FAIL][44] +21 other tests fail
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-bmg-8/igt@kms_universal_plane@cursor-fb-leak.html
* igt@xe_evict@evict-mixed-many-threads-small:
- {shard-bmg}: NOTRUN -> [TIMEOUT][45] +3 other tests timeout
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-bmg-4/igt@xe_evict@evict-mixed-many-threads-small.html
New tests
---------
New tests have been introduced between XEIGT_7950_full and XEIGTPW_11511_full:
### New IGT tests (3) ###
* igt@xe_pm@s2idle-without-display:
- Statuses : 3 fail(s)
- Exec time: [9.95, 13.19] s
* igt@xe_pm@s3-without-display:
- Statuses : 3 fail(s)
- Exec time: [9.88, 12.93] s
* igt@xe_pm@s4-without-display:
- Statuses : 3 fail(s)
- Exec time: [9.82, 13.06] s
Known issues
------------
Here are the changes found in XEIGTPW_11511_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@fbdev@eof:
- shard-dg2-set2: [PASS][46] -> [SKIP][47] ([Intel XE#2134])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@fbdev@eof.html
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@fbdev@eof.html
* igt@fbdev@write:
- shard-dg2-set2: [PASS][48] -> [SKIP][49] ([Intel XE#1201] / [Intel XE#2134])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@fbdev@write.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@fbdev@write.html
* igt@intel_hwmon@hwmon-read:
- shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#1125])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@intel_hwmon@hwmon-read.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-lnl: [PASS][51] -> [FAIL][52] ([Intel XE#1659])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-0:
- shard-dg2-set2: [PASS][53] -> [SKIP][54] ([Intel XE#2351]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][55] ([Intel XE#1201] / [Intel XE#316]) +3 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
- shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#1407]) +2 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#1124]) +3 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-dg2-set2: NOTRUN -> [SKIP][58] ([Intel XE#1124] / [Intel XE#1201]) +3 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_bw@linear-tiling-1-displays-3840x2160p:
- shard-dg2-set2: NOTRUN -> [SKIP][59] ([Intel XE#1201] / [Intel XE#367])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-436/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][60] ([Intel XE#787]) +20 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-dp-4.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][61] ([Intel XE#455] / [Intel XE#787]) +3 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][62] ([Intel XE#1201] / [Intel XE#787]) +41 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_ccs@crc-primary-basic-yf-tiled-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][63] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +6 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_ccs@crc-primary-basic-yf-tiled-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc:
- shard-dg2-set2: NOTRUN -> [SKIP][64] ([Intel XE#1201]) +2 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][65] ([Intel XE#1399]) +2 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-2/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
* igt@kms_chamelium_color@ctm-max:
- shard-dg2-set2: NOTRUN -> [SKIP][66] ([Intel XE#1201] / [Intel XE#306])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_chamelium_color@ctm-max.html
* igt@kms_chamelium_color@ctm-negative:
- shard-lnl: NOTRUN -> [SKIP][67] ([Intel XE#306]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_chamelium_color@ctm-negative.html
* igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode:
- shard-dg2-set2: NOTRUN -> [SKIP][68] ([Intel XE#1201] / [Intel XE#373]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-436/igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm:
- shard-lnl: NOTRUN -> [SKIP][69] ([Intel XE#373]) +3 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_chamelium_hpd@hdmi-hpd-storm.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2-set2: NOTRUN -> [SKIP][70] ([Intel XE#1201] / [Intel XE#308])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-offscreen-max-size:
- shard-dg2-set2: NOTRUN -> [SKIP][71] ([Intel XE#455])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_cursor_crc@cursor-offscreen-max-size.html
- shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#1424]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-2/igt@kms_cursor_crc@cursor-offscreen-max-size.html
* igt@kms_cursor_crc@cursor-onscreen-64x64:
- shard-dg2-set2: NOTRUN -> [SKIP][73] ([Intel XE#1201] / [i915#2575]) +2 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_cursor_crc@cursor-onscreen-64x64.html
- shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#2423]) +4 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-8/igt@kms_cursor_crc@cursor-onscreen-64x64.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#1201] / [Intel XE#455]) +6 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#309]) +1 other test skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-8/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-lnl: NOTRUN -> [FAIL][77] ([Intel XE#2028])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][78] ([Intel XE#1201] / [Intel XE#776])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2-set2: NOTRUN -> [SKIP][79] ([Intel XE#1138] / [Intel XE#1201])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_feature_discovery@display-4x.html
- shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#1138])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-2/igt@kms_feature_discovery@display-4x.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#1421]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-dg2-set2: [PASS][82] -> [INCOMPLETE][83] ([Intel XE#1195] / [Intel XE#1551] / [Intel XE#2049])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@kms_flip@flip-vs-suspend-interruptible.html
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-436/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a6:
- shard-dg2-set2: [PASS][84] -> [DMESG-WARN][85] ([Intel XE#1551])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a6.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-436/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a6.html
* igt@kms_flip@flip-vs-suspend-interruptible@b-dp4:
- shard-dg2-set2: [PASS][86] -> [INCOMPLETE][87] ([Intel XE#1195])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@kms_flip@flip-vs-suspend-interruptible@b-dp4.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-436/igt@kms_flip@flip-vs-suspend-interruptible@b-dp4.html
* igt@kms_flip@flip-vs-suspend@d-dp4:
- shard-dg2-set2: [PASS][88] -> [INCOMPLETE][89] ([Intel XE#1195] / [Intel XE#2049])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_flip@flip-vs-suspend@d-dp4.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_flip@flip-vs-suspend@d-dp4.html
* igt@kms_flip@wf_vblank-ts-check@b-edp1:
- shard-lnl: [PASS][90] -> [FAIL][91] ([Intel XE#886]) +1 other test fail
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-6/igt@kms_flip@wf_vblank-ts-check@b-edp1.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-3/igt@kms_flip@wf_vblank-ts-check@b-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#1401] / [Intel XE#1745])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#1401]) +3 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling:
- shard-lnl: NOTRUN -> [SKIP][94] ([Intel XE#1397] / [Intel XE#1745]) +2 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#1397]) +2 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-indfb-plflip-blt:
- shard-lnl: NOTRUN -> [SKIP][96] ([Intel XE#651]) +6 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-2/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
- shard-dg2-set2: [PASS][97] -> [SKIP][98] ([Intel XE#1201] / [Intel XE#2351]) +5 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][99] ([Intel XE#651]) +4 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-move:
- shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#1201] / [Intel XE#651]) +11 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][101] ([Intel XE#653]) +4 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][102] ([Intel XE#1201] / [Intel XE#653]) +6 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary:
- shard-dg2-set2: NOTRUN -> [SKIP][103] ([Intel XE#1201] / [Intel XE#2351]) +1 other test skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][104] ([Intel XE#656]) +15 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_getfb@getfb2-handle-closed:
- shard-dg2-set2: [PASS][105] -> [SKIP][106] ([Intel XE#2423] / [i915#2575]) +8 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_getfb@getfb2-handle-closed.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_getfb@getfb2-handle-closed.html
* igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#1450]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1.html
* igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1:
- shard-lnl: NOTRUN -> [SKIP][108] ([Intel XE#1450] / [Intel XE#599]) +1 other test skip
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1.html
* igt@kms_lease@invalid-create-leases:
- shard-dg2-set2: [PASS][109] -> [SKIP][110] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) +7 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_lease@invalid-create-leases.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_lease@invalid-create-leases.html
* igt@kms_lease@lease-invalid-connector:
- shard-dg2-set2: [PASS][111] -> [SKIP][112] ([Intel XE#1201] / [i915#2575]) +23 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_lease@lease-invalid-connector.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_lease@lease-invalid-connector.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence:
- shard-lnl: [PASS][113] -> [SKIP][114] ([Intel XE#2423]) +32 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@kms_pipe_crc_basic@read-crc-frame-sequence.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a:
- shard-dg2-set2: NOTRUN -> [FAIL][115] ([Intel XE#616])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b:
- shard-dg2-set2: NOTRUN -> [DMESG-FAIL][116] ([Intel XE#1551])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
* igt@kms_plane@plane-position-hole:
- shard-lnl: [PASS][117] -> [DMESG-FAIL][118] ([Intel XE#324]) +1 other test dmesg-fail
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-7/igt@kms_plane@plane-position-hole.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_plane@plane-position-hole.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#498]) +3 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-8/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b-edp-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-c-edp-1:
- shard-lnl: NOTRUN -> [SKIP][120] ([Intel XE#2318]) +9 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-c-edp-1.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2-set2: [PASS][121] -> [SKIP][122] ([Intel XE#1201]) +15 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][123] ([Intel XE#1201] / [Intel XE#1489]) +1 other test skip
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-lnl: NOTRUN -> [SKIP][124] ([Intel XE#1128])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-3/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-dg2-set2: NOTRUN -> [SKIP][125] ([Intel XE#1122] / [Intel XE#1201])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-psr2-primary-render:
- shard-lnl: [PASS][126] -> [FAIL][127] ([Intel XE#1649]) +1 other test fail
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@kms_psr@fbc-psr2-primary-render.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-2/igt@kms_psr@fbc-psr2-primary-render.html
* igt@kms_psr@pr-sprite-plane-onoff:
- shard-lnl: NOTRUN -> [SKIP][128] ([Intel XE#1406]) +1 other test skip
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_psr@pr-sprite-plane-onoff.html
* igt@kms_psr@psr-no-drrs:
- shard-lnl: [PASS][129] -> [SKIP][130] ([Intel XE#2351]) +36 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-8/igt@kms_psr@psr-no-drrs.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@kms_psr@psr-no-drrs.html
* igt@kms_psr@psr2-cursor-plane-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][131] ([Intel XE#1201] / [Intel XE#929]) +6 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_psr@psr2-cursor-plane-onoff.html
* igt@kms_psr@psr2-sprite-plane-onoff:
- shard-lnl: NOTRUN -> [SKIP][132] ([Intel XE#2351]) +5 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_psr@psr2-sprite-plane-onoff.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-dg2-set2: NOTRUN -> [SKIP][133] ([Intel XE#1091] / [Intel XE#1201])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@sriov_basic@enable-vfs-autoprobe-off.html
- shard-lnl: NOTRUN -> [SKIP][134] ([Intel XE#1091])
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-3/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@xe_compute@ccs-mode-compute-kernel:
- shard-dg2-set2: NOTRUN -> [FAIL][135] ([Intel XE#1050])
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@xe_compute@ccs-mode-compute-kernel.html
- shard-lnl: NOTRUN -> [SKIP][136] ([Intel XE#1447])
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@xe_compute@ccs-mode-compute-kernel.html
* igt@xe_evict@evict-beng-mixed-threads-large:
- shard-dg2-set2: [PASS][137] -> [TIMEOUT][138] ([Intel XE#1473] / [Intel XE#392]) +1 other test timeout
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@xe_evict@evict-beng-mixed-threads-large.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@xe_evict@evict-beng-mixed-threads-large.html
* igt@xe_evict@evict-beng-mixed-threads-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][139] ([Intel XE#688]) +3 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@xe_evict@evict-beng-mixed-threads-large-multi-vm.html
* igt@xe_exec_balancer@many-execqueues-cm-virtual-userptr-invalidate-race:
- shard-dg2-set2: NOTRUN -> [SKIP][140] ([Intel XE#1130]) +1 other test skip
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_exec_balancer@many-execqueues-cm-virtual-userptr-invalidate-race.html
* igt@xe_exec_balancer@once-parallel-userptr-rebind:
- shard-lnl: NOTRUN -> [SKIP][141] ([Intel XE#1130]) +19 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@xe_exec_balancer@once-parallel-userptr-rebind.html
* igt@xe_exec_basic@many-null-rebind:
- shard-dg2-set2: [PASS][142] -> [SKIP][143] ([Intel XE#1130] / [Intel XE#1201]) +58 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@xe_exec_basic@many-null-rebind.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@xe_exec_basic@many-null-rebind.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue:
- shard-lnl: NOTRUN -> [SKIP][144] ([Intel XE#1392]) +2 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue.html
* igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [FAIL][145] ([Intel XE#1069])
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-3/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@many-userptr:
- shard-dg2-set2: NOTRUN -> [SKIP][146] ([Intel XE#288]) +1 other test skip
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_exec_fault_mode@many-userptr.html
* igt@xe_exec_fault_mode@many-userptr-rebind-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][147] ([Intel XE#1201] / [Intel XE#288]) +9 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@xe_exec_fault_mode@many-userptr-rebind-imm.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-imm:
- shard-lnl: [PASS][148] -> [SKIP][149] ([Intel XE#1130]) +85 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-imm.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-imm.html
* igt@xe_live_ktest@xe_mocs:
- shard-lnl: [PASS][150] -> [SKIP][151] ([Intel XE#1192])
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-2/igt@xe_live_ktest@xe_mocs.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@xe_live_ktest@xe_mocs.html
* igt@xe_oa@short-reads:
- shard-dg2-set2: NOTRUN -> [SKIP][152] ([Intel XE#1201] / [Intel XE#2419])
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@xe_oa@short-reads.html
- shard-lnl: NOTRUN -> [SKIP][153] ([Intel XE#2419])
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@xe_oa@short-reads.html
* igt@xe_pat@pat-index-xehpc:
- shard-dg2-set2: NOTRUN -> [SKIP][154] ([Intel XE#1201] / [Intel XE#979])
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@xe_pat@pat-index-xehpc.html
- shard-lnl: NOTRUN -> [SKIP][155] ([Intel XE#1420])
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-8/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pm@s2idle-exec-after:
- shard-dg2-set2: NOTRUN -> [SKIP][156] ([Intel XE#1130] / [Intel XE#1201]) +12 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@xe_pm@s2idle-exec-after.html
* igt@xe_pm@s2idle-vm-bind-prefetch:
- shard-lnl: NOTRUN -> [FAIL][157] ([Intel XE#1924] / [Intel XE#2028])
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@xe_pm@s2idle-vm-bind-prefetch.html
* igt@xe_pm@s3-basic-exec:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][158] ([Intel XE#1551] / [Intel XE#569])
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@xe_pm@s3-basic-exec.html
- shard-lnl: NOTRUN -> [SKIP][159] ([Intel XE#584])
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@xe_pm@s3-basic-exec.html
* igt@xe_pm@s4-vm-bind-prefetch:
- shard-lnl: [PASS][160] -> [ABORT][161] ([Intel XE#1794])
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@xe_pm@s4-vm-bind-prefetch.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-2/igt@xe_pm@s4-vm-bind-prefetch.html
* igt@xe_pm@s4-vm-bind-unbind-all:
- shard-dg2-set2: [PASS][162] -> [DMESG-WARN][163] ([Intel XE#2019] / [Intel XE#2280])
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@xe_pm@s4-vm-bind-unbind-all.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_pm@s4-vm-bind-unbind-all.html
* igt@xe_query@multigpu-query-uc-fw-version-guc:
- shard-lnl: NOTRUN -> [SKIP][164] ([Intel XE#944])
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@xe_query@multigpu-query-uc-fw-version-guc.html
* igt@xe_vm@munmap-style-unbind-many-either-side-partial:
- shard-dg2-set2: [PASS][165] -> [SKIP][166] ([Intel XE#1130]) +23 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@xe_vm@munmap-style-unbind-many-either-side-partial.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_vm@munmap-style-unbind-many-either-side-partial.html
#### Possible fixes ####
* igt@fbdev@nullptr:
- shard-dg2-set2: [SKIP][167] ([Intel XE#1201] / [Intel XE#2134]) -> [PASS][168]
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@fbdev@nullptr.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@fbdev@nullptr.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-dg2-set2: [INCOMPLETE][169] ([Intel XE#1195]) -> [PASS][170]
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_cursor_legacy@nonblocking-modeset-vs-cursor-atomic:
- shard-dg2-set2: [SKIP][171] ([Intel XE#1201] / [i915#2575]) -> [PASS][172] +20 other tests pass
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_cursor_legacy@nonblocking-modeset-vs-cursor-atomic.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_cursor_legacy@nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@single-move@pipe-a:
- shard-dg2-set2: [DMESG-WARN][173] ([Intel XE#877]) -> [PASS][174] +1 other test pass
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_cursor_legacy@single-move@pipe-a.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_cursor_legacy@single-move@pipe-a.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-dg2-set2: [SKIP][175] ([i915#2575]) -> [PASS][176] +13 other tests pass
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_flip@2x-dpms-vs-vblank-race.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@busy-flip:
- shard-dg2-set2: [SKIP][177] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [PASS][178] +13 other tests pass
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_flip@busy-flip.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_flip@busy-flip.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling:
- shard-dg2-set2: [SKIP][179] ([Intel XE#1201]) -> [PASS][180] +10 other tests pass
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-blt:
- shard-lnl: [SKIP][181] ([Intel XE#2351]) -> [PASS][182] +23 other tests pass
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-blt.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt:
- shard-dg2-set2: [SKIP][183] ([Intel XE#1201] / [Intel XE#2351]) -> [PASS][184] +1 other test pass
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-suspend:
- shard-lnl: [FAIL][185] ([Intel XE#2028]) -> [PASS][186]
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@kms_frontbuffer_tracking@psr-suspend.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@kms_frontbuffer_tracking@psr-suspend.html
* igt@kms_hdr@invalid-hdr:
- shard-lnl: [SKIP][187] ([Intel XE#2423]) -> [PASS][188] +34 other tests pass
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_hdr@invalid-hdr.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-2/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@static-toggle-dpms:
- shard-dg2-set2: [SKIP][189] ([Intel XE#2423] / [i915#2575]) -> [PASS][190] +5 other tests pass
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_hdr@static-toggle-dpms.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_plane_cursor@viewport:
- shard-dg2-set2: [FAIL][191] ([Intel XE#616]) -> [PASS][192] +1 other test pass
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_plane_cursor@viewport.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_plane_cursor@viewport.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-lnl: [SKIP][193] ([Intel XE#870]) -> [PASS][194]
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-4/igt@kms_pm_backlight@fade-with-dpms.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_rpm@drm-resources-equal:
- shard-lnl: [SKIP][195] -> [PASS][196]
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@kms_pm_rpm@drm-resources-equal.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-2/igt@kms_pm_rpm@drm-resources-equal.html
* igt@kms_pm_rpm@universal-planes:
- shard-dg2-set2: [SKIP][197] -> [PASS][198] +7 other tests pass
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_pm_rpm@universal-planes.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_pm_rpm@universal-planes.html
* igt@xe_evict@evict-threads-large:
- shard-dg2-set2: [TIMEOUT][199] ([Intel XE#1473] / [Intel XE#392]) -> [PASS][200]
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@xe_evict@evict-threads-large.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@xe_evict@evict-threads-large.html
* igt@xe_exec_balancer@no-exec-cm-parallel-userptr-invalidate-race:
- shard-dg2-set2: [SKIP][201] ([Intel XE#1130] / [Intel XE#1201]) -> [PASS][202] +66 other tests pass
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@xe_exec_balancer@no-exec-cm-parallel-userptr-invalidate-race.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@xe_exec_balancer@no-exec-cm-parallel-userptr-invalidate-race.html
* igt@xe_exec_balancer@once-parallel-rebind:
- shard-dg2-set2: [SKIP][203] ([Intel XE#1130]) -> [PASS][204] +32 other tests pass
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_exec_balancer@once-parallel-rebind.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_exec_balancer@once-parallel-rebind.html
* igt@xe_exec_basic@twice-null:
- shard-lnl: [SKIP][205] ([Intel XE#1130]) -> [PASS][206] +84 other tests pass
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@xe_exec_basic@twice-null.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@xe_exec_basic@twice-null.html
* igt@xe_exec_reset@parallel-gt-reset:
- shard-dg2-set2: [TIMEOUT][207] ([Intel XE#2105]) -> [PASS][208]
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_exec_reset@parallel-gt-reset.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@xe_exec_reset@parallel-gt-reset.html
#### Warnings ####
* igt@core_hotunplug@hotrebind:
- shard-dg2-set2: [ABORT][209] ([Intel XE#2421]) -> [SKIP][210] ([Intel XE#1201])
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@core_hotunplug@hotrebind.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@core_hotunplug@hotrebind.html
* igt@core_hotunplug@hotunbind-rebind:
- shard-dg2-set2: [SKIP][211] -> [ABORT][212] ([Intel XE#2421])
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@core_hotunplug@hotunbind-rebind.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@core_hotunplug@hotunbind-rebind.html
- shard-lnl: [SKIP][213] -> [ABORT][214] ([Intel XE#2421])
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@core_hotunplug@hotunbind-rebind.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-2/igt@core_hotunplug@hotunbind-rebind.html
* igt@kms_addfb_basic@addfb25-y-tiled-legacy:
- shard-dg2-set2: [SKIP][215] ([i915#2575]) -> [SKIP][216] ([Intel XE#1201] / [i915#2575]) +2 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_addfb_basic@addfb25-y-tiled-legacy.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_addfb_basic@addfb25-y-tiled-legacy.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-lnl: [SKIP][217] ([Intel XE#660]) -> [SKIP][218] ([Intel XE#2423])
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_addfb_basic@unused-modifier:
- shard-dg2-set2: [SKIP][219] ([Intel XE#2423] / [i915#2575]) -> [SKIP][220] ([Intel XE#1201] / [i915#2575])
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_addfb_basic@unused-modifier.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_addfb_basic@unused-modifier.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs:
- shard-dg2-set2: [SKIP][221] ([Intel XE#1201] / [Intel XE#801]) -> [SKIP][222] ([Intel XE#801]) +23 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-dg2-set2: [SKIP][223] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][224] ([Intel XE#1201] / [Intel XE#2351])
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-dg2-set2: [SKIP][225] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][226] ([Intel XE#1201])
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-270:
- shard-dg2-set2: [SKIP][227] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][228] ([Intel XE#316])
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-270:
- shard-lnl: [SKIP][229] ([Intel XE#1407]) -> [SKIP][230] ([Intel XE#2351]) +2 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-8/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@linear-64bpp-rotate-0:
- shard-lnl: [SKIP][231] ([Intel XE#2351]) -> [DMESG-WARN][232] ([Intel XE#1725])
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-6/igt@kms_big_fb@linear-64bpp-rotate-0.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@kms_big_fb@linear-64bpp-rotate-0.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-dg2-set2: [SKIP][233] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][234] ([Intel XE#316])
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_big_fb@linear-64bpp-rotate-90.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-dg2-set2: [SKIP][235] -> [SKIP][236] ([Intel XE#1201] / [Intel XE#316])
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_big_fb@linear-8bpp-rotate-270.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-270:
- shard-dg2-set2: [SKIP][237] ([Intel XE#1201]) -> [SKIP][238] ([Intel XE#1201] / [Intel XE#316])
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
- shard-lnl: [SKIP][239] ([Intel XE#2351]) -> [SKIP][240] ([Intel XE#1407]) +2 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-7/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-2/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-16bpp-rotate-90:
- shard-dg2-set2: [SKIP][241] ([Intel XE#1201]) -> [SKIP][242] ([Intel XE#1124] / [Intel XE#1201]) +4 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_big_fb@y-tiled-16bpp-rotate-90.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_big_fb@y-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0:
- shard-dg2-set2: [SKIP][243] ([Intel XE#1201]) -> [SKIP][244] ([Intel XE#1124])
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
- shard-lnl: [SKIP][245] ([Intel XE#2351]) -> [SKIP][246] ([Intel XE#1124]) +3 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-dg2-set2: [SKIP][247] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][248] ([Intel XE#1201]) +2 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg2-set2: [SKIP][249] ([Intel XE#1201] / [Intel XE#619]) -> [SKIP][250] ([Intel XE#619])
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-dg2-set2: [SKIP][251] -> [SKIP][252] ([Intel XE#1124] / [Intel XE#1201])
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-dg2-set2: [SKIP][253] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][254] ([Intel XE#1124]) +8 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-dg2-set2: [SKIP][255] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][256] ([Intel XE#2351])
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-dg2-set2: [SKIP][257] ([Intel XE#1124]) -> [SKIP][258] ([Intel XE#1124] / [Intel XE#1201]) +2 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-lnl: [SKIP][259] ([Intel XE#1124]) -> [SKIP][260] ([Intel XE#2351]) +5 other tests skip
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
- shard-dg2-set2: [SKIP][261] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][262] ([Intel XE#1201] / [Intel XE#2351])
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p:
- shard-dg2-set2: [SKIP][263] ([Intel XE#1201] / [i915#2575]) -> [SKIP][264] ([Intel XE#1201] / [Intel XE#367])
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p.html
* igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
- shard-dg2-set2: [SKIP][265] ([i915#2575]) -> [SKIP][266] ([Intel XE#1201] / [Intel XE#367])
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
- shard-lnl: [SKIP][267] ([Intel XE#2423]) -> [SKIP][268] ([Intel XE#2191])
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
* igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
- shard-dg2-set2: [SKIP][269] ([Intel XE#1201] / [i915#2575]) -> [SKIP][270] ([Intel XE#1201] / [Intel XE#2191])
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
- shard-dg2-set2: [SKIP][271] ([Intel XE#1201] / [Intel XE#2191]) -> [SKIP][272] ([Intel XE#2191]) +1 other test skip
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-1-displays-1920x1080p:
- shard-dg2-set2: [SKIP][273] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][274] ([Intel XE#367]) +2 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-1-displays-2560x1440p:
- shard-dg2-set2: [SKIP][275] ([Intel XE#367]) -> [SKIP][276] ([Intel XE#1201] / [i915#2575]) +1 other test skip
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-2-displays-3840x2160p:
- shard-dg2-set2: [SKIP][277] ([Intel XE#367]) -> [SKIP][278] ([Intel XE#1201] / [Intel XE#367]) +1 other test skip
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-3-displays-2560x1440p:
- shard-dg2-set2: [SKIP][279] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][280] ([Intel XE#2423] / [i915#2575])
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html
- shard-lnl: [SKIP][281] ([Intel XE#367]) -> [SKIP][282] ([Intel XE#2423])
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-8/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-4-displays-3840x2160p:
- shard-lnl: [SKIP][283] ([Intel XE#1512]) -> [SKIP][284] ([Intel XE#2423])
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs:
- shard-dg2-set2: [SKIP][285] -> [SKIP][286] ([Intel XE#455] / [Intel XE#787])
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@bad-pixel-format-yf-tiled-ccs:
- shard-dg2-set2: [SKIP][287] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][288] ([Intel XE#455] / [Intel XE#787]) +13 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
* igt@kms_ccs@bad-pixel-format-yf-tiled-ccs@pipe-c-dp-4:
- shard-dg2-set2: [SKIP][289] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][290] ([Intel XE#787]) +48 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs@pipe-c-dp-4.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs@pipe-c-dp-4.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: [SKIP][291] ([Intel XE#1399]) -> [SKIP][292] ([Intel XE#2351]) +7 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs:
- shard-dg2-set2: [SKIP][293] ([Intel XE#1201] / [Intel XE#1252]) -> [SKIP][294] ([Intel XE#1201])
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs:
- shard-dg2-set2: [SKIP][295] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][296] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +7 other tests skip
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs.html
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs:
- shard-dg2-set2: [SKIP][297] -> [SKIP][298] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +1 other test skip
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-basic-y-tiled-ccs:
- shard-dg2-set2: [SKIP][299] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][300] ([Intel XE#1201]) +3 other tests skip
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_ccs@crc-primary-basic-y-tiled-ccs.html
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_ccs@crc-primary-basic-y-tiled-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs:
- shard-dg2-set2: [SKIP][301] ([Intel XE#1201]) -> [SKIP][302] ([Intel XE#1201] / [Intel XE#1252])
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs.html
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs:
- shard-dg2-set2: [SKIP][303] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][304] ([Intel XE#455] / [Intel XE#787])
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs.html
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: [SKIP][305] ([Intel XE#787]) -> [SKIP][306] ([Intel XE#1201] / [Intel XE#787]) +27 other tests skip
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6.html
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs:
- shard-dg2-set2: [SKIP][307] ([Intel XE#1201]) -> [SKIP][308] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +2 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs.html
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs.html
- shard-lnl: [SKIP][309] ([Intel XE#2351]) -> [SKIP][310] ([Intel XE#1399]) +6 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-6/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs.html
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-3/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs:
- shard-dg2-set2: [SKIP][311] ([Intel XE#1252]) -> [SKIP][312] ([Intel XE#1201] / [Intel XE#1252])
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs.html
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs.html
* igt@kms_chamelium_color@ctm-green-to-red:
- shard-dg2-set2: [SKIP][313] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][314] ([Intel XE#1201] / [i915#2575])
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_chamelium_color@ctm-green-to-red.html
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_chamelium_color@ctm-green-to-red.html
- shard-lnl: [SKIP][315] ([Intel XE#306]) -> [SKIP][316] ([Intel XE#2423])
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@kms_chamelium_color@ctm-green-to-red.html
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@kms_chamelium_color@ctm-green-to-red.html
* igt@kms_chamelium_color@ctm-negative:
- shard-dg2-set2: [SKIP][317] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][318] ([Intel XE#1201] / [Intel XE#306])
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_chamelium_color@ctm-negative.html
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_chamelium_color@ctm-negative.html
* igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
- shard-dg2-set2: [SKIP][319] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][320] ([Intel XE#2423] / [i915#2575]) +1 other test skip
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:
- shard-dg2-set2: [SKIP][321] ([Intel XE#373]) -> [SKIP][322] ([Intel XE#1201] / [Intel XE#373])
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-436/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-dg2-set2: [SKIP][323] ([i915#2575]) -> [SKIP][324] ([Intel XE#373])
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-dg2-set2: [SKIP][325] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][326] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575])
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_chamelium_frames@hdmi-crc-multiple.html
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
- shard-dg2-set2: [SKIP][327] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][328] ([Intel XE#373]) +4 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
* igt@kms_chamelium_frames@vga-frame-dump:
- shard-dg2-set2: [SKIP][329] ([Intel XE#373]) -> [SKIP][330] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575])
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_chamelium_frames@vga-frame-dump.html
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_chamelium_frames@vga-frame-dump.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-dg2-set2: [SKIP][331] ([Intel XE#2423] / [i915#2575]) -> [SKIP][332] ([Intel XE#1201] / [Intel XE#373]) +1 other test skip
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_chamelium_hpd@hdmi-hpd.html
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_chamelium_hpd@hdmi-hpd-after-suspend:
- shard-dg2-set2: [SKIP][333] ([Intel XE#1201] / [i915#2575]) -> [SKIP][334] ([Intel XE#1201] / [Intel XE#373])
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_chamelium_hpd@hdmi-hpd-after-suspend.html
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_chamelium_hpd@hdmi-hpd-after-suspend.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-dg2-set2: [SKIP][335] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][336] ([Intel XE#1201] / [i915#2575]) +2 other tests skip
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
- shard-lnl: [SKIP][337] ([Intel XE#373]) -> [SKIP][338] ([Intel XE#2423]) +6 other tests skip
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-7/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm:
- shard-dg2-set2: [SKIP][339] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][340] ([Intel XE#373])
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_chamelium_hpd@hdmi-hpd-storm.html
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_chamelium_hpd@hdmi-hpd-storm.html
* igt@kms_chamelium_hpd@vga-hpd:
- shard-dg2-set2: [SKIP][341] ([i915#2575]) -> [SKIP][342] ([Intel XE#1201] / [Intel XE#373])
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_chamelium_hpd@vga-hpd.html
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_chamelium_hpd@vga-hpd.html
- shard-lnl: [SKIP][343] ([Intel XE#2423]) -> [SKIP][344] ([Intel XE#373]) +4 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_chamelium_hpd@vga-hpd.html
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_chamelium_hpd@vga-hpd.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-dg2-set2: [SKIP][345] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][346] ([Intel XE#1201] / [Intel XE#373]) +1 other test skip
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2-set2: [FAIL][347] ([Intel XE#1178]) -> [SKIP][348] ([Intel XE#1201] / [i915#2575]) +1 other test skip
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_content_protection@atomic-dpms.html
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_content_protection@atomic-dpms.html
- shard-lnl: [SKIP][349] ([Intel XE#599]) -> [SKIP][350] ([Intel XE#2423]) +1 other test skip
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@kms_content_protection@atomic-dpms.html
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-dg2-set2: [SKIP][351] ([Intel XE#1201] / [i915#2575]) -> [SKIP][352] ([Intel XE#1201] / [Intel XE#307])
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_content_protection@dp-mst-type-0.html
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-dg2-set2: [SKIP][353] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][354] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575])
[353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_cursor_crc@cursor-offscreen-512x512.html
[354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_cursor_crc@cursor-offscreen-512x512.html
- shard-lnl: [SKIP][355] ([Intel XE#1413]) -> [SKIP][356] ([Intel XE#2423]) +1 other test skip
[355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_cursor_crc@cursor-offscreen-512x512.html
[356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-dg2-set2: [SKIP][357] ([Intel XE#1201] / [i915#2575]) -> [SKIP][358] ([Intel XE#1201] / [Intel XE#308])
[357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_cursor_crc@cursor-onscreen-512x170.html
[358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_cursor_crc@cursor-onscreen-512x170.html
- shard-lnl: [SKIP][359] ([Intel XE#2423]) -> [SKIP][360] ([Intel XE#1413]) +1 other test skip
[359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-7/igt@kms_cursor_crc@cursor-onscreen-512x170.html
[360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-2/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-256x256:
- shard-dg2-set2: [SKIP][361] ([Intel XE#1201] / [i915#2575]) -> [SKIP][362] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) +1 other test skip
[361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_cursor_crc@cursor-random-256x256.html
[362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_cursor_crc@cursor-random-256x256.html
* igt@kms_cursor_crc@cursor-random-256x85:
- shard-lnl: [SKIP][363] ([Intel XE#1424]) -> [SKIP][364] ([Intel XE#2423])
[363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@kms_cursor_crc@cursor-random-256x85.html
[364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_cursor_crc@cursor-random-256x85.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2-set2: [SKIP][365] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][366] ([Intel XE#308])
[365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_cursor_crc@cursor-random-512x170.html
[366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2-set2: [SKIP][367] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][368] ([Intel XE#2423] / [i915#2575])
[367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_cursor_crc@cursor-random-512x512.html
[368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-sliding-32x32:
- shard-lnl: [SKIP][369] ([Intel XE#2423]) -> [SKIP][370] ([Intel XE#1424])
[369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_cursor_crc@cursor-sliding-32x32.html
[370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_cursor_crc@cursor-sliding-32x32.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-dg2-set2: [SKIP][371] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][372] ([Intel XE#1201] / [Intel XE#308])
[371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-512x170.html
[372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-lnl: [SKIP][373] ([Intel XE#309]) -> [SKIP][374] ([Intel XE#2423]) +3 other tests skip
[373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-2/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
[374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-lnl: [SKIP][375] ([Intel XE#2423]) -> [SKIP][376] ([Intel XE#309]) +2 other tests skip
[375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
[376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-dg2-set2: [SKIP][377] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][378] ([Intel XE#2351])
[377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
[378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg2-set2: [SKIP][379] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][380] ([Intel XE#1201])
[379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
[380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-lnl: [SKIP][381] ([Intel XE#599]) -> [SKIP][382] ([Intel XE#2351]) +2 other tests skip
[381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-8/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
[382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@psr:
- shard-dg2-set2: [SKIP][383] ([Intel XE#1201] / [Intel XE#776]) -> [SKIP][384] ([Intel XE#776])
[383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_fbcon_fbt@psr.html
[384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@chamelium:
- shard-dg2-set2: [SKIP][385] ([Intel XE#1201] / [i915#2575]) -> [SKIP][386] ([Intel XE#1201] / [Intel XE#701])
[385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_feature_discovery@chamelium.html
[386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_feature_discovery@chamelium.html
- shard-lnl: [SKIP][387] ([Intel XE#2423]) -> [SKIP][388] ([Intel XE#701])
[387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-7/igt@kms_feature_discovery@chamelium.html
[388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-8/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-2x:
- shard-lnl: [SKIP][389] ([Intel XE#2423]) -> [SKIP][390] ([Intel XE#702])
[389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-6/igt@kms_feature_discovery@display-2x.html
[390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-3x:
- shard-lnl: [SKIP][391] ([Intel XE#703]) -> [SKIP][392] ([Intel XE#2423])
[391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@kms_feature_discovery@display-3x.html
[392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@kms_feature_discovery@display-3x.html
- shard-dg2-set2: [SKIP][393] ([Intel XE#1201] / [Intel XE#703]) -> [SKIP][394] ([Intel XE#1201] / [i915#2575])
[393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_feature_discovery@display-3x.html
[394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_feature_discovery@display-3x.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-lnl: [SKIP][395] ([Intel XE#2423]) -> [SKIP][396] ([Intel XE#1421]) +4 other tests skip
[395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_flip@2x-dpms-vs-vblank-race.html
[396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-lnl: [SKIP][397] ([Intel XE#1421]) -> [SKIP][398] ([Intel XE#2423]) +5 other tests skip
[397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
- shard-dg2-set2: [DMESG-WARN][399] ([Intel XE#2019]) -> [SKIP][400] ([Intel XE#1201] / [i915#2575]) +1 other test skip
[399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-wf_vblank:
- shard-dg2-set2: [SKIP][401] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][402] ([Intel XE#1201] / [i915#2575]) +1 other test skip
[401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_flip@2x-flip-vs-wf_vblank.html
[402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_flip@2x-flip-vs-wf_vblank.html
* igt@kms_flip@flip-vs-suspend:
- shard-dg2-set2: [DMESG-WARN][403] ([Intel XE#1551]) -> [INCOMPLETE][404] ([Intel XE#1195] / [Intel XE#1551] / [Intel XE#2049])
[403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_flip@flip-vs-suspend.html
[404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
- shard-dg2-set2: [SKIP][405] ([Intel XE#1201]) -> [SKIP][406] ([Intel XE#1201] / [Intel XE#455]) +1 other test skip
[405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html
[406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-dg2-set2: [SKIP][407] ([Intel XE#455]) -> [SKIP][408] ([Intel XE#1201] / [Intel XE#455]) +5 other tests skip
[407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
[408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
- shard-lnl: [SKIP][409] ([Intel XE#2351]) -> [SKIP][410] ([Intel XE#1401] / [Intel XE#1745]) +2 other tests skip
[409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
[410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
- shard-dg2-set2: [SKIP][411] ([Intel XE#455]) -> [SKIP][412] ([Intel XE#1201]) +1 other test skip
[411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
[412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
- shard-lnl: [SKIP][413] ([Intel XE#1401] / [Intel XE#1745]) -> [SKIP][414] ([Intel XE#2351]) +1 other test skip
[413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
[414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling:
- shard-dg2-set2: [SKIP][415] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][416] ([Intel XE#1201] / [Intel XE#455])
[415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html
[416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling:
- shard-lnl: [SKIP][417] ([Intel XE#1397] / [Intel XE#1745]) -> [SKIP][418] ([Intel XE#2351])
[417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html
[418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2-set2: [SKIP][419] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][420] ([Intel XE#455]) +14 other tests skip
[419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html
[420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
- shard-dg2-set2: [SKIP][421] -> [SKIP][422] ([Intel XE#1201] / [Intel XE#455])
[421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
[422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-dg2-set2: [SKIP][423] ([Intel XE#1201] / [i915#5274]) -> [SKIP][424] ([Intel XE#2423] / [i915#2575])
[423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_force_connector_basic@prune-stale-modes.html
[424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_force_connector_basic@prune-stale-modes.html
- shard-lnl: [SKIP][425] ([Intel XE#352]) -> [SKIP][426] ([Intel XE#2423])
[425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-7/igt@kms_force_connector_basic@prune-stale-modes.html
[426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render:
- shard-lnl: [SKIP][427] ([Intel XE#651]) -> [SKIP][428] ([Intel XE#2351]) +11 other tests skip
[427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-2/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render.html
[428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-blt:
- shard-dg2-set2: [SKIP][429] -> [SKIP][430] ([Intel XE#1201] / [Intel XE#651]) +7 other tests skip
[429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-blt.html
[430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff:
- shard-dg2-set2: [SKIP][431] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][432] ([Intel XE#651]) +14 other tests skip
[431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff.html
[432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-plflip-blt:
- shard-dg2-set2: [SKIP][433] -> [SKIP][434] ([Intel XE#651])
[433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-plflip-blt.html
[434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render:
- shard-dg2-set2: [SKIP][435] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][436] ([Intel XE#1201] / [Intel XE#2351]) +2 other tests skip
[435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render.html
[436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-slowdraw:
- shard-dg2-set2: [SKIP][437] ([Intel XE#2351]) -> [SKIP][438] ([Intel XE#1201] / [Intel XE#651])
[437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-slowdraw.html
[438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-slowdraw.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render:
- shard-lnl: [SKIP][439] ([Intel XE#2351]) -> [SKIP][440] ([Intel XE#656]) +13 other tests skip
[439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render.html
[440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt:
- shard-lnl: [SKIP][441] ([Intel XE#656]) -> [SKIP][442] ([Intel XE#2351]) +29 other tests skip
[441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html
[442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][443] ([Intel XE#651]) -> [SKIP][444] ([Intel XE#1201])
[443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-mmap-wc.html
[444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-msflip-blt:
- shard-lnl: [SKIP][445] ([Intel XE#2351]) -> [SKIP][446] ([Intel XE#651]) +10 other tests skip
[445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-msflip-blt.html
[446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][447] ([Intel XE#651]) -> [SKIP][448] ([Intel XE#1201] / [Intel XE#651]) +5 other tests skip
[447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc.html
[448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-blt:
- shard-dg2-set2: [SKIP][449] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][450] ([Intel XE#1201] / [Intel XE#651]) +2 other tests skip
[449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-blt.html
[450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc:
- shard-dg2-set2: [SKIP][451] ([Intel XE#1201]) -> [SKIP][452] ([Intel XE#1201] / [Intel XE#651]) +8 other tests skip
[451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc.html
[452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-slowdraw:
- shard-dg2-set2: [SKIP][453] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][454] ([Intel XE#1201]) +13 other tests skip
[453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-slowdraw.html
[454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-slowdraw.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-4:
- shard-dg2-set2: [SKIP][455] ([Intel XE#1201]) -> [SKIP][456] ([Intel XE#651])
[455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-4.html
[456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-dg2-set2: [SKIP][457] ([Intel XE#1201] / [Intel XE#658]) -> [SKIP][458] ([Intel XE#658])
[457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
[458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt:
- shard-dg2-set2: [SKIP][459] -> [SKIP][460] ([Intel XE#653]) +1 other test skip
[459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt.html
[460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt:
- shard-dg2-set2: [SKIP][461] ([Intel XE#653]) -> [SKIP][462] ([Intel XE#1201]) +1 other test skip
[461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt.html
[462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-render:
- shard-dg2-set2: [SKIP][463] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][464] ([Intel XE#1201] / [Intel XE#653]) +2 other tests skip
[463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-render.html
[464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff:
- shard-dg2-set2: [SKIP][465] ([Intel XE#1201]) -> [SKIP][466] ([Intel XE#653])
[465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff.html
[466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2-set2: [SKIP][467] -> [SKIP][468] ([Intel XE#1201] / [Intel XE#658])
[467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
[468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
- shard-lnl: [SKIP][469] ([Intel XE#2351]) -> [SKIP][470] ([Intel XE#1469])
[469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
[470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][471] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][472] ([Intel XE#1201] / [Intel XE#2351]) +3 other tests skip
[471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html
[472]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][473] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][474] ([Intel XE#653]) +14 other tests skip
[473]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
[474]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render:
- shard-dg2-set2: [SKIP][475] ([Intel XE#653]) -> [SKIP][476] ([Intel XE#1201] / [Intel XE#653]) +4 other tests skip
[475]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render.html
[476]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][477] -> [SKIP][478] ([Intel XE#1201] / [Intel XE#653]) +3 other tests skip
[477]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
[478]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: [SKIP][479] ([Intel XE#1201]) -> [SKIP][480] ([Intel XE#1201] / [Intel XE#653]) +8 other tests skip
[479]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
[480]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][481] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][482] ([Intel XE#2351])
[481]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
[482]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt:
- shard-dg2-set2: [SKIP][483] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][484] ([Intel XE#1201]) +9 other tests skip
[483]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt.html
[484]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt.html
* igt@kms_hdmi_inject@inject-audio:
- shard-dg2-set2: [SKIP][485] ([Intel XE#1201] / [Intel XE#417]) -> [SKIP][486] ([Intel XE#2423] / [i915#2575])
[485]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_hdmi_inject@inject-audio.html
[486]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_hdmi_inject@inject-audio.html
- shard-lnl: [SKIP][487] ([Intel XE#1470]) -> [SKIP][488] ([Intel XE#2423])
[487]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-8/igt@kms_hdmi_inject@inject-audio.html
[488]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2-set2: [SKIP][489] ([i915#2575]) -> [SKIP][490] ([Intel XE#1201] / [Intel XE#455]) +1 other test skip
[489]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_hdr@invalid-hdr.html
[490]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@static-toggle-dpms:
- shard-lnl: [SKIP][491] ([Intel XE#2423]) -> [SKIP][492] ([Intel XE#599]) +1 other test skip
[491]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@kms_hdr@static-toggle-dpms.html
[492]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-dg2-set2: [SKIP][493] ([Intel XE#2423] / [i915#2575]) -> [SKIP][494] ([Intel XE#1201] / [Intel XE#455])
[493]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_panel_fitting@atomic-fastset.html
[494]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-dg2-set2: [SKIP][495] ([i915#2575]) -> [DMESG-FAIL][496] ([Intel XE#1551])
[495]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_plane@plane-panning-bottom-right-suspend.html
[496]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_lowres@tiling-4:
- shard-dg2-set2: [SKIP][497] ([Intel XE#1201] / [i915#2575]) -> [SKIP][498] ([Intel XE#2423] / [i915#2575]) +1 other test skip
[497]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_plane_lowres@tiling-4.html
[498]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_plane_lowres@tiling-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format:
- shard-lnl: [SKIP][499] ([Intel XE#498]) -> [SKIP][500] ([Intel XE#2423])
[499]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html
[500]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling:
- shard-dg2-set2: [SKIP][501] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) -> [SKIP][502] ([Intel XE#1201] / [i915#2575]) +1 other test skip
[501]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
[502]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-dg2-set2: [SKIP][503] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) -> [SKIP][504] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575])
[503]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
[504]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25:
- shard-lnl: [SKIP][505] ([Intel XE#2423]) -> [SKIP][506] ([Intel XE#2318]) +1 other test skip
[505]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html
[506]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25:
- shard-lnl: [SKIP][507] ([Intel XE#2318]) -> [SKIP][508] ([Intel XE#2423]) +3 other tests skip
[507]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
[508]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
* igt@kms_pm_backlight@bad-brightness:
- shard-dg2-set2: [SKIP][509] ([Intel XE#1201]) -> [SKIP][510] ([Intel XE#1201] / [Intel XE#870])
[509]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_pm_backlight@bad-brightness.html
[510]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@basic-brightness:
- shard-dg2-set2: [SKIP][511] ([Intel XE#1201] / [Intel XE#870]) -> [SKIP][512] ([Intel XE#870])
[511]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_pm_backlight@basic-brightness.html
[512]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-dg2-set2: [SKIP][513] ([Intel XE#1201] / [Intel XE#870]) -> [SKIP][514] ([Intel XE#1201])
[513]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_pm_backlight@fade-with-suspend.html
[514]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2-set2: [SKIP][515] ([Intel XE#1201]) -> [SKIP][516] ([Intel XE#1122])
[515]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_pm_dc@dc3co-vpb-simulation.html
[516]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_pm_dc@dc3co-vpb-simulation.html
- shard-lnl: [SKIP][517] ([Intel XE#2351]) -> [SKIP][518] ([Intel XE#736])
[517]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@kms_pm_dc@dc3co-vpb-simulation.html
[518]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc5-dpms-negative:
- shard-lnl: [SKIP][519] ([Intel XE#1131]) -> [SKIP][520] ([Intel XE#2351])
[519]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@kms_pm_dc@dc5-dpms-negative.html
[520]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_pm_dc@dc5-dpms-negative.html
* igt@kms_pm_dc@dc6-psr:
- shard-lnl: [FAIL][521] ([Intel XE#1430]) -> [SKIP][522] ([Intel XE#2351])
[521]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@kms_pm_dc@dc6-psr.html
[522]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-8/igt@kms_pm_dc@dc6-psr.html
- shard-dg2-set2: [SKIP][523] ([Intel XE#1129] / [Intel XE#1201]) -> [SKIP][524] ([Intel XE#1201])
[523]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_pm_dc@dc6-psr.html
[524]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_pm_dc@dc6-psr.html
* igt@kms_psr2_sf@fbc-overlay-plane-update-sf-dmg-area:
- shard-dg2-set2: [SKIP][525] -> [SKIP][526] ([Intel XE#1201]) +4 other tests skip
[525]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_psr2_sf@fbc-overlay-plane-update-sf-dmg-area.html
[526]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_psr2_sf@fbc-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-overlay-primary-update-sf-dmg-area:
- shard-dg2-set2: [SKIP][527] ([Intel XE#1201]) -> [SKIP][528] ([Intel XE#1201] / [Intel XE#1489]) +1 other test skip
[527]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_psr2_sf@fbc-overlay-primary-update-sf-dmg-area.html
[528]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_psr2_sf@fbc-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area:
- shard-dg2-set2: [SKIP][529] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][530] ([Intel XE#1489]) +1 other test skip
[529]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area.html
[530]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-sf:
- shard-dg2-set2: [SKIP][531] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][532] ([Intel XE#1201])
[531]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
[532]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:
- shard-dg2-set2: [SKIP][533] ([Intel XE#1489]) -> [SKIP][534] ([Intel XE#1201] / [Intel XE#1489])
[533]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html
[534]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html
* igt@kms_psr@fbc-pr-sprite-plane-move:
- shard-dg2-set2: [SKIP][535] -> [SKIP][536] ([Intel XE#929])
[535]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_psr@fbc-pr-sprite-plane-move.html
[536]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_psr@fbc-pr-sprite-plane-move.html
- shard-lnl: [SKIP][537] ([Intel XE#2351]) -> [SKIP][538] ([Intel XE#1406]) +1 other test skip
[537]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_psr@fbc-pr-sprite-plane-move.html
[538]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_psr@fbc-pr-sprite-plane-move.html
* igt@kms_psr@fbc-pr-sprite-plane-onoff:
- shard-dg2-set2: [SKIP][539] ([Intel XE#1201]) -> [SKIP][540] ([Intel XE#929])
[539]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
[540]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
* igt@kms_psr@fbc-psr-primary-blt:
- shard-dg2-set2: [SKIP][541] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][542] ([Intel XE#1201]) +3 other tests skip
[541]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@kms_psr@fbc-psr-primary-blt.html
[542]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_psr@fbc-psr-primary-blt.html
* igt@kms_psr@fbc-psr-sprite-plane-onoff:
- shard-dg2-set2: [SKIP][543] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][544] ([Intel XE#1201] / [Intel XE#2351]) +1 other test skip
[543]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@kms_psr@fbc-psr-sprite-plane-onoff.html
[544]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_psr@fbc-psr-sprite-plane-onoff.html
* igt@kms_psr@fbc-psr2-cursor-render:
- shard-dg2-set2: [SKIP][545] ([Intel XE#929]) -> [SKIP][546] ([Intel XE#1201])
[545]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_psr@fbc-psr2-cursor-render.html
[546]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_psr@fbc-psr2-cursor-render.html
* igt@kms_psr@fbc-psr2-primary-render:
- shard-dg2-set2: [SKIP][547] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][548] ([Intel XE#929]) +8 other tests skip
[547]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_psr@fbc-psr2-primary-render.html
[548]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_psr@fbc-psr2-primary-render.html
* igt@kms_psr@fbc-psr2-sprite-blt:
- shard-dg2-set2: [SKIP][549] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][550] ([Intel XE#929])
[549]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_psr@fbc-psr2-sprite-blt.html
[550]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_psr@fbc-psr2-sprite-blt.html
* igt@kms_psr@fbc-psr2-sprite-plane-move:
- shard-dg2-set2: [SKIP][551] -> [SKIP][552] ([Intel XE#1201] / [Intel XE#929]) +2 other tests skip
[551]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_psr@fbc-psr2-sprite-plane-move.html
[552]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@kms_psr@fbc-psr2-sprite-plane-move.html
* igt@kms_psr@fbc-psr2-sprite-render:
- shard-dg2-set2: [SKIP][553] ([Intel XE#929]) -> [SKIP][554] ([Intel XE#1201] / [Intel XE#929]) +2 other tests skip
[553]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_psr@fbc-psr2-sprite-render.html
[554]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_psr@fbc-psr2-sprite-render.html
* igt@kms_psr@pr-primary-page-flip:
- shard-lnl: [SKIP][555] ([Intel XE#1406]) -> [SKIP][556] ([Intel XE#2351]) +1 other test skip
[555]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-4/igt@kms_psr@pr-primary-page-flip.html
[556]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@kms_psr@pr-primary-page-flip.html
* igt@kms_psr@psr2-sprite-blt:
- shard-dg2-set2: [SKIP][557] ([Intel XE#1201]) -> [SKIP][558] ([Intel XE#1201] / [Intel XE#929]) +3 other tests skip
[557]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_psr@psr2-sprite-blt.html
[558]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_psr@psr2-sprite-blt.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-dg2-set2: [SKIP][559] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][560] ([Intel XE#1149])
[559]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
[560]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-dg2-set2: [SKIP][561] ([Intel XE#1201] / [i915#2575]) -> [SKIP][562] ([Intel XE#1201] / [Intel XE#327])
[561]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_rotation_crc@bad-pixel-format.html
[562]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_rotation_crc@bad-pixel-format.html
- shard-lnl: [SKIP][563] ([Intel XE#2423]) -> [SKIP][564] ([Intel XE#1437])
[563]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-6/igt@kms_rotation_crc@bad-pixel-format.html
[564]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-dg2-set2: [SKIP][565] ([Intel XE#1127]) -> [SKIP][566] ([Intel XE#1127] / [Intel XE#1201])
[565]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
[566]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-dg2-set2: [SKIP][567] ([Intel XE#327]) -> [SKIP][568] ([Intel XE#1201] / [i915#2575])
[567]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-90.html
[568]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_rotation_crc@sprite-rotation-90.html
- shard-lnl: [SKIP][569] ([Intel XE#1437]) -> [SKIP][570] ([Intel XE#2423])
[569]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@kms_rotation_crc@sprite-rotation-90.html
[570]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-8/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-dg2-set2: [SKIP][571] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][572] ([Intel XE#1201] / [Intel XE#455]) +1 other test skip
[571]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_scaling_modes@scaling-mode-full.html
[572]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@kms_scaling_modes@scaling-mode-full.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-dg2-set2: [SKIP][573] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][574] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575])
[573]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_scaling_modes@scaling-mode-full-aspect.html
[574]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2-set2: [SKIP][575] ([Intel XE#1201] / [i915#2575]) -> [SKIP][576] ([Intel XE#1201] / [Intel XE#1500])
[575]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[576]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-436/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
- shard-lnl: [SKIP][577] ([Intel XE#2423]) -> [SKIP][578] ([Intel XE#362])
[577]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[578]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-dg2-set2: [DMESG-WARN][579] ([Intel XE#2019]) -> [SKIP][580] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575])
[579]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_vblank@ts-continuation-suspend.html
[580]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@kms_vblank@ts-continuation-suspend.html
* igt@kms_vrr@cmrr:
- shard-dg2-set2: [SKIP][581] ([Intel XE#1201] / [Intel XE#2168]) -> [SKIP][582] ([Intel XE#2423] / [i915#2575])
[581]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@kms_vrr@cmrr.html
[582]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_vrr@cmrr.html
* igt@kms_vrr@flip-basic-fastset:
- shard-dg2-set2: [SKIP][583] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][584] ([Intel XE#1201] / [i915#2575])
[583]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@kms_vrr@flip-basic-fastset.html
[584]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_vrr@flip-basic-fastset.html
- shard-lnl: [FAIL][585] -> [SKIP][586] ([Intel XE#2423])
[585]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-1/igt@kms_vrr@flip-basic-fastset.html
[586]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_writeback@writeback-check-output:
- shard-dg2-set2: [SKIP][587] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][588] ([Intel XE#1201] / [i915#2575])
[587]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@kms_writeback@writeback-check-output.html
[588]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-fb-id:
- shard-dg2-set2: [SKIP][589] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][590] ([Intel XE#2423] / [i915#2575])
[589]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@kms_writeback@writeback-fb-id.html
[590]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_writeback@writeback-fb-id.html
- shard-lnl: [SKIP][591] ([Intel XE#756]) -> [SKIP][592] ([Intel XE#2423]) +1 other test skip
[591]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_writeback@writeback-fb-id.html
[592]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2-set2: [SKIP][593] ([i915#2575]) -> [SKIP][594] ([Intel XE#756])
[593]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
[594]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
- shard-lnl: [SKIP][595] ([Intel XE#2423]) -> [SKIP][596] ([Intel XE#756])
[595]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
[596]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-dg2-set2: [SKIP][597] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][598] ([Intel XE#1091] / [Intel XE#1201])
[597]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
[598]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
* igt@xe_copy_basic@mem-copy-linear-0x3fff:
- shard-dg2-set2: [SKIP][599] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][600] ([Intel XE#1123] / [Intel XE#1201])
[599]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
[600]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-436/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
* igt@xe_copy_basic@mem-set-linear-0x369:
- shard-dg2-set2: [SKIP][601] ([Intel XE#1126] / [Intel XE#1201]) -> [SKIP][602] ([Intel XE#1126])
[601]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@xe_copy_basic@mem-set-linear-0x369.html
[602]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0x369.html
* igt@xe_copy_basic@mem-set-linear-0xfffe:
- shard-dg2-set2: [SKIP][603] ([Intel XE#1126]) -> [SKIP][604] ([Intel XE#1126] / [Intel XE#1201])
[603]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0xfffe.html
[604]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@xe_copy_basic@mem-set-linear-0xfffe.html
* igt@xe_evict@evict-beng-cm-threads-large:
- shard-dg2-set2: [SKIP][605] ([Intel XE#1130] / [Intel XE#1201]) -> [TIMEOUT][606] ([Intel XE#1473] / [Intel XE#392])
[605]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@xe_evict@evict-beng-cm-threads-large.html
[606]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@xe_evict@evict-beng-cm-threads-large.html
* igt@xe_evict@evict-beng-mixed-many-threads-large:
- shard-dg2-set2: [TIMEOUT][607] ([Intel XE#1041] / [Intel XE#1473] / [Intel XE#392]) -> [SKIP][608] ([Intel XE#1130] / [Intel XE#1201])
[607]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@xe_evict@evict-beng-mixed-many-threads-large.html
[608]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@xe_evict@evict-beng-mixed-many-threads-large.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-dg2-set2: [TIMEOUT][609] ([Intel XE#1473] / [Intel XE#402]) -> [INCOMPLETE][610] ([Intel XE#1195] / [Intel XE#1473])
[609]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[610]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-beng-threads-large:
- shard-dg2-set2: [SKIP][611] ([Intel XE#1130]) -> [INCOMPLETE][612] ([Intel XE#1195] / [Intel XE#1473])
[611]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_evict@evict-beng-threads-large.html
[612]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@xe_evict@evict-beng-threads-large.html
- shard-lnl: [SKIP][613] ([Intel XE#1130]) -> [SKIP][614] ([Intel XE#688]) +3 other tests skip
[613]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@xe_evict@evict-beng-threads-large.html
[614]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-4/igt@xe_evict@evict-beng-threads-large.html
* igt@xe_evict@evict-large-multi-vm-cm:
- shard-dg2-set2: [SKIP][615] ([Intel XE#1130]) -> [FAIL][616] ([Intel XE#1600])
[615]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_evict@evict-large-multi-vm-cm.html
[616]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@xe_evict@evict-large-multi-vm-cm.html
* igt@xe_evict@evict-mixed-threads-large:
- shard-dg2-set2: [TIMEOUT][617] ([Intel XE#1473] / [Intel XE#392]) -> [SKIP][618] ([Intel XE#1130])
[617]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@xe_evict@evict-mixed-threads-large.html
[618]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_evict@evict-mixed-threads-large.html
* igt@xe_evict@evict-threads-small-multi-vm:
- shard-lnl: [SKIP][619] ([Intel XE#688]) -> [SKIP][620] ([Intel XE#1130]) +6 other tests skip
[619]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-8/igt@xe_evict@evict-threads-small-multi-vm.html
[620]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@xe_evict@evict-threads-small-multi-vm.html
* igt@xe_exec_basic@multigpu-once-basic-defer-bind:
- shard-lnl: [SKIP][621] ([Intel XE#1392]) -> [SKIP][622] ([Intel XE#1130]) +2 other tests skip
[621]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-4/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html
[622]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html
* igt@xe_exec_basic@multigpu-once-rebind:
- shard-lnl: [SKIP][623] ([Intel XE#1130]) -> [SKIP][624] ([Intel XE#1392]) +3 other tests skip
[623]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@xe_exec_basic@multigpu-once-rebind.html
[624]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@xe_exec_basic@multigpu-once-rebind.html
* igt@xe_exec_fault_mode@many-bindexecqueue-userptr-rebind-imm:
- shard-dg2-set2: [SKIP][625] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][626] ([Intel XE#1201] / [Intel XE#288]) +4 other tests skip
[625]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-rebind-imm.html
[626]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-rebind-imm.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-rebind-prefetch:
- shard-dg2-set2: [SKIP][627] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][628] ([Intel XE#288])
[627]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@xe_exec_fault_mode@many-execqueues-userptr-rebind-prefetch.html
[628]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-userptr-rebind-prefetch.html
* igt@xe_exec_fault_mode@many-userptr-invalidate-race-prefetch:
- shard-dg2-set2: [SKIP][629] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][630] ([Intel XE#1130]) +2 other tests skip
[629]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@xe_exec_fault_mode@many-userptr-invalidate-race-prefetch.html
[630]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_exec_fault_mode@many-userptr-invalidate-race-prefetch.html
* igt@xe_exec_fault_mode@once-invalid-userptr-fault:
- shard-dg2-set2: [SKIP][631] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][632] ([Intel XE#1130] / [Intel XE#1201]) +10 other tests skip
[631]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html
[632]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html
* igt@xe_exec_fault_mode@once-userptr:
- shard-dg2-set2: [SKIP][633] ([Intel XE#1130]) -> [SKIP][634] ([Intel XE#1201] / [Intel XE#288]) +6 other tests skip
[633]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_exec_fault_mode@once-userptr.html
[634]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@xe_exec_fault_mode@once-userptr.html
* igt@xe_exec_fault_mode@once-userptr-invalidate-race:
- shard-dg2-set2: [SKIP][635] ([Intel XE#288]) -> [SKIP][636] ([Intel XE#1201] / [Intel XE#288]) +6 other tests skip
[635]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_exec_fault_mode@once-userptr-invalidate-race.html
[636]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@xe_exec_fault_mode@once-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@twice-userptr-prefetch:
- shard-dg2-set2: [SKIP][637] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][638] ([Intel XE#288]) +17 other tests skip
[637]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@xe_exec_fault_mode@twice-userptr-prefetch.html
[638]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_exec_fault_mode@twice-userptr-prefetch.html
* igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence:
- shard-dg2-set2: [SKIP][639] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][640] ([Intel XE#1201] / [Intel XE#2360])
[639]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html
[640]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html
* igt@xe_exec_reset@close-execqueues-close-fd:
- shard-dg2-set2: [SKIP][641] ([Intel XE#1130]) -> [SKIP][642] ([Intel XE#1130] / [Intel XE#1201]) +7 other tests skip
[641]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_exec_reset@close-execqueues-close-fd.html
[642]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@xe_exec_reset@close-execqueues-close-fd.html
* igt@xe_huc_copy@huc_copy:
- shard-dg2-set2: [SKIP][643] ([Intel XE#1201] / [Intel XE#255]) -> [SKIP][644] ([Intel XE#255])
[643]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@xe_huc_copy@huc_copy.html
[644]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_huc_copy@huc_copy.html
* igt@xe_module_load@reload:
- shard-dg2-set2: [FAIL][645] ([Intel XE#2136]) -> [DMESG-FAIL][646] ([Intel XE#2019])
[645]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@xe_module_load@reload.html
[646]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@xe_module_load@reload.html
* igt@xe_oa@mi-rpc:
- shard-dg2-set2: [SKIP][647] ([Intel XE#1201] / [Intel XE#2419]) -> [SKIP][648] ([Intel XE#2419]) +3 other tests skip
[647]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@xe_oa@mi-rpc.html
[648]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_oa@mi-rpc.html
* igt@xe_oa@non-privileged-map-oa-buffer:
- shard-dg2-set2: [SKIP][649] ([Intel XE#2419]) -> [SKIP][650] ([Intel XE#1201] / [Intel XE#2419]) +2 other tests skip
[649]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_oa@non-privileged-map-oa-buffer.html
[650]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@xe_oa@non-privileged-map-oa-buffer.html
* igt@xe_pat@display-vs-wb-transient:
- shard-dg2-set2: [SKIP][651] ([Intel XE#1337]) -> [SKIP][652] ([Intel XE#1201] / [Intel XE#1337])
[651]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_pat@display-vs-wb-transient.html
[652]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-463/igt@xe_pat@display-vs-wb-transient.html
* igt@xe_pat@pat-index-xelpg:
- shard-dg2-set2: [SKIP][653] ([Intel XE#979]) -> [SKIP][654] ([Intel XE#1201] / [Intel XE#979])
[653]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_pat@pat-index-xelpg.html
[654]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@xe_pat@pat-index-xelpg.html
* igt@xe_pm@d3cold-basic:
- shard-lnl: [SKIP][655] ([Intel XE#1130]) -> [SKIP][656] ([Intel XE#2284] / [Intel XE#366])
[655]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@xe_pm@d3cold-basic.html
[656]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@xe_pm@d3cold-basic.html
- shard-dg2-set2: [SKIP][657] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][658] ([Intel XE#2284] / [Intel XE#366])
[657]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@xe_pm@d3cold-basic.html
[658]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_pm@d3cold-basic.html
* igt@xe_pm@d3cold-mmap-vram:
- shard-dg2-set2: [SKIP][659] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) -> [SKIP][660] ([Intel XE#2284] / [Intel XE#366]) +1 other test skip
[659]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-433/igt@xe_pm@d3cold-mmap-vram.html
[660]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_pm@d3cold-mmap-vram.html
* igt@xe_pm@d3hot-mmap-vram:
- shard-lnl: [SKIP][661] ([Intel XE#1948]) -> [SKIP][662] ([Intel XE#1130])
[661]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-6/igt@xe_pm@d3hot-mmap-vram.html
[662]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@xe_pm@d3hot-mmap-vram.html
* igt@xe_pm@s3-d3hot-basic-exec:
- shard-dg2-set2: [SKIP][663] ([Intel XE#1130]) -> [DMESG-WARN][664] ([Intel XE#1551] / [Intel XE#569])
[663]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_pm@s3-d3hot-basic-exec.html
[664]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@xe_pm@s3-d3hot-basic-exec.html
- shard-lnl: [SKIP][665] ([Intel XE#1130]) -> [SKIP][666] ([Intel XE#584])
[665]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@xe_pm@s3-d3hot-basic-exec.html
[666]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-1/igt@xe_pm@s3-d3hot-basic-exec.html
* igt@xe_pm@s3-mocs:
- shard-lnl: [SKIP][667] ([Intel XE#584]) -> [SKIP][668] ([Intel XE#1130]) +1 other test skip
[667]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-2/igt@xe_pm@s3-mocs.html
[668]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@xe_pm@s3-mocs.html
* igt@xe_pm@s3-multiple-execs:
- shard-dg2-set2: [DMESG-WARN][669] ([Intel XE#1551] / [Intel XE#569]) -> [SKIP][670] ([Intel XE#1130] / [Intel XE#1201])
[669]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-463/igt@xe_pm@s3-multiple-execs.html
[670]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@xe_pm@s3-multiple-execs.html
* igt@xe_pm@s4-multiple-execs:
- shard-lnl: [SKIP][671] ([Intel XE#1130]) -> [ABORT][672] ([Intel XE#1358])
[671]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-5/igt@xe_pm@s4-multiple-execs.html
[672]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-3/igt@xe_pm@s4-multiple-execs.html
* igt@xe_pm@vram-d3cold-threshold:
- shard-dg2-set2: [SKIP][673] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][674] ([Intel XE#579])
[673]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-435/igt@xe_pm@vram-d3cold-threshold.html
[674]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_pm@vram-d3cold-threshold.html
- shard-lnl: [SKIP][675] ([Intel XE#1130]) -> [SKIP][676] ([Intel XE#579])
[675]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-6/igt@xe_pm@vram-d3cold-threshold.html
[676]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-5/igt@xe_pm@vram-d3cold-threshold.html
* igt@xe_pm_residency@toggle-gt-c6:
- shard-lnl: [SKIP][677] ([Intel XE#1130]) -> [FAIL][678] ([Intel XE#958])
[677]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@xe_pm_residency@toggle-gt-c6.html
[678]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-8/igt@xe_pm_residency@toggle-gt-c6.html
* igt@xe_query@multigpu-query-cs-cycles:
- shard-dg2-set2: [SKIP][679] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][680] ([Intel XE#1130])
[679]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@xe_query@multigpu-query-cs-cycles.html
[680]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_query@multigpu-query-cs-cycles.html
- shard-lnl: [SKIP][681] ([Intel XE#944]) -> [SKIP][682] ([Intel XE#1130]) +1 other test skip
[681]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-4/igt@xe_query@multigpu-query-cs-cycles.html
[682]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-6/igt@xe_query@multigpu-query-cs-cycles.html
* igt@xe_query@multigpu-query-hwconfig:
- shard-dg2-set2: [SKIP][683] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][684] ([Intel XE#944])
[683]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@xe_query@multigpu-query-hwconfig.html
[684]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_query@multigpu-query-hwconfig.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-dg2-set2: [SKIP][685] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][686] ([Intel XE#1201] / [Intel XE#944])
[685]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@xe_query@multigpu-query-invalid-extension.html
[686]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-466/igt@xe_query@multigpu-query-invalid-extension.html
* igt@xe_query@multigpu-query-invalid-query:
- shard-dg2-set2: [SKIP][687] ([Intel XE#944]) -> [SKIP][688] ([Intel XE#1201] / [Intel XE#944])
[687]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_query@multigpu-query-invalid-query.html
[688]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-435/igt@xe_query@multigpu-query-invalid-query.html
* igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz:
- shard-dg2-set2: [SKIP][689] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][690] ([Intel XE#1130] / [Intel XE#1201])
[689]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-436/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
[690]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-434/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
* igt@xe_query@multigpu-query-topology-l3-bank-mask:
- shard-lnl: [SKIP][691] ([Intel XE#1130]) -> [SKIP][692] ([Intel XE#944]) +1 other test skip
[691]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-3/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
[692]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
- shard-dg2-set2: [SKIP][693] ([Intel XE#1130]) -> [SKIP][694] ([Intel XE#1201] / [Intel XE#944])
[693]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-432/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
[694]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-433/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
* igt@xe_query@multigpu-query-uc-fw-version-guc:
- shard-dg2-set2: [SKIP][695] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][696] ([Intel XE#944])
[695]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-434/igt@xe_query@multigpu-query-uc-fw-version-guc.html
[696]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_query@multigpu-query-uc-fw-version-guc.html
* igt@xe_vm@large-split-misaligned-binds-1073741824:
- shard-dg2-set2: [SKIP][697] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][698] ([Intel XE#1130]) +5 other tests skip
[697]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-dg2-466/igt@xe_vm@large-split-misaligned-binds-1073741824.html
[698]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-dg2-432/igt@xe_vm@large-split-misaligned-binds-1073741824.html
* igt@xe_wedged@wedged-mode-toggle:
- shard-lnl: [ABORT][699] ([Intel XE#2310]) -> [SKIP][700] ([Intel XE#1130])
[699]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7950/shard-lnl-2/igt@xe_wedged@wedged-mode-toggle.html
[700]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/shard-lnl-7/igt@xe_wedged@wedged-mode-toggle.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1027]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1027
[Intel XE#1041]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1041
[Intel XE#1050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1050
[Intel XE#1069]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1069
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
[Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1149
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201
[Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252
[Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337
[Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[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#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399
[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#1413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413
[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#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426
[Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447
[Intel XE#1450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1450
[Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[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#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500
[Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1551]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551
[Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600
[Intel XE#1649]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649
[Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659
[Intel XE#1695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1695
[Intel XE#1725]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1725
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#1924]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1924
[Intel XE#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948
[Intel XE#2019]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019
[Intel XE#2028]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2028
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105
[Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245
[Intel XE#2251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2251
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2280
[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#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2310
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[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#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318
[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#2323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2323
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[Intel XE#2329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2329
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2340
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2343
[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#2357]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2357
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2362
[Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
[Intel XE#2375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2375
[Intel XE#2376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2376
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2382]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2382
[Intel XE#2385]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2385
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391
[Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2398]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2398
[Intel XE#2400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2400
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414
[Intel XE#2419]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2419
[Intel XE#2421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2421
[Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2428
[Intel XE#2429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2429
[Intel XE#2435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2435
[Intel XE#2436]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2436
[Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324
[Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#386]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/386
[Intel XE#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392
[Intel XE#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402
[Intel XE#417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/417
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#498]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/498
[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#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#660]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/660
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701
[Intel XE#702]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/702
[Intel XE#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703
[Intel XE#736]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/736
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#801]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/801
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
Build changes
-------------
* IGT: IGT_7950 -> IGTPW_11511
* Linux: xe-1699-6d89c6866adbcecfc3ca559d1bdef8be50805055 -> xe-1702-8019170840644b0c5a5e64fc6d81792dd2105a2d
IGTPW_11511: 11511
IGT_7950: 7950
xe-1699-6d89c6866adbcecfc3ca559d1bdef8be50805055: 6d89c6866adbcecfc3ca559d1bdef8be50805055
xe-1702-8019170840644b0c5a5e64fc6d81792dd2105a2d: 8019170840644b0c5a5e64fc6d81792dd2105a2d
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11511/index.html
[-- Attachment #2: Type: text/html, Size: 220466 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
2024-07-30 11:35 [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Sujaritha Sundaresan
` (7 preceding siblings ...)
2024-08-01 10:51 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-08-01 11:45 ` Kamil Konieczny
2024-08-06 6:20 ` Sundaresan, Sujaritha
2024-08-02 5:12 ` ✓ Fi.CI.IGT: success for tests/intel: Add tests to run suspend without display (rev4) Patchwork
9 siblings, 1 reply; 22+ messages in thread
From: Kamil Konieczny @ 2024-08-01 11:45 UTC (permalink / raw)
To: igt-dev; +Cc: Sujaritha Sundaresan, Anshuman Gupta, Katarzyna Piecielska
Hi Sujaritha,
On 2024-07-30 at 17:05:08 +0530, Sujaritha Sundaresan wrote:
small nit about subject, you wrote:
[PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
imho this should be:
[PATCH i-g-t, v3] tests/intel/xe_pm: Add tests for suspend without display
More nits below.
> Add tests to validate basic execution suspend/resume cycle
> without display module to rule out display related issues
> from the suspend/resume stack.
>
> v2: Add normal reload cycle after running test (Anshuman)
>
> v3: Rebase
>
> Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan@intel.com>
> Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com>
> ---
> tests/intel/xe_pm.c | 34 ++++++++++++++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
>
> diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
> index 8b115e2f6..03f742265 100644
> --- a/tests/intel/xe_pm.c
> +++ b/tests/intel/xe_pm.c
> @@ -17,6 +17,7 @@
>
> #include "igt.h"
> #include "lib/igt_device.h"
> +#include "lib/igt_kmod.h"
> #include "lib/igt_pm.h"
> #include "lib/igt_sysfs.h"
> #include "lib/igt_syncobj.h"
> @@ -229,6 +230,10 @@ static void close_fw_handle(int sig)
> * Description: suspend/autoresume on %arg[1] state and exec after RPM
> * Functionality: pm - %arg[1]
> *
> + * SUBTEST: %s-without-display
> + * Description: suspend/autoresume on %arg[1] state without display
> + * Functionality: pm - %arg[1]
I see you copy-pasted it but imho both Description and
Functionality documentation fields should be static, here and
in other places.
+cc Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> + *
> * arg[1]:
> *
> * @s2idle: s2idle
> @@ -681,6 +686,7 @@ igt_main
> struct drm_xe_engine_class_instance *hwe;
> device_t device;
> uint32_t d3cold_allowed;
> + const char *opts;
> int sysfs_fd;
>
> const struct s_state {
> @@ -757,6 +763,34 @@ igt_main
> NO_RPM, 0);
> }
>
> + igt_subtest_f("%s-without-display", s->name) {
> +
> + if (!drmModeGetResources(device.fd_xe))
> + return;
Why 'return' here?! Imho this should be checked in fixture
or be a skip. Or other way around - what about a headless board
or one without any connected display?
Regards,
Kamil
> +
> + xe_for_each_engine(device.fd_xe, hwe) {
> +
> + igt_debug("Reload w/o display\n");
> +
> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
> + igt_assert_eq(igt_xe_driver_unload(), 0);
> +
> + igt_kmsg(KMSG_INFO "Re-loading Xe without display\n");
> + igt_assert_eq(igt_xe_driver_load("enable_display=0"), 0);
> +
> + test_exec(device, hwe, 1, 2, s->state,
> + NO_RPM, 0);
> +
> + igt_debug("Reload as normal\n");
> +
> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
> + igt_assert_eq(igt_xe_driver_unload(), 0);
> +
> + igt_kmsg(KMSG_INFO "Re-loading Xe\n");
> + igt_assert_eq(igt_xe_driver_load(opts), 0);
> + }
> + }
> +
> for (const struct vm_op *op = vm_op; op->name; op++) {
> igt_subtest_f("%s-vm-bind-%s", s->name, op->name) {
> xe_for_each_engine(device.fd_xe, hwe)
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 22+ messages in thread
* ✓ Fi.CI.IGT: success for tests/intel: Add tests to run suspend without display (rev4)
2024-07-30 11:35 [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Sujaritha Sundaresan
` (8 preceding siblings ...)
2024-08-01 11:45 ` [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Kamil Konieczny
@ 2024-08-02 5:12 ` Patchwork
9 siblings, 0 replies; 22+ messages in thread
From: Patchwork @ 2024-08-02 5:12 UTC (permalink / raw)
To: Sundaresan, Sujaritha; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100277 bytes --]
== Series Details ==
Series: tests/intel: Add tests to run suspend without display (rev4)
URL : https://patchwork.freedesktop.org/series/130239/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_15167_full -> IGTPW_11511_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/index.html
Participating hosts (10 -> 9)
------------------------------
Missing (1): pig-kbl-iris
Known issues
------------
Here are the changes found in IGTPW_11511_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-mtlp: NOTRUN -> [SKIP][1] ([i915#8411])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-8/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@device_reset@cold-reset-bound:
- shard-tglu: NOTRUN -> [SKIP][2] ([i915#11078])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-10/igt@device_reset@cold-reset-bound.html
* igt@drm_fdinfo@busy-hang@bcs0:
- shard-dg1: NOTRUN -> [SKIP][3] ([i915#8414]) +4 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@drm_fdinfo@busy-hang@bcs0.html
* igt@drm_fdinfo@busy@rcs0:
- shard-dg2: NOTRUN -> [SKIP][4] ([i915#8414]) +15 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@drm_fdinfo@busy@rcs0.html
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-rkl: [PASS][5] -> [FAIL][6] ([i915#7742])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-rkl-5/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@gem_basic@multigpu-create-close:
- shard-rkl: NOTRUN -> [SKIP][7] ([i915#7697]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@gem_basic@multigpu-create-close.html
* igt@gem_caching@read-writes:
- shard-mtlp: NOTRUN -> [SKIP][8] ([i915#4873])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-6/igt@gem_caching@read-writes.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-tglu: NOTRUN -> [SKIP][9] ([i915#3555] / [i915#9323])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-3/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][10] ([i915#8562])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@gem_create@create-ext-set-pat.html
- shard-rkl: NOTRUN -> [SKIP][11] ([i915#8562])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_persistence@hang:
- shard-mtlp: NOTRUN -> [SKIP][12] ([i915#8555])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-4/igt@gem_ctx_persistence@hang.html
* igt@gem_ctx_persistence@heartbeat-hang:
- shard-dg2: NOTRUN -> [SKIP][13] ([i915#8555]) +2 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-4/igt@gem_ctx_persistence@heartbeat-hang.html
* igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0:
- shard-dg2: NOTRUN -> [SKIP][14] ([i915#5882]) +6 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html
* igt@gem_ctx_sseu@engines:
- shard-mtlp: NOTRUN -> [SKIP][15] ([i915#280])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-8/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@mmap-args:
- shard-rkl: NOTRUN -> [SKIP][16] ([i915#280])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@reset-stress:
- shard-dg2: [PASS][17] -> [FAIL][18] ([i915#5784])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-1/igt@gem_eio@reset-stress.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@gem_eio@reset-stress.html
* igt@gem_exec_balancer@bonded-sync:
- shard-dg2: NOTRUN -> [SKIP][19] ([i915#4771])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-4/igt@gem_exec_balancer@bonded-sync.html
- shard-dg1: NOTRUN -> [SKIP][20] ([i915#4771]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-16/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg1: NOTRUN -> [SKIP][21] ([i915#4036])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-14/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@parallel-out-fence:
- shard-rkl: NOTRUN -> [SKIP][22] ([i915#4525])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@gem_exec_balancer@parallel-out-fence.html
* igt@gem_exec_big@single:
- shard-tglu: [PASS][23] -> [ABORT][24] ([i915#11713])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-tglu-7/igt@gem_exec_big@single.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-5/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture-invisible@lmem0:
- shard-dg2: NOTRUN -> [SKIP][25] ([i915#6334]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@gem_exec_capture@capture-invisible@lmem0.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-rkl: NOTRUN -> [SKIP][26] ([i915#6334])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-6/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][27] ([i915#10386]) +3 other tests fail
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_fair@basic-none-rrul:
- shard-dg2: NOTRUN -> [SKIP][28] ([i915#3539] / [i915#4852]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@gem_exec_fair@basic-none-rrul.html
* igt@gem_exec_fair@basic-none-rrul@rcs0:
- shard-rkl: NOTRUN -> [FAIL][29] ([i915#2842]) +1 other test fail
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-4/igt@gem_exec_fair@basic-none-rrul@rcs0.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-tglu: NOTRUN -> [FAIL][30] ([i915#2842])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-9/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-none-vip:
- shard-mtlp: NOTRUN -> [SKIP][31] ([i915#4473] / [i915#4771])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-2/igt@gem_exec_fair@basic-none-vip.html
* igt@gem_exec_fair@basic-pace-solo:
- shard-dg1: NOTRUN -> [SKIP][32] ([i915#3539])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@gem_exec_fair@basic-pace-solo.html
* igt@gem_exec_fair@basic-pace@bcs0:
- shard-rkl: [PASS][33] -> [FAIL][34] ([i915#2842])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-rkl-3/igt@gem_exec_fair@basic-pace@bcs0.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@gem_exec_fair@basic-pace@bcs0.html
* igt@gem_exec_fair@basic-throttle:
- shard-dg2: NOTRUN -> [SKIP][35] ([i915#3539])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@gem_exec_fair@basic-throttle.html
* igt@gem_exec_fence@submit:
- shard-dg1: NOTRUN -> [SKIP][36] ([i915#4812]) +3 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-15/igt@gem_exec_fence@submit.html
- shard-mtlp: NOTRUN -> [SKIP][37] ([i915#4812])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-8/igt@gem_exec_fence@submit.html
* igt@gem_exec_flush@basic-uc-pro-default:
- shard-dg1: NOTRUN -> [SKIP][38] ([i915#3539] / [i915#4852]) +2 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@gem_exec_flush@basic-uc-pro-default.html
* igt@gem_exec_reloc@basic-gtt-wc-noreloc:
- shard-rkl: NOTRUN -> [SKIP][39] ([i915#3281]) +10 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-4/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
* igt@gem_exec_reloc@basic-wc:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#3281]) +8 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@gem_exec_reloc@basic-wc.html
* igt@gem_exec_reloc@basic-wc-read:
- shard-dg1: NOTRUN -> [SKIP][41] ([i915#3281]) +9 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@gem_exec_reloc@basic-wc-read.html
* igt@gem_exec_reloc@basic-write-cpu-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][42] ([i915#3281]) +5 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-7/igt@gem_exec_reloc@basic-write-cpu-noreloc.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-mtlp: NOTRUN -> [SKIP][43] ([i915#4537] / [i915#4812]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-4/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: NOTRUN -> [SKIP][44] ([i915#7276])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy:
- shard-dg1: NOTRUN -> [SKIP][45] ([i915#4860]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-18/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
- shard-mtlp: NOTRUN -> [SKIP][46] ([i915#4860]) +3 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-7/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
* igt@gem_lmem_swapping@heavy-multi@lmem0:
- shard-dg1: [PASS][47] -> [FAIL][48] ([i915#10378])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg1-16/igt@gem_lmem_swapping@heavy-multi@lmem0.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-18/igt@gem_lmem_swapping@heavy-multi@lmem0.html
* igt@gem_lmem_swapping@heavy-random@lmem0:
- shard-dg1: NOTRUN -> [FAIL][49] ([i915#10378])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-18/igt@gem_lmem_swapping@heavy-random@lmem0.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#4613]) +3 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][51] ([i915#4565])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html
* igt@gem_lmem_swapping@random:
- shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4613]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-6/igt@gem_lmem_swapping@random.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: [PASS][53] -> [TIMEOUT][54] ([i915#5493])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-7/igt@gem_lmem_swapping@smem-oom@lmem0.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html
- shard-dg1: NOTRUN -> [TIMEOUT][55] ([i915#5493])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-tglu: NOTRUN -> [SKIP][56] ([i915#4613]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-10/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_lmem_swapping@verify-ccs@lmem0:
- shard-dg2: NOTRUN -> [FAIL][57] ([i915#10378])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@gem_lmem_swapping@verify-ccs@lmem0.html
* igt@gem_media_vme:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#284])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-4/igt@gem_media_vme.html
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#284])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@gem_media_vme.html
* igt@gem_mmap@short-mmap:
- shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4083]) +3 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-5/igt@gem_mmap@short-mmap.html
* igt@gem_mmap_gtt@basic-short:
- shard-mtlp: NOTRUN -> [SKIP][61] ([i915#4077]) +7 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-5/igt@gem_mmap_gtt@basic-short.html
* igt@gem_mmap_gtt@cpuset-basic-small-copy:
- shard-dg1: NOTRUN -> [SKIP][62] ([i915#4077]) +11 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-18/igt@gem_mmap_gtt@cpuset-basic-small-copy.html
* igt@gem_mmap_wc@set-cache-level:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#4083])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@gem_mmap_wc@set-cache-level.html
* igt@gem_mmap_wc@write-cpu-read-wc-unflushed:
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#4083]) +5 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html
* igt@gem_partial_pwrite_pread@reads:
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#3282]) +3 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@gem_partial_pwrite_pread@reads.html
- shard-rkl: NOTRUN -> [SKIP][66] ([i915#3282]) +3 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@gem_partial_pwrite_pread@reads.html
* igt@gem_pwrite@basic-self:
- shard-dg1: NOTRUN -> [SKIP][67] ([i915#3282]) +6 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-18/igt@gem_pwrite@basic-self.html
* igt@gem_pxp@create-protected-buffer:
- shard-rkl: NOTRUN -> [SKIP][68] ([i915#4270]) +2 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@create-regular-buffer:
- shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4270]) +1 other test skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-6/igt@gem_pxp@create-regular-buffer.html
* igt@gem_pxp@display-protected-crc:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#4270]) +3 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-7/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-tglu: NOTRUN -> [SKIP][71] ([i915#4270])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-5/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-dg1: NOTRUN -> [SKIP][72] ([i915#4270]) +2 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_readwrite@read-write:
- shard-mtlp: NOTRUN -> [SKIP][73] ([i915#3282]) +3 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-6/igt@gem_readwrite@read-write.html
* igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][74] ([i915#8428]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-7/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#5190] / [i915#8428]) +3 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_render_tiled_blits@basic:
- shard-dg1: NOTRUN -> [SKIP][76] ([i915#4079]) +2 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@gem_render_tiled_blits@basic.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#4079])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-3/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-rkl: NOTRUN -> [SKIP][78] ([i915#8411]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-6/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-dg2: NOTRUN -> [SKIP][79] ([i915#4079])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_spin_batch@spin-all-new:
- shard-dg2: NOTRUN -> [FAIL][80] ([i915#5889])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@gem_spin_batch@spin-all-new.html
* igt@gem_tiled_partial_pwrite_pread@writes:
- shard-dg2: NOTRUN -> [SKIP][81] ([i915#4077]) +10 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@gem_tiled_partial_pwrite_pread@writes.html
* igt@gem_unfence_active_buffers:
- shard-mtlp: NOTRUN -> [SKIP][82] ([i915#4879])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-8/igt@gem_unfence_active_buffers.html
* igt@gem_userptr_blits@access-control:
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#3297]) +2 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@gem_userptr_blits@access-control.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg1: NOTRUN -> [SKIP][84] ([i915#3297]) +3 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-tglu: NOTRUN -> [SKIP][85] ([i915#3297])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-7/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-mtlp: NOTRUN -> [SKIP][86] ([i915#3297]) +4 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-4/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@readonly-unsync:
- shard-rkl: NOTRUN -> [SKIP][87] ([i915#3297])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@gem_userptr_blits@readonly-unsync.html
* igt@gen9_exec_parse@basic-rejected:
- shard-dg1: NOTRUN -> [SKIP][88] ([i915#2527])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@batch-invalid-length:
- shard-mtlp: NOTRUN -> [SKIP][89] ([i915#2856])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-5/igt@gen9_exec_parse@batch-invalid-length.html
* igt@gen9_exec_parse@bb-start-far:
- shard-tglu: NOTRUN -> [SKIP][90] ([i915#2527] / [i915#2856])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-5/igt@gen9_exec_parse@bb-start-far.html
* igt@gen9_exec_parse@shadow-peek:
- shard-rkl: NOTRUN -> [SKIP][91] ([i915#2527]) +3 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-6/igt@gen9_exec_parse@shadow-peek.html
* igt@i915_fb_tiling:
- shard-dg1: NOTRUN -> [SKIP][92] ([i915#4881])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-15/igt@i915_fb_tiling.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-mtlp: [PASS][93] -> [ABORT][94] ([i915#10131] / [i915#9820])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html
- shard-dg2: [PASS][95] -> [ABORT][96] ([i915#9820])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_freq_api@freq-reset:
- shard-tglu: NOTRUN -> [SKIP][97] ([i915#8399])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-6/igt@i915_pm_freq_api@freq-reset.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-rkl: NOTRUN -> [SKIP][98] ([i915#8399])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-4/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-dg1: NOTRUN -> [SKIP][99] ([i915#6590])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-15/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_rps@min-max-config-loaded:
- shard-mtlp: NOTRUN -> [SKIP][100] ([i915#6621])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-5/igt@i915_pm_rps@min-max-config-loaded.html
* igt@i915_pm_rps@thresholds-idle-park@gt0:
- shard-dg1: NOTRUN -> [SKIP][101] ([i915#8925])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-18/igt@i915_pm_rps@thresholds-idle-park@gt0.html
* igt@i915_pm_rps@thresholds-park@gt0:
- shard-dg2: NOTRUN -> [SKIP][102] ([i915#8925])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@i915_pm_rps@thresholds-park@gt0.html
* igt@i915_pm_rps@waitboost:
- shard-mtlp: NOTRUN -> [FAIL][103] ([i915#8346])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-7/igt@i915_pm_rps@waitboost.html
* igt@i915_pm_sseu@full-enable:
- shard-rkl: NOTRUN -> [SKIP][104] ([i915#4387])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@hwconfig_table:
- shard-rkl: NOTRUN -> [SKIP][105] ([i915#6245])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-6/igt@i915_query@hwconfig_table.html
* igt@i915_selftest@mock@memory_region:
- shard-dg1: NOTRUN -> [DMESG-WARN][106] ([i915#9311])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@i915_selftest@mock@memory_region.html
- shard-mtlp: NOTRUN -> [DMESG-WARN][107] ([i915#9311])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-5/igt@i915_selftest@mock@memory_region.html
* igt@intel_hwmon@hwmon-write:
- shard-mtlp: NOTRUN -> [SKIP][108] ([i915#7707])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-1/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
- shard-mtlp: NOTRUN -> [SKIP][109] ([i915#4212])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-7/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
- shard-dg1: NOTRUN -> [SKIP][110] ([i915#4212]) +2 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-14/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- shard-dg1: NOTRUN -> [SKIP][111] ([i915#4215])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-16/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][112] ([i915#8709]) +3 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#8709]) +11 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs.html
* igt@kms_async_flips@invalid-async-flip:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#6228])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [FAIL][115] ([i915#5956])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-3.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [FAIL][116] ([i915#11808] / [i915#5956])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-3/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][117] ([i915#4538] / [i915#5286]) +6 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-15/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-rkl: NOTRUN -> [SKIP][118] ([i915#5286]) +5 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@4-tiled-addfb-size-overflow:
- shard-dg1: NOTRUN -> [SKIP][119] ([i915#5286])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-14/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-tglu: NOTRUN -> [SKIP][120] ([i915#5286]) +2 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-9/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][121] +8 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-6/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#3638]) +3 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][123] ([i915#3638]) +1 other test skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-15/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-dg2: NOTRUN -> [SKIP][124] ([i915#4538] / [i915#5190]) +8 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#4538]) +6 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-18/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-mtlp: NOTRUN -> [SKIP][126] ([i915#6187])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-5/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_joiner@basic:
- shard-mtlp: NOTRUN -> [SKIP][127] ([i915#10656])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-1/igt@kms_big_joiner@basic.html
* igt@kms_big_joiner@invalid-modeset-force-joiner:
- shard-dg1: NOTRUN -> [SKIP][128] ([i915#10656])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@kms_big_joiner@invalid-modeset-force-joiner.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][129] ([i915#10307] / [i915#10434] / [i915#6095]) +7 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][130] ([i915#6095]) +87 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-16/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-4.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][131] ([i915#6095]) +31 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-9/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][132] ([i915#10307] / [i915#6095]) +183 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][133] ([i915#6095]) +35 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-3/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#6095]) +57 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-rkl: NOTRUN -> [SKIP][135] ([i915#3742])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@mode-transition@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][136] ([i915#7213] / [i915#9010]) +3 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-5/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html
* igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][137] ([i915#4087]) +3 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-7/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html
* igt@kms_chamelium_audio@dp-audio-edid:
- shard-dg2: NOTRUN -> [SKIP][138] ([i915#7828]) +5 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_chamelium_audio@dp-audio-edid.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#7828]) +8 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-tglu: NOTRUN -> [SKIP][140] ([i915#7828]) +4 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-10/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_hpd@dp-hpd-after-suspend:
- shard-dg1: NOTRUN -> [SKIP][141] ([i915#7828]) +10 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-18/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html
* igt@kms_chamelium_hpd@vga-hpd:
- shard-mtlp: NOTRUN -> [SKIP][142] ([i915#7828]) +4 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-1/igt@kms_chamelium_hpd@vga-hpd.html
* igt@kms_content_protection@atomic@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [TIMEOUT][143] ([i915#7173]) +2 other tests timeout
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_content_protection@atomic@pipe-a-dp-4.html
* igt@kms_content_protection@content-type-change:
- shard-rkl: NOTRUN -> [SKIP][144] ([i915#9424])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg1: NOTRUN -> [SKIP][145] ([i915#3299])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@srm:
- shard-dg1: NOTRUN -> [SKIP][146] ([i915#7116])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#7118] / [i915#9424]) +2 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#7116] / [i915#9424])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-mtlp: NOTRUN -> [SKIP][149] ([i915#3359])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-2/igt@kms_cursor_crc@cursor-offscreen-512x170.html
- shard-dg1: NOTRUN -> [SKIP][150] ([i915#11453]) +1 other test skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-rkl: NOTRUN -> [SKIP][151] ([i915#11453]) +1 other test skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-1/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-128x42:
- shard-mtlp: NOTRUN -> [SKIP][152] ([i915#8814]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-5/igt@kms_cursor_crc@cursor-random-128x42.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#11453]) +1 other test skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-mtlp: NOTRUN -> [SKIP][154] ([i915#3555] / [i915#8814]) +2 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-4/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-mtlp: NOTRUN -> [SKIP][155] ([i915#9809]) +2 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#5354]) +24 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-10/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#4103] / [i915#4213]) +1 other test skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-tglu: NOTRUN -> [SKIP][158] ([i915#4103])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-10/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-mtlp: NOTRUN -> [SKIP][159] ([i915#9067])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-tglu: NOTRUN -> [SKIP][160] ([i915#9067])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-3/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][161] ([i915#9723])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
- shard-dg1: NOTRUN -> [SKIP][162] ([i915#9723]) +1 other test skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-15/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-mtlp: NOTRUN -> [SKIP][163] ([i915#3555] / [i915#8827])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-8/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dither@fb-8bpc-vs-panel-8bpc:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#3555])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html
* igt@kms_dsc@dsc-basic:
- shard-dg1: NOTRUN -> [SKIP][165] ([i915#3555] / [i915#3840])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-14/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-rkl: NOTRUN -> [SKIP][166] ([i915#3840])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
- shard-tglu: NOTRUN -> [SKIP][167] ([i915#3840])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-9/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-formats:
- shard-mtlp: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#3840])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-1/igt@kms_dsc@dsc-with-formats.html
- shard-dg2: NOTRUN -> [SKIP][169] ([i915#3555] / [i915#3840])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@kms_dsc@dsc-with-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][170] ([i915#3840] / [i915#9053])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@psr:
- shard-dg1: NOTRUN -> [SKIP][171] ([i915#3469])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-16/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@chamelium:
- shard-tglu: NOTRUN -> [SKIP][172] ([i915#2065] / [i915#4854])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-10/igt@kms_feature_discovery@chamelium.html
- shard-mtlp: NOTRUN -> [SKIP][173] ([i915#4854])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-4/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-3x:
- shard-rkl: NOTRUN -> [SKIP][174] ([i915#1839])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@psr1:
- shard-dg2: NOTRUN -> [SKIP][175] ([i915#658])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-mtlp: NOTRUN -> [SKIP][176] ([i915#3637]) +4 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-5/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip@2x-flip-vs-modeset-vs-hang:
- shard-dg2: NOTRUN -> [SKIP][177] +9 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html
* igt@kms_flip@2x-nonexisting-fb:
- shard-tglu: NOTRUN -> [SKIP][178] ([i915#3637])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-7/igt@kms_flip@2x-nonexisting-fb.html
* igt@kms_flip@2x-plain-flip:
- shard-rkl: NOTRUN -> [SKIP][179] +25 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-4/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-dg1: NOTRUN -> [SKIP][180] ([i915#9934]) +4 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-18/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@flip-vs-fences:
- shard-dg1: NOTRUN -> [SKIP][181] ([i915#8381])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip@flip-vs-fences-interruptible:
- shard-dg2: NOTRUN -> [SKIP][182] ([i915#8381])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@kms_flip@flip-vs-fences-interruptible.html
- shard-mtlp: NOTRUN -> [SKIP][183] ([i915#8381])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-1/igt@kms_flip@flip-vs-fences-interruptible.html
* igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1:
- shard-dg2: NOTRUN -> [FAIL][184] ([i915#2122])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-2/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1.html
* igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a4:
- shard-dg1: [PASS][185] -> [FAIL][186] ([i915#2122])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg1-18/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a4.html
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-16/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a4.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][187] ([i915#2587] / [i915#2672]) +1 other test skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-10/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#2672]) +5 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][189] ([i915#2587] / [i915#2672]) +3 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][190] ([i915#2672] / [i915#3555]) +2 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#2672]) +6 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#1825]) +41 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][193] ([i915#8708]) +26 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#3458]) +21 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][195] ([i915#8708]) +5 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][196] ([i915#8708]) +9 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt:
- shard-tglu: NOTRUN -> [SKIP][197] +41 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff:
- shard-dg1: NOTRUN -> [SKIP][198] +41 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][199] ([i915#1825]) +18 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-dg1: NOTRUN -> [SKIP][200] ([i915#5439])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][201] ([i915#3458]) +12 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
- shard-rkl: NOTRUN -> [SKIP][202] ([i915#3023]) +26 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html
* igt@kms_hdmi_inject@inject-audio:
- shard-dg1: NOTRUN -> [SKIP][203] ([i915#433])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-15/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-rkl: NOTRUN -> [SKIP][204] ([i915#3555] / [i915#8228]) +1 other test skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-4/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-dg2: NOTRUN -> [SKIP][205] ([i915#3555] / [i915#8228]) +1 other test skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-7/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@static-toggle-dpms:
- shard-dg1: NOTRUN -> [SKIP][206] ([i915#3555] / [i915#8228])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-15/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-mtlp: NOTRUN -> [SKIP][207] ([i915#4816])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#4816])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][209] ([i915#3555]) +2 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html
- shard-dg1: NOTRUN -> [SKIP][210] ([i915#3555]) +6 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-18/igt@kms_plane_multiple@tiling-yf.html
- shard-tglu: NOTRUN -> [SKIP][211] ([i915#3555]) +2 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-10/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][212] ([i915#9423]) +36 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][213] ([i915#9423]) +3 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-10/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][214] ([i915#9423]) +3 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-4/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][215] ([i915#9423]) +3 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d-hdmi-a-4.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][216] ([i915#5176]) +5 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-7/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][217] ([i915#5176] / [i915#9423]) +3 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][218] ([i915#5235] / [i915#9423]) +2 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][219] ([i915#3555] / [i915#5235])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-edp-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][220] ([i915#9728]) +7 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][221] ([i915#5235]) +6 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d-edp-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][222] ([i915#9728]) +5 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1.html
* igt@kms_pm_backlight@bad-brightness:
- shard-rkl: NOTRUN -> [SKIP][223] ([i915#5354])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-4/igt@kms_pm_backlight@bad-brightness.html
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#5354])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-16/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-tglu: NOTRUN -> [SKIP][225] ([i915#9685])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-6/igt@kms_pm_dc@dc3co-vpb-simulation.html
- shard-mtlp: NOTRUN -> [SKIP][226] ([i915#9292])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-3/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2: NOTRUN -> [SKIP][227] ([i915#5978])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-rkl: NOTRUN -> [SKIP][228] ([i915#8430])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg1: NOTRUN -> [SKIP][229] ([i915#9519]) +2 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg2: [PASS][230] -> [SKIP][231] ([i915#9519]) +1 other test skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-7/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@i2c:
- shard-dg2: [PASS][232] -> [FAIL][233] ([i915#8717])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-8/igt@kms_pm_rpm@i2c.html
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-2/igt@kms_pm_rpm@i2c.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg2: NOTRUN -> [SKIP][234] ([i915#9519])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: NOTRUN -> [SKIP][235] ([i915#9519])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-tglu: NOTRUN -> [SKIP][236] ([i915#6524])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-3/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf:
- shard-dg1: NOTRUN -> [SKIP][237] ([i915#11520]) +4 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-16/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-cursor-plane-update-sf:
- shard-tglu: NOTRUN -> [SKIP][238] ([i915#11520]) +2 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-9/igt@kms_psr2_sf@fbc-cursor-plane-update-sf.html
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf:
- shard-rkl: NOTRUN -> [SKIP][239] ([i915#11520]) +2 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#11520]) +2 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@fbc-pr-cursor-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][241] ([i915#1072] / [i915#9732]) +20 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-4/igt@kms_psr@fbc-pr-cursor-mmap-cpu.html
* igt@kms_psr@fbc-pr-primary-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][242] ([i915#1072] / [i915#9732]) +11 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@kms_psr@fbc-pr-primary-mmap-gtt.html
* igt@kms_psr@fbc-psr2-no-drrs:
- shard-tglu: NOTRUN -> [SKIP][243] ([i915#9732]) +9 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-10/igt@kms_psr@fbc-psr2-no-drrs.html
* igt@kms_psr@pr-primary-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][244] ([i915#1072] / [i915#9673] / [i915#9732]) +1 other test skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_psr@pr-primary-mmap-gtt.html
* igt@kms_psr@pr-primary-render:
- shard-mtlp: NOTRUN -> [SKIP][245] ([i915#9688]) +12 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-7/igt@kms_psr@pr-primary-render.html
* igt@kms_psr@psr2-primary-mmap-gtt@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][246] ([i915#4077] / [i915#9688])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-1/igt@kms_psr@psr2-primary-mmap-gtt@edp-1.html
* igt@kms_psr@psr2-sprite-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][247] ([i915#1072] / [i915#9732]) +22 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-16/igt@kms_psr@psr2-sprite-mmap-gtt.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-dg1: NOTRUN -> [SKIP][248] ([i915#9685]) +1 other test skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-rkl: NOTRUN -> [SKIP][249] ([i915#9685])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-mtlp: NOTRUN -> [SKIP][250] ([i915#4235])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-3/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-mtlp: NOTRUN -> [SKIP][251] ([i915#5289]) +1 other test skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-tglu: NOTRUN -> [SKIP][252] ([i915#5289])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-9/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-rkl: NOTRUN -> [SKIP][253] ([i915#5289]) +1 other test skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#5190])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#3555] / [i915#8809])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-7/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2: NOTRUN -> [SKIP][256] ([i915#8623])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-7/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-tglu: NOTRUN -> [SKIP][257] ([i915#8623])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-9/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@flip-basic-fastset:
- shard-dg1: NOTRUN -> [SKIP][258] ([i915#9906])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-18/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@max-min:
- shard-dg2: NOTRUN -> [SKIP][259] ([i915#9906]) +1 other test skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@kms_vrr@max-min.html
- shard-rkl: NOTRUN -> [SKIP][260] ([i915#9906])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-6/igt@kms_vrr@max-min.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-mtlp: NOTRUN -> [SKIP][261] ([i915#8808] / [i915#9906])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-7/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@kms_writeback@writeback-check-output:
- shard-dg2: NOTRUN -> [SKIP][262] ([i915#2437])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-mtlp: NOTRUN -> [SKIP][263] ([i915#2437] / [i915#9412])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-8/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@perf_pmu@cpu-hotplug:
- shard-dg1: NOTRUN -> [SKIP][264] ([i915#8850])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-14/igt@perf_pmu@cpu-hotplug.html
* igt@prime_vgem@basic-fence-read:
- shard-dg1: NOTRUN -> [SKIP][265] ([i915#3708]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@fence-write-hang:
- shard-mtlp: NOTRUN -> [SKIP][266] ([i915#3708])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-1/igt@prime_vgem@fence-write-hang.html
- shard-dg2: NOTRUN -> [SKIP][267] ([i915#3708]) +2 other tests skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@prime_vgem@fence-write-hang.html
- shard-rkl: NOTRUN -> [SKIP][268] ([i915#3708])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-6/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@bind-unbind-vf:
- shard-dg1: NOTRUN -> [SKIP][269] ([i915#9917])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-18/igt@sriov_basic@bind-unbind-vf.html
#### Possible fixes ####
* igt@api_intel_allocator@open-vm:
- shard-dg2: [SKIP][270] -> [PASS][271] +23 other tests pass
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@api_intel_allocator@open-vm.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@api_intel_allocator@open-vm.html
* igt@api_intel_bb@purge-bb:
- shard-dg2: [SKIP][272] ([i915#2575]) -> [PASS][273] +97 other tests pass
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@api_intel_bb@purge-bb.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-7/igt@api_intel_bb@purge-bb.html
* igt@fbdev@write:
- shard-dg2: [SKIP][274] ([i915#2582]) -> [PASS][275]
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@fbdev@write.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@fbdev@write.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [FAIL][276] ([i915#5784]) -> [PASS][277]
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg1-18/igt@gem_eio@unwedge-stress.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-16/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-rkl: [FAIL][278] ([i915#2842]) -> [PASS][279] +1 other test pass
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg1: [ABORT][280] ([i915#9820]) -> [PASS][281]
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg1-16/igt@i915_module_load@reload-with-fault-injection.html
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0:
- shard-dg1: [FAIL][282] ([i915#3591]) -> [PASS][283]
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html
* igt@kms_cursor_legacy@cursora-vs-flipa-atomic:
- shard-dg1: [DMESG-WARN][284] ([i915#4423]) -> [PASS][285]
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg1-13/igt@kms_cursor_legacy@cursora-vs-flipa-atomic.html
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-13/igt@kms_cursor_legacy@cursora-vs-flipa-atomic.html
* igt@kms_cursor_legacy@torture-bo@pipe-a:
- shard-dg1: [DMESG-WARN][286] ([i915#10166]) -> [PASS][287]
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg1-16/igt@kms_cursor_legacy@torture-bo@pipe-a.html
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-15/igt@kms_cursor_legacy@torture-bo@pipe-a.html
* igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-3:
- shard-mtlp: [ABORT][288] ([i915#10354]) -> [PASS][289]
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-mtlp-6/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-3.html
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-mtlp-6/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-3.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: [SKIP][290] ([i915#9519]) -> [PASS][291] +1 other test pass
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_sysfs_edid_timing:
- shard-dg2: [FAIL][292] ([IGT#2]) -> [PASS][293]
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-3/igt@kms_sysfs_edid_timing.html
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@kms_sysfs_edid_timing.html
- shard-dg1: [FAIL][294] ([IGT#2] / [i915#6493]) -> [PASS][295]
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg1-15/igt@kms_sysfs_edid_timing.html
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg1-17/igt@kms_sysfs_edid_timing.html
* igt@perf_pmu@all-busy-idle-check-all:
- shard-dg2: [SKIP][296] ([i915#11692]) -> [PASS][297] +4 other tests pass
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@perf_pmu@all-busy-idle-check-all.html
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@perf_pmu@all-busy-idle-check-all.html
* igt@perf_pmu@enable-race@rcs0:
- shard-dg2: [INCOMPLETE][298] ([i915#9853]) -> [PASS][299]
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-10/igt@perf_pmu@enable-race@rcs0.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@perf_pmu@enable-race@rcs0.html
#### Warnings ####
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-dg2: [SKIP][300] ([i915#2575]) -> [SKIP][301] ([i915#8411]) +1 other test skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@api_intel_bb@object-reloc-purge-cache.html
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@device_reset@cold-reset-bound:
- shard-dg2: [SKIP][302] ([i915#11224]) -> [SKIP][303] ([i915#11078]) +1 other test skip
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@device_reset@cold-reset-bound.html
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@device_reset@cold-reset-bound.html
* igt@drm_fdinfo@virtual-busy-hang:
- shard-dg2: [SKIP][304] ([i915#11692]) -> [SKIP][305] ([i915#8414])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@drm_fdinfo@virtual-busy-hang.html
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@drm_fdinfo@virtual-busy-hang.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-dg2: [SKIP][306] ([i915#2575]) -> [SKIP][307] ([i915#7697])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_close_race@multigpu-basic-threads.html
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: [SKIP][308] ([i915#2575]) -> [SKIP][309] ([i915#280])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_ctx_sseu@mmap-args.html
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg2: [SKIP][310] ([i915#2575]) -> [SKIP][311] ([i915#4812]) +2 other tests skip
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_exec_balancer@bonded-false-hang.html
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_flush@basic-wb-rw-before-default:
- shard-dg2: [SKIP][312] ([i915#2575]) -> [SKIP][313] ([i915#3539] / [i915#4852])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_exec_flush@basic-wb-rw-before-default.html
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@gem_exec_flush@basic-wb-rw-before-default.html
* igt@gem_exec_params@secure-non-master:
- shard-dg2: [SKIP][314] ([i915#2575]) -> [SKIP][315] +15 other tests skip
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_exec_params@secure-non-master.html
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@gem_exec_params@secure-non-master.html
* igt@gem_exec_reloc@basic-gtt-wc-active:
- shard-dg2: [SKIP][316] ([i915#2575]) -> [SKIP][317] ([i915#3281]) +5 other tests skip
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_exec_reloc@basic-gtt-wc-active.html
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@gem_exec_reloc@basic-gtt-wc-active.html
* igt@gem_exec_schedule@preempt-queue-chain:
- shard-dg2: [SKIP][318] ([i915#2575]) -> [SKIP][319] ([i915#4537] / [i915#4812])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_exec_schedule@preempt-queue-chain.html
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-10/igt@gem_exec_schedule@preempt-queue-chain.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible:
- shard-dg2: [SKIP][320] ([i915#2575]) -> [SKIP][321] ([i915#4860])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-7/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html
* igt@gem_mmap_gtt@zero-extend:
- shard-dg2: [SKIP][322] ([i915#2575]) -> [SKIP][323] ([i915#4077]) +4 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_mmap_gtt@zero-extend.html
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-2/igt@gem_mmap_gtt@zero-extend.html
* igt@gem_mmap_wc@bad-size:
- shard-dg2: [SKIP][324] ([i915#2575]) -> [SKIP][325] ([i915#4083]) +1 other test skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_mmap_wc@bad-size.html
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@gem_mmap_wc@bad-size.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-dg2: [SKIP][326] ([i915#2575]) -> [SKIP][327] ([i915#4270]) +2 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_readwrite@beyond-eob:
- shard-dg2: [SKIP][328] ([i915#2575]) -> [SKIP][329] ([i915#3282]) +2 other tests skip
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_readwrite@beyond-eob.html
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@gem_readwrite@beyond-eob.html
* igt@gem_render_copy@y-tiled-to-vebox-linear:
- shard-dg2: [SKIP][330] ([i915#2575] / [i915#5190]) -> [SKIP][331] ([i915#5190] / [i915#8428]) +3 other tests skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_render_copy@y-tiled-to-vebox-linear.html
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-7/igt@gem_render_copy@y-tiled-to-vebox-linear.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-dg2: [SKIP][332] ([i915#2575]) -> [SKIP][333] ([i915#3297]) +1 other test skip
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_userptr_blits@dmabuf-unsync.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-dg2: [SKIP][334] ([i915#2575]) -> [SKIP][335] ([i915#3297] / [i915#4880])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-dg2: [SKIP][336] ([i915#2575]) -> [SKIP][337] ([i915#2856]) +1 other test skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@gen9_exec_parse@cmd-crossing-page.html
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-tglu: [ABORT][338] ([i915#9697] / [i915#9820]) -> [ABORT][339] ([i915#9820])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-tglu-7/igt@i915_module_load@reload-with-fault-injection.html
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-tglu-8/igt@i915_module_load@reload-with-fault-injection.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-dg2: [SKIP][340] ([i915#2575] / [i915#5190]) -> [SKIP][341] ([i915#5190]) +1 other test skip
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: [SKIP][342] ([i915#2575]) -> [SKIP][343] ([i915#9531])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-10/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-dg2: [SKIP][344] ([i915#5190]) -> [SKIP][345] ([i915#4538] / [i915#5190]) +7 other tests skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-dg2: [SKIP][346] ([i915#2575]) -> [SKIP][347] ([i915#7828]) +5 other tests skip
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_chamelium_frames@dp-crc-fast.html
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-7/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_content_protection@lic-type-1:
- shard-dg2: [SKIP][348] ([i915#2575]) -> [SKIP][349] ([i915#9424])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_content_protection@lic-type-1.html
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@kms_content_protection@lic-type-1.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2: [SKIP][350] ([i915#11453]) -> [SKIP][351] ([i915#11453] / [i915#3359])
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-7/igt@kms_cursor_crc@cursor-offscreen-512x170.html
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-dg2: [SKIP][352] ([i915#2575]) -> [SKIP][353] ([i915#11453]) +1 other test skip
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_cursor_crc@cursor-onscreen-512x512.html
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-dg2: [SKIP][354] ([i915#2575]) -> [SKIP][355] ([i915#3555]) +4 other tests skip
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-toggle:
- shard-dg2: [SKIP][356] ([i915#2575]) -> [SKIP][357] ([i915#5354]) +4 other tests skip
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-10/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-dg2: [SKIP][358] ([i915#2575]) -> [SKIP][359] ([i915#9067])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: [SKIP][360] ([i915#2575]) -> [SKIP][361] ([i915#8588])
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_display_modes@mst-extended-mode-negative.html
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-2/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-dg2: [SKIP][362] -> [SKIP][363] ([i915#3469])
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_fbcon_fbt@psr-suspend.html
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-dg2: [SKIP][364] ([i915#2575]) -> [SKIP][365] ([i915#4854])
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_feature_discovery@chamelium.html
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-3x:
- shard-dg2: [SKIP][366] ([i915#2575]) -> [SKIP][367] ([i915#1839]) +1 other test skip
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_feature_discovery@display-3x.html
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@kms_feature_discovery@display-3x.html
* igt@kms_frontbuffer_tracking@fbc-2p-rte:
- shard-dg2: [SKIP][368] -> [SKIP][369] ([i915#5354]) +25 other tests skip
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu:
- shard-dg2: [SKIP][370] -> [SKIP][371] ([i915#3458]) +12 other tests skip
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite:
- shard-dg2: [SKIP][372] ([i915#10433] / [i915#3458]) -> [SKIP][373] ([i915#3458])
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite.html
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite:
- shard-dg2: [SKIP][374] ([i915#3458]) -> [SKIP][375] ([i915#10433] / [i915#3458])
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite.html
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-dg2: [SKIP][376] -> [SKIP][377] ([i915#8708]) +10 other tests skip
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-dg2: [SKIP][378] ([i915#2575]) -> [SKIP][379] ([i915#3555] / [i915#8228])
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_hdr@invalid-metadata-sizes.html
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-2/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg2: [SKIP][380] ([i915#2575]) -> [SKIP][381] ([i915#3555] / [i915#8821])
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_plane_lowres@tiling-yf.html
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-7/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2: [SKIP][382] ([i915#2575]) -> [SKIP][383] ([i915#8806])
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_plane_multiple@tiling-y.html
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-dg2: [SKIP][384] ([i915#2575] / [i915#9423]) -> [SKIP][385] ([i915#6953] / [i915#9423])
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size.html
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2: [SKIP][386] -> [SKIP][387] ([i915#9685])
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_pm_dc@dc3co-vpb-simulation.html
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-10/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc6-dpms:
- shard-rkl: [FAIL][388] ([i915#9295]) -> [SKIP][389] ([i915#3361])
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-rkl-5/igt@kms_pm_dc@dc6-dpms.html
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-rkl-3/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@fences-dpms:
- shard-dg2: [SKIP][390] ([i915#11717]) -> [SKIP][391] ([i915#4077])
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_pm_rpm@fences-dpms.html
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@kms_pm_rpm@fences-dpms.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg2: [SKIP][392] -> [SKIP][393] ([i915#6524] / [i915#6805])
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_prime@basic-crc-vgem.html
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-1/igt@kms_prime@basic-crc-vgem.html
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf:
- shard-dg2: [SKIP][394] -> [SKIP][395] ([i915#11520]) +3 other tests skip
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-6/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg2: [SKIP][396] -> [SKIP][397] ([i915#9683]) +1 other test skip
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_psr2_su@page_flip-p010.html
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-psr2-no-drrs:
- shard-dg2: [SKIP][398] -> [SKIP][399] ([i915#1072] / [i915#9673] / [i915#9732])
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_psr@fbc-psr2-no-drrs.html
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_psr@fbc-psr2-no-drrs.html
* igt@kms_psr@psr2-cursor-blt:
- shard-dg2: [SKIP][400] -> [SKIP][401] ([i915#1072] / [i915#9732]) +14 other tests skip
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_psr@psr2-cursor-blt.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-10/igt@kms_psr@psr2-cursor-blt.html
* igt@kms_psr@psr2-primary-mmap-gtt:
- shard-dg2: [SKIP][402] ([i915#1072] / [i915#9732]) -> [SKIP][403] ([i915#1072] / [i915#9673] / [i915#9732]) +10 other tests skip
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-10/igt@kms_psr@psr2-primary-mmap-gtt.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_psr@psr2-primary-mmap-gtt.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-dg2: [SKIP][404] ([i915#2575]) -> [SKIP][405] ([i915#11131])
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_rotation_crc@primary-rotation-90.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2: [SKIP][406] ([i915#11131] / [i915#5190]) -> [SKIP][407] ([i915#11131] / [i915#4235] / [i915#5190]) +1 other test skip
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2: [SKIP][408] ([i915#2575]) -> [SKIP][409] ([i915#8623])
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-dg2: [SKIP][410] ([i915#2575]) -> [SKIP][411] ([i915#9906])
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@kms_vrr@seamless-rr-switch-vrr.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@perf@global-sseu-config-invalid:
- shard-dg2: [SKIP][412] -> [SKIP][413] ([i915#7387])
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@perf@global-sseu-config-invalid.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-8/igt@perf@global-sseu-config-invalid.html
* igt@prime_vgem@coherency-gtt:
- shard-dg2: [SKIP][414] ([i915#2575]) -> [SKIP][415] ([i915#3708] / [i915#4077])
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@prime_vgem@coherency-gtt.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-10/igt@prime_vgem@coherency-gtt.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-dg2: [SKIP][416] ([i915#2575]) -> [SKIP][417] ([i915#9917])
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@sriov_basic@enable-vfs-autoprobe-on.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-7/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@syncobj_wait@invalid-wait-zero-handles:
- shard-dg2: [SKIP][418] ([i915#2575]) -> [FAIL][419] ([i915#9781])
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15167/shard-dg2-11/igt@syncobj_wait@invalid-wait-zero-handles.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/shard-dg2-3/igt@syncobj_wait@invalid-wait-zero-handles.html
[IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2
[i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131
[i915#10166]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10166
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10354
[i915#10378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10378
[i915#10386]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10386
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131
[i915#11224]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11224
[i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11692]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11692
[i915#11713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11713
[i915#11717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11717
[i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#2065]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2065
[i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122
[i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
[i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359
[i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4087
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215
[i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/433
[i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4473]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4873]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4873
[i915#4879]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4879
[i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881
[i915#5176]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
[i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784
[i915#5882]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5882
[i915#5889]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5889
[i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[i915#5978]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5978
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11511/index.html
[-- Attachment #2: Type: text/html, Size: 123846 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
2024-08-01 11:45 ` [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Kamil Konieczny
@ 2024-08-06 6:20 ` Sundaresan, Sujaritha
2024-08-06 12:50 ` Kamil Konieczny
0 siblings, 1 reply; 22+ messages in thread
From: Sundaresan, Sujaritha @ 2024-08-06 6:20 UTC (permalink / raw)
To: Kamil Konieczny, igt-dev, Anshuman Gupta, Katarzyna Piecielska
On 8/1/2024 5:15 PM, Kamil Konieczny wrote:
> Hi Sujaritha,
> On 2024-07-30 at 17:05:08 +0530, Sujaritha Sundaresan wrote:
>
> small nit about subject, you wrote:
>
> [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
>
> imho this should be:
>
> [PATCH i-g-t, v3] tests/intel/xe_pm: Add tests for suspend without display
>
> More nits below.
Hey Kamil,
Sure this change I can make.
>
>> Add tests to validate basic execution suspend/resume cycle
>> without display module to rule out display related issues
>> from the suspend/resume stack.
>>
>> v2: Add normal reload cycle after running test (Anshuman)
>>
>> v3: Rebase
>>
>> Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan@intel.com>
>> Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com>
>> ---
>> tests/intel/xe_pm.c | 34 ++++++++++++++++++++++++++++++++++
>> 1 file changed, 34 insertions(+)
>>
>> diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
>> index 8b115e2f6..03f742265 100644
>> --- a/tests/intel/xe_pm.c
>> +++ b/tests/intel/xe_pm.c
>> @@ -17,6 +17,7 @@
>>
>> #include "igt.h"
>> #include "lib/igt_device.h"
>> +#include "lib/igt_kmod.h"
>> #include "lib/igt_pm.h"
>> #include "lib/igt_sysfs.h"
>> #include "lib/igt_syncobj.h"
>> @@ -229,6 +230,10 @@ static void close_fw_handle(int sig)
>> * Description: suspend/autoresume on %arg[1] state and exec after RPM
>> * Functionality: pm - %arg[1]
>> *
>> + * SUBTEST: %s-without-display
>> + * Description: suspend/autoresume on %arg[1] state without display
>> + * Functionality: pm - %arg[1]
> I see you copy-pasted it but imho both Description and
> Functionality documentation fields should be static, here and
> in other places.
> +cc Katarzyna Piecielska <katarzyna.piecielska@intel.com>
>
>> + *
>> * arg[1]:
>> *
>> * @s2idle: s2idle
>> @@ -681,6 +686,7 @@ igt_main
>> struct drm_xe_engine_class_instance *hwe;
>> device_t device;
>> uint32_t d3cold_allowed;
>> + const char *opts;
>> int sysfs_fd;
>>
>> const struct s_state {
>> @@ -757,6 +763,34 @@ igt_main
>> NO_RPM, 0);
>> }
>>
>> + igt_subtest_f("%s-without-display", s->name) {
>> +
>> + if (!drmModeGetResources(device.fd_xe))
>> + return;
> Why 'return' here?! Imho this should be checked in fixture
> or be a skip. Or other way around - what about a headless board
> or one without any connected display?
>
> Regards,
> Kamil
I think this patch idea sort stemmed from the cases where we have a
display connected and
want to make sure that the suspend/resume issues are not being caused by
the display.
But would you suggest expanding the test to have the headless/no display
situations? If so what changes are you suggesting for that ?
Thanks,
Suja
>
>> +
>> + xe_for_each_engine(device.fd_xe, hwe) {
>> +
>> + igt_debug("Reload w/o display\n");
>> +
>> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
>> + igt_assert_eq(igt_xe_driver_unload(), 0);
>> +
>> + igt_kmsg(KMSG_INFO "Re-loading Xe without display\n");
>> + igt_assert_eq(igt_xe_driver_load("enable_display=0"), 0);
>> +
>> + test_exec(device, hwe, 1, 2, s->state,
>> + NO_RPM, 0);
>> +
>> + igt_debug("Reload as normal\n");
>> +
>> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
>> + igt_assert_eq(igt_xe_driver_unload(), 0);
>> +
>> + igt_kmsg(KMSG_INFO "Re-loading Xe\n");
>> + igt_assert_eq(igt_xe_driver_load(opts), 0);
>> + }
>> + }
>> +
>> for (const struct vm_op *op = vm_op; op->name; op++) {
>> igt_subtest_f("%s-vm-bind-%s", s->name, op->name) {
>> xe_for_each_engine(device.fd_xe, hwe)
>> --
>> 2.34.1
>>
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
2024-08-06 6:20 ` Sundaresan, Sujaritha
@ 2024-08-06 12:50 ` Kamil Konieczny
2024-08-09 9:04 ` Sundaresan, Sujaritha
0 siblings, 1 reply; 22+ messages in thread
From: Kamil Konieczny @ 2024-08-06 12:50 UTC (permalink / raw)
To: igt-dev; +Cc: Sundaresan, Sujaritha, Anshuman Gupta, Katarzyna Piecielska
Hi Sundaresan,,
On 2024-08-06 at 11:50:46 +0530, Sundaresan, Sujaritha wrote:
>
> On 8/1/2024 5:15 PM, Kamil Konieczny wrote:
> > Hi Sujaritha,
> > On 2024-07-30 at 17:05:08 +0530, Sujaritha Sundaresan wrote:
> >
> > small nit about subject, you wrote:
> >
> > [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
> >
> > imho this should be:
> >
> > [PATCH i-g-t, v3] tests/intel/xe_pm: Add tests for suspend without display
> >
> > More nits below.
>
> Hey Kamil,
>
> Sure this change I can make.
>
> >
> > > Add tests to validate basic execution suspend/resume cycle
> > > without display module to rule out display related issues
> > > from the suspend/resume stack.
> > >
> > > v2: Add normal reload cycle after running test (Anshuman)
> > >
> > > v3: Rebase
> > >
> > > Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan@intel.com>
> > > Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com>
> > > ---
> > > tests/intel/xe_pm.c | 34 ++++++++++++++++++++++++++++++++++
> > > 1 file changed, 34 insertions(+)
> > >
> > > diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
> > > index 8b115e2f6..03f742265 100644
> > > --- a/tests/intel/xe_pm.c
> > > +++ b/tests/intel/xe_pm.c
> > > @@ -17,6 +17,7 @@
> > > #include "igt.h"
> > > #include "lib/igt_device.h"
> > > +#include "lib/igt_kmod.h"
> > > #include "lib/igt_pm.h"
> > > #include "lib/igt_sysfs.h"
> > > #include "lib/igt_syncobj.h"
> > > @@ -229,6 +230,10 @@ static void close_fw_handle(int sig)
> > > * Description: suspend/autoresume on %arg[1] state and exec after RPM
> > > * Functionality: pm - %arg[1]
> > > *
> > > + * SUBTEST: %s-without-display
> > > + * Description: suspend/autoresume on %arg[1] state without display
> > > + * Functionality: pm - %arg[1]
> > I see you copy-pasted it but imho both Description and
> > Functionality documentation fields should be static, here and
> > in other places.
> > +cc Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> >
> > > + *
> > > * arg[1]:
> > > *
> > > * @s2idle: s2idle
> > > @@ -681,6 +686,7 @@ igt_main
> > > struct drm_xe_engine_class_instance *hwe;
> > > device_t device;
> > > uint32_t d3cold_allowed;
> > > + const char *opts;
> > > int sysfs_fd;
> > > const struct s_state {
> > > @@ -757,6 +763,34 @@ igt_main
> > > NO_RPM, 0);
> > > }
> > > + igt_subtest_f("%s-without-display", s->name) {
> > > +
> > > + if (!drmModeGetResources(device.fd_xe))
> > > + return;
> > Why 'return' here?! Imho this should be checked in fixture
> > or be a skip. Or other way around - what about a headless board
> > or one without any connected display?
> >
> > Regards,
> > Kamil
>
> I think this patch idea sort stemmed from the cases where we have a display
> connected and
>
> want to make sure that the suspend/resume issues are not being caused by the
> display.
>
> But would you suggest expanding the test to have the headless/no display
> situations? If so what changes are you suggesting for that ?
>
> Thanks,
>
> Suja
>
I would suggest turn this into a igt_skip_on_f(), not a return.
Regards,
Kamil
> >
> > > +
> > > + xe_for_each_engine(device.fd_xe, hwe) {
> > > +
> > > + igt_debug("Reload w/o display\n");
> > > +
> > > + igt_kmsg(KMSG_INFO "Unloading Xe\n");
> > > + igt_assert_eq(igt_xe_driver_unload(), 0);
> > > +
> > > + igt_kmsg(KMSG_INFO "Re-loading Xe without display\n");
> > > + igt_assert_eq(igt_xe_driver_load("enable_display=0"), 0);
> > > +
> > > + test_exec(device, hwe, 1, 2, s->state,
> > > + NO_RPM, 0);
> > > +
> > > + igt_debug("Reload as normal\n");
> > > +
> > > + igt_kmsg(KMSG_INFO "Unloading Xe\n");
> > > + igt_assert_eq(igt_xe_driver_unload(), 0);
> > > +
> > > + igt_kmsg(KMSG_INFO "Re-loading Xe\n");
> > > + igt_assert_eq(igt_xe_driver_load(opts), 0);
> > > + }
> > > + }
> > > +
> > > for (const struct vm_op *op = vm_op; op->name; op++) {
> > > igt_subtest_f("%s-vm-bind-%s", s->name, op->name) {
> > > xe_for_each_engine(device.fd_xe, hwe)
> > > --
> > > 2.34.1
> > >
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
2024-08-06 12:50 ` Kamil Konieczny
@ 2024-08-09 9:04 ` Sundaresan, Sujaritha
2024-08-09 10:10 ` Kamil Konieczny
2024-08-09 10:58 ` Piecielska, Katarzyna
0 siblings, 2 replies; 22+ messages in thread
From: Sundaresan, Sujaritha @ 2024-08-09 9:04 UTC (permalink / raw)
To: Kamil Konieczny, igt-dev, Anshuman Gupta, Katarzyna Piecielska
[-- Attachment #1: Type: text/plain, Size: 4279 bytes --]
On 8/6/2024 6:20 PM, Kamil Konieczny wrote:
> Hi Sundaresan,,
> On 2024-08-06 at 11:50:46 +0530, Sundaresan, Sujaritha wrote:
>> On 8/1/2024 5:15 PM, Kamil Konieczny wrote:
>>> Hi Sujaritha,
>>> On 2024-07-30 at 17:05:08 +0530, Sujaritha Sundaresan wrote:
>>>
>>> small nit about subject, you wrote:
>>>
>>> [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
>>>
>>> imho this should be:
>>>
>>> [PATCH i-g-t, v3] tests/intel/xe_pm: Add tests for suspend without display
>>>
>>> More nits below.
>> Hey Kamil,
>>
>> Sure this change I can make.
>>
>>>> Add tests to validate basic execution suspend/resume cycle
>>>> without display module to rule out display related issues
>>>> from the suspend/resume stack.
>>>>
>>>> v2: Add normal reload cycle after running test (Anshuman)
>>>>
>>>> v3: Rebase
>>>>
>>>> Signed-off-by: Sujaritha Sundaresan<sujaritha.sundaresan@intel.com>
>>>> Reviewed-by: Anshuman Gupta<anshuman.gupta@intel.com>
>>>> ---
>>>> tests/intel/xe_pm.c | 34 ++++++++++++++++++++++++++++++++++
>>>> 1 file changed, 34 insertions(+)
>>>>
>>>> diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
>>>> index 8b115e2f6..03f742265 100644
>>>> --- a/tests/intel/xe_pm.c
>>>> +++ b/tests/intel/xe_pm.c
>>>> @@ -17,6 +17,7 @@
>>>> #include "igt.h"
>>>> #include "lib/igt_device.h"
>>>> +#include "lib/igt_kmod.h"
>>>> #include "lib/igt_pm.h"
>>>> #include "lib/igt_sysfs.h"
>>>> #include "lib/igt_syncobj.h"
>>>> @@ -229,6 +230,10 @@ static void close_fw_handle(int sig)
>>>> * Description: suspend/autoresume on %arg[1] state and exec after RPM
>>>> * Functionality: pm - %arg[1]
>>>> *
>>>> + * SUBTEST: %s-without-display
>>>> + * Description: suspend/autoresume on %arg[1] state without display
>>>> + * Functionality: pm - %arg[1]
>>> I see you copy-pasted it but imho both Description and
>>> Functionality documentation fields should be static, here and
>>> in other places.
>>> +cc Katarzyna Piecielska<katarzyna.piecielska@intel.com>
Hi Kamil,
Sorry I didn't get this change. This is inline with the rest of the file
right ?
>>>
>>>> + *
>>>> * arg[1]:
>>>> *
>>>> * @s2idle: s2idle
>>>> @@ -681,6 +686,7 @@ igt_main
>>>> struct drm_xe_engine_class_instance *hwe;
>>>> device_t device;
>>>> uint32_t d3cold_allowed;
>>>> + const char *opts;
>>>> int sysfs_fd;
>>>> const struct s_state {
>>>> @@ -757,6 +763,34 @@ igt_main
>>>> NO_RPM, 0);
>>>> }
>>>> + igt_subtest_f("%s-without-display", s->name) {
>>>> +
>>>> + if (!drmModeGetResources(device.fd_xe))
>>>> + return;
>>> Why 'return' here?! Imho this should be checked in fixture
>>> or be a skip. Or other way around - what about a headless board
>>> or one without any connected display?
>>>
>>> Regards,
>>> Kamil
>> I think this patch idea sort stemmed from the cases where we have a display
>> connected and
>>
>> want to make sure that the suspend/resume issues are not being caused by the
>> display.
>>
>> But would you suggest expanding the test to have the headless/no display
>> situations? If so what changes are you suggesting for that ?
>>
>> Thanks,
>>
>> Suja
>>
> I would suggest turn this into a igt_skip_on_f(), not a return.
>
> Regards,
> Kamil
Sure I will switch this to
igt_skip_on(!drmModeGetResources(device.fd_xe))
Thanks,
Suja
>>>> +
>>>> + xe_for_each_engine(device.fd_xe, hwe) {
>>>> +
>>>> + igt_debug("Reload w/o display\n");
>>>> +
>>>> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
>>>> + igt_assert_eq(igt_xe_driver_unload(), 0);
>>>> +
>>>> + igt_kmsg(KMSG_INFO "Re-loading Xe without display\n");
>>>> + igt_assert_eq(igt_xe_driver_load("enable_display=0"), 0);
>>>> +
>>>> + test_exec(device, hwe, 1, 2, s->state,
>>>> + NO_RPM, 0);
>>>> +
>>>> + igt_debug("Reload as normal\n");
>>>> +
>>>> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
>>>> + igt_assert_eq(igt_xe_driver_unload(), 0);
>>>> +
>>>> + igt_kmsg(KMSG_INFO "Re-loading Xe\n");
>>>> + igt_assert_eq(igt_xe_driver_load(opts), 0);
>>>> + }
>>>> + }
>>>> +
>>>> for (const struct vm_op *op = vm_op; op->name; op++) {
>>>> igt_subtest_f("%s-vm-bind-%s", s->name, op->name) {
>>>> xe_for_each_engine(device.fd_xe, hwe)
>>>> --
>>>> 2.34.1
>>>>
[-- Attachment #2: Type: text/html, Size: 6290 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
2024-08-09 9:04 ` Sundaresan, Sujaritha
@ 2024-08-09 10:10 ` Kamil Konieczny
2024-08-09 11:42 ` Sundaresan, Sujaritha
2024-08-09 10:58 ` Piecielska, Katarzyna
1 sibling, 1 reply; 22+ messages in thread
From: Kamil Konieczny @ 2024-08-09 10:10 UTC (permalink / raw)
To: Sundaresan, Sujaritha; +Cc: igt-dev, Anshuman Gupta, Katarzyna Piecielska
Hi Sundaresan,,
On 2024-08-09 at 14:34:23 +0530, Sundaresan, Sujaritha wrote:
>
> On 8/6/2024 6:20 PM, Kamil Konieczny wrote:
> > Hi Sundaresan,,
> > On 2024-08-06 at 11:50:46 +0530, Sundaresan, Sujaritha wrote:
> > > On 8/1/2024 5:15 PM, Kamil Konieczny wrote:
> > > > Hi Sujaritha,
> > > > On 2024-07-30 at 17:05:08 +0530, Sujaritha Sundaresan wrote:
> > > >
> > > > small nit about subject, you wrote:
> > > >
> > > > [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
> > > >
> > > > imho this should be:
> > > >
> > > > [PATCH i-g-t, v3] tests/intel/xe_pm: Add tests for suspend without display
> > > >
> > > > More nits below.
> > > Hey Kamil,
> > >
> > > Sure this change I can make.
> > >
> > > > > Add tests to validate basic execution suspend/resume cycle
> > > > > without display module to rule out display related issues
> > > > > from the suspend/resume stack.
> > > > >
> > > > > v2: Add normal reload cycle after running test (Anshuman)
> > > > >
> > > > > v3: Rebase
> > > > >
> > > > > Signed-off-by: Sujaritha Sundaresan<sujaritha.sundaresan@intel.com>
> > > > > Reviewed-by: Anshuman Gupta<anshuman.gupta@intel.com>
> > > > > ---
> > > > > tests/intel/xe_pm.c | 34 ++++++++++++++++++++++++++++++++++
> > > > > 1 file changed, 34 insertions(+)
> > > > >
> > > > > diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
> > > > > index 8b115e2f6..03f742265 100644
> > > > > --- a/tests/intel/xe_pm.c
> > > > > +++ b/tests/intel/xe_pm.c
> > > > > @@ -17,6 +17,7 @@
> > > > > #include "igt.h"
> > > > > #include "lib/igt_device.h"
> > > > > +#include "lib/igt_kmod.h"
> > > > > #include "lib/igt_pm.h"
> > > > > #include "lib/igt_sysfs.h"
> > > > > #include "lib/igt_syncobj.h"
> > > > > @@ -229,6 +230,10 @@ static void close_fw_handle(int sig)
> > > > > * Description: suspend/autoresume on %arg[1] state and exec after RPM
> > > > > * Functionality: pm - %arg[1]
> > > > > *
> > > > > + * SUBTEST: %s-without-display
> > > > > + * Description: suspend/autoresume on %arg[1] state without display
> > > > > + * Functionality: pm - %arg[1]
> > > > I see you copy-pasted it but imho both Description and
> > > > Functionality documentation fields should be static, here and
> > > > in other places.
> > > > +cc Katarzyna Piecielska<katarzyna.piecielska@intel.com>
>
> Hi Kamil,
>
> Sorry I didn't get this change. This is inline with the rest of the file
> right ?
Yes but this looks strange, so I added Katarzyna to discussion.
>
> > > >
> > > > > + *
> > > > > * arg[1]:
> > > > > *
> > > > > * @s2idle: s2idle
> > > > > @@ -681,6 +686,7 @@ igt_main
> > > > > struct drm_xe_engine_class_instance *hwe;
> > > > > device_t device;
> > > > > uint32_t d3cold_allowed;
> > > > > + const char *opts;
> > > > > int sysfs_fd;
> > > > > const struct s_state {
> > > > > @@ -757,6 +763,34 @@ igt_main
> > > > > NO_RPM, 0);
> > > > > }
> > > > > + igt_subtest_f("%s-without-display", s->name) {
> > > > > +
> > > > > + if (!drmModeGetResources(device.fd_xe))
> > > > > + return;
> > > > Why 'return' here?! Imho this should be checked in fixture
> > > > or be a skip. Or other way around - what about a headless board
> > > > or one without any connected display?
> > > >
> > > > Regards,
> > > > Kamil
> > > I think this patch idea sort stemmed from the cases where we have a display
> > > connected and
> > >
> > > want to make sure that the suspend/resume issues are not being caused by the
> > > display.
> > >
> > > But would you suggest expanding the test to have the headless/no display
> > > situations? If so what changes are you suggesting for that ?
> > >
> > > Thanks,
> > >
> > > Suja
> > >
> > I would suggest turn this into a igt_skip_on_f(), not a return.
> >
> > Regards,
> > Kamil
>
> Sure I will switch this to
>
> igt_skip_on(!drmModeGetResources(device.fd_xe))
>
> Thanks,
>
> Suja
>
On the second look - can we just ignore this and proceed with test?
It should do no harm when you have no display connected?
Regards,
Kamil
> > > > > +
> > > > > + xe_for_each_engine(device.fd_xe, hwe) {
> > > > > +
> > > > > + igt_debug("Reload w/o display\n");
> > > > > +
> > > > > + igt_kmsg(KMSG_INFO "Unloading Xe\n");
> > > > > + igt_assert_eq(igt_xe_driver_unload(), 0);
> > > > > +
> > > > > + igt_kmsg(KMSG_INFO "Re-loading Xe without display\n");
> > > > > + igt_assert_eq(igt_xe_driver_load("enable_display=0"), 0);
> > > > > +
> > > > > + test_exec(device, hwe, 1, 2, s->state,
> > > > > + NO_RPM, 0);
> > > > > +
> > > > > + igt_debug("Reload as normal\n");
> > > > > +
> > > > > + igt_kmsg(KMSG_INFO "Unloading Xe\n");
> > > > > + igt_assert_eq(igt_xe_driver_unload(), 0);
> > > > > +
> > > > > + igt_kmsg(KMSG_INFO "Re-loading Xe\n");
> > > > > + igt_assert_eq(igt_xe_driver_load(opts), 0);
> > > > > + }
> > > > > + }
> > > > > +
> > > > > for (const struct vm_op *op = vm_op; op->name; op++) {
> > > > > igt_subtest_f("%s-vm-bind-%s", s->name, op->name) {
> > > > > xe_for_each_engine(device.fd_xe, hwe)
> > > > > --
> > > > > 2.34.1
> > > > >
^ permalink raw reply [flat|nested] 22+ messages in thread
* RE: [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
2024-08-09 9:04 ` Sundaresan, Sujaritha
2024-08-09 10:10 ` Kamil Konieczny
@ 2024-08-09 10:58 ` Piecielska, Katarzyna
2024-08-09 11:41 ` Sundaresan, Sujaritha
1 sibling, 1 reply; 22+ messages in thread
From: Piecielska, Katarzyna @ 2024-08-09 10:58 UTC (permalink / raw)
To: Sundaresan, Sujaritha, Kamil Konieczny,
igt-dev@lists.freedesktop.org, Gupta, Anshuman
[-- Attachment #1: Type: text/plain, Size: 5431 bytes --]
For documentation – everything looks correct, a little bit different then in most of cases, but correct. I’ve generated docs and all needed tests are visible.
From this point of view LGTM Acked-by: Katarzyna Piecielska Katarzyna.piecielska@intel.com<mailto:Katarzyna.piecielska@intel.com>
Kasia
From: Sundaresan, Sujaritha <sujaritha.sundaresan@intel.com>
Sent: Friday, August 9, 2024 11:04 AM
To: Kamil Konieczny <kamil.konieczny@linux.intel.com>; igt-dev@lists.freedesktop.org; Gupta, Anshuman <anshuman.gupta@intel.com>; Piecielska, Katarzyna <katarzyna.piecielska@intel.com>
Subject: Re: [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
On 8/6/2024 6:20 PM, Kamil Konieczny wrote:
Hi Sundaresan,,
On 2024-08-06 at 11:50:46 +0530, Sundaresan, Sujaritha wrote:
On 8/1/2024 5:15 PM, Kamil Konieczny wrote:
Hi Sujaritha,
On 2024-07-30 at 17:05:08 +0530, Sujaritha Sundaresan wrote:
small nit about subject, you wrote:
[PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
imho this should be:
[PATCH i-g-t, v3] tests/intel/xe_pm: Add tests for suspend without display
More nits below.
Hey Kamil,
Sure this change I can make.
Add tests to validate basic execution suspend/resume cycle
without display module to rule out display related issues
from the suspend/resume stack.
v2: Add normal reload cycle after running test (Anshuman)
v3: Rebase
Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan@intel.com><mailto:sujaritha.sundaresan@intel.com>
Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com><mailto:anshuman.gupta@intel.com>
---
tests/intel/xe_pm.c | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
index 8b115e2f6..03f742265 100644
--- a/tests/intel/xe_pm.c
+++ b/tests/intel/xe_pm.c
@@ -17,6 +17,7 @@
#include "igt.h"
#include "lib/igt_device.h"
+#include "lib/igt_kmod.h"
#include "lib/igt_pm.h"
#include "lib/igt_sysfs.h"
#include "lib/igt_syncobj.h"
@@ -229,6 +230,10 @@ static void close_fw_handle(int sig)
* Description: suspend/autoresume on %arg[1] state and exec after RPM
* Functionality: pm - %arg[1]
*
+ * SUBTEST: %s-without-display
+ * Description: suspend/autoresume on %arg[1] state without display
+ * Functionality: pm - %arg[1]
I see you copy-pasted it but imho both Description and
Functionality documentation fields should be static, here and
in other places.
+cc Katarzyna Piecielska <katarzyna.piecielska@intel.com><mailto:katarzyna.piecielska@intel.com>
Hi Kamil,
Sorry I didn't get this change. This is inline with the rest of the file right ?
+ *
* arg[1]:
*
* @s2idle: s2idle
@@ -681,6 +686,7 @@ igt_main
struct drm_xe_engine_class_instance *hwe;
device_t device;
uint32_t d3cold_allowed;
+ const char *opts;
int sysfs_fd;
const struct s_state {
@@ -757,6 +763,34 @@ igt_main
NO_RPM, 0);
}
+ igt_subtest_f("%s-without-display", s->name) {
+
+ if (!drmModeGetResources(device.fd_xe))
+ return;
Why 'return' here?! Imho this should be checked in fixture
or be a skip. Or other way around - what about a headless board
or one without any connected display?
Regards,
Kamil
I think this patch idea sort stemmed from the cases where we have a display
connected and
want to make sure that the suspend/resume issues are not being caused by the
display.
But would you suggest expanding the test to have the headless/no display
situations? If so what changes are you suggesting for that ?
Thanks,
Suja
I would suggest turn this into a igt_skip_on_f(), not a return.
Regards,
Kamil
Sure I will switch this to
igt_skip_on(!drmModeGetResources(device.fd_xe))
Thanks,
Suja
+
+ xe_for_each_engine(device.fd_xe, hwe) {
+
+ igt_debug("Reload w/o display\n");
+
+ igt_kmsg(KMSG_INFO "Unloading Xe\n");
+ igt_assert_eq(igt_xe_driver_unload(), 0);
+
+ igt_kmsg(KMSG_INFO "Re-loading Xe without display\n");
+ igt_assert_eq(igt_xe_driver_load("enable_display=0"), 0);
+
+ test_exec(device, hwe, 1, 2, s->state,
+ NO_RPM, 0);
+
+ igt_debug("Reload as normal\n");
+
+ igt_kmsg(KMSG_INFO "Unloading Xe\n");
+ igt_assert_eq(igt_xe_driver_unload(), 0);
+
+ igt_kmsg(KMSG_INFO "Re-loading Xe\n");
+ igt_assert_eq(igt_xe_driver_load(opts), 0);
+ }
+ }
+
for (const struct vm_op *op = vm_op; op->name; op++) {
igt_subtest_f("%s-vm-bind-%s", s->name, op->name) {
xe_for_each_engine(device.fd_xe, hwe)
--
2.34.1
[-- Attachment #2: Type: text/html, Size: 15281 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
2024-08-09 10:58 ` Piecielska, Katarzyna
@ 2024-08-09 11:41 ` Sundaresan, Sujaritha
0 siblings, 0 replies; 22+ messages in thread
From: Sundaresan, Sujaritha @ 2024-08-09 11:41 UTC (permalink / raw)
To: Piecielska, Katarzyna, Kamil Konieczny,
igt-dev@lists.freedesktop.org, Gupta, Anshuman
[-- Attachment #1: Type: text/plain, Size: 7634 bytes --]
On 8/9/2024 4:28 PM, Piecielska, Katarzyna wrote:
>
> For documentation – everything looks correct, a little bit different
> then in most of cases, but correct. I’ve generated docs and all needed
> tests are visible.
>
> From this point of view LGTM Acked-by: Katarzyna Piecielska
> Katarzyna.piecielska@intel.com
>
> Kasia
>
Hi Kasia,
Thank you for the ack on the doc.
-Suja
> *From:*Sundaresan, Sujaritha <sujaritha.sundaresan@intel.com>
> *Sent:* Friday, August 9, 2024 11:04 AM
> *To:* Kamil Konieczny <kamil.konieczny@linux.intel.com>;
> igt-dev@lists.freedesktop.org; Gupta, Anshuman
> <anshuman.gupta@intel.com>; Piecielska, Katarzyna
> <katarzyna.piecielska@intel.com>
> *Subject:* Re: [PATCH i-g-t, v3] tests/intel: Add tests to run suspend
> without display
>
> On 8/6/2024 6:20 PM, Kamil Konieczny wrote:
>
> Hi Sundaresan,,
>
> On 2024-08-06 at 11:50:46 +0530, Sundaresan, Sujaritha wrote:
>
> On 8/1/2024 5:15 PM, Kamil Konieczny wrote:
>
> Hi Sujaritha,
>
> On 2024-07-30 at 17:05:08 +0530, Sujaritha Sundaresan wrote:
>
> small nit about subject, you wrote:
>
> [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
>
> imho this should be:
>
> [PATCH i-g-t, v3] tests/intel/xe_pm: Add tests for suspend without display
>
> More nits below.
>
> Hey Kamil,
>
> Sure this change I can make.
>
> Add tests to validate basic execution suspend/resume cycle
>
> without display module to rule out display related issues
>
> from the suspend/resume stack.
>
> v2: Add normal reload cycle after running test (Anshuman)
>
> v3: Rebase
>
> Signed-off-by: Sujaritha Sundaresan<sujaritha.sundaresan@intel.com> <mailto:sujaritha.sundaresan@intel.com>
>
> Reviewed-by: Anshuman Gupta<anshuman.gupta@intel.com> <mailto:anshuman.gupta@intel.com>
>
> ---
>
> tests/intel/xe_pm.c | 34 ++++++++++++++++++++++++++++++++++
>
> 1 file changed, 34 insertions(+)
>
> diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
>
> index 8b115e2f6..03f742265 100644
>
> --- a/tests/intel/xe_pm.c
>
> +++ b/tests/intel/xe_pm.c
>
> @@ -17,6 +17,7 @@
>
> #include "igt.h"
>
> #include "lib/igt_device.h"
>
> +#include "lib/igt_kmod.h"
>
> #include "lib/igt_pm.h"
>
> #include "lib/igt_sysfs.h"
>
> #include "lib/igt_syncobj.h"
>
> @@ -229,6 +230,10 @@ static void close_fw_handle(int sig)
>
> * Description: suspend/autoresume on %arg[1] state and exec after RPM
>
> * Functionality: pm - %arg[1]
>
> *
>
> + * SUBTEST: %s-without-display
>
> + * Description: suspend/autoresume on %arg[1] state without display
>
> + * Functionality: pm - %arg[1]
>
> I see you copy-pasted it but imho both Description and
>
> Functionality documentation fields should be static, here and
>
> in other places.
>
> +cc Katarzyna Piecielska<katarzyna.piecielska@intel.com> <mailto:katarzyna.piecielska@intel.com>
>
> Hi Kamil,
>
> Sorry I didn't get this change. This is inline with the rest of the
> file right ?
>
> + *
>
> * arg[1]:
>
> *
>
> * @s2idle: s2idle
>
> @@ -681,6 +686,7 @@ igt_main
>
> struct drm_xe_engine_class_instance *hwe;
>
> device_t device;
>
> uint32_t d3cold_allowed;
>
> + const char *opts;
>
> int sysfs_fd;
>
> const struct s_state {
>
> @@ -757,6 +763,34 @@ igt_main
>
> NO_RPM, 0);
>
> }
>
> + igt_subtest_f("%s-without-display", s->name) {
>
> +
>
> + if (!drmModeGetResources(device.fd_xe))
>
> + return;
>
> Why 'return' here?! Imho this should be checked in fixture
>
> or be a skip. Or other way around - what about a headless board
>
> or one without any connected display?
>
> Regards,
>
> Kamil
>
> I think this patch idea sort stemmed from the cases where we have a display
>
> connected and
>
> want to make sure that the suspend/resume issues are not being caused by the
>
> display.
>
> But would you suggest expanding the test to have the headless/no display
>
> situations? If so what changes are you suggesting for that ?
>
> Thanks,
>
> Suja
>
> I would suggest turn this into a igt_skip_on_f(), not a return.
>
> Regards,
>
> Kamil
>
> Sure I will switch this to
>
> igt_skip_on(!drmModeGetResources(device.fd_xe))
>
> Thanks,
>
> Suja
>
> +
>
> + xe_for_each_engine(device.fd_xe, hwe) {
>
> +
>
> + igt_debug("Reload w/o display\n");
>
> +
>
> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
>
> + igt_assert_eq(igt_xe_driver_unload(), 0);
>
> +
>
> + igt_kmsg(KMSG_INFO "Re-loading Xe without display\n");
>
> + igt_assert_eq(igt_xe_driver_load("enable_display=0"), 0);
>
> +
>
> + test_exec(device, hwe, 1, 2, s->state,
>
> + NO_RPM, 0);
>
> +
>
> + igt_debug("Reload as normal\n");
>
> +
>
> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
>
> + igt_assert_eq(igt_xe_driver_unload(), 0);
>
> +
>
> + igt_kmsg(KMSG_INFO "Re-loading Xe\n");
>
> + igt_assert_eq(igt_xe_driver_load(opts), 0);
>
> + }
>
> + }
>
> +
>
> for (const struct vm_op *op = vm_op; op->name; op++) {
>
> igt_subtest_f("%s-vm-bind-%s", s->name, op->name) {
>
> xe_for_each_engine(device.fd_xe, hwe)
>
> --
>
> 2.34.1
>
[-- Attachment #2: Type: text/html, Size: 18489 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
2024-08-09 10:10 ` Kamil Konieczny
@ 2024-08-09 11:42 ` Sundaresan, Sujaritha
2024-08-12 10:51 ` Sundaresan, Sujaritha
0 siblings, 1 reply; 22+ messages in thread
From: Sundaresan, Sujaritha @ 2024-08-09 11:42 UTC (permalink / raw)
To: Kamil Konieczny, igt-dev, Anshuman Gupta, Katarzyna Piecielska
On 8/9/2024 3:40 PM, Kamil Konieczny wrote:
> Hi Sundaresan,,
> On 2024-08-09 at 14:34:23 +0530, Sundaresan, Sujaritha wrote:
>> On 8/6/2024 6:20 PM, Kamil Konieczny wrote:
>>> Hi Sundaresan,,
>>> On 2024-08-06 at 11:50:46 +0530, Sundaresan, Sujaritha wrote:
>>>> On 8/1/2024 5:15 PM, Kamil Konieczny wrote:
>>>>> Hi Sujaritha,
>>>>> On 2024-07-30 at 17:05:08 +0530, Sujaritha Sundaresan wrote:
>>>>>
>>>>> small nit about subject, you wrote:
>>>>>
>>>>> [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
>>>>>
>>>>> imho this should be:
>>>>>
>>>>> [PATCH i-g-t, v3] tests/intel/xe_pm: Add tests for suspend without display
>>>>>
>>>>> More nits below.
>>>> Hey Kamil,
>>>>
>>>> Sure this change I can make.
>>>>
>>>>>> Add tests to validate basic execution suspend/resume cycle
>>>>>> without display module to rule out display related issues
>>>>>> from the suspend/resume stack.
>>>>>>
>>>>>> v2: Add normal reload cycle after running test (Anshuman)
>>>>>>
>>>>>> v3: Rebase
>>>>>>
>>>>>> Signed-off-by: Sujaritha Sundaresan<sujaritha.sundaresan@intel.com>
>>>>>> Reviewed-by: Anshuman Gupta<anshuman.gupta@intel.com>
>>>>>> ---
>>>>>> tests/intel/xe_pm.c | 34 ++++++++++++++++++++++++++++++++++
>>>>>> 1 file changed, 34 insertions(+)
>>>>>>
>>>>>> diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
>>>>>> index 8b115e2f6..03f742265 100644
>>>>>> --- a/tests/intel/xe_pm.c
>>>>>> +++ b/tests/intel/xe_pm.c
>>>>>> @@ -17,6 +17,7 @@
>>>>>> #include "igt.h"
>>>>>> #include "lib/igt_device.h"
>>>>>> +#include "lib/igt_kmod.h"
>>>>>> #include "lib/igt_pm.h"
>>>>>> #include "lib/igt_sysfs.h"
>>>>>> #include "lib/igt_syncobj.h"
>>>>>> @@ -229,6 +230,10 @@ static void close_fw_handle(int sig)
>>>>>> * Description: suspend/autoresume on %arg[1] state and exec after RPM
>>>>>> * Functionality: pm - %arg[1]
>>>>>> *
>>>>>> + * SUBTEST: %s-without-display
>>>>>> + * Description: suspend/autoresume on %arg[1] state without display
>>>>>> + * Functionality: pm - %arg[1]
>>>>> I see you copy-pasted it but imho both Description and
>>>>> Functionality documentation fields should be static, here and
>>>>> in other places.
>>>>> +cc Katarzyna Piecielska<katarzyna.piecielska@intel.com>
>> Hi Kamil,
>>
>> Sorry I didn't get this change. This is inline with the rest of the file
>> right ?
> Yes but this looks strange, so I added Katarzyna to discussion.
>
>>>>>> + *
>>>>>> * arg[1]:
>>>>>> *
>>>>>> * @s2idle: s2idle
>>>>>> @@ -681,6 +686,7 @@ igt_main
>>>>>> struct drm_xe_engine_class_instance *hwe;
>>>>>> device_t device;
>>>>>> uint32_t d3cold_allowed;
>>>>>> + const char *opts;
>>>>>> int sysfs_fd;
>>>>>> const struct s_state {
>>>>>> @@ -757,6 +763,34 @@ igt_main
>>>>>> NO_RPM, 0);
>>>>>> }
>>>>>> + igt_subtest_f("%s-without-display", s->name) {
>>>>>> +
>>>>>> + if (!drmModeGetResources(device.fd_xe))
>>>>>> + return;
>>>>> Why 'return' here?! Imho this should be checked in fixture
>>>>> or be a skip. Or other way around - what about a headless board
>>>>> or one without any connected display?
>>>>>
>>>>> Regards,
>>>>> Kamil
>>>> I think this patch idea sort stemmed from the cases where we have a display
>>>> connected and
>>>>
>>>> want to make sure that the suspend/resume issues are not being caused by the
>>>> display.
>>>>
>>>> But would you suggest expanding the test to have the headless/no display
>>>> situations? If so what changes are you suggesting for that ?
>>>>
>>>> Thanks,
>>>>
>>>> Suja
>>>>
>>> I would suggest turn this into a igt_skip_on_f(), not a return.
>>>
>>> Regards,
>>> Kamil
>> Sure I will switch this to
>>
>> igt_skip_on(!drmModeGetResources(device.fd_xe))
>>
>> Thanks,
>>
>> Suja
>>
> On the second look - can we just ignore this and proceed with test?
> It should do no harm when you have no display connected?
>
> Regards,
> Kamil
So just go back to the original return right ?
Yeah I guess that wouldn't cause any problems necessarily.
Thanks,
Suja
>
>>>>>> +
>>>>>> + xe_for_each_engine(device.fd_xe, hwe) {
>>>>>> +
>>>>>> + igt_debug("Reload w/o display\n");
>>>>>> +
>>>>>> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
>>>>>> + igt_assert_eq(igt_xe_driver_unload(), 0);
>>>>>> +
>>>>>> + igt_kmsg(KMSG_INFO "Re-loading Xe without display\n");
>>>>>> + igt_assert_eq(igt_xe_driver_load("enable_display=0"), 0);
>>>>>> +
>>>>>> + test_exec(device, hwe, 1, 2, s->state,
>>>>>> + NO_RPM, 0);
>>>>>> +
>>>>>> + igt_debug("Reload as normal\n");
>>>>>> +
>>>>>> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
>>>>>> + igt_assert_eq(igt_xe_driver_unload(), 0);
>>>>>> +
>>>>>> + igt_kmsg(KMSG_INFO "Re-loading Xe\n");
>>>>>> + igt_assert_eq(igt_xe_driver_load(opts), 0);
>>>>>> + }
>>>>>> + }
>>>>>> +
>>>>>> for (const struct vm_op *op = vm_op; op->name; op++) {
>>>>>> igt_subtest_f("%s-vm-bind-%s", s->name, op->name) {
>>>>>> xe_for_each_engine(device.fd_xe, hwe)
>>>>>> --
>>>>>> 2.34.1
>>>>>>
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display
2024-08-09 11:42 ` Sundaresan, Sujaritha
@ 2024-08-12 10:51 ` Sundaresan, Sujaritha
0 siblings, 0 replies; 22+ messages in thread
From: Sundaresan, Sujaritha @ 2024-08-12 10:51 UTC (permalink / raw)
To: Kamil Konieczny, igt-dev, Anshuman Gupta, Katarzyna Piecielska
On 8/9/2024 5:12 PM, Sundaresan, Sujaritha wrote:
>
> On 8/9/2024 3:40 PM, Kamil Konieczny wrote:
>> Hi Sundaresan,,
>> On 2024-08-09 at 14:34:23 +0530, Sundaresan, Sujaritha wrote:
>>> On 8/6/2024 6:20 PM, Kamil Konieczny wrote:
>>>> Hi Sundaresan,,
>>>> On 2024-08-06 at 11:50:46 +0530, Sundaresan, Sujaritha wrote:
>>>>> On 8/1/2024 5:15 PM, Kamil Konieczny wrote:
>>>>>> Hi Sujaritha,
>>>>>> On 2024-07-30 at 17:05:08 +0530, Sujaritha Sundaresan wrote:
>>>>>>
>>>>>> small nit about subject, you wrote:
>>>>>>
>>>>>> [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without
>>>>>> display
>>>>>>
>>>>>> imho this should be:
>>>>>>
>>>>>> [PATCH i-g-t, v3] tests/intel/xe_pm: Add tests for suspend
>>>>>> without display
>>>>>>
>>>>>> More nits below.
>>>>> Hey Kamil,
>>>>>
>>>>> Sure this change I can make.
>>>>>
>>>>>>> Add tests to validate basic execution suspend/resume cycle
>>>>>>> without display module to rule out display related issues
>>>>>>> from the suspend/resume stack.
>>>>>>>
>>>>>>> v2: Add normal reload cycle after running test (Anshuman)
>>>>>>>
>>>>>>> v3: Rebase
>>>>>>>
>>>>>>> Signed-off-by: Sujaritha Sundaresan<sujaritha.sundaresan@intel.com>
>>>>>>> Reviewed-by: Anshuman Gupta<anshuman.gupta@intel.com>
>>>>>>> ---
>>>>>>> tests/intel/xe_pm.c | 34 ++++++++++++++++++++++++++++++++++
>>>>>>> 1 file changed, 34 insertions(+)
>>>>>>>
>>>>>>> diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
>>>>>>> index 8b115e2f6..03f742265 100644
>>>>>>> --- a/tests/intel/xe_pm.c
>>>>>>> +++ b/tests/intel/xe_pm.c
>>>>>>> @@ -17,6 +17,7 @@
>>>>>>> #include "igt.h"
>>>>>>> #include "lib/igt_device.h"
>>>>>>> +#include "lib/igt_kmod.h"
>>>>>>> #include "lib/igt_pm.h"
>>>>>>> #include "lib/igt_sysfs.h"
>>>>>>> #include "lib/igt_syncobj.h"
>>>>>>> @@ -229,6 +230,10 @@ static void close_fw_handle(int sig)
>>>>>>> * Description: suspend/autoresume on %arg[1] state and exec
>>>>>>> after RPM
>>>>>>> * Functionality: pm - %arg[1]
>>>>>>> *
>>>>>>> + * SUBTEST: %s-without-display
>>>>>>> + * Description: suspend/autoresume on %arg[1] state without
>>>>>>> display
>>>>>>> + * Functionality: pm - %arg[1]
>>>>>> I see you copy-pasted it but imho both Description and
>>>>>> Functionality documentation fields should be static, here and
>>>>>> in other places.
>>>>>> +cc Katarzyna Piecielska<katarzyna.piecielska@intel.com>
>>> Hi Kamil,
>>>
>>> Sorry I didn't get this change. This is inline with the rest of the
>>> file
>>> right ?
>> Yes but this looks strange, so I added Katarzyna to discussion.
>>
>>>>>>> + *
>>>>>>> * arg[1]:
>>>>>>> *
>>>>>>> * @s2idle: s2idle
>>>>>>> @@ -681,6 +686,7 @@ igt_main
>>>>>>> struct drm_xe_engine_class_instance *hwe;
>>>>>>> device_t device;
>>>>>>> uint32_t d3cold_allowed;
>>>>>>> + const char *opts;
>>>>>>> int sysfs_fd;
>>>>>>> const struct s_state {
>>>>>>> @@ -757,6 +763,34 @@ igt_main
>>>>>>> NO_RPM, 0);
>>>>>>> }
>>>>>>> + igt_subtest_f("%s-without-display", s->name) {
>>>>>>> +
>>>>>>> + if (!drmModeGetResources(device.fd_xe))
>>>>>>> + return;
>>>>>> Why 'return' here?! Imho this should be checked in fixture
>>>>>> or be a skip. Or other way around - what about a headless board
>>>>>> or one without any connected display?
>>>>>>
>>>>>> Regards,
>>>>>> Kamil
>>>>> I think this patch idea sort stemmed from the cases where we have
>>>>> a display
>>>>> connected and
>>>>>
>>>>> want to make sure that the suspend/resume issues are not being
>>>>> caused by the
>>>>> display.
>>>>>
>>>>> But would you suggest expanding the test to have the headless/no
>>>>> display
>>>>> situations? If so what changes are you suggesting for that ?
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Suja
>>>>>
>>>> I would suggest turn this into a igt_skip_on_f(), not a return.
>>>>
>>>> Regards,
>>>> Kamil
>>> Sure I will switch this to
>>>
>>> igt_skip_on(!drmModeGetResources(device.fd_xe))
>>>
>>> Thanks,
>>>
>>> Suja
>>>
>> On the second look - can we just ignore this and proceed with test?
>> It should do no harm when you have no display connected?
>>
>> Regards,
>> Kamil
>
> So just go back to the original return right ?
>
> Yeah I guess that wouldn't cause any problems necessarily.
>
> Thanks,
>
> Suja
Hi Kamil,
Just a gentle ping on the above question.
Thanks,
Suja
>
>>
>>>>>>> +
>>>>>>> + xe_for_each_engine(device.fd_xe, hwe) {
>>>>>>> +
>>>>>>> + igt_debug("Reload w/o display\n");
>>>>>>> +
>>>>>>> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
>>>>>>> + igt_assert_eq(igt_xe_driver_unload(), 0);
>>>>>>> +
>>>>>>> + igt_kmsg(KMSG_INFO "Re-loading Xe without
>>>>>>> display\n");
>>>>>>> + igt_assert_eq(igt_xe_driver_load("enable_display=0"), 0);
>>>>>>> +
>>>>>>> + test_exec(device, hwe, 1, 2, s->state,
>>>>>>> + NO_RPM, 0);
>>>>>>> +
>>>>>>> + igt_debug("Reload as normal\n");
>>>>>>> +
>>>>>>> + igt_kmsg(KMSG_INFO "Unloading Xe\n");
>>>>>>> + igt_assert_eq(igt_xe_driver_unload(), 0);
>>>>>>> +
>>>>>>> + igt_kmsg(KMSG_INFO "Re-loading Xe\n");
>>>>>>> + igt_assert_eq(igt_xe_driver_load(opts), 0);
>>>>>>> + }
>>>>>>> + }
>>>>>>> +
>>>>>>> for (const struct vm_op *op = vm_op; op->name; op++) {
>>>>>>> igt_subtest_f("%s-vm-bind-%s", s->name, op->name) {
>>>>>>> xe_for_each_engine(device.fd_xe, hwe)
>>>>>>> --
>>>>>>> 2.34.1
>>>>>>>
^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2024-08-12 10:52 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30 11:35 [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Sujaritha Sundaresan
2024-07-30 13:54 ` ✓ CI.xeBAT: success for tests/intel: Add tests to run suspend without display (rev3) Patchwork
2024-07-30 14:08 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-08-01 6:52 ` Sundaresan, Sujaritha
2024-08-01 8:12 ` Saarinen, Jani
2024-07-30 15:12 ` ✗ CI.xeFULL: " Patchwork
2024-08-01 8:09 ` Sundaresan, Sujaritha
2024-08-01 8:49 ` [PATCH i-g-t,v3] tests/intel: Add tests to run suspend without display Sundaresan, Sujaritha
2024-08-01 9:41 ` ✗ GitLab.Pipeline: warning for tests/intel: Add tests to run suspend without display (rev4) Patchwork
2024-08-01 9:56 ` ✓ CI.xeBAT: success " Patchwork
2024-08-01 10:11 ` ✓ Fi.CI.BAT: " Patchwork
2024-08-01 10:51 ` ✗ CI.xeFULL: failure " Patchwork
2024-08-01 11:45 ` [PATCH i-g-t, v3] tests/intel: Add tests to run suspend without display Kamil Konieczny
2024-08-06 6:20 ` Sundaresan, Sujaritha
2024-08-06 12:50 ` Kamil Konieczny
2024-08-09 9:04 ` Sundaresan, Sujaritha
2024-08-09 10:10 ` Kamil Konieczny
2024-08-09 11:42 ` Sundaresan, Sujaritha
2024-08-12 10:51 ` Sundaresan, Sujaritha
2024-08-09 10:58 ` Piecielska, Katarzyna
2024-08-09 11:41 ` Sundaresan, Sujaritha
2024-08-02 5:12 ` ✓ Fi.CI.IGT: success for tests/intel: Add tests to run suspend without display (rev4) Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox