* [PATCH i-g-t] tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
@ 2024-08-12 18:08 Marcin Bernatowicz
2024-08-12 19:20 ` ✗ CI.xeBAT: failure for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 9+ messages in thread
From: Marcin Bernatowicz @ 2024-08-12 18:08 UTC (permalink / raw)
To: igt-dev
Cc: Marcin Bernatowicz, Michal Wajdeczko, Michał Winiarski,
Lukasz Laguna, Jakub Kolakowski
Extend the is_huc_running function to check for both 'RUNNING' and
'PRELOADED' statuses. This adjustment ensures that firmware loading
by the PF driver is accurately recognized when operating in Virtual
Function (VF) mode.
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2466
Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
Cc: Michal Wajdeczko <Michal.Wajdeczko@intel.com>
Cc: Michał Winiarski <michal.winiarski@intel.com>
Cc: Lukasz Laguna <lukasz.laguna@intel.com>
Cc: Jakub Kolakowski <jakub1.kolakowski@intel.com>
---
tests/intel/xe_huc_copy.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/tests/intel/xe_huc_copy.c b/tests/intel/xe_huc_copy.c
index 6d8ca0776..c8b5efc7b 100644
--- a/tests/intel/xe_huc_copy.c
+++ b/tests/intel/xe_huc_copy.c
@@ -177,7 +177,6 @@ static bool
is_huc_running(int fd)
{
char buf[4096];
- char *s;
int gt;
xe_for_each_gt(fd, gt) {
@@ -185,9 +184,8 @@ is_huc_running(int fd)
sprintf(name, "gt%d/uc/huc_info", gt);
igt_debugfs_read(fd, name, buf);
- s = strstr(buf, "RUNNING");
- if (s)
+ if (strstr(buf, "RUNNING") || strstr(buf, "PRELOADED"))
return true;
}
return false;
--
2.31.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* ✗ CI.xeBAT: failure for tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
2024-08-12 18:08 [PATCH i-g-t] tests/intel/xe_huc_copy: Enhance HuC status check for VF mode Marcin Bernatowicz
@ 2024-08-12 19:20 ` Patchwork
2024-08-13 7:09 ` Bernatowicz, Marcin
2024-08-12 19:22 ` ✓ Fi.CI.BAT: success " Patchwork
` (3 subsequent siblings)
4 siblings, 1 reply; 9+ messages in thread
From: Patchwork @ 2024-08-12 19:20 UTC (permalink / raw)
To: Marcin Bernatowicz; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2931 bytes --]
== Series Details ==
Series: tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
URL : https://patchwork.freedesktop.org/series/137198/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_7966_BAT -> XEIGTPW_11559_BAT
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11559_BAT absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11559_BAT, 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 (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11559_BAT:
### IGT changes ###
#### Possible regressions ####
* igt@xe_exec_compute_mode@twice-bindexecqueue-userptr:
- bat-pvc-2: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/bat-pvc-2/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/bat-pvc-2/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr.html
Known issues
------------
Here are the changes found in XEIGTPW_11559_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_flip@basic-flip-vs-wf_vblank:
- bat-lnl-1: [PASS][3] -> [FAIL][4] ([Intel XE#886]) +1 other test fail
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/bat-lnl-1/igt@kms_flip@basic-flip-vs-wf_vblank.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/bat-lnl-1/igt@kms_flip@basic-flip-vs-wf_vblank.html
#### Possible fixes ####
* igt@xe_huc_copy@huc_copy:
- bat-adlp-vf: [SKIP][5] ([Intel XE#2466]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/bat-adlp-vf/igt@xe_huc_copy@huc_copy.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/bat-adlp-vf/igt@xe_huc_copy@huc_copy.html
[Intel XE#2466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2466
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
Build changes
-------------
* IGT: IGT_7966 -> IGTPW_11559
* Linux: xe-1747-a95e3e46063ddcea598b2ac865173debffba13fe -> xe-1755-4f95bd933f4dacd22752bf8d6e548e8cc445d093
IGTPW_11559: 11559
IGT_7966: f16c5f500adc5fa41bd52a3ef2a84165da4fb596 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1747-a95e3e46063ddcea598b2ac865173debffba13fe: a95e3e46063ddcea598b2ac865173debffba13fe
xe-1755-4f95bd933f4dacd22752bf8d6e548e8cc445d093: 4f95bd933f4dacd22752bf8d6e548e8cc445d093
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/index.html
[-- Attachment #2: Type: text/html, Size: 3571 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ Fi.CI.BAT: success for tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
2024-08-12 18:08 [PATCH i-g-t] tests/intel/xe_huc_copy: Enhance HuC status check for VF mode Marcin Bernatowicz
2024-08-12 19:20 ` ✗ CI.xeBAT: failure for " Patchwork
@ 2024-08-12 19:22 ` Patchwork
2024-08-13 1:37 ` ✗ CI.xeFULL: failure " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-08-12 19:22 UTC (permalink / raw)
To: Marcin Bernatowicz; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5839 bytes --]
== Series Details ==
Series: tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
URL : https://patchwork.freedesktop.org/series/137198/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_15220 -> IGTPW_11559
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/index.html
Participating hosts (42 -> 36)
------------------------------
Additional (1): bat-dg1-7
Missing (7): fi-kbl-7567u fi-bsw-n3050 fi-snb-2520m fi-cfl-8109u fi-kbl-8809g bat-dg2-11 bat-mtlp-8
Known issues
------------
Here are the changes found in IGTPW_11559 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_mmap@basic:
- bat-dg1-7: NOTRUN -> [SKIP][1] ([i915#4083])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@gem_mmap@basic.html
* igt@gem_tiled_fence_blits@basic:
- bat-dg1-7: NOTRUN -> [SKIP][2] ([i915#4077]) +2 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@gem_tiled_fence_blits@basic.html
* igt@gem_tiled_pread_basic:
- bat-dg1-7: NOTRUN -> [SKIP][3] ([i915#4079]) +1 other test skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@gem_tiled_pread_basic.html
* igt@i915_pm_rps@basic-api:
- bat-dg1-7: NOTRUN -> [SKIP][4] ([i915#11681] / [i915#6621])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@i915_pm_rps@basic-api.html
* igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
- bat-dg1-7: NOTRUN -> [SKIP][5] ([i915#4212]) +7 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg1-7: NOTRUN -> [SKIP][6] ([i915#4215])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-dg1-7: NOTRUN -> [SKIP][7] ([i915#4103] / [i915#4213]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-dg1-7: NOTRUN -> [SKIP][8] ([i915#3555] / [i915#3840])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-dg1-7: NOTRUN -> [SKIP][9]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_hdmi_inject@inject-audio:
- bat-dg1-7: NOTRUN -> [SKIP][10] ([i915#433])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pm_backlight@basic-brightness:
- bat-dg1-7: NOTRUN -> [SKIP][11] ([i915#5354])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr@psr-primary-page-flip:
- bat-dg1-7: NOTRUN -> [SKIP][12] ([i915#1072] / [i915#9732]) +3 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@kms_psr@psr-primary-page-flip.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-dg1-7: NOTRUN -> [SKIP][13] ([i915#3555])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-dg1-7: NOTRUN -> [SKIP][14] ([i915#3708]) +3 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- bat-dg1-7: NOTRUN -> [SKIP][15] ([i915#3708] / [i915#4077]) +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/bat-dg1-7/igt@prime_vgem@basic-fence-mmap.html
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[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#433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/433
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7966 -> IGTPW_11559
CI-20190529: 20190529
CI_DRM_15220: 4f95bd933f4dacd22752bf8d6e548e8cc445d093 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11559: 11559
IGT_7966: f16c5f500adc5fa41bd52a3ef2a84165da4fb596 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/index.html
[-- Attachment #2: Type: text/html, Size: 7036 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ CI.xeFULL: failure for tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
2024-08-12 18:08 [PATCH i-g-t] tests/intel/xe_huc_copy: Enhance HuC status check for VF mode Marcin Bernatowicz
2024-08-12 19:20 ` ✗ CI.xeBAT: failure for " Patchwork
2024-08-12 19:22 ` ✓ Fi.CI.BAT: success " Patchwork
@ 2024-08-13 1:37 ` Patchwork
2024-08-13 7:13 ` Bernatowicz, Marcin
2024-08-13 6:46 ` ✗ Fi.CI.IGT: " Patchwork
2024-08-14 9:46 ` [PATCH i-g-t] " Adam Miszczak
4 siblings, 1 reply; 9+ messages in thread
From: Patchwork @ 2024-08-13 1:37 UTC (permalink / raw)
To: Marcin Bernatowicz; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 65710 bytes --]
== Series Details ==
Series: tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
URL : https://patchwork.freedesktop.org/series/137198/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_7966_full -> XEIGTPW_11559_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11559_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11559_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11559_full:
### IGT changes ###
#### Possible regressions ####
* igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate:
- shard-lnl: [PASS][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-6/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate.html
#### Warnings ####
* igt@xe_oa@whitelisted-registers-userspace-config:
- shard-dg2-set2: [SKIP][3] ([Intel XE#1201] / [Intel XE#2207]) -> [SKIP][4] +4 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@xe_oa@whitelisted-registers-userspace-config.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_oa@whitelisted-registers-userspace-config.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs:
- {shard-bmg}: [FAIL][5] ([Intel XE#2436]) -> [INCOMPLETE][6]
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-c-hdmi-a-3:
- {shard-bmg}: [PASS][7] -> [INCOMPLETE][8] +4 other tests incomplete
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-c-hdmi-a-3.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-c-hdmi-a-3.html
* igt@kms_frontbuffer_tracking@basic:
- {shard-bmg}: [PASS][9] -> [DMESG-WARN][10] +1 other test dmesg-warn
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-6/igt@kms_frontbuffer_tracking@basic.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-3/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- {shard-bmg}: [PASS][11] -> [FAIL][12]
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-8/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-8/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
Known issues
------------
Here are the changes found in XEIGTPW_11559_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:
- shard-lnl: [PASS][13] -> [FAIL][14] ([Intel XE#911]) +3 other tests fail
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-lnl: [PASS][15] -> [FAIL][16] ([Intel XE#1659])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#1407])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-4/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#1124]) +2 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-5/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_bw@linear-tiling-4-displays-1920x1080p:
- shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#1512])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-8/igt@kms_bw@linear-tiling-4-displays-1920x1080p.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#1399]) +2 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs.html
* igt@kms_chamelium_frames@hdmi-cmp-planes-random:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#373]) +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@kms_chamelium_frames@hdmi-cmp-planes-random.html
* igt@kms_cursor_crc@cursor-onscreen-32x10:
- shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#455])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_cursor_crc@cursor-onscreen-32x10.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#1413])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-1/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-sliding-128x42:
- shard-dg2-set2: [PASS][24] -> [INCOMPLETE][25] ([Intel XE#1195]) +1 other test incomplete
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-128x42.html
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-433/igt@kms_cursor_crc@cursor-sliding-128x42.html
* igt@kms_cursor_crc@cursor-sliding-256x85:
- shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#1424])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-2/igt@kms_cursor_crc@cursor-sliding-256x85.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#309]) +2 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-2/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#599]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-2/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#1421]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-5/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1:
- shard-lnl: [PASS][30] -> [FAIL][31] ([Intel XE#886]) +2 other tests fail
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-7/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-3/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#1401] / [Intel XE#1745])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#1401])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#1469])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#651]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#651])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
- shard-dg2-set2: NOTRUN -> [SKIP][37] ([Intel XE#1201] / [Intel XE#653]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt:
- shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#656]) +7 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_plane@plane-position-hole:
- shard-lnl: [PASS][39] -> [DMESG-FAIL][40] ([Intel XE#324]) +1 other test dmesg-fail
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-3/igt@kms_plane@plane-position-hole.html
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-5/igt@kms_plane@plane-position-hole.html
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-2:
- shard-lnl: [PASS][41] -> [DMESG-WARN][42] ([Intel XE#324]) +1 other test dmesg-warn
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-2.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-3/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-2.html
* igt@kms_plane_cursor@viewport@pipe-b-edp-1-size-128:
- shard-lnl: [PASS][43] -> [FAIL][44] ([Intel XE#1471]) +1 other test fail
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-5/igt@kms_plane_cursor@viewport@pipe-b-edp-1-size-128.html
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-7/igt@kms_plane_cursor@viewport@pipe-b-edp-1-size-128.html
* igt@kms_psr@fbc-psr2-sprite-plane-onoff:
- shard-lnl: [PASS][45] -> [FAIL][46] ([Intel XE#1649]) +1 other test fail
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-6/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-4/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html
* igt@kms_psr@pr-sprite-render:
- shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#1406]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-1/igt@kms_psr@pr-sprite-render.html
* igt@kms_rotation_crc@bad-tiling:
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#1437])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-dg2-set2: NOTRUN -> [SKIP][49] ([Intel XE#1201] / [Intel XE#327])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-433/igt@kms_rotation_crc@primary-rotation-90.html
* igt@xe_evict@evict-cm-threads-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#688])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-3/igt@xe_evict@evict-cm-threads-large-multi-vm.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#1392])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html
* igt@xe_exec_reset@parallel-gt-reset:
- shard-dg2-set2: [PASS][52] -> [TIMEOUT][53] ([Intel XE#2105])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@xe_exec_reset@parallel-gt-reset.html
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/igt@xe_exec_reset@parallel-gt-reset.html
* igt@xe_live_ktest@xe_dma_buf:
- shard-dg2-set2: [PASS][54] -> [SKIP][55] ([Intel XE#1192] / [Intel XE#1201])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@xe_live_ktest@xe_dma_buf.html
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@xe_live_ktest@xe_dma_buf.html
- shard-lnl: [PASS][56] -> [SKIP][57] ([Intel XE#1192])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-6/igt@xe_live_ktest@xe_dma_buf.html
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@xe_live_ktest@xe_dma_buf.html
* igt@xe_oa@mmio-triggered-reports:
- shard-lnl: [PASS][58] -> [FAIL][59] ([Intel XE#2249])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-6/igt@xe_oa@mmio-triggered-reports.html
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@xe_oa@mmio-triggered-reports.html
* igt@xe_oa@mmio-triggered-reports@ccs-0:
- shard-lnl: NOTRUN -> [FAIL][60] ([Intel XE#2249])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@xe_oa@mmio-triggered-reports@ccs-0.html
* igt@xe_pm@s2idle-vm-bind-userptr:
- shard-dg2-set2: [PASS][61] -> [INCOMPLETE][62] ([Intel XE#1195] / [Intel XE#1694])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/igt@xe_pm@s2idle-vm-bind-userptr.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@xe_pm@s2idle-vm-bind-userptr.html
* igt@xe_pm@s4-d3hot-basic-exec:
- shard-dg2-set2: [PASS][63] -> [DMESG-WARN][64] ([Intel XE#2019]) +1 other test dmesg-warn
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/igt@xe_pm@s4-d3hot-basic-exec.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@xe_pm@s4-d3hot-basic-exec.html
* igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz:
- shard-lnl: NOTRUN -> [SKIP][65] ([Intel XE#944])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-8/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
#### Possible fixes ####
* igt@kms_atomic_transition@modeset-transition-nonblocking-fencing:
- shard-lnl: [FAIL][66] ([Intel XE#1701]) -> [PASS][67] +1 other test pass
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-4/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-4/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- {shard-bmg}: [FAIL][68] ([Intel XE#1426]) -> [PASS][69] +1 other test pass
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-a-dp-2:
- {shard-bmg}: [FAIL][70] ([Intel XE#2436]) -> [PASS][71]
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-a-dp-2.html
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-lnl: [DMESG-WARN][72] -> [PASS][73] +1 other test pass
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-6/igt@kms_cursor_crc@cursor-suspend.html
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-2/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_legacy@torture-bo@pipe-a:
- shard-lnl: [DMESG-WARN][74] ([Intel XE#877]) -> [PASS][75] +1 other test pass
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-6/igt@kms_cursor_legacy@torture-bo@pipe-a.html
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@kms_cursor_legacy@torture-bo@pipe-a.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible@cd-dp2-hdmi-a3:
- {shard-bmg}: [INCOMPLETE][76] -> [PASS][77] +1 other test pass
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-3/igt@kms_flip@2x-absolute-wf_vblank-interruptible@cd-dp2-hdmi-a3.html
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-3/igt@kms_flip@2x-absolute-wf_vblank-interruptible@cd-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3:
- {shard-bmg}: [DMESG-WARN][78] ([Intel XE#877]) -> [PASS][79] +7 other tests pass
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-2/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3.html
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3.html
* igt@kms_flip@wf_vblank-ts-check@b-edp1:
- shard-lnl: [FAIL][80] ([Intel XE#886]) -> [PASS][81] +1 other test pass
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-7/igt@kms_flip@wf_vblank-ts-check@b-edp1.html
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-5/igt@kms_flip@wf_vblank-ts-check@b-edp1.html
* igt@kms_plane@plane-position-covered:
- shard-lnl: [DMESG-FAIL][82] ([Intel XE#324]) -> [PASS][83] +1 other test pass
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-3/igt@kms_plane@plane-position-covered.html
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-2/igt@kms_plane@plane-position-covered.html
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4:
- shard-lnl: [DMESG-WARN][84] ([Intel XE#324]) -> [PASS][85] +5 other tests pass
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-3/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4.html
* igt@kms_plane_cursor@viewport@pipe-d-hdmi-a-6-size-256:
- shard-dg2-set2: [INCOMPLETE][86] ([Intel XE#1195]) -> [PASS][87] +1 other test pass
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_plane_cursor@viewport@pipe-d-hdmi-a-6-size-256.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-433/igt@kms_plane_cursor@viewport@pipe-d-hdmi-a-6-size-256.html
* igt@kms_pm_backlight@basic-brightness:
- shard-lnl: [SKIP][88] ([Intel XE#870]) -> [PASS][89]
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-8/igt@kms_pm_backlight@basic-brightness.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-8/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_dc@dc6-dpms:
- shard-lnl: [FAIL][90] ([Intel XE#1430]) -> [PASS][91]
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-1/igt@kms_pm_dc@dc6-dpms.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-3/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-lnl: [FAIL][92] ([Intel XE#2028]) -> [PASS][93] +5 other tests pass
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-1/igt@kms_pm_rpm@system-suspend-modeset.html
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-5/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_psr@fbc-psr2-primary-render:
- shard-lnl: [FAIL][94] ([Intel XE#1649]) -> [PASS][95] +1 other test pass
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-2/igt@kms_psr@fbc-psr2-primary-render.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-2/igt@kms_psr@fbc-psr2-primary-render.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
- shard-lnl: [FAIL][96] ([Intel XE#899]) -> [PASS][97] +1 other test pass
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-dp-4:
- shard-dg2-set2: [DMESG-WARN][98] ([Intel XE#1551]) -> [PASS][99] +1 other test pass
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-dp-4.html
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-dp-4.html
* igt@kms_vrr@flip-basic:
- shard-lnl: [FAIL][100] ([Intel XE#2443]) -> [PASS][101] +3 other tests pass
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-2/igt@kms_vrr@flip-basic.html
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-8/igt@kms_vrr@flip-basic.html
* igt@xe_evict@evict-beng-mixed-threads-large:
- shard-dg2-set2: [INCOMPLETE][102] ([Intel XE#1195] / [Intel XE#1473]) -> [PASS][103]
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@xe_evict@evict-beng-mixed-threads-large.html
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@xe_evict@evict-beng-mixed-threads-large.html
* igt@xe_evict@evict-mixed-threads-large:
- shard-dg2-set2: [TIMEOUT][104] ([Intel XE#1473]) -> [PASS][105] +2 other tests pass
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@xe_evict@evict-mixed-threads-large.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-434/igt@xe_evict@evict-mixed-threads-large.html
- {shard-bmg}: [TIMEOUT][106] ([Intel XE#1473] / [Intel XE#2472]) -> [PASS][107]
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-3/igt@xe_evict@evict-mixed-threads-large.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-3/igt@xe_evict@evict-mixed-threads-large.html
* igt@xe_exec_reset@parallel-gt-reset:
- {shard-bmg}: [TIMEOUT][108] ([Intel XE#2105]) -> [PASS][109]
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-5/igt@xe_exec_reset@parallel-gt-reset.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-3/igt@xe_exec_reset@parallel-gt-reset.html
* igt@xe_module_load@reload:
- shard-dg2-set2: [FAIL][110] ([Intel XE#2136]) -> [PASS][111]
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/igt@xe_module_load@reload.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_module_load@reload.html
* igt@xe_pm@s4-multiple-execs:
- shard-lnl: [ABORT][112] ([Intel XE#1358] / [Intel XE#1794]) -> [PASS][113]
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-2/igt@xe_pm@s4-multiple-execs.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-1/igt@xe_pm@s4-multiple-execs.html
* igt@xe_pm@s4-vm-bind-unbind-all:
- shard-dg2-set2: [DMESG-WARN][114] ([Intel XE#2019] / [Intel XE#2280]) -> [PASS][115]
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/igt@xe_pm@s4-vm-bind-unbind-all.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-433/igt@xe_pm@s4-vm-bind-unbind-all.html
#### Warnings ####
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-dg2-set2: [SKIP][116] ([Intel XE#1201] / [Intel XE#623]) -> [SKIP][117] ([Intel XE#623])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_async_flips@invalid-async-flip:
- shard-dg2-set2: [SKIP][118] ([Intel XE#873]) -> [SKIP][119] ([Intel XE#1201] / [Intel XE#873])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_async_flips@invalid-async-flip.html
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-dg2-set2: [SKIP][120] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][121] ([Intel XE#316]) +2 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-dg2-set2: [SKIP][122] ([Intel XE#316]) -> [SKIP][123] ([Intel XE#1201] / [Intel XE#316])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_big_fb@linear-8bpp-rotate-270.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2-set2: [SKIP][124] ([Intel XE#1201] / [Intel XE#607]) -> [SKIP][125] ([Intel XE#607])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-dg2-set2: [SKIP][126] ([Intel XE#1124]) -> [SKIP][127] ([Intel XE#1124] / [Intel XE#1201]) +3 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg2-set2: [SKIP][128] ([Intel XE#619]) -> [SKIP][129] ([Intel XE#1201] / [Intel XE#619])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-dg2-set2: [SKIP][130] ([Intel XE#610]) -> [SKIP][131] ([Intel XE#1201] / [Intel XE#610])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2-set2: [SKIP][132] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][133] ([Intel XE#1124]) +6 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
- shard-dg2-set2: [SKIP][134] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][135] ([Intel XE#367]) +4 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
* igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p:
- shard-dg2-set2: [SKIP][136] ([Intel XE#2191]) -> [SKIP][137] ([Intel XE#1201] / [Intel XE#2191]) +1 other test skip
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
* igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p:
- shard-dg2-set2: [SKIP][138] ([Intel XE#1201] / [Intel XE#2191]) -> [SKIP][139] ([Intel XE#2191])
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-3-displays-2560x1440p:
- shard-dg2-set2: [SKIP][140] ([Intel XE#367]) -> [SKIP][141] ([Intel XE#1201] / [Intel XE#367])
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-434/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-dp-4:
- shard-dg2-set2: [SKIP][142] ([Intel XE#787]) -> [SKIP][143] ([Intel XE#1201] / [Intel XE#787]) +48 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-dp-4.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-dp-4.html
* igt@kms_ccs@bad-pixel-format-yf-tiled-ccs:
- shard-dg2-set2: [SKIP][144] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][145] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +13 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [SKIP][146] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][147] ([Intel XE#455] / [Intel XE#787]) +21 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-dp-4.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: [SKIP][148] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][149] ([Intel XE#787]) +76 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg2-set2: [SKIP][150] ([Intel XE#1201] / [Intel XE#314]) -> [SKIP][151] ([Intel XE#314])
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@kms_cdclk@mode-transition-all-outputs.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_chamelium_color@ctm-0-75:
- shard-dg2-set2: [SKIP][152] ([Intel XE#306]) -> [SKIP][153] ([Intel XE#1201] / [Intel XE#306]) +2 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_chamelium_color@ctm-0-75.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_chamelium_color@ctm-0-75.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-dg2-set2: [SKIP][154] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][155] ([Intel XE#306])
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@kms_chamelium_color@ctm-limited-range.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
- shard-dg2-set2: [SKIP][156] ([Intel XE#373]) -> [SKIP][157] ([Intel XE#1201] / [Intel XE#373]) +5 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
* igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
- shard-dg2-set2: [SKIP][158] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][159] ([Intel XE#373]) +9 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2-set2: [SKIP][160] ([Intel XE#1201] / [Intel XE#307]) -> [SKIP][161] ([Intel XE#307])
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/igt@kms_content_protection@dp-mst-lic-type-0.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg2-set2: [SKIP][162] ([Intel XE#307]) -> [SKIP][163] ([Intel XE#1201] / [Intel XE#307]) +1 other test skip
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_content_protection@dp-mst-type-1.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@lic-type-1:
- shard-dg2-set2: [SKIP][164] ([Intel XE#455]) -> [SKIP][165] ([Intel XE#1201] / [Intel XE#455]) +12 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_content_protection@lic-type-1.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-434/igt@kms_content_protection@lic-type-1.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-dg2-set2: [SKIP][166] ([Intel XE#308]) -> [SKIP][167] ([Intel XE#1201] / [Intel XE#308])
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_cursor_crc@cursor-onscreen-512x170.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2-set2: [SKIP][168] ([Intel XE#1201] / [Intel XE#323]) -> [SKIP][169] ([Intel XE#323]) +3 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][170] ([Intel XE#1201] / [i915#3804]) -> [SKIP][171] ([i915#3804])
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
* igt@kms_fbcon_fbt@psr:
- shard-dg2-set2: [SKIP][172] ([Intel XE#776]) -> [SKIP][173] ([Intel XE#1201] / [Intel XE#776])
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_fbcon_fbt@psr.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2-set2: [SKIP][174] ([Intel XE#1137] / [Intel XE#1201]) -> [SKIP][175] ([Intel XE#1137])
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_feature_discovery@dp-mst.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-dg2-set2: [SKIP][176] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][177] ([Intel XE#455]) +17 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-dg2-set2: [SKIP][178] ([Intel XE#1201] / [i915#5274]) -> [SKIP][179] ([i915#5274])
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/igt@kms_force_connector_basic@prune-stale-modes.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: [SKIP][180] ([Intel XE#651]) -> [SKIP][181] ([Intel XE#1201] / [Intel XE#651]) +19 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary:
- shard-dg2-set2: [SKIP][182] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][183] ([Intel XE#651]) +24 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-dg2-set2: [SKIP][184] ([Intel XE#1201] / [Intel XE#658]) -> [SKIP][185] ([Intel XE#658])
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
- shard-dg2-set2: [SKIP][186] ([Intel XE#653]) -> [SKIP][187] ([Intel XE#1201] / [Intel XE#653]) +22 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-slowdraw:
- shard-dg2-set2: [SKIP][188] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][189] ([Intel XE#653]) +29 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-slowdraw.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-slowdraw.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2-set2: [SKIP][190] ([Intel XE#605]) -> [SKIP][191] ([Intel XE#1201] / [Intel XE#605])
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_getfb@getfb-reject-ccs.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-434/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdmi_inject@inject-audio:
- shard-dg2-set2: [SKIP][192] ([Intel XE#1201] / [Intel XE#417]) -> [SKIP][193] ([Intel XE#417])
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@kms_hdmi_inject@inject-audio.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format:
- shard-dg2-set2: [SKIP][194] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) -> [SKIP][195] ([Intel XE#455] / [Intel XE#498]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c-hdmi-a-6:
- shard-dg2-set2: [SKIP][196] ([Intel XE#1201] / [Intel XE#498]) -> [SKIP][197] ([Intel XE#498]) +2 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c-hdmi-a-6.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c-hdmi-a-6.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation:
- shard-dg2-set2: [SKIP][198] ([Intel XE#455] / [Intel XE#498]) -> [SKIP][199] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) +3 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6:
- shard-dg2-set2: [SKIP][200] ([Intel XE#498]) -> [SKIP][201] ([Intel XE#1201] / [Intel XE#498]) +5 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-hdmi-a-6:
- shard-dg2-set2: [SKIP][202] ([Intel XE#2318]) -> [SKIP][203] ([Intel XE#1201] / [Intel XE#2318]) +2 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-hdmi-a-6.html
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-hdmi-a-6.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-6:
- shard-dg2-set2: [SKIP][204] ([Intel XE#2318] / [Intel XE#455]) -> [SKIP][205] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) +1 other test skip
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-6.html
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-6.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-dg2-set2: [SKIP][206] ([Intel XE#1201] / [Intel XE#870]) -> [SKIP][207] ([Intel XE#870])
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@kms_pm_backlight@fade-with-suspend.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2-set2: [SKIP][208] ([Intel XE#1201] / [Intel XE#908]) -> [SKIP][209] ([Intel XE#908])
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/igt@kms_pm_dc@dc6-dpms.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf:
- shard-dg2-set2: [SKIP][210] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][211] ([Intel XE#1489]) +3 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@overlay-plane-update-continuous-sf:
- shard-dg2-set2: [SKIP][212] ([Intel XE#1489]) -> [SKIP][213] ([Intel XE#1201] / [Intel XE#1489]) +2 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg2-set2: [SKIP][214] ([Intel XE#1122] / [Intel XE#1201]) -> [SKIP][215] ([Intel XE#1122]) +1 other test skip
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_psr2_su@page_flip-p010.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-psr-sprite-plane-onoff:
- shard-dg2-set2: [SKIP][216] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][217] ([Intel XE#929]) +15 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/igt@kms_psr@fbc-psr-sprite-plane-onoff.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_psr@fbc-psr-sprite-plane-onoff.html
* igt@kms_psr@fbc-psr-sprite-render:
- shard-dg2-set2: [SKIP][218] ([Intel XE#929]) -> [SKIP][219] ([Intel XE#1201] / [Intel XE#929]) +12 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_psr@fbc-psr-sprite-render.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_psr@fbc-psr-sprite-render.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-dg2-set2: [SKIP][220] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][221] ([Intel XE#327])
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_rotation_crc@primary-rotation-270.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-dg2-set2: [SKIP][222] ([Intel XE#1127]) -> [SKIP][223] ([Intel XE#1127] / [Intel XE#1201])
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-434/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-dg2-set2: [SKIP][224] ([Intel XE#327]) -> [SKIP][225] ([Intel XE#1201] / [Intel XE#327])
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-270.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-433/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_tv_load_detect@load-detect:
- shard-dg2-set2: [SKIP][226] ([Intel XE#330]) -> [SKIP][227] ([Intel XE#1201] / [Intel XE#330])
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_tv_load_detect@load-detect.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-433/igt@kms_tv_load_detect@load-detect.html
* igt@kms_vrr@lobf:
- shard-dg2-set2: [SKIP][228] ([Intel XE#1201]) -> [SKIP][229] ([Intel XE#1201] / [Intel XE#2168])
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@kms_vrr@lobf.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-434/igt@kms_vrr@lobf.html
* igt@kms_writeback@writeback-check-output:
- shard-dg2-set2: [SKIP][230] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][231] ([Intel XE#756])
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/igt@kms_writeback@writeback-check-output.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_writeback@writeback-check-output.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-dg2-set2: [SKIP][232] ([Intel XE#1091] / [Intel XE#1201]) -> [SKIP][233] ([Intel XE#1091])
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/igt@sriov_basic@enable-vfs-autoprobe-off.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@xe_compute_preempt@compute-preempt-many:
- shard-dg2-set2: [SKIP][234] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) -> [SKIP][235] ([Intel XE#1280] / [Intel XE#455]) +3 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@xe_compute_preempt@compute-preempt-many.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_compute_preempt@compute-preempt-many.html
* igt@xe_copy_basic@mem-set-linear-0xfffe:
- shard-dg2-set2: [SKIP][236] ([Intel XE#1126] / [Intel XE#1201]) -> [SKIP][237] ([Intel XE#1126])
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/igt@xe_copy_basic@mem-set-linear-0xfffe.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0xfffe.html
* igt@xe_evict@evict-mixed-many-threads-large:
- shard-dg2-set2: [INCOMPLETE][238] ([Intel XE#1473]) -> [TIMEOUT][239] ([Intel XE#1041] / [Intel XE#1473])
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@xe_evict@evict-mixed-many-threads-large.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/igt@xe_evict@evict-mixed-many-threads-large.html
* igt@xe_exec_fault_mode@many-userptr:
- shard-dg2-set2: [SKIP][240] ([Intel XE#288]) -> [SKIP][241] ([Intel XE#1201] / [Intel XE#288]) +15 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@xe_exec_fault_mode@many-userptr.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@xe_exec_fault_mode@many-userptr.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch:
- shard-dg2-set2: [SKIP][242] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][243] ([Intel XE#288]) +24 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch.html
* igt@xe_exec_mix_modes@exec-simple-batch-store-lr:
- shard-dg2-set2: [SKIP][244] ([Intel XE#1201] / [Intel XE#2360]) -> [SKIP][245] ([Intel XE#2360])
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
* igt@xe_media_fill@media-fill:
- shard-dg2-set2: [SKIP][246] ([Intel XE#1201] / [Intel XE#560]) -> [SKIP][247] ([Intel XE#560])
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/igt@xe_media_fill@media-fill.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_media_fill@media-fill.html
* igt@xe_oa@oa-unit-exclusive-stream-sample-oa:
- shard-dg2-set2: [SKIP][248] ([Intel XE#1201] / [Intel XE#2207]) -> [SKIP][249] ([Intel XE#1201]) +25 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html
* igt@xe_oa@polling-small-buf:
- shard-dg2-set2: [SKIP][250] ([Intel XE#2207]) -> [SKIP][251] ([Intel XE#1201]) +3 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@xe_oa@polling-small-buf.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@xe_oa@polling-small-buf.html
* igt@xe_pat@display-vs-wb-transient:
- shard-dg2-set2: [SKIP][252] ([Intel XE#1201] / [Intel XE#1337]) -> [SKIP][253] ([Intel XE#1337])
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@xe_pat@display-vs-wb-transient.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_pat@display-vs-wb-transient.html
* igt@xe_pat@pat-index-xehpc:
- shard-dg2-set2: [SKIP][254] ([Intel XE#1201] / [Intel XE#979]) -> [SKIP][255] ([Intel XE#979])
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/igt@xe_pat@pat-index-xehpc.html
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pm@d3cold-basic-exec:
- shard-dg2-set2: [SKIP][256] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][257] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) +1 other test skip
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@xe_pm@d3cold-basic-exec.html
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@xe_pm@d3cold-basic-exec.html
* igt@xe_pm@d3cold-multiple-execs:
- shard-dg2-set2: [SKIP][258] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) -> [SKIP][259] ([Intel XE#2284] / [Intel XE#366])
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/igt@xe_pm@d3cold-multiple-execs.html
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_pm@d3cold-multiple-execs.html
* igt@xe_pm@s3-vm-bind-unbind-all:
- shard-dg2-set2: [DMESG-WARN][260] ([Intel XE#1162]) -> [DMESG-WARN][261] ([Intel XE#1162] / [Intel XE#1941])
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/igt@xe_pm@s3-vm-bind-unbind-all.html
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@xe_pm@s3-vm-bind-unbind-all.html
* igt@xe_query@multigpu-query-engines:
- shard-dg2-set2: [SKIP][262] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][263] ([Intel XE#944]) +3 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@xe_query@multigpu-query-engines.html
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_query@multigpu-query-engines.html
* igt@xe_query@multigpu-query-invalid-cs-cycles:
- shard-dg2-set2: [SKIP][264] ([Intel XE#944]) -> [SKIP][265] ([Intel XE#1201] / [Intel XE#944])
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@xe_query@multigpu-query-invalid-cs-cycles.html
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@xe_query@multigpu-query-invalid-cs-cycles.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#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137
[Intel XE#1162]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1162
[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#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#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#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437
[Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
[Intel XE#1471]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1471
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#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#1616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1616
[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#1694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1694
[Intel XE#1701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#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#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105
[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#2207]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2207
[Intel XE#2249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249
[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#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2436]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2436
[Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443
[Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472
[Intel XE#2501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2501
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[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#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#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
[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#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#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560
[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#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[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#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#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873
[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#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908
[Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911
[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#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
Build changes
-------------
* IGT: IGT_7966 -> IGTPW_11559
* Linux: xe-1747-a95e3e46063ddcea598b2ac865173debffba13fe -> xe-1755-4f95bd933f4dacd22752bf8d6e548e8cc445d093
IGTPW_11559: 11559
IGT_7966: f16c5f500adc5fa41bd52a3ef2a84165da4fb596 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1747-a95e3e46063ddcea598b2ac865173debffba13fe: a95e3e46063ddcea598b2ac865173debffba13fe
xe-1755-4f95bd933f4dacd22752bf8d6e548e8cc445d093: 4f95bd933f4dacd22752bf8d6e548e8cc445d093
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/index.html
[-- Attachment #2: Type: text/html, Size: 83685 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
2024-08-12 18:08 [PATCH i-g-t] tests/intel/xe_huc_copy: Enhance HuC status check for VF mode Marcin Bernatowicz
` (2 preceding siblings ...)
2024-08-13 1:37 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-08-13 6:46 ` Patchwork
2024-08-13 7:11 ` Bernatowicz, Marcin
2024-08-14 9:46 ` [PATCH i-g-t] " Adam Miszczak
4 siblings, 1 reply; 9+ messages in thread
From: Patchwork @ 2024-08-13 6:46 UTC (permalink / raw)
To: Marcin Bernatowicz; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 98660 bytes --]
== Series Details ==
Series: tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
URL : https://patchwork.freedesktop.org/series/137198/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_15220_full -> IGTPW_11559_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_11559_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11559_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/index.html
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_11559_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_exec_balancer@individual:
- shard-dg1: NOTRUN -> [FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@gem_exec_balancer@individual.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180:
- shard-mtlp: [PASS][2] -> [DMESG-FAIL][3]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_flip@blocking-wf_vblank@a-hdmi-a2:
- shard-rkl: [PASS][4] -> [FAIL][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-1/igt@kms_flip@blocking-wf_vblank@a-hdmi-a2.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_flip@blocking-wf_vblank@a-hdmi-a2.html
Known issues
------------
Here are the changes found in IGTPW_11559_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@crc32:
- shard-dg1: NOTRUN -> [SKIP][6] ([i915#6230])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@api_intel_bb@crc32.html
- shard-tglu: NOTRUN -> [SKIP][7] ([i915#6230])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-10/igt@api_intel_bb@crc32.html
* igt@device_reset@cold-reset-bound:
- shard-rkl: NOTRUN -> [SKIP][8] ([i915#11078])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@device_reset@cold-reset-bound.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-dg1: NOTRUN -> [SKIP][9] ([i915#11078])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@device_reset@unbind-cold-reset-rebind.html
- shard-tglu: NOTRUN -> [SKIP][10] ([i915#11078])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-7/igt@device_reset@unbind-cold-reset-rebind.html
* igt@drm_fdinfo@busy-idle@bcs0:
- shard-dg2: NOTRUN -> [SKIP][11] ([i915#8414]) +22 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@drm_fdinfo@busy-idle@bcs0.html
* igt@drm_fdinfo@busy-idle@vecs0:
- shard-mtlp: NOTRUN -> [SKIP][12] ([i915#8414]) +6 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@drm_fdinfo@busy-idle@vecs0.html
* igt@drm_fdinfo@isolation@vecs0:
- shard-dg1: NOTRUN -> [SKIP][13] ([i915#8414]) +10 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@drm_fdinfo@isolation@vecs0.html
* igt@gem_basic@multigpu-create-close:
- shard-rkl: NOTRUN -> [SKIP][14] ([i915#7697]) +2 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@gem_basic@multigpu-create-close.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-mtlp: NOTRUN -> [SKIP][15] ([i915#9323]) +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_close_race@multigpu-basic-process:
- shard-mtlp: NOTRUN -> [SKIP][16] ([i915#7697]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-dg2: NOTRUN -> [SKIP][17] ([i915#7697]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-mtlp: NOTRUN -> [SKIP][18] ([i915#6335])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@gem_create@create-ext-cpu-access-big.html
- shard-dg2: NOTRUN -> [ABORT][19] ([i915#9846])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_create@create-ext-set-pat:
- shard-dg1: NOTRUN -> [SKIP][20] ([i915#8562])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@gem_create@create-ext-set-pat.html
- shard-tglu: NOTRUN -> [SKIP][21] ([i915#8562])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-7/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg2: NOTRUN -> [SKIP][22] ([i915#8555])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_sseu@invalid-args:
- shard-dg2: NOTRUN -> [SKIP][23] ([i915#280])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@gem_ctx_sseu@invalid-args.html
- shard-rkl: NOTRUN -> [SKIP][24] ([i915#280])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@gem_ctx_sseu@invalid-args.html
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#280])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_exec_balancer@bonded-sync:
- shard-dg2: NOTRUN -> [SKIP][26] ([i915#4771])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@gem_exec_balancer@bonded-sync.html
- shard-dg1: NOTRUN -> [SKIP][27] ([i915#4771])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg1: NOTRUN -> [SKIP][28] ([i915#4036])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@parallel-keep-in-fence:
- shard-rkl: NOTRUN -> [SKIP][29] ([i915#4525])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@gem_exec_balancer@parallel-keep-in-fence.html
* igt@gem_exec_balancer@parallel-ordering:
- shard-tglu: NOTRUN -> [FAIL][30] ([i915#6117])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-7/igt@gem_exec_balancer@parallel-ordering.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-glk: NOTRUN -> [SKIP][31] ([i915#6334])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk6/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_fair@basic-deadline:
- shard-mtlp: NOTRUN -> [SKIP][32] ([i915#4473] / [i915#4771]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-none-rrul:
- shard-dg2: NOTRUN -> [SKIP][33] ([i915#3539] / [i915#4852]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@gem_exec_fair@basic-none-rrul.html
* igt@gem_exec_fair@basic-none@bcs0:
- shard-rkl: NOTRUN -> [FAIL][34] ([i915#2842]) +8 other tests fail
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@gem_exec_fair@basic-none@bcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [PASS][35] -> [FAIL][36] ([i915#2842])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-rkl: [PASS][37] -> [FAIL][38] ([i915#2842])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-5/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_fair@basic-throttle:
- shard-dg2: NOTRUN -> [SKIP][39] ([i915#3539]) +1 other test skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@gem_exec_fair@basic-throttle.html
* igt@gem_exec_fence@concurrent:
- shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4812]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@gem_exec_fence@concurrent.html
* igt@gem_exec_fence@submit3:
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#4812])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@gem_exec_fence@submit3.html
* igt@gem_exec_flush@basic-uc-pro-default:
- shard-dg1: NOTRUN -> [SKIP][42] ([i915#3539] / [i915#4852]) +2 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gem_exec_flush@basic-uc-pro-default.html
* igt@gem_exec_reloc@basic-concurrent0:
- shard-dg1: NOTRUN -> [SKIP][43] ([i915#3281]) +8 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@gem_exec_reloc@basic-concurrent0.html
* igt@gem_exec_reloc@basic-cpu-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][44] ([i915#3281]) +3 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@gem_exec_reloc@basic-cpu-noreloc.html
* igt@gem_exec_reloc@basic-scanout:
- shard-rkl: NOTRUN -> [SKIP][45] ([i915#3281]) +6 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@gem_exec_reloc@basic-scanout.html
* igt@gem_exec_reloc@basic-wc-active:
- shard-dg2: NOTRUN -> [SKIP][46] ([i915#3281]) +8 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-5/igt@gem_exec_reloc@basic-wc-active.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4537] / [i915#4812])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
- shard-dg2: NOTRUN -> [SKIP][48] ([i915#4537] / [i915#4812])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_exec_schedule@semaphore-power:
- shard-dg1: NOTRUN -> [SKIP][49] ([i915#4812]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_fence_thrash@bo-write-verify-y:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#4860]) +2 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-5/igt@gem_fence_thrash@bo-write-verify-y.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy:
- shard-dg1: NOTRUN -> [SKIP][51] ([i915#4860]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
* igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4860]) +2 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-4/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-glk: NOTRUN -> [SKIP][53] ([i915#4613]) +5 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk8/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@parallel-random:
- shard-rkl: NOTRUN -> [SKIP][54] ([i915#4613]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@gem_lmem_swapping@parallel-random.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4613])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: NOTRUN -> [TIMEOUT][56] ([i915#5493])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_lmem_swapping@verify:
- shard-tglu: NOTRUN -> [SKIP][57] ([i915#4613]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@gem_lmem_swapping@verify.html
* igt@gem_madvise@dontneed-before-exec:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#3282]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@gem_madvise@dontneed-before-exec.html
* igt@gem_media_fill@media-fill:
- shard-mtlp: NOTRUN -> [SKIP][59] ([i915#8289])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@gem_media_fill@media-fill.html
* igt@gem_media_vme:
- shard-rkl: NOTRUN -> [SKIP][60] ([i915#284])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@gem_media_vme.html
* igt@gem_mmap_gtt@basic-wc:
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#4077]) +4 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gem_mmap_gtt@basic-wc.html
* igt@gem_mmap_gtt@cpuset-medium-copy-odd:
- shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4077]) +10 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html
* igt@gem_mmap_wc@invalid-flags:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#4083]) +1 other test skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@gem_mmap_wc@invalid-flags.html
* igt@gem_mmap_wc@read-write:
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4083]) +2 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@gem_mmap_wc@read-write.html
* igt@gem_mmap_wc@write-cpu-read-wc:
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#4083]) +3 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@gem_mmap_wc@write-cpu-read-wc.html
* igt@gem_partial_pwrite_pread@write:
- shard-dg1: NOTRUN -> [SKIP][66] ([i915#3282])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@gem_partial_pwrite_pread@write.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: NOTRUN -> [SKIP][67] ([i915#3282]) +6 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-dg2: NOTRUN -> [SKIP][68] ([i915#3282]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#4270]) +4 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
- shard-dg1: NOTRUN -> [SKIP][70] ([i915#4270]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-mtlp: NOTRUN -> [SKIP][71] ([i915#4270]) +2 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@reject-modify-context-protection-on:
- shard-rkl: NOTRUN -> [SKIP][72] ([i915#4270]) +4 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@gem_pxp@reject-modify-context-protection-on.html
* igt@gem_pxp@verify-pxp-stale-buf-execution:
- shard-tglu: NOTRUN -> [SKIP][73] ([i915#4270])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@gem_pxp@verify-pxp-stale-buf-execution.html
* igt@gem_render_copy@y-tiled-to-vebox-y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][74] ([i915#8428]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-4/igt@gem_render_copy@y-tiled-to-vebox-y-tiled.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#5190] / [i915#8428]) +4 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#4079]) +3 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-dg1: NOTRUN -> [SKIP][77] ([i915#4079]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-mtlp: NOTRUN -> [SKIP][78] ([i915#4079])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_tiled_partial_pwrite_pread@writes:
- shard-dg2: NOTRUN -> [SKIP][79] ([i915#4077]) +17 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@gem_tiled_partial_pwrite_pread@writes.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-tglu: NOTRUN -> [SKIP][80] ([i915#3297])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-9/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg2: NOTRUN -> [SKIP][81] ([i915#3297]) +2 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@gem_userptr_blits@create-destroy-unsync.html
- shard-dg1: NOTRUN -> [SKIP][82] ([i915#3297]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-rkl: NOTRUN -> [SKIP][83] ([i915#3297] / [i915#3323])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-1/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#3282] / [i915#3297])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap:
- shard-dg1: NOTRUN -> [SKIP][85] ([i915#3297] / [i915#4880]) +1 other test skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
* igt@gem_userptr_blits@readonly-pwrite-unsync:
- shard-mtlp: NOTRUN -> [SKIP][86] ([i915#3297]) +2 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@gem_userptr_blits@readonly-pwrite-unsync.html
* igt@gem_userptr_blits@relocations:
- shard-dg1: NOTRUN -> [SKIP][87] ([i915#3281] / [i915#3297])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@gem_userptr_blits@relocations.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-rkl: NOTRUN -> [SKIP][88] ([i915#3297]) +2 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@gem_userptr_blits@unsync-unmap.html
* igt@gen9_exec_parse@bb-chained:
- shard-rkl: NOTRUN -> [SKIP][89] ([i915#2527]) +4 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@gen9_exec_parse@bb-chained.html
* igt@gen9_exec_parse@bb-large:
- shard-dg1: NOTRUN -> [SKIP][90] ([i915#2527])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@bb-secure:
- shard-tglu: NOTRUN -> [SKIP][91] ([i915#2527] / [i915#2856])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-10/igt@gen9_exec_parse@bb-secure.html
* igt@gen9_exec_parse@bb-start-param:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#2856]) +2 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@gen9_exec_parse@bb-start-param.html
* igt@gen9_exec_parse@shadow-peek:
- shard-mtlp: NOTRUN -> [SKIP][93] ([i915#2856]) +1 other test skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@gen9_exec_parse@shadow-peek.html
* igt@i915_fb_tiling:
- shard-dg2: NOTRUN -> [SKIP][94] ([i915#4881])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@i915_fb_tiling.html
* igt@i915_module_load@load:
- shard-mtlp: NOTRUN -> [SKIP][95] ([i915#6227])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@i915_module_load@load.html
- shard-dg2: NOTRUN -> [SKIP][96] ([i915#6227])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@i915_module_load@load.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-rkl: [PASS][97] -> [ABORT][98] ([i915#9820])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-5/igt@i915_module_load@reload-with-fault-injection.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-1/igt@i915_module_load@reload-with-fault-injection.html
- shard-dg2: [PASS][99] -> [ABORT][100] ([i915#9820])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-8/igt@i915_module_load@reload-with-fault-injection.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-5/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-dg1: NOTRUN -> [SKIP][101] ([i915#7178])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-rkl: NOTRUN -> [SKIP][102] ([i915#8399])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-tglu: NOTRUN -> [SKIP][103] ([i915#8399])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-6/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_rpm@gem-execbuf-stress-pc8:
- shard-mtlp: NOTRUN -> [SKIP][104] +14 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg1: NOTRUN -> [SKIP][105] ([i915#11681] / [i915#6621])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_power@sanity:
- shard-rkl: NOTRUN -> [SKIP][106] ([i915#7984])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@i915_power@sanity.html
* igt@i915_selftest@mock@memory_region:
- shard-glk: NOTRUN -> [DMESG-WARN][107] ([i915#9311])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk9/igt@i915_selftest@mock@memory_region.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [PASS][108] -> [INCOMPLETE][109] ([i915#4817])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-5/igt@i915_suspend@basic-s3-without-i915.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_addfb_basic@basic-x-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][110] ([i915#4212]) +1 other test skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_addfb_basic@basic-x-tiled-legacy.html
- shard-mtlp: NOTRUN -> [SKIP][111] ([i915#4212])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@kms_addfb_basic@basic-x-tiled-legacy.html
* igt@kms_addfb_basic@clobberred-modifier:
- shard-dg1: NOTRUN -> [SKIP][112] ([i915#4212])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_addfb_basic@clobberred-modifier.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-rkl: NOTRUN -> [SKIP][113] ([i915#3826])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][114] ([i915#8709]) +3 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/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-b-hdmi-a-4-y-rc-ccs:
- shard-dg1: NOTRUN -> [SKIP][115] ([i915#8709]) +7 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg1: NOTRUN -> [SKIP][116] ([i915#9531])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-mtlp: NOTRUN -> [SKIP][117] ([i915#1769] / [i915#3555])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-1:
- shard-snb: [PASS][118] -> [FAIL][119] ([i915#5956])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-snb5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-1.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-snb5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-1.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-glk: NOTRUN -> [SKIP][120] ([i915#1769])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [FAIL][121] ([i915#5956])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-dp-4.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#5286]) +5 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-tglu: NOTRUN -> [SKIP][123] ([i915#5286]) +2 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg1: NOTRUN -> [SKIP][124] ([i915#4538] / [i915#5286]) +4 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-32bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#3638]) +2 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_big_fb@linear-32bpp-rotate-90.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][126] ([i915#3638]) +2 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-mtlp: NOTRUN -> [SKIP][127] ([i915#6187])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2: NOTRUN -> [SKIP][128] ([i915#5190]) +1 other test skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][129] ([i915#4538]) +3 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][130] ([i915#4538] / [i915#5190]) +9 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html
* igt@kms_big_joiner@invalid-modeset-force-joiner:
- shard-rkl: NOTRUN -> [SKIP][131] ([i915#10656]) +1 other test skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_big_joiner@invalid-modeset-force-joiner.html
* igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][132] ([i915#6095]) +43 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-c-edp-1.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [SKIP][133] ([i915#10307] / [i915#6095]) +215 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4.html
* igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#6095]) +55 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][135] ([i915#6095]) +11 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-10/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][136] ([i915#6095]) +67 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][137] ([i915#10307] / [i915#10434] / [i915#6095]) +7 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][138] ([i915#7213]) +3 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html
* igt@kms_cdclk@plane-scaling@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][139] ([i915#4087]) +3 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@kms_cdclk@plane-scaling@pipe-c-edp-1.html
* igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#4087]) +3 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html
* igt@kms_chamelium_edid@hdmi-edid-read:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#7828]) +11 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@kms_chamelium_edid@hdmi-edid-read.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k:
- shard-mtlp: NOTRUN -> [SKIP][142] ([i915#7828]) +2 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-dg2: NOTRUN -> [SKIP][143] ([i915#7828]) +10 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_chamelium_frames@hdmi-frame-dump:
- shard-dg1: NOTRUN -> [SKIP][144] ([i915#7828]) +4 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@kms_chamelium_frames@hdmi-frame-dump.html
* igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode:
- shard-tglu: NOTRUN -> [SKIP][145] ([i915#7828]) +1 other test skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-9/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2: NOTRUN -> [SKIP][146] ([i915#7118] / [i915#9424])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@kms_content_protection@atomic-dpms.html
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#7118] / [i915#9424])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@atomic@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [TIMEOUT][148] ([i915#7173])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_content_protection@atomic@pipe-a-dp-4.html
* igt@kms_content_protection@content-type-change:
- shard-dg1: NOTRUN -> [SKIP][149] ([i915#9424])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-rkl: NOTRUN -> [SKIP][150] ([i915#3116])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-1/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@legacy:
- shard-mtlp: NOTRUN -> [SKIP][151] ([i915#6944] / [i915#9424])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-4/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic-type-0:
- shard-rkl: NOTRUN -> [SKIP][152] ([i915#9424])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-1/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@srm:
- shard-mtlp: NOTRUN -> [SKIP][153] ([i915#6944])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_content_protection@srm.html
* igt@kms_content_protection@uevent:
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#7116] / [i915#9424])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-dg1: NOTRUN -> [SKIP][155] ([i915#3555]) +3 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-256x85:
- shard-mtlp: NOTRUN -> [SKIP][156] ([i915#8814]) +1 other test skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#3555]) +8 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-dg2: NOTRUN -> [SKIP][158] ([i915#11453])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@kms_cursor_crc@cursor-sliding-512x170.html
- shard-rkl: NOTRUN -> [SKIP][159] ([i915#11453])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-512x170.html
- shard-tglu: NOTRUN -> [SKIP][160] ([i915#11453])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
- shard-glk: [PASS][161] -> [FAIL][162] ([i915#72])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-glk8/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk5/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][163] ([i915#4103] / [i915#4213]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#9067])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-rkl: NOTRUN -> [SKIP][165] ([i915#4103])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-dg1: NOTRUN -> [SKIP][166] ([i915#4103] / [i915#4213]) +1 other test skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-dg2: NOTRUN -> [SKIP][167] ([i915#9833])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
- shard-dg1: NOTRUN -> [SKIP][168] ([i915#9723])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#9723])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-tglu: NOTRUN -> [SKIP][170] ([i915#3555]) +1 other test skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg1: NOTRUN -> [SKIP][171] ([i915#8588])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][172] ([i915#3804])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
* igt@kms_dp_aux_dev:
- shard-dg2: [PASS][173] -> [SKIP][174] ([i915#1257])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-11/igt@kms_dp_aux_dev.html
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_dp_aux_dev.html
- shard-rkl: NOTRUN -> [SKIP][175] ([i915#1257])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-2/igt@kms_dp_aux_dev.html
* igt@kms_dsc@dsc-basic:
- shard-dg1: NOTRUN -> [SKIP][176] ([i915#3555] / [i915#3840])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_dsc@dsc-basic.html
- shard-tglu: NOTRUN -> [SKIP][177] ([i915#3555] / [i915#3840])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-5/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-rkl: NOTRUN -> [SKIP][178] ([i915#3840])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-mtlp: NOTRUN -> [SKIP][179] ([i915#3840])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-formats:
- shard-dg2: NOTRUN -> [SKIP][180] ([i915#3555] / [i915#3840])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_dsc@dsc-with-formats.html
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#3555] / [i915#3840])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_dsc@dsc-with-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#3555] / [i915#3840]) +1 other test skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-dg2: [PASS][183] -> [FAIL][184] ([i915#4767])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-1/igt@kms_fbcon_fbt@fbc-suspend.html
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr:
- shard-dg1: NOTRUN -> [SKIP][185] ([i915#3469])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@kms_fbcon_fbt@psr.html
- shard-tglu: NOTRUN -> [SKIP][186] ([i915#3469])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-10/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@display-2x:
- shard-dg1: NOTRUN -> [SKIP][187] ([i915#1839])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-3x:
- shard-dg2: NOTRUN -> [SKIP][188] ([i915#1839])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-rkl: NOTRUN -> [SKIP][189] ([i915#1839]) +1 other test skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@psr1:
- shard-rkl: NOTRUN -> [SKIP][190] ([i915#658])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ab-vga1-hdmi-a1:
- shard-snb: [PASS][191] -> [FAIL][192] ([i915#2122])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-snb4/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ab-vga1-hdmi-a1.html
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-snb7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg1: NOTRUN -> [SKIP][193] ([i915#8381])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-modeset:
- shard-mtlp: NOTRUN -> [SKIP][194] ([i915#3637]) +2 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-8/igt@kms_flip@2x-flip-vs-modeset.html
* igt@kms_flip@2x-nonexisting-fb-interruptible:
- shard-tglu: NOTRUN -> [SKIP][195] ([i915#3637]) +2 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-9/igt@kms_flip@2x-nonexisting-fb-interruptible.html
* igt@kms_flip@2x-plain-flip:
- shard-rkl: NOTRUN -> [SKIP][196] +34 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
- shard-dg1: NOTRUN -> [SKIP][197] ([i915#9934]) +4 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
* igt@kms_flip@blocking-wf_vblank@b-hdmi-a4:
- shard-dg1: [PASS][198] -> [FAIL][199] ([i915#2122]) +2 other tests fail
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg1-17/igt@kms_flip@blocking-wf_vblank@b-hdmi-a4.html
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@kms_flip@blocking-wf_vblank@b-hdmi-a4.html
* igt@kms_flip@flip-vs-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][200] ([i915#8381])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-8/igt@kms_flip@flip-vs-fences-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][201] ([i915#3555] / [i915#8810])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][202] ([i915#2672]) +4 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][203] ([i915#2587] / [i915#2672])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][204] ([i915#2587] / [i915#2672]) +1 other test skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][205] ([i915#2672])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-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][206] ([i915#2672]) +4 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][207] ([i915#2672] / [i915#3555])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt:
- shard-dg2: [PASS][208] -> [FAIL][209] ([i915#6880])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][210] ([i915#8708]) +15 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render:
- shard-glk: [PASS][211] -> [DMESG-FAIL][212] ([i915#118])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-glk7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
- shard-dg1: NOTRUN -> [SKIP][213] +29 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbc-2p-rte:
- shard-dg2: NOTRUN -> [SKIP][214] ([i915#5354]) +30 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-dg1: NOTRUN -> [SKIP][215] ([i915#5439])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#3023]) +27 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-pgflip-blt:
- shard-tglu: NOTRUN -> [SKIP][217] +25 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][218] ([i915#10433] / [i915#3458]) +1 other test skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][219] ([i915#1825]) +21 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-rkl: NOTRUN -> [SKIP][220] ([i915#9766])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#9766])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][222] ([i915#8708]) +15 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-dg2: NOTRUN -> [SKIP][223] ([i915#3458]) +13 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][224] ([i915#8708]) +6 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#1825]) +45 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][226] ([i915#3458]) +13 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2: NOTRUN -> [SKIP][227] ([i915#6118])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-5/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c:
- shard-dg2: NOTRUN -> [SKIP][228] +18 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c.html
* igt@kms_plane_lowres@tiling-none@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][229] ([i915#11614] / [i915#3582]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_plane_lowres@tiling-none@pipe-d-edp-1.html
* igt@kms_plane_lowres@tiling-x@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][230] ([i915#10226] / [i915#11614] / [i915#3582]) +5 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@kms_plane_lowres@tiling-x@pipe-a-edp-1.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg2: NOTRUN -> [SKIP][231] ([i915#3555] / [i915#8821])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][232] ([i915#3555]) +3 other tests skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-mtlp: NOTRUN -> [SKIP][233] ([i915#9809])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-8/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
- shard-dg2: NOTRUN -> [SKIP][234] ([i915#5354] / [i915#9423])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-mtlp: NOTRUN -> [SKIP][235] ([i915#6953])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-8/igt@kms_plane_scaling@intel-max-src-size.html
- shard-dg2: NOTRUN -> [SKIP][236] ([i915#6953] / [i915#9423])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][237] ([i915#8292])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#9423]) +28 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][239] ([i915#5176]) +11 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-c-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][240] ([i915#9423]) +11 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-c-hdmi-a-4.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][241] ([i915#9423]) +5 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][242] ([i915#5235] / [i915#9423]) +2 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][243] ([i915#5235]) +1 other test skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][244] ([i915#5235]) +3 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-a-edp-1.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][245] ([i915#9728]) +5 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][246] ([i915#9728]) +11 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-3.html
* igt@kms_pm_backlight@bad-brightness:
- shard-rkl: NOTRUN -> [SKIP][247] ([i915#5354])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_dc@dc5-dpms-negative:
- shard-mtlp: NOTRUN -> [SKIP][248] ([i915#9293])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@kms_pm_dc@dc5-dpms-negative.html
* igt@kms_pm_dc@dc6-psr:
- shard-mtlp: NOTRUN -> [SKIP][249] ([i915#10139])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_pm_dc@dc6-psr.html
- shard-dg2: NOTRUN -> [SKIP][250] ([i915#9685])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_pm_dc@dc6-psr.html
- shard-rkl: NOTRUN -> [SKIP][251] ([i915#9685])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg1: NOTRUN -> [SKIP][252] ([i915#9340])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#9519])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-dg2: [PASS][254] -> [SKIP][255] ([i915#9519])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-11/igt@kms_pm_rpm@dpms-non-lpsp.html
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-rkl: [PASS][256] -> [SKIP][257] ([i915#9519])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp.html
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: NOTRUN -> [SKIP][258] ([i915#9519]) +2 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_prime@basic-crc-hybrid:
- shard-dg2: NOTRUN -> [SKIP][259] ([i915#6524] / [i915#6805])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@kms_prime@basic-crc-hybrid.html
- shard-rkl: NOTRUN -> [SKIP][260] ([i915#6524])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-mtlp: NOTRUN -> [SKIP][261] ([i915#6524])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf:
- shard-rkl: NOTRUN -> [SKIP][262] ([i915#11520]) +4 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][263] ([i915#11520]) +5 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area:
- shard-dg1: NOTRUN -> [SKIP][264] ([i915#11520])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@overlay-plane-update-continuous-sf:
- shard-tglu: NOTRUN -> [SKIP][265] ([i915#11520]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-mtlp: NOTRUN -> [SKIP][266] ([i915#4348])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-dg2: NOTRUN -> [SKIP][267] ([i915#9683])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg1: NOTRUN -> [SKIP][268] ([i915#9683])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-rkl: NOTRUN -> [SKIP][269] ([i915#9683]) +1 other test skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-pr-cursor-plane-onoff:
- shard-dg1: NOTRUN -> [SKIP][270] ([i915#1072] / [i915#9732]) +16 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@kms_psr@fbc-pr-cursor-plane-onoff.html
* igt@kms_psr@fbc-pr-primary-blt:
- shard-mtlp: NOTRUN -> [SKIP][271] ([i915#9688]) +8 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_psr@fbc-pr-primary-blt.html
* igt@kms_psr@fbc-psr-cursor-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][272] ([i915#9732]) +3 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-7/igt@kms_psr@fbc-psr-cursor-mmap-gtt.html
* igt@kms_psr@fbc-psr-primary-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][273] ([i915#1072] / [i915#9732]) +20 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_psr@fbc-psr-primary-mmap-gtt.html
* igt@kms_psr@psr2-cursor-blt:
- shard-dg2: NOTRUN -> [SKIP][274] ([i915#1072] / [i915#9673] / [i915#9732])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_psr@psr2-cursor-blt.html
* igt@kms_psr@psr2-cursor-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][275] ([i915#1072] / [i915#9732]) +27 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-2/igt@kms_psr@psr2-cursor-mmap-gtt.html
* igt@kms_psr@psr2-cursor-plane-onoff@edp-1:
- shard-mtlp: NOTRUN -> [FAIL][276] ([i915#10105])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-8/igt@kms_psr@psr2-cursor-plane-onoff@edp-1.html
* igt@kms_psr@psr2-sprite-plane-onoff:
- shard-glk: NOTRUN -> [SKIP][277] +244 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk6/igt@kms_psr@psr2-sprite-plane-onoff.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-tglu: NOTRUN -> [SKIP][278] ([i915#9685])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-7/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-dg1: NOTRUN -> [SKIP][279] ([i915#5289])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
- shard-tglu: NOTRUN -> [SKIP][280] ([i915#5289])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-9/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-x-tiled-reflect-x-0:
- shard-dg1: [PASS][281] -> [DMESG-WARN][282] ([i915#1982])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg1-18/igt@kms_rotation_crc@primary-x-tiled-reflect-x-0.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_rotation_crc@primary-x-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-mtlp: NOTRUN -> [SKIP][283] ([i915#4235]) +2 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
- shard-dg2: NOTRUN -> [SKIP][284] ([i915#11131] / [i915#5190])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-mtlp: NOTRUN -> [SKIP][285] ([i915#5289])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/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][286] ([i915#5289])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_sysfs_edid_timing:
- shard-dg2: NOTRUN -> [FAIL][287] ([IGT#2])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_sysfs_edid_timing.html
- shard-dg1: [PASS][288] -> [FAIL][289] ([IGT#2] / [i915#6493])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg1-18/igt@kms_sysfs_edid_timing.html
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_sysfs_edid_timing.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-mtlp: NOTRUN -> [SKIP][290] ([i915#8623])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2: NOTRUN -> [SKIP][291] ([i915#8623])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1:
- shard-snb: [PASS][292] -> [FAIL][293] ([i915#9196])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-snb7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-snb7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html
* igt@kms_vrr@flip-suspend:
- shard-mtlp: NOTRUN -> [SKIP][294] ([i915#3555] / [i915#8808])
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@negative-basic:
- shard-rkl: NOTRUN -> [SKIP][295] ([i915#3555] / [i915#9906])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-dg1: NOTRUN -> [SKIP][296] ([i915#9906])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_writeback@writeback-check-output:
- shard-glk: NOTRUN -> [SKIP][297] ([i915#2437])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk5/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-mtlp: NOTRUN -> [SKIP][298] ([i915#2437] / [i915#9412])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-8/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@kms_writeback@writeback-fb-id:
- shard-mtlp: NOTRUN -> [SKIP][299] ([i915#2437])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@kms_writeback@writeback-fb-id.html
- shard-dg2: NOTRUN -> [SKIP][300] ([i915#2437])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_writeback@writeback-fb-id.html
- shard-rkl: NOTRUN -> [SKIP][301] ([i915#2437])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_writeback@writeback-fb-id.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-dg2: NOTRUN -> [SKIP][302] ([i915#2436])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@global-sseu-config-invalid:
- shard-mtlp: NOTRUN -> [SKIP][303] ([i915#7387])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@perf@global-sseu-config-invalid.html
- shard-dg2: NOTRUN -> [SKIP][304] ([i915#7387])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@perf@global-sseu-config-invalid.html
* igt@perf_pmu@busy-double-start@ccs0:
- shard-dg2: [PASS][305] -> [FAIL][306] ([i915#4349])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-5/igt@perf_pmu@busy-double-start@ccs0.html
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@perf_pmu@busy-double-start@ccs0.html
* igt@perf_pmu@busy-double-start@vecs0:
- shard-dg1: [PASS][307] -> [FAIL][308] ([i915#4349]) +1 other test fail
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg1-16/igt@perf_pmu@busy-double-start@vecs0.html
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@perf_pmu@busy-double-start@vecs0.html
* igt@perf_pmu@cpu-hotplug:
- shard-mtlp: NOTRUN -> [SKIP][309] ([i915#8850])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@perf_pmu@cpu-hotplug.html
* igt@perf_pmu@event-wait@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][310] ([i915#3555] / [i915#8807])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@rc6-all-gts:
- shard-dg1: NOTRUN -> [SKIP][311] ([i915#8516]) +1 other test skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@perf_pmu@rc6-all-gts.html
- shard-tglu: NOTRUN -> [SKIP][312] ([i915#8516])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@perf_pmu@rc6-all-gts.html
* igt@prime_vgem@basic-fence-mmap:
- shard-mtlp: NOTRUN -> [SKIP][313] ([i915#3708] / [i915#4077])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@prime_vgem@basic-fence-mmap.html
- shard-dg2: NOTRUN -> [SKIP][314] ([i915#3708] / [i915#4077])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-read:
- shard-mtlp: NOTRUN -> [SKIP][315] ([i915#3708])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-4/igt@prime_vgem@basic-read.html
* igt@prime_vgem@basic-write:
- shard-dg2: NOTRUN -> [SKIP][316] ([i915#3291] / [i915#3708])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@prime_vgem@basic-write.html
- shard-rkl: NOTRUN -> [SKIP][317] ([i915#3291] / [i915#3708]) +1 other test skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@prime_vgem@basic-write.html
- shard-mtlp: NOTRUN -> [SKIP][318] ([i915#10216] / [i915#3708])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@prime_vgem@basic-write.html
* igt@prime_vgem@fence-flip-hang:
- shard-rkl: NOTRUN -> [SKIP][319] ([i915#3708])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@prime_vgem@fence-flip-hang.html
* igt@sriov_basic@bind-unbind-vf:
- shard-dg2: NOTRUN -> [SKIP][320] ([i915#9917]) +1 other test skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@sriov_basic@bind-unbind-vf.html
- shard-rkl: NOTRUN -> [SKIP][321] ([i915#9917]) +1 other test skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@sriov_basic@bind-unbind-vf.html
* igt@syncobj_timeline@invalid-wait-zero-handles:
- shard-rkl: NOTRUN -> [FAIL][322] ([i915#9781]) +1 other test fail
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@syncobj_timeline@invalid-wait-zero-handles.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-rkl: [FAIL][323] ([i915#7742]) -> [PASS][324]
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-5/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@gem_exec_big@single:
- shard-tglu: [ABORT][325] ([i915#11713]) -> [PASS][326]
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-tglu-10/igt@gem_exec_big@single.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@gem_exec_big@single.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-tglu: [FAIL][327] ([i915#2842]) -> [PASS][328]
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-tglu-3/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-6/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-tglu: [ABORT][329] ([i915#9820]) -> [PASS][330]
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-tglu-3/igt@i915_module_load@reload-with-fault-injection.html
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1:
- shard-mtlp: [FAIL][331] ([i915#11808] / [i915#5956]) -> [PASS][332]
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-mtlp-8/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [FAIL][333] ([i915#2346]) -> [PASS][334]
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-rkl: [SKIP][335] ([i915#9519]) -> [PASS][336]
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-5/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: [SKIP][337] ([i915#9519]) -> [PASS][338]
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-11/igt@kms_pm_rpm@modeset-lpsp-stress.html
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1:
- shard-tglu: [FAIL][339] ([i915#9196]) -> [PASS][340]
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html
#### Warnings ####
* igt@kms_content_protection@mei-interface:
- shard-rkl: [SKIP][341] ([i915#9424]) -> [SKIP][342] ([i915#8063])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-5/igt@kms_content_protection@mei-interface.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_content_protection@mei-interface.html
- shard-tglu: [SKIP][343] ([i915#6944] / [i915#9424]) -> [SKIP][344] ([i915#8063])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-tglu-5/igt@kms_content_protection@mei-interface.html
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-10/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-snb: [INCOMPLETE][345] ([i915#8816]) -> [SKIP][346]
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-snb7/igt@kms_content_protection@srm.html
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-snb6/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-dg2: [SKIP][347] ([i915#7118] / [i915#9424]) -> [SKIP][348] ([i915#7118] / [i915#7162] / [i915#9424])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-3/igt@kms_content_protection@type1.html
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2: [SKIP][349] ([i915#11453] / [i915#3359]) -> [SKIP][350] ([i915#11453]) +3 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-512x170.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
- shard-dg2: [SKIP][351] ([i915#3458]) -> [SKIP][352] ([i915#10433] / [i915#3458]) +4 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
- shard-dg2: [SKIP][353] ([i915#10433] / [i915#3458]) -> [SKIP][354] ([i915#3458]) +6 other tests skip
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
* igt@kms_psr@fbc-pr-primary-mmap-gtt:
- shard-dg2: [SKIP][355] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][356] ([i915#1072] / [i915#9732]) +11 other tests skip
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-11/igt@kms_psr@fbc-pr-primary-mmap-gtt.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@kms_psr@fbc-pr-primary-mmap-gtt.html
* igt@kms_psr@psr-cursor-mmap-cpu:
- shard-dg2: [SKIP][357] ([i915#1072] / [i915#9732]) -> [SKIP][358] ([i915#1072] / [i915#9673] / [i915#9732]) +10 other tests skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-5/igt@kms_psr@psr-cursor-mmap-cpu.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_psr@psr-cursor-mmap-cpu.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-dg2: [SKIP][359] ([i915#11131]) -> [SKIP][360] ([i915#11131] / [i915#4235]) +1 other test skip
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-3/igt@kms_rotation_crc@primary-rotation-270.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2: [SKIP][361] ([i915#11131] / [i915#5190]) -> [SKIP][362] ([i915#11131] / [i915#4235] / [i915#5190])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg2: [SKIP][363] ([i915#11131] / [i915#4235] / [i915#5190]) -> [SKIP][364] ([i915#11131] / [i915#5190])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-glk: [FAIL][365] ([i915#10959]) -> [SKIP][366]
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-glk5/igt@kms_tiled_display@basic-test-pattern.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk8/igt@kms_tiled_display@basic-test-pattern.html
* igt@perf@non-zero-reason@0-rcs0:
- shard-dg2: [FAIL][367] ([i915#9100]) -> [FAIL][368] ([i915#7484])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-10/igt@perf@non-zero-reason@0-rcs0.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@perf@non-zero-reason@0-rcs0.html
[IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2
[i915#10105]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10105
[i915#10139]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10139
[i915#10216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10216
[i915#10226]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10226
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#10959]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131
[i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11614]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11713
[i915#118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118
[i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982
[i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122
[i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323
[i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359
[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#3582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582
[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#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
[i915#3826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3826
[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#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4348]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4348
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4473]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4767]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4767
[i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[i915#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#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6117]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6117
[i915#6118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6118
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6227]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227
[i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230
[i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6493
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7162]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7162
[i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173
[i915#7178]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7178
[i915#72]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/72
[i915#7213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7213
[i915#7387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387
[i915#7484]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7484
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7742
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
[i915#8063]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8063
[i915#8289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8289
[i915#8292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292
[i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
[i915#8588]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8588
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709
[i915#8807]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8807
[i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808
[i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#8816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8816
[i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821
[i915#8850]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8850
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100
[i915#9196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9196
[i915#9293]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9293
[i915#9311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9311
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412
[i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519
[i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531
[i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9728]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9728
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766
[i915#9781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9781
[i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820
[i915#9833]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9833
[i915#9846]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9846
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7966 -> IGTPW_11559
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_15220: 4f95bd933f4dacd22752bf8d6e548e8cc445d093 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11559: 11559
IGT_7966: f16c5f500adc5fa41bd52a3ef2a84165da4fb596 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/index.html
[-- Attachment #2: Type: text/html, Size: 123993 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ✗ CI.xeBAT: failure for tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
2024-08-12 19:20 ` ✗ CI.xeBAT: failure for " Patchwork
@ 2024-08-13 7:09 ` Bernatowicz, Marcin
0 siblings, 0 replies; 9+ messages in thread
From: Bernatowicz, Marcin @ 2024-08-13 7:09 UTC (permalink / raw)
To: igt-dev, lgci.bug.filing
On 8/12/2024 9:20 PM, Patchwork wrote:
> *Patch Details*
> *Series:* tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
> *URL:* https://patchwork.freedesktop.org/series/137198/
> <https://patchwork.freedesktop.org/series/137198/>
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/index.html
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/index.html>
>
>
> CI Bug Log - changes from XEIGT_7966_BAT -> XEIGTPW_11559_BAT
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with XEIGTPW_11559_BAT absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in XEIGTPW_11559_BAT, 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 (9 -> 9)
>
> No changes in participating hosts
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> XEIGTPW_11559_BAT:
>
>
> IGT changes
>
>
> Possible regressions
>
> * igt@xe_exec_compute_mode@twice-bindexecqueue-userptr:
> o bat-pvc-2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/bat-pvc-2/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr.html> -> INCOMPLETE <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/bat-pvc-2/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr.html>
>
Not related to the change. This change is isolated to the xe_huc_copy
and does not impact other tests. The issue addressed by this patch is
demonstrated in the xe_huc_copy results below (SKIP -> PASS).
Regards,
marcin
>
> Known issues
>
> Here are the changes found in XEIGTPW_11559_BAT that come from known issues:
>
>
> IGT changes
>
>
> Issues hit
>
> * igt@kms_flip@basic-flip-vs-wf_vblank:
> o bat-lnl-1: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/bat-lnl-1/igt@kms_flip@basic-flip-vs-wf_vblank.html> -> FAIL <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/bat-lnl-1/igt@kms_flip@basic-flip-vs-wf_vblank.html> (Intel XE#886 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) +1 other test fail
>
>
> Possible fixes
>
> * igt@xe_huc_copy@huc_copy:
> o bat-adlp-vf: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/bat-adlp-vf/igt@xe_huc_copy@huc_copy.html> (Intel XE#2466 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2466>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/bat-adlp-vf/igt@xe_huc_copy@huc_copy.html>
>
>
> Build changes
>
> * IGT: IGT_7966 -> IGTPW_11559
> * Linux: xe-1747-a95e3e46063ddcea598b2ac865173debffba13fe ->
> xe-1755-4f95bd933f4dacd22752bf8d6e548e8cc445d093
>
> IGTPW_11559: 11559
> IGT_7966: f16c5f500adc5fa41bd52a3ef2a84165da4fb596 @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> xe-1747-a95e3e46063ddcea598b2ac865173debffba13fe:
> a95e3e46063ddcea598b2ac865173debffba13fe
> xe-1755-4f95bd933f4dacd22752bf8d6e548e8cc445d093:
> 4f95bd933f4dacd22752bf8d6e548e8cc445d093
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ✗ Fi.CI.IGT: failure for tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
2024-08-13 6:46 ` ✗ Fi.CI.IGT: " Patchwork
@ 2024-08-13 7:11 ` Bernatowicz, Marcin
0 siblings, 0 replies; 9+ messages in thread
From: Bernatowicz, Marcin @ 2024-08-13 7:11 UTC (permalink / raw)
To: igt-dev, lgci.bug.filing
On 8/13/2024 8:46 AM, Patchwork wrote:
> *Patch Details*
> *Series:* tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
> *URL:* https://patchwork.freedesktop.org/series/137198/
> <https://patchwork.freedesktop.org/series/137198/>
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/index.html
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/index.html>
>
>
> CI Bug Log - changes from CI_DRM_15220_full -> IGTPW_11559_full
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_11559_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_11559_full, please notify your bug team
> (I915-ci-infra@lists.freedesktop.org) to allow them
> to document this new failure mode, which will reduce false positives in CI.
>
> External URL:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/index.html
>
>
> Participating hosts (9 -> 9)
>
> No changes in participating hosts
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> IGTPW_11559_full:
>
>
> IGT changes
>
>
> Possible regressions
>
> *
>
> igt@gem_exec_balancer@individual:
>
> o shard-dg1: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@gem_exec_balancer@individual.html>
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180:
>
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html> -> DMESG-FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html>
> *
>
> igt@kms_flip@blocking-wf_vblank@a-hdmi-a2:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-1/igt@kms_flip@blocking-wf_vblank@a-hdmi-a2.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_flip@blocking-wf_vblank@a-hdmi-a2.html>
>
Not related to the change. This change is isolated to the xe_huc_copy
and does not impact other tests.
Regards,
marcin
>
> Known issues
>
> Here are the changes found in IGTPW_11559_full that come from known issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@api_intel_bb@crc32:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@api_intel_bb@crc32.html> (i915#6230 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230>)
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-10/igt@api_intel_bb@crc32.html> (i915#6230 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230>)
> *
>
> igt@device_reset@cold-reset-bound:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@device_reset@cold-reset-bound.html> (i915#11078 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078>)
> *
>
> igt@device_reset@unbind-cold-reset-rebind:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@device_reset@unbind-cold-reset-rebind.html> (i915#11078 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078>)
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-7/igt@device_reset@unbind-cold-reset-rebind.html> (i915#11078 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078>)
> *
>
> igt@drm_fdinfo@busy-idle@bcs0:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@drm_fdinfo@busy-idle@bcs0.html> (i915#8414 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414>) +22 other tests skip
> *
>
> igt@drm_fdinfo@busy-idle@vecs0:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@drm_fdinfo@busy-idle@vecs0.html> (i915#8414 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414>) +6 other tests skip
> *
>
> igt@drm_fdinfo@isolation@vecs0:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@drm_fdinfo@isolation@vecs0.html> (i915#8414 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414>) +10 other tests skip
> *
>
> igt@gem_basic@multigpu-create-close:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@gem_basic@multigpu-create-close.html> (i915#7697 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697>) +2 other tests skip
> *
>
> igt@gem_ccs@ctrl-surf-copy-new-ctx:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@gem_ccs@ctrl-surf-copy-new-ctx.html> (i915#9323 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323>) +1 other test skip
> *
>
> igt@gem_close_race@multigpu-basic-process:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@gem_close_race@multigpu-basic-process.html> (i915#7697 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697>) +1 other test skip
> *
>
> igt@gem_close_race@multigpu-basic-threads:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@gem_close_race@multigpu-basic-threads.html> (i915#7697 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697>) +1 other test skip
> *
>
> igt@gem_create@create-ext-cpu-access-big:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@gem_create@create-ext-cpu-access-big.html> (i915#6335 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335>)
> o shard-dg2: NOTRUN -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@gem_create@create-ext-cpu-access-big.html> (i915#9846 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9846>)
> *
>
> igt@gem_create@create-ext-set-pat:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@gem_create@create-ext-set-pat.html> (i915#8562 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562>)
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-7/igt@gem_create@create-ext-set-pat.html> (i915#8562 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562>)
> *
>
> igt@gem_ctx_persistence@heartbeat-hostile:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@gem_ctx_persistence@heartbeat-hostile.html> (i915#8555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555>)
> *
>
> igt@gem_ctx_sseu@invalid-args:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@gem_ctx_sseu@invalid-args.html> (i915#280 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@gem_ctx_sseu@invalid-args.html> (i915#280 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>)
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@gem_ctx_sseu@invalid-args.html> (i915#280 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>)
> *
>
> igt@gem_exec_balancer@bonded-sync:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@gem_exec_balancer@bonded-sync.html> (i915#4771 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771>)
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@gem_exec_balancer@bonded-sync.html> (i915#4771 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771>)
> *
>
> igt@gem_exec_balancer@invalid-bonds:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@gem_exec_balancer@invalid-bonds.html> (i915#4036 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036>)
> *
>
> igt@gem_exec_balancer@parallel-keep-in-fence:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@gem_exec_balancer@parallel-keep-in-fence.html> (i915#4525 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525>)
> *
>
> igt@gem_exec_balancer@parallel-ordering:
>
> o shard-tglu: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-7/igt@gem_exec_balancer@parallel-ordering.html> (i915#6117 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6117>)
> *
>
> igt@gem_exec_capture@capture-invisible@smem0:
>
> o shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk6/igt@gem_exec_capture@capture-invisible@smem0.html> (i915#6334 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334>)
> *
>
> igt@gem_exec_fair@basic-deadline:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@gem_exec_fair@basic-deadline.html> (i915#4473 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473> / i915#4771 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771>) +1 other test skip
> *
>
> igt@gem_exec_fair@basic-none-rrul:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@gem_exec_fair@basic-none-rrul.html> (i915#3539 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539> / i915#4852 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>) +1 other test skip
> *
>
> igt@gem_exec_fair@basic-none@bcs0:
>
> o shard-rkl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@gem_exec_fair@basic-none@bcs0.html> (i915#2842 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) +8 other tests fail
> *
>
> igt@gem_exec_fair@basic-pace-share@rcs0:
>
> o shard-glk: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html> (i915#2842 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>)
> *
>
> igt@gem_exec_fair@basic-pace-solo@rcs0:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-5/igt@gem_exec_fair@basic-pace-solo@rcs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@gem_exec_fair@basic-pace-solo@rcs0.html> (i915#2842 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>)
> *
>
> igt@gem_exec_fair@basic-throttle:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@gem_exec_fair@basic-throttle.html> (i915#3539 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539>) +1 other test skip
> *
>
> igt@gem_exec_fence@concurrent:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@gem_exec_fence@concurrent.html> (i915#4812 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) +1 other test skip
> *
>
> igt@gem_exec_fence@submit3:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@gem_exec_fence@submit3.html> (i915#4812 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>)
> *
>
> igt@gem_exec_flush@basic-uc-pro-default:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gem_exec_flush@basic-uc-pro-default.html> (i915#3539 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539> / i915#4852 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>) +2 other tests skip
> *
>
> igt@gem_exec_reloc@basic-concurrent0:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@gem_exec_reloc@basic-concurrent0.html> (i915#3281 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +8 other tests skip
> *
>
> igt@gem_exec_reloc@basic-cpu-noreloc:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@gem_exec_reloc@basic-cpu-noreloc.html> (i915#3281 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +3 other tests skip
> *
>
> igt@gem_exec_reloc@basic-scanout:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@gem_exec_reloc@basic-scanout.html> (i915#3281 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +6 other tests skip
> *
>
> igt@gem_exec_reloc@basic-wc-active:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-5/igt@gem_exec_reloc@basic-wc-active.html> (i915#3281 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +8 other tests skip
> *
>
> igt@gem_exec_schedule@preempt-queue-contexts-chain:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@gem_exec_schedule@preempt-queue-contexts-chain.html> (i915#4537 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537> / i915#4812 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>)
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@gem_exec_schedule@preempt-queue-contexts-chain.html> (i915#4537 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537> / i915#4812 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>)
> *
>
> igt@gem_exec_schedule@semaphore-power:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gem_exec_schedule@semaphore-power.html> (i915#4812 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) +1 other test skip
> *
>
> igt@gem_fence_thrash@bo-write-verify-y:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-5/igt@gem_fence_thrash@bo-write-verify-y.html> (i915#4860 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) +2 other tests skip
> *
>
> igt@gem_fenced_exec_thrash@no-spare-fences-busy:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html> (i915#4860 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) +1 other test skip
> *
>
> igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-4/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html> (i915#4860 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) +2 other tests skip
> *
>
> igt@gem_lmem_swapping@heavy-verify-multi-ccs:
>
> o shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk8/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html> (i915#4613 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +5 other tests skip
> *
>
> igt@gem_lmem_swapping@parallel-random:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@gem_lmem_swapping@parallel-random.html> (i915#4613 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +1 other test skip
> *
>
> igt@gem_lmem_swapping@parallel-random-verify:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@gem_lmem_swapping@parallel-random-verify.html> (i915#4613 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>)
> *
>
> igt@gem_lmem_swapping@smem-oom@lmem0:
>
> o shard-dg2: NOTRUN -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html> (i915#5493 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493>)
> *
>
> igt@gem_lmem_swapping@verify:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@gem_lmem_swapping@verify.html> (i915#4613 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +1 other test skip
> *
>
> igt@gem_madvise@dontneed-before-exec:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@gem_madvise@dontneed-before-exec.html> (i915#3282 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +2 other tests skip
> *
>
> igt@gem_media_fill@media-fill:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@gem_media_fill@media-fill.html> (i915#8289 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8289>)
> *
>
> igt@gem_media_vme:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@gem_media_vme.html> (i915#284 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284>)
> *
>
> igt@gem_mmap_gtt@basic-wc:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gem_mmap_gtt@basic-wc.html> (i915#4077 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) +4 other tests skip
> *
>
> igt@gem_mmap_gtt@cpuset-medium-copy-odd:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html> (i915#4077 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) +10 other tests skip
> *
>
> igt@gem_mmap_wc@invalid-flags:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@gem_mmap_wc@invalid-flags.html> (i915#4083 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) +1 other test skip
> *
>
> igt@gem_mmap_wc@read-write:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@gem_mmap_wc@read-write.html> (i915#4083 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) +2 other tests skip
> *
>
> igt@gem_mmap_wc@write-cpu-read-wc:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@gem_mmap_wc@write-cpu-read-wc.html> (i915#4083 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) +3 other tests skip
> *
>
> igt@gem_partial_pwrite_pread@write:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@gem_partial_pwrite_pread@write.html> (i915#3282 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>)
> *
>
> igt@gem_partial_pwrite_pread@writes-after-reads:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads.html> (i915#3282 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +6 other tests skip
> *
>
> igt@gem_partial_pwrite_pread@writes-after-reads-display:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html> (i915#3282 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +1 other test skip
> *
>
> igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html> (i915#4270 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) +4 other tests skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html> (i915#4270 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) +1 other test skip
> *
>
> igt@gem_pxp@fail-invalid-protected-context:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@gem_pxp@fail-invalid-protected-context.html> (i915#4270 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) +2 other tests skip
> *
>
> igt@gem_pxp@reject-modify-context-protection-on:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@gem_pxp@reject-modify-context-protection-on.html> (i915#4270 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) +4 other tests skip
> *
>
> igt@gem_pxp@verify-pxp-stale-buf-execution:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@gem_pxp@verify-pxp-stale-buf-execution.html> (i915#4270 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>)
> *
>
> igt@gem_render_copy@y-tiled-to-vebox-y-tiled:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-4/igt@gem_render_copy@y-tiled-to-vebox-y-tiled.html> (i915#8428 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>) +3 other tests skip
> *
>
> igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html> (i915#5190 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#8428 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>) +4 other tests skip
> *
>
> igt@gem_set_tiling_vs_blt@tiled-to-tiled:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html> (i915#4079 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>) +3 other tests skip
> *
>
> igt@gem_set_tiling_vs_blt@tiled-to-untiled:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html> (i915#4079 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>) +1 other test skip
> *
>
> igt@gem_set_tiling_vs_blt@untiled-to-tiled:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html> (i915#4079 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>)
> *
>
> igt@gem_tiled_partial_pwrite_pread@writes:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@gem_tiled_partial_pwrite_pread@writes.html> (i915#4077 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) +17 other tests skip
> *
>
> igt@gem_userptr_blits@coherency-unsync:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-9/igt@gem_userptr_blits@coherency-unsync.html> (i915#3297 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>)
> *
>
> igt@gem_userptr_blits@create-destroy-unsync:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@gem_userptr_blits@create-destroy-unsync.html> (i915#3297 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) +2 other tests skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@gem_userptr_blits@create-destroy-unsync.html> (i915#3297 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) +1 other test skip
> *
>
> igt@gem_userptr_blits@dmabuf-sync:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-1/igt@gem_userptr_blits@dmabuf-sync.html> (i915#3297 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297> / i915#3323 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323>)
> *
>
> igt@gem_userptr_blits@forbidden-operations:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@gem_userptr_blits@forbidden-operations.html> (i915#3282 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282> / i915#3297 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>)
> *
>
> igt@gem_userptr_blits@map-fixed-invalidate-overlap:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html> (i915#3297 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297> / i915#4880 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880>) +1 other test skip
> *
>
> igt@gem_userptr_blits@readonly-pwrite-unsync:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@gem_userptr_blits@readonly-pwrite-unsync.html> (i915#3297 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) +2 other tests skip
> *
>
> igt@gem_userptr_blits@relocations:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@gem_userptr_blits@relocations.html> (i915#3281 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281> / i915#3297 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>)
> *
>
> igt@gem_userptr_blits@unsync-unmap:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@gem_userptr_blits@unsync-unmap.html> (i915#3297 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) +2 other tests skip
> *
>
> igt@gen9_exec_parse@bb-chained:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@gen9_exec_parse@bb-chained.html> (i915#2527 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>) +4 other tests skip
> *
>
> igt@gen9_exec_parse@bb-large:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@gen9_exec_parse@bb-large.html> (i915#2527 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>)
> *
>
> igt@gen9_exec_parse@bb-secure:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-10/igt@gen9_exec_parse@bb-secure.html> (i915#2527 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527> / i915#2856 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>)
> *
>
> igt@gen9_exec_parse@bb-start-param:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@gen9_exec_parse@bb-start-param.html> (i915#2856 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) +2 other tests skip
> *
>
> igt@gen9_exec_parse@shadow-peek:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@gen9_exec_parse@shadow-peek.html> (i915#2856 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) +1 other test skip
> *
>
> igt@i915_fb_tiling:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@i915_fb_tiling.html> (i915#4881 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881>)
> *
>
> igt@i915_module_load@load:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@i915_module_load@load.html> (i915#6227 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227>)
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@i915_module_load@load.html> (i915#6227 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227>)
> *
>
> igt@i915_module_load@reload-with-fault-injection:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-5/igt@i915_module_load@reload-with-fault-injection.html> -> ABORT <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-1/igt@i915_module_load@reload-with-fault-injection.html> (i915#9820 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820>)
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-8/igt@i915_module_load@reload-with-fault-injection.html> -> ABORT <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-5/igt@i915_module_load@reload-with-fault-injection.html> (i915#9820 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820>)
> *
>
> igt@i915_module_load@resize-bar:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@i915_module_load@resize-bar.html> (i915#7178 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7178>)
> *
>
> igt@i915_pm_freq_api@freq-basic-api:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@i915_pm_freq_api@freq-basic-api.html> (i915#8399 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399>)
> *
>
> igt@i915_pm_freq_api@freq-reset-multiple:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-6/igt@i915_pm_freq_api@freq-reset-multiple.html> (i915#8399 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399>)
> *
>
> igt@i915_pm_rpm@gem-execbuf-stress-pc8:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html> +14 other tests skip
> *
>
> igt@i915_pm_rps@min-max-config-idle:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@i915_pm_rps@min-max-config-idle.html> (i915#11681 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681> / i915#6621 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>)
> *
>
> igt@i915_power@sanity:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@i915_power@sanity.html> (i915#7984 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984>)
> *
>
> igt@i915_selftest@mock@memory_region:
>
> o shard-glk: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk9/igt@i915_selftest@mock@memory_region.html> (i915#9311 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9311>)
> *
>
> igt@i915_suspend@basic-s3-without-i915:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-5/igt@i915_suspend@basic-s3-without-i915.html> -> INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html> (i915#4817 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817>)
> *
>
> igt@kms_addfb_basic@basic-x-tiled-legacy:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_addfb_basic@basic-x-tiled-legacy.html> (i915#4212 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>) +1 other test skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@kms_addfb_basic@basic-x-tiled-legacy.html> (i915#4212 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>)
> *
>
> igt@kms_addfb_basic@clobberred-modifier:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_addfb_basic@clobberred-modifier.html> (i915#4212 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>)
> *
>
> igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html> (i915#3826 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3826>)
> *
>
> igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc.html> (i915#8709 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709>) +3 other tests skip
> *
>
> igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html> (i915#8709 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709>) +7 other tests skip
> *
>
> igt@kms_atomic@plane-primary-overlay-mutable-zpos:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html> (i915#9531 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531>)
> *
>
> igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html> (i915#1769 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769> / i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> *
>
> igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-1:
>
> o shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-snb5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-1.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-snb5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-1.html> (i915#5956 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956>)
> *
>
> igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
>
> o shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html> (i915#1769 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769>)
> *
>
> igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-dp-4:
>
> o shard-dg2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-dp-4.html> (i915#5956 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956>)
> *
>
> igt@kms_big_fb@4-tiled-32bpp-rotate-0:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html> (i915#5286 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +5 other tests skip
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html> (i915#5286 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +2 other tests skip
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html> (i915#4538 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> / i915#5286 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +4 other tests skip
> *
>
> igt@kms_big_fb@linear-32bpp-rotate-90:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_big_fb@linear-32bpp-rotate-90.html> (i915#3638 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>) +2 other tests skip
> *
>
> igt@kms_big_fb@linear-8bpp-rotate-270:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_big_fb@linear-8bpp-rotate-270.html> (i915#3638 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>) +2 other tests skip
> *
>
> igt@kms_big_fb@y-tiled-addfb:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_big_fb@y-tiled-addfb.html> (i915#6187 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187>)
> *
>
> igt@kms_big_fb@y-tiled-addfb-size-overflow:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@kms_big_fb@y-tiled-addfb-size-overflow.html> (i915#5190 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +1 other test skip
> *
>
> igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html> (i915#4538 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538>) +3 other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html> (i915#4538 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> / i915#5190 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +9 other tests skip
> *
>
> igt@kms_big_joiner@invalid-modeset-force-joiner:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_big_joiner@invalid-modeset-force-joiner.html> (i915#10656 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656>) +1 other test skip
> *
>
> igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-c-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-c-edp-1.html> (i915#6095 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +43 other tests skip
> *
>
> igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4.html> (i915#10307 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#6095 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +215 other tests skip
> *
>
> igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-2:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-2.html> (i915#6095 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +55 other tests skip
> *
>
> igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-10/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1.html> (i915#6095 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +11 other tests skip
> *
>
> igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-3:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-3.html> (i915#6095 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +67 other tests skip
> *
>
> igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1.html> (i915#10307 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#10434 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434> / i915#6095 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +7 other tests skip
> *
>
> igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html> (i915#7213 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7213>) +3 other tests skip
> *
>
> igt@kms_cdclk@plane-scaling@pipe-c-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/igt@kms_cdclk@plane-scaling@pipe-c-edp-1.html> (i915#4087 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4087>) +3 other tests skip
> *
>
> igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html> (i915#4087 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4087>) +3 other tests skip
> *
>
> igt@kms_chamelium_edid@hdmi-edid-read:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@kms_chamelium_edid@hdmi-edid-read.html> (i915#7828 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +11 other tests skip
> *
>
> igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html> (i915#7828 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +2 other tests skip
> *
>
> igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html> (i915#7828 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +10 other tests skip
> *
>
> igt@kms_chamelium_frames@hdmi-frame-dump:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@kms_chamelium_frames@hdmi-frame-dump.html> (i915#7828 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +4 other tests skip
> *
>
> igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-9/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html> (i915#7828 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +1 other test skip
> *
>
> igt@kms_content_protection@atomic-dpms:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@kms_content_protection@atomic-dpms.html> (i915#7118 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> / i915#9424 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_content_protection@atomic-dpms.html> (i915#7118 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> / i915#9424 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
> *
>
> igt@kms_content_protection@atomic@pipe-a-dp-4:
>
> o shard-dg2: NOTRUN -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_content_protection@atomic@pipe-a-dp-4.html> (i915#7173 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173>)
> *
>
> igt@kms_content_protection@content-type-change:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@kms_content_protection@content-type-change.html> (i915#9424 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
> *
>
> igt@kms_content_protection@dp-mst-lic-type-0:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-1/igt@kms_content_protection@dp-mst-lic-type-0.html> (i915#3116 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116>)
> *
>
> igt@kms_content_protection@legacy:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-4/igt@kms_content_protection@legacy.html> (i915#6944 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / i915#9424 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
> *
>
> igt@kms_content_protection@lic-type-0:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-1/igt@kms_content_protection@lic-type-0.html> (i915#9424 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
> *
>
> igt@kms_content_protection@srm:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_content_protection@srm.html> (i915#6944 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944>)
> *
>
> igt@kms_content_protection@uevent:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@kms_content_protection@uevent.html> (i915#7116 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116> / i915#9424 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
> *
>
> igt@kms_cursor_crc@cursor-random-32x32:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_cursor_crc@cursor-random-32x32.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +3 other tests skip
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-256x85:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html> (i915#8814 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814>) +1 other test skip
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-max-size:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +8 other tests skip
> *
>
> igt@kms_cursor_crc@cursor-sliding-512x170:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@kms_cursor_crc@cursor-sliding-512x170.html> (i915#11453 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-512x170.html> (i915#11453 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>)
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@kms_cursor_crc@cursor-sliding-512x170.html> (i915#11453 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>)
> *
>
> igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
>
> o shard-glk: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-glk8/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk5/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html> (i915#72 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/72>)
> *
>
> igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html> (i915#4103 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103> / i915#4213 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213>) +1 other test skip
> *
>
> igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html> (i915#9067 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067>)
> *
>
> igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html> (i915#4103 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103>)
> *
>
> igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> (i915#4103 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103> / i915#4213 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213>) +1 other test skip
> *
>
> igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html> (i915#9833 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9833>)
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html> (i915#9723 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723>)
> *
>
> igt@kms_dirtyfb@psr-dirtyfb-ioctl:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html> (i915#9723 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723>)
> *
>
> igt@kms_display_modes@extended-mode-basic:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@kms_display_modes@extended-mode-basic.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip
> *
>
> igt@kms_display_modes@mst-extended-mode-negative:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_display_modes@mst-extended-mode-negative.html> (i915#8588 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8588>)
> *
>
> igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html> (i915#3804 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804>)
> *
>
> igt@kms_dp_aux_dev:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-11/igt@kms_dp_aux_dev.html> -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_dp_aux_dev.html> (i915#1257 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-2/igt@kms_dp_aux_dev.html> (i915#1257 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257>)
> *
>
> igt@kms_dsc@dsc-basic:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/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 shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-5/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_dsc@dsc-fractional-bpp:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_dsc@dsc-fractional-bpp.html> (i915#3840 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
> *
>
> igt@kms_dsc@dsc-fractional-bpp-with-bpc:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html> (i915#3840 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
> *
>
> igt@kms_dsc@dsc-with-formats:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_dsc@dsc-with-formats.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_dsc@dsc-with-formats.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
> *
>
> igt@kms_dsc@dsc-with-output-formats:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@kms_dsc@dsc-with-output-formats.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) +1 other test skip
> *
>
> igt@kms_fbcon_fbt@fbc-suspend:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-1/igt@kms_fbcon_fbt@fbc-suspend.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_fbcon_fbt@fbc-suspend.html> (i915#4767 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4767>)
> *
>
> igt@kms_fbcon_fbt@psr:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@kms_fbcon_fbt@psr.html> (i915#3469 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469>)
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-10/igt@kms_fbcon_fbt@psr.html> (i915#3469 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469>)
> *
>
> igt@kms_feature_discovery@display-2x:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_feature_discovery@display-2x.html> (i915#1839 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839>)
> *
>
> igt@kms_feature_discovery@display-3x:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_feature_discovery@display-3x.html> (i915#1839 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839>)
> *
>
> igt@kms_feature_discovery@display-4x:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@kms_feature_discovery@display-4x.html> (i915#1839 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839>) +1 other test skip
> *
>
> igt@kms_feature_discovery@psr1:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_feature_discovery@psr1.html> (i915#658 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658>)
> *
>
> igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ab-vga1-hdmi-a1:
>
> o shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-snb4/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ab-vga1-hdmi-a1.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-snb7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ab-vga1-hdmi-a1.html> (i915#2122 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>)
> *
>
> igt@kms_flip@2x-flip-vs-fences:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_flip@2x-flip-vs-fences.html> (i915#8381 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381>)
> *
>
> igt@kms_flip@2x-flip-vs-modeset:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-8/igt@kms_flip@2x-flip-vs-modeset.html> (i915#3637 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) +2 other tests skip
> *
>
> igt@kms_flip@2x-nonexisting-fb-interruptible:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-9/igt@kms_flip@2x-nonexisting-fb-interruptible.html> (i915#3637 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) +2 other tests skip
> *
>
> igt@kms_flip@2x-plain-flip:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@kms_flip@2x-plain-flip.html> +34 other tests skip
> *
>
> igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html> (i915#9934 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>) +4 other tests skip
> *
>
> igt@kms_flip@blocking-wf_vblank@b-hdmi-a4:
>
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg1-17/igt@kms_flip@blocking-wf_vblank@b-hdmi-a4.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@kms_flip@blocking-wf_vblank@b-hdmi-a4.html> (i915#2122 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +2 other tests fail
> *
>
> igt@kms_flip@flip-vs-fences-interruptible:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-8/igt@kms_flip@flip-vs-fences-interruptible.html> (i915#8381 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381>)
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8810 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810>)
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html> (i915#2672 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +4 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html> (i915#2587 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>)
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html> (i915#2587 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +1 other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode.html> (i915#2672 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>)
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html> (i915#2672 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +4 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html> (i915#2672 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html> (i915#6880 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880>)
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html> (i915#8708 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +15 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render:
>
> o shard-glk: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-glk7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html> -> DMESG-FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html> (i915#118 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118>)
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html> +29 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-rte:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html> (i915#5354 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +30 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-tiling-4:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-tiling-4.html> (i915#5439 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439>)
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc.html> (i915#3023 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023>) +27 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-pgflip-blt:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-pgflip-blt.html> +25 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html> (i915#10433 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433> / i915#3458 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +1 other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-blt:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-blt.html> (i915#1825 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>) +21 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@pipe-fbc-rte:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html> (i915#9766 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766>)
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html> (i915#9766 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766>)
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html> (i915#8708 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +15 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-rte:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-rte.html> (i915#3458 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +13 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt.html> (i915#8708 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +6 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite.html> (i915#1825 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>) +45 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu.html> (i915#3458 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +13 other tests skip
> *
>
> igt@kms_getfb@getfb-reject-ccs:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-5/igt@kms_getfb@getfb-reject-ccs.html> (i915#6118 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6118>)
> *
>
> igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c.html> +18 other tests skip
> *
>
> igt@kms_plane_lowres@tiling-none@pipe-d-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_plane_lowres@tiling-none@pipe-d-edp-1.html> (i915#11614 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614> / i915#3582 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582>) +1 other test skip
> *
>
> igt@kms_plane_lowres@tiling-x@pipe-a-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@kms_plane_lowres@tiling-x@pipe-a-edp-1.html> (i915#10226 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10226> / i915#11614 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614> / i915#3582 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582>) +5 other tests skip
> *
>
> igt@kms_plane_lowres@tiling-yf:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_plane_lowres@tiling-yf.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8821 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821>)
> *
>
> igt@kms_plane_multiple@tiling-yf:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +3 other tests skip
> *
>
> igt@kms_plane_scaling@2x-scaler-multi-pipe:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-8/igt@kms_plane_scaling@2x-scaler-multi-pipe.html> (i915#9809 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809>)
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@kms_plane_scaling@2x-scaler-multi-pipe.html> (i915#5354 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354> / i915#9423 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423>)
> *
>
> igt@kms_plane_scaling@intel-max-src-size:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-8/igt@kms_plane_scaling@intel-max-src-size.html> (i915#6953 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>)
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@kms_plane_scaling@intel-max-src-size.html> (i915#6953 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> / i915#9423 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423>)
> *
>
> igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
>
> o shard-rkl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html> (i915#8292 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292>)
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-3:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-3.html> (i915#9423 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423>) +28 other tests skip
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-6/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1.html> (i915#5176 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5176>) +11 other tests skip
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-c-hdmi-a-4:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-c-hdmi-a-4.html> (i915#9423 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423>) +11 other tests skip
> *
>
> igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2.html> (i915#9423 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423>) +5 other tests skip
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html> (i915#5235 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235> / i915#9423 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423>) +2 other tests skip
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2.html> (i915#5235 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235>) +1 other test skip
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-a-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-a-edp-1.html> (i915#5235 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235>) +3 other tests skip
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2.html> (i915#9728 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9728>) +5 other tests skip
> *
>
> igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-3:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-3.html> (i915#9728 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9728>) +11 other tests skip
> *
>
> igt@kms_pm_backlight@bad-brightness:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_pm_backlight@bad-brightness.html> (i915#5354 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> *
>
> igt@kms_pm_dc@dc5-dpms-negative:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@kms_pm_dc@dc5-dpms-negative.html> (i915#9293 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9293>)
> *
>
> igt@kms_pm_dc@dc6-psr:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_pm_dc@dc6-psr.html> (i915#10139 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10139>)
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_pm_dc@dc6-psr.html> (i915#9685 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_pm_dc@dc6-psr.html> (i915#9685 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685>)
> *
>
> igt@kms_pm_lpsp@kms-lpsp:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@kms_pm_lpsp@kms-lpsp.html> (i915#9340 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340>)
> *
>
> igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html> (i915#9519 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> *
>
> igt@kms_pm_rpm@dpms-non-lpsp:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-11/igt@kms_pm_rpm@dpms-non-lpsp.html> -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_pm_rpm@dpms-non-lpsp.html> (i915#9519 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> *
>
> igt@kms_pm_rpm@modeset-lpsp:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp.html> -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp.html> (i915#9519 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> *
>
> igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html> (i915#9519 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>) +2 other tests skip
> *
>
> igt@kms_prime@basic-crc-hybrid:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@kms_prime@basic-crc-hybrid.html> (i915#6524 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524> / i915#6805 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@kms_prime@basic-crc-hybrid.html> (i915#6524 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524>)
> *
>
> igt@kms_prime@basic-modeset-hybrid:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_prime@basic-modeset-hybrid.html> (i915#6524 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524>)
> *
>
> igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html> (i915#11520 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +4 other tests skip
> *
>
> igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf.html> (i915#11520 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +5 other tests skip
> *
>
> igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area.html> (i915#11520 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>)
> *
>
> igt@kms_psr2_sf@overlay-plane-update-continuous-sf:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html> (i915#11520 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +1 other test skip
> *
>
> igt@kms_psr2_su@frontbuffer-xrgb8888:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_psr2_su@frontbuffer-xrgb8888.html> (i915#4348 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4348>)
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_psr2_su@frontbuffer-xrgb8888.html> (i915#9683 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683>)
> *
>
> igt@kms_psr2_su@page_flip-p010:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_psr2_su@page_flip-p010.html> (i915#9683 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683>)
> *
>
> igt@kms_psr2_su@page_flip-xrgb8888:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_psr2_su@page_flip-xrgb8888.html> (i915#9683 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683>) +1 other test skip
> *
>
> igt@kms_psr@fbc-pr-cursor-plane-onoff:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-17/igt@kms_psr@fbc-pr-cursor-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>) +16 other tests skip
> *
>
> igt@kms_psr@fbc-pr-primary-blt:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_psr@fbc-pr-primary-blt.html> (i915#9688 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688>) +8 other tests skip
> *
>
> igt@kms_psr@fbc-psr-cursor-mmap-gtt:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-7/igt@kms_psr@fbc-psr-cursor-mmap-gtt.html> (i915#9732 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) +3 other tests skip
> *
>
> igt@kms_psr@fbc-psr-primary-mmap-gtt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_psr@fbc-psr-primary-mmap-gtt.html> (i915#1072 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / i915#9732 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) +20 other tests skip
> *
>
> igt@kms_psr@psr2-cursor-blt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_psr@psr2-cursor-blt.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>)
> *
>
> igt@kms_psr@psr2-cursor-mmap-gtt:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-2/igt@kms_psr@psr2-cursor-mmap-gtt.html> (i915#1072 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / i915#9732 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) +27 other tests skip
> *
>
> igt@kms_psr@psr2-cursor-plane-onoff@edp-1:
>
> o shard-mtlp: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-8/igt@kms_psr@psr2-cursor-plane-onoff@edp-1.html> (i915#10105 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10105>)
> *
>
> igt@kms_psr@psr2-sprite-plane-onoff:
>
> o shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk6/igt@kms_psr@psr2-sprite-plane-onoff.html> +244 other tests skip
> *
>
> igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-7/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html> (i915#9685 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685>)
> *
>
> igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-13/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html> (i915#5289 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>)
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-9/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html> (i915#5289 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>)
> *
>
> igt@kms_rotation_crc@primary-x-tiled-reflect-x-0:
>
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg1-18/igt@kms_rotation_crc@primary-x-tiled-reflect-x-0.html> -> DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_rotation_crc@primary-x-tiled-reflect-x-0.html> (i915#1982 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982>)
> *
>
> igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html> (i915#4235 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) +2 other tests skip
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html> (i915#11131 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#5190 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>)
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html> (i915#5289 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>)
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html> (i915#5289 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>)
> *
>
> igt@kms_sysfs_edid_timing:
>
> o shard-dg2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_sysfs_edid_timing.html> (IGT#2 <https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2>)
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg1-18/igt@kms_sysfs_edid_timing.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-18/igt@kms_sysfs_edid_timing.html> (IGT#2 <https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2> / i915#6493 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6493>)
> *
>
> igt@kms_tiled_display@basic-test-pattern:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@kms_tiled_display@basic-test-pattern.html> (i915#8623 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623>)
> *
>
> igt@kms_tiled_display@basic-test-pattern-with-chamelium:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (i915#8623 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623>)
> *
>
> igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1:
>
> o shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-snb7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-snb7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html> (i915#9196 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9196>)
> *
>
> igt@kms_vrr@flip-suspend:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@kms_vrr@flip-suspend.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8808 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808>)
> *
>
> igt@kms_vrr@negative-basic:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_vrr@negative-basic.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#9906 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>)
> *
>
> igt@kms_vrr@seamless-rr-switch-virtual:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@kms_vrr@seamless-rr-switch-virtual.html> (i915#9906 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>)
> *
>
> igt@kms_writeback@writeback-check-output:
>
> o shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk5/igt@kms_writeback@writeback-check-output.html> (i915#2437 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>)
> *
>
> igt@kms_writeback@writeback-check-output-xrgb2101010:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-8/igt@kms_writeback@writeback-check-output-xrgb2101010.html> (i915#2437 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437> / i915#9412 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412>)
> *
>
> igt@kms_writeback@writeback-fb-id:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@kms_writeback@writeback-fb-id.html> (i915#2437 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>)
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-1/igt@kms_writeback@writeback-fb-id.html> (i915#2437 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_writeback@writeback-fb-id.html> (i915#2437 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>)
> *
>
> igt@perf@gen8-unprivileged-single-ctx-counters:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@perf@gen8-unprivileged-single-ctx-counters.html> (i915#2436 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436>)
> *
>
> igt@perf@global-sseu-config-invalid:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-5/igt@perf@global-sseu-config-invalid.html> (i915#7387 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387>)
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@perf@global-sseu-config-invalid.html> (i915#7387 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387>)
> *
>
> igt@perf_pmu@busy-double-start@ccs0:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-5/igt@perf_pmu@busy-double-start@ccs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@perf_pmu@busy-double-start@ccs0.html> (i915#4349 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>)
> *
>
> igt@perf_pmu@busy-double-start@vecs0:
>
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg1-16/igt@perf_pmu@busy-double-start@vecs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-15/igt@perf_pmu@busy-double-start@vecs0.html> (i915#4349 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) +1 other test fail
> *
>
> igt@perf_pmu@cpu-hotplug:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@perf_pmu@cpu-hotplug.html> (i915#8850 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8850>)
> *
>
> igt@perf_pmu@event-wait@rcs0:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-7/igt@perf_pmu@event-wait@rcs0.html> (i915#3555 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8807 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8807>)
> *
>
> igt@perf_pmu@rc6-all-gts:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg1-16/igt@perf_pmu@rc6-all-gts.html> (i915#8516 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516>) +1 other test skip
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@perf_pmu@rc6-all-gts.html> (i915#8516 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516>)
> *
>
> igt@prime_vgem@basic-fence-mmap:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-1/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>)
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/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>)
> *
>
> igt@prime_vgem@basic-read:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-4/igt@prime_vgem@basic-read.html> (i915#3708 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>)
> *
>
> igt@prime_vgem@basic-write:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-10/igt@prime_vgem@basic-write.html> (i915#3291 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291> / i915#3708 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@prime_vgem@basic-write.html> (i915#3291 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291> / i915#3708 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) +1 other test skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-3/igt@prime_vgem@basic-write.html> (i915#10216 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10216> / i915#3708 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>)
> *
>
> igt@prime_vgem@fence-flip-hang:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-6/igt@prime_vgem@fence-flip-hang.html> (i915#3708 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>)
> *
>
> igt@sriov_basic@bind-unbind-vf:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@sriov_basic@bind-unbind-vf.html> (i915#9917 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917>) +1 other test skip
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@sriov_basic@bind-unbind-vf.html> (i915#9917 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917>) +1 other test skip
> *
>
> igt@syncobj_timeline@invalid-wait-zero-handles:
>
> o shard-rkl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@syncobj_timeline@invalid-wait-zero-handles.html> (i915#9781 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9781>) +1 other test fail
>
>
> Possible fixes
>
> *
>
> igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
>
> o shard-rkl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-5/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html> (i915#7742 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7742>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-3/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html>
> *
>
> igt@gem_exec_big@single:
>
> o shard-tglu: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-tglu-10/igt@gem_exec_big@single.html> (i915#11713 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11713>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-3/igt@gem_exec_big@single.html>
> *
>
> igt@gem_exec_fair@basic-pace-solo@rcs0:
>
> o shard-tglu: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-tglu-3/igt@gem_exec_fair@basic-pace-solo@rcs0.html> (i915#2842 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-6/igt@gem_exec_fair@basic-pace-solo@rcs0.html>
> *
>
> igt@i915_module_load@reload-with-fault-injection:
>
> o shard-tglu: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-tglu-3/igt@i915_module_load@reload-with-fault-injection.html> (i915#9820 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html>
> *
>
> igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-mtlp-8/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html> (i915#11808 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808> / i915#5956 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-mtlp-2/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html>
> *
>
> igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
>
> o shard-glk: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html> (i915#2346 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html>
> *
>
> igt@kms_pm_rpm@dpms-mode-unset-lpsp:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-5/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html> (i915#9519 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-4/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html>
> *
>
> igt@kms_pm_rpm@modeset-lpsp-stress:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-11/igt@kms_pm_rpm@modeset-lpsp-stress.html> (i915#9519 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress.html>
> *
>
> igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1:
>
> o shard-tglu: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html> (i915#9196 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9196>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html>
>
>
> Warnings
>
> *
>
> igt@kms_content_protection@mei-interface:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-rkl-5/igt@kms_content_protection@mei-interface.html> (i915#9424 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-rkl-5/igt@kms_content_protection@mei-interface.html> (i915#8063 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8063>)
> o shard-tglu: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-tglu-5/igt@kms_content_protection@mei-interface.html> (i915#6944 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / i915#9424 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-tglu-10/igt@kms_content_protection@mei-interface.html> (i915#8063 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8063>)
> *
>
> igt@kms_content_protection@srm:
>
> o shard-snb: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-snb7/igt@kms_content_protection@srm.html> (i915#8816 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8816>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-snb6/igt@kms_content_protection@srm.html>
> *
>
> igt@kms_content_protection@type1:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-3/igt@kms_content_protection@type1.html> (i915#7118 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> / i915#9424 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_content_protection@type1.html> (i915#7118 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> / i915#7162 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7162> / i915#9424 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
> *
>
> igt@kms_cursor_crc@cursor-offscreen-512x170:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-512x170.html> (i915#11453 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_cursor_crc@cursor-offscreen-512x170.html> (i915#11453 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>) +3 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html> (i915#3458 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html> (i915#10433 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433> / i915#3458 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +4 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html> (i915#10433 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433> / i915#3458 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html> (i915#3458 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +6 other tests skip
> *
>
> igt@kms_psr@fbc-pr-primary-mmap-gtt:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-11/igt@kms_psr@fbc-pr-primary-mmap-gtt.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>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-2/igt@kms_psr@fbc-pr-primary-mmap-gtt.html> (i915#1072 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / i915#9732 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) +11 other tests skip
> *
>
> igt@kms_psr@psr-cursor-mmap-cpu:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-5/igt@kms_psr@psr-cursor-mmap-cpu.html> (i915#1072 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / i915#9732 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_psr@psr-cursor-mmap-cpu.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>) +10 other tests skip
> *
>
> igt@kms_rotation_crc@primary-rotation-270:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-3/igt@kms_rotation_crc@primary-rotation-270.html> (i915#11131 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_rotation_crc@primary-rotation-270.html> (i915#11131 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) +1 other test skip
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (i915#11131 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#5190 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (i915#11131 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235> / i915#5190 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>)
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (i915#11131 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235> / i915#5190 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (i915#11131 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#5190 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>)
> *
>
> igt@kms_tiled_display@basic-test-pattern:
>
> o shard-glk: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-glk5/igt@kms_tiled_display@basic-test-pattern.html> (i915#10959 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-glk8/igt@kms_tiled_display@basic-test-pattern.html>
> *
>
> igt@perf@non-zero-reason@0-rcs0:
>
> o shard-dg2: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15220/shard-dg2-10/igt@perf@non-zero-reason@0-rcs0.html> (i915#9100 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100>) -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11559/shard-dg2-6/igt@perf@non-zero-reason@0-rcs0.html> (i915#7484 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7484>)
>
>
> Build changes
>
> * CI: CI-20190529 -> None
> * IGT: IGT_7966 -> IGTPW_11559
> * Piglit: piglit_4509 -> None
>
> CI-20190529: 20190529
> CI_DRM_15220: 4f95bd933f4dacd22752bf8d6e548e8cc445d093 @
> git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_11559: 11559
> IGT_7966: f16c5f500adc5fa41bd52a3ef2a84165da4fb596 @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @
> git://anongit.freedesktop.org/piglit
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ✗ CI.xeFULL: failure for tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
2024-08-13 1:37 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-08-13 7:13 ` Bernatowicz, Marcin
0 siblings, 0 replies; 9+ messages in thread
From: Bernatowicz, Marcin @ 2024-08-13 7:13 UTC (permalink / raw)
To: igt-dev
On 8/13/2024 3:37 AM, Patchwork wrote:
> *Patch Details*
> *Series:* tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
> *URL:* https://patchwork.freedesktop.org/series/137198/
> <https://patchwork.freedesktop.org/series/137198/>
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/index.html
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/index.html>
>
>
> CI Bug Log - changes from XEIGT_7966_full -> XEIGTPW_11559_full
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with XEIGTPW_11559_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in XEIGTPW_11559_full, please notify your bug team
> (I915-ci-infra@lists.freedesktop.org) to allow them
> to document this new failure mode, which will reduce false positives in CI.
>
>
> Participating hosts (4 -> 4)
>
> No changes in participating hosts
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> XEIGTPW_11559_full:
>
>
> IGT changes
>
>
> Possible regressions
>
> * igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate:
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-6/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate.html> -> DMESG-WARN <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate.html>
>
>
> Warnings
>
> * igt@xe_oa@whitelisted-registers-userspace-config:
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@xe_oa@whitelisted-registers-userspace-config.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#2207 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2207>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_oa@whitelisted-registers-userspace-config.html> +4 other tests skip
>
Not related to the change. This change is isolated to the xe_huc_copy
and does not impact other tests.
Regards,
marcin
>
> Suppressed
>
> The following results come from untrusted machines, tests, or statuses.
> They do not affect the overall result.
>
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs:
>
> o {shard-bmg}: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs.html> (Intel XE#2436 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2436>) -> INCOMPLETE <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs.html>
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-c-hdmi-a-3:
>
> o {shard-bmg}: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-c-hdmi-a-3.html> -> INCOMPLETE <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-c-hdmi-a-3.html> +4 other tests incomplete
> *
>
> igt@kms_frontbuffer_tracking@basic:
>
> o {shard-bmg}: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-6/igt@kms_frontbuffer_tracking@basic.html> -> DMESG-WARN <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-3/igt@kms_frontbuffer_tracking@basic.html> +1 other test dmesg-warn
> *
>
> igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
>
> o {shard-bmg}: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-8/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-8/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html>
>
>
> Known issues
>
> Here are the changes found in XEIGTPW_11559_full that come from known
> issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html> -> FAIL <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html> (Intel XE#911 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/911>) +3 other tests fail
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> -> FAIL <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-8/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>)
> *
>
> igt@kms_big_fb@linear-16bpp-rotate-90:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-4/igt@kms_big_fb@linear-16bpp-rotate-90.html> (Intel XE#1407 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407>)
> *
>
> igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-5/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html> (Intel XE#1124 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +2 other tests skip
> *
>
> igt@kms_bw@linear-tiling-4-displays-1920x1080p:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-8/igt@kms_bw@linear-tiling-4-displays-1920x1080p.html> (Intel XE#1512 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512>)
> *
>
> igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs.html> (Intel XE#1399 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399>) +2 other tests skip
> *
>
> igt@kms_chamelium_frames@hdmi-cmp-planes-random:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@kms_chamelium_frames@hdmi-cmp-planes-random.html> (Intel XE#373 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +1 other test skip
> *
>
> igt@kms_cursor_crc@cursor-onscreen-32x10:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_cursor_crc@cursor-onscreen-32x10.html> (Intel XE#455 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>)
> *
>
> igt@kms_cursor_crc@cursor-random-512x512:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-1/igt@kms_cursor_crc@cursor-random-512x512.html> (Intel XE#1413 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413>)
> *
>
> igt@kms_cursor_crc@cursor-sliding-128x42:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-128x42.html> -> INCOMPLETE <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-433/igt@kms_cursor_crc@cursor-sliding-128x42.html> (Intel XE#1195 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195>) +1 other test incomplete
> *
>
> igt@kms_cursor_crc@cursor-sliding-256x85:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-2/igt@kms_cursor_crc@cursor-sliding-256x85.html> (Intel XE#1424 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424>)
> *
>
> igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-2/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html> (Intel XE#309 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) +2 other tests skip
> *
>
> igt@kms_dsc@dsc-with-bpc-formats:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-2/igt@kms_dsc@dsc-with-bpc-formats.html> (Intel XE#599 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/599>) +1 other test skip
> *
>
> igt@kms_flip@2x-wf_vblank-ts-check:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-5/igt@kms_flip@2x-wf_vblank-ts-check.html> (Intel XE#1421 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421>) +1 other test skip
> *
>
> igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-7/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html> -> FAIL <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-3/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html> (Intel XE#886 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) +2 other tests fail
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html> (Intel XE#1401 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401> / Intel XE#1745 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745>)
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode.html> (Intel XE#1401 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401>)
> *
>
> igt@kms_frontbuffer_tracking@fbc-tiling-y:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-tiling-y.html> (Intel XE#1469 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469>)
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-blt:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-blt.html> (Intel XE#651 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +1 other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-mmap-wc:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-mmap-wc.html> (Intel XE#651 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>)
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.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>) +1 other test skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html> (Intel XE#656 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +7 other tests skip
> *
>
> igt@kms_plane@plane-position-hole:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-3/igt@kms_plane@plane-position-hole.html> -> DMESG-FAIL <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-5/igt@kms_plane@plane-position-hole.html> (Intel XE#324 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/324>) +1 other test dmesg-fail
> *
>
> igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-2:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-2.html> -> DMESG-WARN <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-3/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-2.html> (Intel XE#324 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/324>) +1 other test dmesg-warn
> *
>
> igt@kms_plane_cursor@viewport@pipe-b-edp-1-size-128:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-5/igt@kms_plane_cursor@viewport@pipe-b-edp-1-size-128.html> -> FAIL <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-7/igt@kms_plane_cursor@viewport@pipe-b-edp-1-size-128.html> (Intel XE#1471 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1471>) +1 other test fail
> *
>
> igt@kms_psr@fbc-psr2-sprite-plane-onoff:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-6/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html> -> FAIL <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-4/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html> (Intel XE#1649 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649>) +1 other test fail
> *
>
> igt@kms_psr@pr-sprite-render:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-1/igt@kms_psr@pr-sprite-render.html> (Intel XE#1406 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406>) +1 other test skip
> *
>
> igt@kms_rotation_crc@bad-tiling:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@kms_rotation_crc@bad-tiling.html> (Intel XE#1437 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437>)
> *
>
> igt@kms_rotation_crc@primary-rotation-90:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-433/igt@kms_rotation_crc@primary-rotation-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>)
> *
>
> igt@xe_evict@evict-cm-threads-large-multi-vm:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-3/igt@xe_evict@evict-cm-threads-large-multi-vm.html> (Intel XE#688 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/688>)
> *
>
> igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html> (Intel XE#1392 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>)
> *
>
> igt@xe_exec_reset@parallel-gt-reset:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@xe_exec_reset@parallel-gt-reset.html> -> TIMEOUT <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/igt@xe_exec_reset@parallel-gt-reset.html> (Intel XE#2105 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105>)
> *
>
> igt@xe_live_ktest@xe_dma_buf:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@xe_live_ktest@xe_dma_buf.html> -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@xe_live_ktest@xe_dma_buf.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>)
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-6/igt@xe_live_ktest@xe_dma_buf.html> -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@xe_live_ktest@xe_dma_buf.html> (Intel XE#1192 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192>)
> *
>
> igt@xe_oa@mmio-triggered-reports:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-6/igt@xe_oa@mmio-triggered-reports.html> -> FAIL <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@xe_oa@mmio-triggered-reports.html> (Intel XE#2249 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249>)
> *
>
> igt@xe_oa@mmio-triggered-reports@ccs-0:
>
> o shard-lnl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@xe_oa@mmio-triggered-reports@ccs-0.html> (Intel XE#2249 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249>)
> *
>
> igt@xe_pm@s2idle-vm-bind-userptr:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/igt@xe_pm@s2idle-vm-bind-userptr.html> -> INCOMPLETE <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@xe_pm@s2idle-vm-bind-userptr.html> (Intel XE#1195 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195> / Intel XE#1694 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1694>)
> *
>
> igt@xe_pm@s4-d3hot-basic-exec:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/igt@xe_pm@s4-d3hot-basic-exec.html> -> DMESG-WARN <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@xe_pm@s4-d3hot-basic-exec.html> (Intel XE#2019 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019>) +1 other test dmesg-warn
> *
>
> igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-8/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html> (Intel XE#944 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>)
>
>
> Possible fixes
>
> *
>
> igt@kms_atomic_transition@modeset-transition-nonblocking-fencing:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-4/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html> (Intel XE#1701 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-4/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html> +1 other test pass
> *
>
> igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
>
> o {shard-bmg}: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html> (Intel XE#1426 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html> +1 other test pass
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-a-dp-2:
>
> o {shard-bmg}: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-a-dp-2.html> (Intel XE#2436 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2436>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-a-dp-2.html>
> *
>
> igt@kms_cursor_crc@cursor-suspend:
>
> o shard-lnl: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-6/igt@kms_cursor_crc@cursor-suspend.html> -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-2/igt@kms_cursor_crc@cursor-suspend.html> +1 other test pass
> *
>
> igt@kms_cursor_legacy@torture-bo@pipe-a:
>
> o shard-lnl: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-6/igt@kms_cursor_legacy@torture-bo@pipe-a.html> (Intel XE#877 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/877>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-6/igt@kms_cursor_legacy@torture-bo@pipe-a.html> +1 other test pass
> *
>
> igt@kms_flip@2x-absolute-wf_vblank-interruptible@cd-dp2-hdmi-a3:
>
> o {shard-bmg}: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-3/igt@kms_flip@2x-absolute-wf_vblank-interruptible@cd-dp2-hdmi-a3.html> -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-3/igt@kms_flip@2x-absolute-wf_vblank-interruptible@cd-dp2-hdmi-a3.html> +1 other test pass
> *
>
> igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3:
>
> o {shard-bmg}: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-2/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3.html> (Intel XE#877 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/877>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3.html> +7 other tests pass
> *
>
> igt@kms_flip@wf_vblank-ts-check@b-edp1:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-7/igt@kms_flip@wf_vblank-ts-check@b-edp1.html> (Intel XE#886 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-5/igt@kms_flip@wf_vblank-ts-check@b-edp1.html> +1 other test pass
> *
>
> igt@kms_plane@plane-position-covered:
>
> o shard-lnl: DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-3/igt@kms_plane@plane-position-covered.html> (Intel XE#324 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/324>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-2/igt@kms_plane@plane-position-covered.html> +1 other test pass
> *
>
> igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4:
>
> o shard-lnl: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@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_11559/shard-lnl-3/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4.html> +5 other tests pass
> *
>
> igt@kms_plane_cursor@viewport@pipe-d-hdmi-a-6-size-256:
>
> o shard-dg2-set2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_plane_cursor@viewport@pipe-d-hdmi-a-6-size-256.html> (Intel XE#1195 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-433/igt@kms_plane_cursor@viewport@pipe-d-hdmi-a-6-size-256.html> +1 other test pass
> *
>
> igt@kms_pm_backlight@basic-brightness:
>
> o shard-lnl: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-8/igt@kms_pm_backlight@basic-brightness.html> (Intel XE#870 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/870>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-8/igt@kms_pm_backlight@basic-brightness.html>
> *
>
> igt@kms_pm_dc@dc6-dpms:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-1/igt@kms_pm_dc@dc6-dpms.html> (Intel XE#1430 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-3/igt@kms_pm_dc@dc6-dpms.html>
> *
>
> igt@kms_pm_rpm@system-suspend-modeset:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-1/igt@kms_pm_rpm@system-suspend-modeset.html> (Intel XE#2028 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2028>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-5/igt@kms_pm_rpm@system-suspend-modeset.html> +5 other tests pass
> *
>
> igt@kms_psr@fbc-psr2-primary-render:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-2/igt@kms_psr@fbc-psr2-primary-render.html> (Intel XE#1649 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-2/igt@kms_psr@fbc-psr2-primary-render.html> +1 other test pass
> *
>
> igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html> (Intel XE#899 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/899>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html> +1 other test pass
> *
>
> igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-dp-4:
>
> o shard-dg2-set2: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-dp-4.html> (Intel XE#1551 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-dp-4.html> +1 other test pass
> *
>
> igt@kms_vrr@flip-basic:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-lnl-2/igt@kms_vrr@flip-basic.html> (Intel XE#2443 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-lnl-8/igt@kms_vrr@flip-basic.html> +3 other tests pass
> *
>
> igt@xe_evict@evict-beng-mixed-threads-large:
>
> o shard-dg2-set2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@xe_evict@evict-beng-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>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@xe_evict@evict-beng-mixed-threads-large.html>
> *
>
> igt@xe_evict@evict-mixed-threads-large:
>
> o shard-dg2-set2: TIMEOUT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@xe_evict@evict-mixed-threads-large.html> (Intel XE#1473 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-434/igt@xe_evict@evict-mixed-threads-large.html> +2 other tests pass
> o {shard-bmg}: TIMEOUT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-3/igt@xe_evict@evict-mixed-threads-large.html> (Intel XE#1473 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473> / Intel XE#2472 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-3/igt@xe_evict@evict-mixed-threads-large.html>
> *
>
> igt@xe_exec_reset@parallel-gt-reset:
>
> o {shard-bmg}: TIMEOUT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-bmg-5/igt@xe_exec_reset@parallel-gt-reset.html> (Intel XE#2105 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-bmg-3/igt@xe_exec_reset@parallel-gt-reset.html>
> *
>
> igt@xe_module_load@reload:
>
> o shard-dg2-set2: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/igt@xe_module_load@reload.html> (Intel XE#2136 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_module_load@reload.html>
> *
>
> igt@xe_pm@s4-multiple-execs:
>
> o shard-lnl: ABORT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/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_11559/shard-lnl-1/igt@xe_pm@s4-multiple-execs.html>
> *
>
> igt@xe_pm@s4-vm-bind-unbind-all:
>
> o shard-dg2-set2: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/igt@xe_pm@s4-vm-bind-unbind-all.html> (Intel XE#2019 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019> / Intel XE#2280 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2280>) -> PASS <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-433/igt@xe_pm@s4-vm-bind-unbind-all.html>
>
>
> Warnings
>
> *
>
> igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/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>)
> *
>
> igt@kms_async_flips@invalid-async-flip:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_async_flips@invalid-async-flip.html> (Intel XE#873 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/873>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_async_flips@invalid-async-flip.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#873 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/873>)
> *
>
> igt@kms_big_fb@4-tiled-32bpp-rotate-270:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@kms_big_fb@4-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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html> (Intel XE#316 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) +2 other tests skip
> *
>
> igt@kms_big_fb@linear-8bpp-rotate-270:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_big_fb@linear-8bpp-rotate-270.html> (Intel XE#316 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/igt@kms_big_fb@linear-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>)
> *
>
> igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#607 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/607>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html> (Intel XE#607 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/607>)
> *
>
> igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-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_11559/shard-dg2-466/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-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>) +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_7966/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb.html> (Intel XE#619 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/619>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/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>)
> *
>
> igt@kms_big_fb@yf-tiled-addfb-size-overflow:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html> (Intel XE#610 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/610>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_big_fb@yf-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>)
> *
>
> igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html> (Intel XE#1124 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124> / Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html> (Intel XE#1124 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +6 other tests skip
> *
>
> igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/igt@kms_bw@connected-linear-tiling-2-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_11559/shard-dg2-432/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html> (Intel XE#367 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) +4 other tests skip
> *
>
> igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-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_11559/shard-dg2-466/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#2191 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191>) +1 other test skip
> *
>
> igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#2191 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html> (Intel XE#2191 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191>)
> *
>
> igt@kms_bw@linear-tiling-3-displays-2560x1440p:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html> (Intel XE#367 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-434/igt@kms_bw@linear-tiling-3-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>)
> *
>
> igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-dp-4:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-dp-4.html> (Intel XE#787 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-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>) +48 other tests skip
> *
>
> igt@kms_ccs@bad-pixel-format-yf-tiled-ccs:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_ccs@bad-pixel-format-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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_ccs@bad-pixel-format-yf-tiled-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>) +13 other tests skip
> *
>
> igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-dp-4:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-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>) +21 other tests skip
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6.html> (Intel XE#787 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +76 other tests skip
> *
>
> igt@kms_cdclk@mode-transition-all-outputs:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_cdclk@mode-transition-all-outputs.html> (Intel XE#314 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/314>)
> *
>
> igt@kms_chamelium_color@ctm-0-75:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_chamelium_color@ctm-0-75.html> (Intel XE#306 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@kms_chamelium_color@ctm-0-75.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>) +2 other tests skip
> *
>
> igt@kms_chamelium_color@ctm-limited-range:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/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_11559/shard-dg2-432/igt@kms_chamelium_color@ctm-limited-range.html> (Intel XE#306 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>)
> *
>
> igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html> (Intel XE#373 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.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>) +5 other tests skip
> *
>
> igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.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_11559/shard-dg2-432/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html> (Intel XE#373 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +9 other tests skip
> *
>
> igt@kms_content_protection@dp-mst-lic-type-0:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/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@dp-mst-type-1:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_content_protection@dp-mst-type-1.html> (Intel XE#307 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/307>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@kms_content_protection@dp-mst-type-1.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>) +1 other test skip
> *
>
> igt@kms_content_protection@lic-type-1:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_content_protection@lic-type-1.html> (Intel XE#455 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-434/igt@kms_content_protection@lic-type-1.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>) +12 other tests skip
> *
>
> igt@kms_cursor_crc@cursor-onscreen-512x170:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_cursor_crc@cursor-onscreen-512x170.html> (Intel XE#308 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/308>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/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>)
> *
>
> igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.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_11559/shard-dg2-432/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html> (Intel XE#323 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/323>) +3 other tests skip
> *
>
> igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html> (i915#3804 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804>)
> *
>
> igt@kms_fbcon_fbt@psr:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_fbcon_fbt@psr.html> (Intel XE#776 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/776>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/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_feature_discovery@dp-mst:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_feature_discovery@dp-mst.html> (Intel XE#1137 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137> / Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_feature_discovery@dp-mst.html> (Intel XE#1137 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137>)
> *
>
> 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_7966/shard-dg2-463/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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/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>) +17 other tests skip
> *
>
> igt@kms_force_connector_basic@prune-stale-modes:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/igt@kms_force_connector_basic@prune-stale-modes.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / i915#5274 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_force_connector_basic@prune-stale-modes.html> (i915#5274 <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274>)
> *
>
> 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_7966/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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/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>) +19 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.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_11559/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html> (Intel XE#651 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +24 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-tiling-y:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/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_11559/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@psr-2p-primscrn-shrfb-plflip-blt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-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_11559/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-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>) +22 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-slowdraw:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-slowdraw.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_11559/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-slowdraw.html> (Intel XE#653 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +29 other tests skip
> *
>
> igt@kms_getfb@getfb-reject-ccs:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_getfb@getfb-reject-ccs.html> (Intel XE#605 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/605>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-434/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-audio:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@kms_hdmi_inject@inject-audio.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#417 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/417>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_hdmi_inject@inject-audio.html> (Intel XE#417 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/417>)
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.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_11559/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html> (Intel XE#455 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> / Intel XE#498 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/498>) +1 other test skip
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c-hdmi-a-6:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c-hdmi-a-6.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#498 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/498>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c-hdmi-a-6.html> (Intel XE#498 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/498>) +2 other tests 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_7966/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html> (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_11559/shard-dg2-466/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>) +3 other tests skip
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6.html> (Intel XE#498 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/498>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#498 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/498>) +5 other tests skip
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-hdmi-a-6:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-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_11559/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-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-downscale-factor-0-25@pipe-d-hdmi-a-6:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-6.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_11559/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-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> / Intel XE#455 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +1 other test skip
> *
>
> igt@kms_pm_backlight@fade-with-suspend:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-433/igt@kms_pm_backlight@fade-with-suspend.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_11559/shard-dg2-432/igt@kms_pm_backlight@fade-with-suspend.html> (Intel XE#870 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/870>)
> *
>
> igt@kms_pm_dc@dc6-dpms:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/igt@kms_pm_dc@dc6-dpms.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#908 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/908>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_pm_dc@dc6-dpms.html> (Intel XE#908 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/908>)
> *
>
> 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_7966/shard-dg2-466/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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html> (Intel XE#1489 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +3 other tests skip
> *
>
> igt@kms_psr2_sf@overlay-plane-update-continuous-sf:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_psr2_sf@overlay-plane-update-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_11559/shard-dg2-466/igt@kms_psr2_sf@overlay-plane-update-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-p010:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_psr2_su@page_flip-p010.html> (Intel XE#1122 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122>) +1 other test skip
> *
>
> igt@kms_psr@fbc-psr-sprite-plane-onoff:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/igt@kms_psr@fbc-psr-sprite-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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@kms_psr@fbc-psr-sprite-plane-onoff.html> (Intel XE#929 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) +15 other tests skip
> *
>
> igt@kms_psr@fbc-psr-sprite-render:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_psr@fbc-psr-sprite-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_11559/shard-dg2-463/igt@kms_psr@fbc-psr-sprite-render.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>) +12 other tests skip
> *
>
> igt@kms_rotation_crc@primary-rotation-270:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@kms_rotation_crc@primary-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_11559/shard-dg2-432/igt@kms_rotation_crc@primary-rotation-270.html> (Intel XE#327 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/327>)
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html> (Intel XE#1127 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-434/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@sprite-rotation-270:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-270.html> (Intel XE#327 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/327>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-433/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>)
> *
>
> igt@kms_tv_load_detect@load-detect:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@kms_tv_load_detect@load-detect.html> (Intel XE#330 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/330>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-433/igt@kms_tv_load_detect@load-detect.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#330 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/330>)
> *
>
> igt@kms_vrr@lobf:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@kms_vrr@lobf.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-434/igt@kms_vrr@lobf.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#2168 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168>)
> *
>
> igt@kms_writeback@writeback-check-output:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-435/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_11559/shard-dg2-432/igt@kms_writeback@writeback-check-output.html> (Intel XE#756 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/756>)
> *
>
> igt@sriov_basic@enable-vfs-autoprobe-off:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/igt@sriov_basic@enable-vfs-autoprobe-off.html> (Intel XE#1091 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091> / Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@sriov_basic@enable-vfs-autoprobe-off.html> (Intel XE#1091 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091>)
> *
>
> igt@xe_compute_preempt@compute-preempt-many:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@xe_compute_preempt@compute-preempt-many.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / 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_11559/shard-dg2-432/igt@xe_compute_preempt@compute-preempt-many.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>) +3 other tests skip
> *
>
> igt@xe_copy_basic@mem-set-linear-0xfffe:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0xfffe.html> (Intel XE#1126 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126>)
> *
>
> igt@xe_evict@evict-mixed-many-threads-large:
>
> o shard-dg2-set2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@xe_evict@evict-mixed-many-threads-large.html> (Intel XE#1473 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473>) -> TIMEOUT <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/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>)
> *
>
> igt@xe_exec_fault_mode@many-userptr:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@xe_exec_fault_mode@many-userptr.html> (Intel XE#288 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-466/igt@xe_exec_fault_mode@many-userptr.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>) +15 other tests skip
> *
>
> igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-434/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind-prefetch.html> (Intel XE#288 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) +24 other tests skip
> *
>
> igt@xe_exec_mix_modes@exec-simple-batch-store-lr:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#2360 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html> (Intel XE#2360 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360>)
> *
>
> igt@xe_media_fill@media-fill:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/igt@xe_media_fill@media-fill.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#560 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/560>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_media_fill@media-fill.html> (Intel XE#560 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/560>)
> *
>
> igt@xe_oa@oa-unit-exclusive-stream-sample-oa:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-466/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#2207 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2207>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-435/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +25 other tests skip
> *
>
> igt@xe_oa@polling-small-buf:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/igt@xe_oa@polling-small-buf.html> (Intel XE#2207 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2207>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@xe_oa@polling-small-buf.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201>) +3 other tests skip
> *
>
> igt@xe_pat@display-vs-wb-transient:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_pat@display-vs-wb-transient.html> (Intel XE#1337 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337>)
> *
>
> igt@xe_pat@pat-index-xehpc:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/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_11559/shard-dg2-432/igt@xe_pat@pat-index-xehpc.html> (Intel XE#979 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/979>)
> *
>
> igt@xe_pm@d3cold-basic-exec:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/igt@xe_pm@d3cold-basic-exec.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#2284 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284> / Intel XE#366 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/366>) +1 other test skip
> *
>
> igt@xe_pm@d3cold-multiple-execs:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-463/igt@xe_pm@d3cold-multiple-execs.html> (Intel XE#1201 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201> / Intel XE#2284 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284> / Intel XE#366 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/366>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_pm@d3cold-multiple-execs.html> (Intel XE#2284 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284> / Intel XE#366 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/366>)
> *
>
> igt@xe_pm@s3-vm-bind-unbind-all:
>
> o shard-dg2-set2: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-436/igt@xe_pm@s3-vm-bind-unbind-all.html> (Intel XE#1162 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1162>) -> DMESG-WARN <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-463/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>)
> *
>
> igt@xe_query@multigpu-query-engines:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/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>) -> SKIP <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11559/shard-dg2-432/igt@xe_query@multigpu-query-engines.html> (Intel XE#944 <https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) +3 other tests skip
> *
>
> igt@xe_query@multigpu-query-invalid-cs-cycles:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7966/shard-dg2-432/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_11559/shard-dg2-463/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>)
>
> {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_7966 -> IGTPW_11559
> * Linux: xe-1747-a95e3e46063ddcea598b2ac865173debffba13fe ->
> xe-1755-4f95bd933f4dacd22752bf8d6e548e8cc445d093
>
> IGTPW_11559: 11559
> IGT_7966: f16c5f500adc5fa41bd52a3ef2a84165da4fb596 @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> xe-1747-a95e3e46063ddcea598b2ac865173debffba13fe:
> a95e3e46063ddcea598b2ac865173debffba13fe
> xe-1755-4f95bd933f4dacd22752bf8d6e548e8cc445d093:
> 4f95bd933f4dacd22752bf8d6e548e8cc445d093
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] tests/intel/xe_huc_copy: Enhance HuC status check for VF mode
2024-08-12 18:08 [PATCH i-g-t] tests/intel/xe_huc_copy: Enhance HuC status check for VF mode Marcin Bernatowicz
` (3 preceding siblings ...)
2024-08-13 6:46 ` ✗ Fi.CI.IGT: " Patchwork
@ 2024-08-14 9:46 ` Adam Miszczak
4 siblings, 0 replies; 9+ messages in thread
From: Adam Miszczak @ 2024-08-14 9:46 UTC (permalink / raw)
To: Marcin Bernatowicz, igt-dev
Cc: Michal Wajdeczko, Michał Winiarski, Lukasz Laguna,
Jakub Kolakowski
On 12.08.2024 20:08, Marcin Bernatowicz wrote:
> Extend the is_huc_running function to check for both 'RUNNING' and
> 'PRELOADED' statuses. This adjustment ensures that firmware loading
> by the PF driver is accurately recognized when operating in Virtual
> Function (VF) mode.
>
> Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2466
>
> Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
> Cc: Michal Wajdeczko <Michal.Wajdeczko@intel.com>
> Cc: Michał Winiarski <michal.winiarski@intel.com>
> Cc: Lukasz Laguna <lukasz.laguna@intel.com>
> Cc: Jakub Kolakowski <jakub1.kolakowski@intel.com>
> ---
> tests/intel/xe_huc_copy.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/tests/intel/xe_huc_copy.c b/tests/intel/xe_huc_copy.c
> index 6d8ca0776..c8b5efc7b 100644
> --- a/tests/intel/xe_huc_copy.c
> +++ b/tests/intel/xe_huc_copy.c
> @@ -177,7 +177,6 @@ static bool
> is_huc_running(int fd)
> {
> char buf[4096];
> - char *s;
> int gt;
>
> xe_for_each_gt(fd, gt) {
> @@ -185,9 +184,8 @@ is_huc_running(int fd)
>
> sprintf(name, "gt%d/uc/huc_info", gt);
> igt_debugfs_read(fd, name, buf);
> - s = strstr(buf, "RUNNING");
>
> - if (s)
> + if (strstr(buf, "RUNNING") || strstr(buf, "PRELOADED"))
> return true;
LGTM,
Acked-by: Adam Miszczak <adam.miszczak@linux.intel.com>
> }
> return false;
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-08-14 9:46 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-12 18:08 [PATCH i-g-t] tests/intel/xe_huc_copy: Enhance HuC status check for VF mode Marcin Bernatowicz
2024-08-12 19:20 ` ✗ CI.xeBAT: failure for " Patchwork
2024-08-13 7:09 ` Bernatowicz, Marcin
2024-08-12 19:22 ` ✓ Fi.CI.BAT: success " Patchwork
2024-08-13 1:37 ` ✗ CI.xeFULL: failure " Patchwork
2024-08-13 7:13 ` Bernatowicz, Marcin
2024-08-13 6:46 ` ✗ Fi.CI.IGT: " Patchwork
2024-08-13 7:11 ` Bernatowicz, Marcin
2024-08-14 9:46 ` [PATCH i-g-t] " Adam Miszczak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox