* [PATCH] tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports
@ 2025-01-15 15:15 Kunal Joshi
2025-01-16 4:10 ` ✗ Xe.CI.BAT: failure for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Kunal Joshi @ 2025-01-15 15:15 UTC (permalink / raw)
To: igt-dev; +Cc: Kunal Joshi
Force reprobe connector status after plugging to assure
we always have DRM_MODE_CONNECTED status for the connector
before proceding with the test.
Fixes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2371
Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com>
---
tests/chamelium/kms_chamelium_color.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tests/chamelium/kms_chamelium_color.c b/tests/chamelium/kms_chamelium_color.c
index 5550cec22..7c88c022c 100644
--- a/tests/chamelium/kms_chamelium_color.c
+++ b/tests/chamelium/kms_chamelium_color.c
@@ -749,8 +749,13 @@ igt_main
* discovered ports, just incase they are not plugged
* we currently skip in test_setup
*/
- for( i = 0; i < data.port_count; i++)
+ for (i = 0; i < data.port_count; i++) {
chamelium_plug(data.chamelium, data.ports[i]);
+ igt_assert_f(chamelium_reprobe_connector(&data.display,
+ data.chamelium,
+ data.ports[i]) == DRM_MODE_CONNECTED,
+ "Output not connected\n");
+ }
kmstest_set_vt_graphics_mode();
}
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* ✗ Xe.CI.BAT: failure for tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports
2025-01-15 15:15 [PATCH] tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports Kunal Joshi
@ 2025-01-16 4:10 ` Patchwork
2025-01-16 4:14 ` ✓ i915.CI.BAT: success " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2025-01-16 4:10 UTC (permalink / raw)
To: Kunal Joshi; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2237 bytes --]
== Series Details ==
Series: tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports
URL : https://patchwork.freedesktop.org/series/143560/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8193_BAT -> XEIGTPW_12442_BAT
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12442_BAT absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12442_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 (8 -> 8)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_12442_BAT:
### IGT changes ###
#### Possible regressions ####
* igt@xe_exec_balancer@twice-virtual-rebind:
- bat-adlp-vf: [PASS][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/bat-adlp-vf/igt@xe_exec_balancer@twice-virtual-rebind.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/bat-adlp-vf/igt@xe_exec_balancer@twice-virtual-rebind.html
Known issues
------------
Here are the changes found in XEIGTPW_12442_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@xe_exec_basic@twice-bindexecqueue-rebind:
- bat-adlp-vf: [DMESG-WARN][3] -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/bat-adlp-vf/igt@xe_exec_basic@twice-bindexecqueue-rebind.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/bat-adlp-vf/igt@xe_exec_basic@twice-bindexecqueue-rebind.html
Build changes
-------------
* IGT: IGT_8193 -> IGTPW_12442
IGTPW_12442: 12442
IGT_8193: 84511e278c1c6e598ccc21287a733cfc83d13e8a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2495-4cea1f90028925afcf1a0f8a0ef301f90349688c: 4cea1f90028925afcf1a0f8a0ef301f90349688c
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/index.html
[-- Attachment #2: Type: text/html, Size: 2847 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ i915.CI.BAT: success for tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports
2025-01-15 15:15 [PATCH] tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports Kunal Joshi
2025-01-16 4:10 ` ✗ Xe.CI.BAT: failure for " Patchwork
@ 2025-01-16 4:14 ` Patchwork
2025-01-16 7:42 ` ✗ Xe.CI.Full: failure " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2025-01-16 4:14 UTC (permalink / raw)
To: Kunal Joshi; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2773 bytes --]
== Series Details ==
Series: tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports
URL : https://patchwork.freedesktop.org/series/143560/
State : success
== Summary ==
CI Bug Log - changes from IGT_8193 -> IGTPW_12442
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/index.html
Participating hosts (42 -> 41)
------------------------------
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_12442 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_module_load@load:
- bat-adlp-6: [PASS][1] -> [DMESG-WARN][2] ([i915#12253])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/bat-adlp-6/igt@i915_module_load@load.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/bat-adlp-6/igt@i915_module_load@load.html
* igt@i915_selftest@live:
- bat-mtlp-8: NOTRUN -> [DMESG-FAIL][3] ([i915#13393]) +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/bat-mtlp-8/igt@i915_selftest@live.html
- bat-twl-1: NOTRUN -> [ABORT][4] ([i915#12919] / [i915#13503])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/bat-twl-1/igt@i915_selftest@live.html
* igt@i915_selftest@live@gt_pm:
- bat-twl-1: NOTRUN -> [ABORT][5] ([i915#12919])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/bat-twl-1/igt@i915_selftest@live@gt_pm.html
#### Possible fixes ####
* igt@i915_pm_rpm@module-reload:
- bat-mtlp-8: [INCOMPLETE][6] ([i915#13495]) -> [PASS][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/bat-mtlp-8/igt@i915_pm_rpm@module-reload.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/bat-mtlp-8/igt@i915_pm_rpm@module-reload.html
[i915#12253]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12253
[i915#12919]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12919
[i915#13393]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13393
[i915#13495]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13495
[i915#13503]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13503
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8193 -> IGTPW_12442
CI-20190529: 20190529
CI_DRM_15964: 4cea1f90028925afcf1a0f8a0ef301f90349688c @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12442: 12442
IGT_8193: 84511e278c1c6e598ccc21287a733cfc83d13e8a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/index.html
[-- Attachment #2: Type: text/html, Size: 3524 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Xe.CI.Full: failure for tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports
2025-01-15 15:15 [PATCH] tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports Kunal Joshi
2025-01-16 4:10 ` ✗ Xe.CI.BAT: failure for " Patchwork
2025-01-16 4:14 ` ✓ i915.CI.BAT: success " Patchwork
@ 2025-01-16 7:42 ` Patchwork
2025-01-16 10:39 ` [PATCH] " Sharma, Swati2
2025-01-17 9:21 ` ✗ i915.CI.Full: failure for " Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2025-01-16 7:42 UTC (permalink / raw)
To: Kunal Joshi; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 85105 bytes --]
== Series Details ==
Series: tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports
URL : https://patchwork.freedesktop.org/series/143560/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8193_full -> XEIGTPW_12442_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12442_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12442_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_12442_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc:
- shard-dg2-set2: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-433/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-432/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-d-dp-2:
- shard-dg2-set2: NOTRUN -> [ABORT][3]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-432/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-d-dp-2.html
* igt@kms_color@ctm-0-75:
- shard-bmg: [PASS][4] -> [INCOMPLETE][5] +1 other test incomplete
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-7/igt@kms_color@ctm-0-75.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-4/igt@kms_color@ctm-0-75.html
#### Warnings ####
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d:
- shard-bmg: [SKIP][6] ([Intel XE#2763]) -> [INCOMPLETE][7]
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d.html
Known issues
------------
Here are the changes found in XEIGTPW_12442_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@hotreplug:
- shard-bmg: [PASS][8] -> [SKIP][9] ([Intel XE#1885])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-2/igt@core_hotunplug@hotreplug.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@core_hotunplug@hotreplug.html
- shard-dg2-set2: [PASS][10] -> [SKIP][11] ([Intel XE#1885])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-436/igt@core_hotunplug@hotreplug.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@core_hotunplug@hotreplug.html
* igt@kms_async_flips@invalid-async-flip:
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#873])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-5/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_async_flips@test-cursor:
- shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#2423] / [i915#2575]) +3 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_async_flips@test-cursor.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-bmg: [PASS][14] -> [SKIP][15] ([Intel XE#2136] / [Intel XE#2231]) +2 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
- shard-dg2-set2: [PASS][16] -> [SKIP][17] ([Intel XE#2136]) +2 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-433/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#2327])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-8/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-90:
- shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#316]) +2 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#1467])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-2/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#610])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-434/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#1124]) +5 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
- shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#2136])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#619])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#1124]) +6 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-435/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p:
- shard-bmg: [PASS][26] -> [SKIP][27] ([Intel XE#2314] / [Intel XE#2894])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-1/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html
* igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
- shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#367]) +6 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-436/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
* igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#2191]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-435/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-2-displays-1920x1080p:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#367])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#2907]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-436/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2887]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-7/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-c-dp-2:
- shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#787]) +188 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-432/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-c-dp-2.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#2887]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs@pipe-b-dp-2:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2652] / [Intel XE#787]) +3 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs@pipe-b-dp-2.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#455] / [Intel XE#787]) +44 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-434/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: [PASS][37] -> [SKIP][38] ([Intel XE#2136] / [Intel XE#2351]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#306])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-464/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#373]) +8 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#373]) +3 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-5/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
* igt@kms_content_protection@atomic-dpms@pipe-a-dp-2:
- shard-dg2-set2: NOTRUN -> [FAIL][42] ([Intel XE#1178])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-432/igt@kms_content_protection@atomic-dpms@pipe-a-dp-2.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2390])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-7/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@lic-type-0:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#3278])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-3/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@uevent@pipe-a-dp-2:
- shard-dg2-set2: NOTRUN -> [FAIL][45] ([Intel XE#1188])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-432/igt@kms_content_protection@uevent@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#2321])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-4/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#2320])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
- shard-bmg: [PASS][48] -> [SKIP][49] ([Intel XE#2291]) +3 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-1/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-bmg: [PASS][50] -> [DMESG-WARN][51] ([Intel XE#877])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#309]) +4 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-5/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-dg2-set2: [PASS][53] -> [SKIP][54] ([Intel XE#2423] / [i915#2575]) +15 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-434/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#1508])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-5/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_feature_discovery@chamelium:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2372])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_feature_discovery@chamelium.html
- shard-dg2-set2: NOTRUN -> [SKIP][57] ([Intel XE#701])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-2x:
- shard-bmg: [PASS][58] -> [SKIP][59] ([Intel XE#2373])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-1/igt@kms_feature_discovery@display-2x.html
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2-set2: NOTRUN -> [SKIP][60] ([Intel XE#1138])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@psr2:
- shard-dg2-set2: NOTRUN -> [SKIP][61] ([Intel XE#1135])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-464/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible:
- shard-lnl: NOTRUN -> [SKIP][62] ([Intel XE#1421]) +2 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-1/igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][63] -> [FAIL][64] ([Intel XE#301]) +19 other tests fail
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-plain-flip:
- shard-bmg: [PASS][65] -> [SKIP][66] ([Intel XE#2316]) +3 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_flip@2x-plain-flip.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6:
- shard-dg2-set2: NOTRUN -> [FAIL][67] ([Intel XE#301]) +3 other tests fail
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-464/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][68] ([Intel XE#1401]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-lnl: NOTRUN -> [SKIP][69] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling:
- shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#1397] / [Intel XE#1745])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#1397])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-dg2-set2: NOTRUN -> [SKIP][72] ([i915#5274])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-464/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#2311]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary:
- shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#651]) +34 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [FAIL][75] ([Intel XE#2333]) +1 other test fail
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#656]) +10 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#651]) +2 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-pgflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][78] ([Intel XE#2136] / [Intel XE#2351])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2313]) +2 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-slowdraw:
- shard-dg2-set2: NOTRUN -> [SKIP][80] ([Intel XE#653]) +33 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-slowdraw.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][81] ([Intel XE#605])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-435/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@static-toggle-suspend:
- shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#1503])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-5/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_joiner@basic-big-joiner:
- shard-dg2-set2: NOTRUN -> [SKIP][83] ([Intel XE#346])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-bmg: [PASS][84] -> [SKIP][85] ([Intel XE#3012])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-1/igt@kms_joiner@basic-force-big-joiner.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_plane_cursor@overlay:
- shard-dg2-set2: [PASS][86] -> [FAIL][87] ([Intel XE#616])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-432/igt@kms_plane_cursor@overlay.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-464/igt@kms_plane_cursor@overlay.html
* igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256:
- shard-dg2-set2: NOTRUN -> [FAIL][88] ([Intel XE#616]) +4 other tests fail
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-435/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a:
- shard-dg2-set2: NOTRUN -> [SKIP][89] ([Intel XE#2763]) +5 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-434/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d:
- shard-dg2-set2: NOTRUN -> [SKIP][90] ([Intel XE#2763] / [Intel XE#455]) +3 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-434/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d.html
* igt@kms_pm_backlight@bad-brightness:
- shard-dg2-set2: NOTRUN -> [SKIP][91] ([Intel XE#870]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-464/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [PASS][92] -> [FAIL][93] ([Intel XE#718])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-lnl-5/igt@kms_pm_dc@dc5-psr.html
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2-set2: NOTRUN -> [SKIP][94] ([Intel XE#1129])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@kms_pm_dc@dc6-psr.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][95] ([Intel XE#1489]) +1 other test skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-7/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@pr-cursor-plane-update-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][96] ([Intel XE#1489]) +11 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@kms_psr2_sf@pr-cursor-plane-update-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area:
- shard-lnl: NOTRUN -> [SKIP][97] ([Intel XE#2893]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-4/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg2-set2: NOTRUN -> [SKIP][98] ([Intel XE#1122])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@psr-basic:
- shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-4/igt@kms_psr@psr-basic.html
* igt@kms_psr@psr-dpms:
- shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#2850] / [Intel XE#929]) +17 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-434/igt@kms_psr@psr-dpms.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-dg2-set2: NOTRUN -> [SKIP][101] ([Intel XE#3414]) +1 other test skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-dg2-set2: NOTRUN -> [SKIP][102] ([Intel XE#1127])
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_sequence@get-busy:
- shard-bmg: [PASS][103] -> [SKIP][104] ([Intel XE#3007]) +18 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-4/igt@kms_sequence@get-busy.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_sequence@get-busy.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-bmg: [PASS][105] -> [SKIP][106] ([Intel XE#1435])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-2/igt@kms_setmode@invalid-clone-single-crtc.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2-set2: NOTRUN -> [SKIP][107] ([Intel XE#1500])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1:
- shard-lnl: [PASS][108] -> [FAIL][109] ([Intel XE#899])
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-lnl-1/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [PASS][110] -> [FAIL][111] ([Intel XE#2159]) +1 other test fail
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@kms_vrr@flipline:
- shard-dg2-set2: NOTRUN -> [SKIP][112] ([Intel XE#455]) +14 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@kms_vrr@flipline.html
* igt@kms_vrr@lobf:
- shard-dg2-set2: NOTRUN -> [SKIP][113] ([Intel XE#2168])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-436/igt@kms_vrr@lobf.html
* igt@kms_writeback@writeback-check-output:
- shard-bmg: NOTRUN -> [SKIP][114] ([Intel XE#756])
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-2/igt@kms_writeback@writeback-check-output.html
* igt@xe_compute_preempt@compute-preempt-many:
- shard-dg2-set2: NOTRUN -> [SKIP][115] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-436/igt@xe_compute_preempt@compute-preempt-many.html
* igt@xe_copy_basic@mem-set-linear-0xfd:
- shard-dg2-set2: NOTRUN -> [SKIP][116] ([Intel XE#1126])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-435/igt@xe_copy_basic@mem-set-linear-0xfd.html
* igt@xe_eudebug@basic-vm-access-parameters:
- shard-dg2-set2: NOTRUN -> [SKIP][117] ([Intel XE#2905]) +12 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@xe_eudebug@basic-vm-access-parameters.html
* igt@xe_eudebug@basic-vm-access-parameters-userptr:
- shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#3889])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-434/igt@xe_eudebug@basic-vm-access-parameters-userptr.html
* igt@xe_eudebug@basic-vm-bind-ufence-delay-ack:
- shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#3889])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-8/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html
* igt@xe_eudebug_online@single-step:
- shard-bmg: NOTRUN -> [SKIP][120] ([Intel XE#2905]) +2 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@xe_eudebug_online@single-step.html
* igt@xe_evict@evict-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][121] ([Intel XE#688])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-3/igt@xe_evict@evict-large-multi-vm.html
* igt@xe_exec_balancer@many-cm-parallel-basic:
- shard-bmg: [PASS][122] -> [SKIP][123] ([Intel XE#1130]) +26 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-6/igt@xe_exec_balancer@many-cm-parallel-basic.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@xe_exec_balancer@many-cm-parallel-basic.html
* igt@xe_exec_balancer@no-exec-parallel-userptr-invalidate-race:
- shard-dg2-set2: NOTRUN -> [SKIP][124] ([Intel XE#1130]) +3 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@xe_exec_balancer@no-exec-parallel-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-rebind:
- shard-bmg: NOTRUN -> [SKIP][125] ([Intel XE#2322])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-rebind.html
* igt@xe_exec_basic@multigpu-once-null:
- shard-lnl: NOTRUN -> [SKIP][126] ([Intel XE#1392]) +3 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-5/igt@xe_exec_basic@multigpu-once-null.html
* igt@xe_exec_basic@multigpu-once-userptr-invalidate-race:
- shard-dg2-set2: [PASS][127] -> [SKIP][128] ([Intel XE#1392])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-436/igt@xe_exec_basic@multigpu-once-userptr-invalidate-race.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-432/igt@xe_exec_basic@multigpu-once-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@twice-userptr-rebind-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][129] ([Intel XE#288]) +29 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-435/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
* igt@xe_exec_sip_eudebug@breakpoint-writesip:
- shard-lnl: NOTRUN -> [SKIP][130] ([Intel XE#2905]) +3 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-7/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- shard-bmg: NOTRUN -> [SKIP][131] ([Intel XE#2229])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-4/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_media_fill@media-fill:
- shard-dg2-set2: NOTRUN -> [SKIP][132] ([Intel XE#560])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-432/igt@xe_media_fill@media-fill.html
* igt@xe_mmap@pci-membarrier-parallel:
- shard-lnl: NOTRUN -> [SKIP][133] ([Intel XE#4045])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-8/igt@xe_mmap@pci-membarrier-parallel.html
* igt@xe_module_load@many-reload:
- shard-bmg: [PASS][134] -> [FAIL][135] ([Intel XE#3546])
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@xe_module_load@many-reload.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-7/igt@xe_module_load@many-reload.html
* igt@xe_oa@disabled-read-error:
- shard-dg2-set2: NOTRUN -> [SKIP][136] ([Intel XE#2541] / [Intel XE#3573]) +4 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@xe_oa@disabled-read-error.html
* igt@xe_oa@syncs-syncobj-wait-cfg:
- shard-bmg: NOTRUN -> [SKIP][137] ([Intel XE#1130])
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@xe_oa@syncs-syncobj-wait-cfg.html
* igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p:
- shard-dg2-set2: NOTRUN -> [FAIL][138] ([Intel XE#1173]) +1 other test fail
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-436/igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p.html
* igt@xe_pm@d3cold-mmap-vram:
- shard-dg2-set2: NOTRUN -> [SKIP][139] ([Intel XE#2284] / [Intel XE#366]) +3 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@xe_pm@d3cold-mmap-vram.html
* igt@xe_pm@s2idle-basic:
- shard-dg2-set2: [PASS][140] -> [ABORT][141] ([Intel XE#1358] / [Intel XE#1794])
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-434/igt@xe_pm@s2idle-basic.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-432/igt@xe_pm@s2idle-basic.html
* igt@xe_pm@s3-exec-after:
- shard-dg2-set2: [PASS][142] -> [ABORT][143] ([Intel XE#1358])
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-436/igt@xe_pm@s3-exec-after.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-432/igt@xe_pm@s3-exec-after.html
* igt@xe_pm@s4-d3cold-basic-exec:
- shard-lnl: NOTRUN -> [SKIP][144] ([Intel XE#2284] / [Intel XE#366])
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-8/igt@xe_pm@s4-d3cold-basic-exec.html
* igt@xe_pm_residency@toggle-gt-c6:
- shard-lnl: [PASS][145] -> [FAIL][146] ([Intel XE#958])
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-lnl-1/igt@xe_pm_residency@toggle-gt-c6.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-4/igt@xe_pm_residency@toggle-gt-c6.html
* igt@xe_query@multigpu-query-invalid-size:
- shard-lnl: NOTRUN -> [SKIP][147] ([Intel XE#944])
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-2/igt@xe_query@multigpu-query-invalid-size.html
* igt@xe_query@multigpu-query-mem-usage:
- shard-dg2-set2: NOTRUN -> [SKIP][148] ([Intel XE#944])
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@xe_query@multigpu-query-mem-usage.html
* igt@xe_query@multigpu-query-uc-fw-version-huc:
- shard-bmg: NOTRUN -> [SKIP][149] ([Intel XE#944])
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@xe_query@multigpu-query-uc-fw-version-huc.html
* igt@xe_sriov_flr@flr-vf1-clear:
- shard-dg2-set2: NOTRUN -> [SKIP][150] ([Intel XE#3342])
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-435/igt@xe_sriov_flr@flr-vf1-clear.html
* igt@xe_vm@large-userptr-binds-1073741824:
- shard-dg2-set2: [PASS][151] -> [SKIP][152] ([Intel XE#1130]) +20 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-463/igt@xe_vm@large-userptr-binds-1073741824.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@xe_vm@large-userptr-binds-1073741824.html
#### Possible fixes ####
* igt@fbdev@pan:
- shard-bmg: [SKIP][153] ([Intel XE#2134]) -> [PASS][154]
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@fbdev@pan.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-4/igt@fbdev@pan.html
* igt@kms_addfb_basic@bad-pitch-999:
- shard-bmg: [SKIP][155] ([Intel XE#3007]) -> [PASS][156] +3 other tests pass
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_addfb_basic@bad-pitch-999.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-7/igt@kms_addfb_basic@bad-pitch-999.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:
- shard-lnl: [FAIL][157] ([Intel XE#911]) -> [PASS][158] +3 other tests pass
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [INCOMPLETE][159] ([Intel XE#3862]) -> [PASS][160] +1 other test pass
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-433/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-c-edp-1:
- shard-lnl: [FAIL][161] ([Intel XE#4075]) -> [PASS][162] +1 other test pass
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-lnl-7/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-c-edp-1.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-c-edp-1.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-bmg: [SKIP][163] ([Intel XE#2291]) -> [PASS][164] +5 other tests pass
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-toggle:
- shard-lnl: [FAIL][165] ([Intel XE#1475]) -> [PASS][166]
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-lnl-4/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-4/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
* igt@kms_display_modes@extended-mode-basic:
- shard-bmg: [SKIP][167] ([Intel XE#2425]) -> [PASS][168]
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-6/igt@kms_display_modes@extended-mode-basic.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-7/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-dp2-hdmi-a3:
- shard-bmg: [FAIL][169] ([Intel XE#2882]) -> [PASS][170] +2 other tests pass
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-dp2-hdmi-a3.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-8/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ac-hdmi-a6-dp4:
- shard-dg2-set2: [FAIL][171] ([Intel XE#301]) -> [PASS][172]
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank@ac-hdmi-a6-dp4.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank@ac-hdmi-a6-dp4.html
* igt@kms_flip@2x-plain-flip-fb-recreate:
- shard-bmg: [SKIP][173] ([Intel XE#2316]) -> [PASS][174] +8 other tests pass
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-6/igt@kms_flip@2x-plain-flip-fb-recreate.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-1/igt@kms_flip@2x-plain-flip-fb-recreate.html
* igt@kms_flip@dpms-vs-vblank-race:
- shard-dg2-set2: [INCOMPLETE][175] ([Intel XE#2049]) -> [PASS][176]
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-436/igt@kms_flip@dpms-vs-vblank-race.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_flip@dpms-vs-vblank-race.html
* igt@kms_flip@dpms-vs-vblank-race@a-hdmi-a6:
- shard-dg2-set2: [INCOMPLETE][177] -> [PASS][178]
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-436/igt@kms_flip@dpms-vs-vblank-race@a-hdmi-a6.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_flip@dpms-vs-vblank-race@a-hdmi-a6.html
* igt@kms_flip@flip-vs-absolute-wf_vblank:
- shard-lnl: [FAIL][179] ([Intel XE#886]) -> [PASS][180] +1 other test pass
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-lnl-1/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-4/igt@kms_flip@flip-vs-absolute-wf_vblank.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a6:
- shard-dg2-set2: [FAIL][181] ([Intel XE#4072]) -> [PASS][182]
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-434/igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a6.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-436/igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a6.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a6:
- shard-dg2-set2: [FAIL][183] ([Intel XE#886]) -> [PASS][184] +1 other test pass
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-434/igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a6.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-436/igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a6.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a3:
- shard-bmg: [FAIL][185] ([Intel XE#3820]) -> [PASS][186]
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-7/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a3.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-7/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a3.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling:
- shard-bmg: [SKIP][187] ([Intel XE#2136] / [Intel XE#2231]) -> [PASS][188]
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2-set2: [SKIP][189] ([Intel XE#455]) -> [PASS][190]
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-434/igt@kms_hdr@invalid-hdr.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_hdr@invalid-hdr.html
* igt@kms_pm_rpm@basic-pci-d3-state:
- shard-bmg: [FAIL][191] -> [PASS][192] +1 other test pass
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-4/igt@kms_pm_rpm@basic-pci-d3-state.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_pm_rpm@basic-pci-d3-state.html
* igt@xe_exec_basic@multigpu-no-exec-userptr:
- shard-dg2-set2: [SKIP][193] ([Intel XE#1392]) -> [PASS][194]
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-userptr.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@xe_exec_basic@multigpu-no-exec-userptr.html
* igt@xe_live_ktest@xe_bo:
- shard-bmg: [SKIP][195] ([Intel XE#1192]) -> [PASS][196]
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-2/igt@xe_live_ktest@xe_bo.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-4/igt@xe_live_ktest@xe_bo.html
* igt@xe_module_load@load:
- shard-dg2-set2: ([PASS][197], [PASS][198], [PASS][199], [PASS][200], [PASS][201], [PASS][202], [PASS][203], [PASS][204], [PASS][205], [PASS][206], [PASS][207], [PASS][208], [PASS][209], [PASS][210], [PASS][211], [PASS][212], [PASS][213], [PASS][214], [PASS][215], [SKIP][216], [PASS][217], [PASS][218], [PASS][219]) ([Intel XE#378]) -> ([PASS][220], [PASS][221], [PASS][222], [PASS][223], [PASS][224], [PASS][225], [PASS][226], [PASS][227], [PASS][228], [PASS][229], [PASS][230], [PASS][231], [PASS][232], [PASS][233], [PASS][234], [PASS][235], [PASS][236], [PASS][237], [PASS][238], [PASS][239], [PASS][240], [PASS][241], [PASS][242], [PASS][243])
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-433/igt@xe_module_load@load.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-464/igt@xe_module_load@load.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-464/igt@xe_module_load@load.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-464/igt@xe_module_load@load.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-433/igt@xe_module_load@load.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-432/igt@xe_module_load@load.html
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-432/igt@xe_module_load@load.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-435/igt@xe_module_load@load.html
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-433/igt@xe_module_load@load.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-434/igt@xe_module_load@load.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-434/igt@xe_module_load@load.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-432/igt@xe_module_load@load.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-434/igt@xe_module_load@load.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-434/igt@xe_module_load@load.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-435/igt@xe_module_load@load.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-435/igt@xe_module_load@load.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-436/igt@xe_module_load@load.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-436/igt@xe_module_load@load.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-436/igt@xe_module_load@load.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-432/igt@xe_module_load@load.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-463/igt@xe_module_load@load.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-463/igt@xe_module_load@load.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-463/igt@xe_module_load@load.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@xe_module_load@load.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@xe_module_load@load.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-432/igt@xe_module_load@load.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-432/igt@xe_module_load@load.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-432/igt@xe_module_load@load.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-434/igt@xe_module_load@load.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@xe_module_load@load.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@xe_module_load@load.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@xe_module_load@load.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-435/igt@xe_module_load@load.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-435/igt@xe_module_load@load.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-464/igt@xe_module_load@load.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-464/igt@xe_module_load@load.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@xe_module_load@load.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@xe_module_load@load.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@xe_module_load@load.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-435/igt@xe_module_load@load.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-434/igt@xe_module_load@load.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-434/igt@xe_module_load@load.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-464/igt@xe_module_load@load.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-432/igt@xe_module_load@load.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-436/igt@xe_module_load@load.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-436/igt@xe_module_load@load.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-436/igt@xe_module_load@load.html
* igt@xe_pm@s2idle-basic-exec:
- shard-dg2-set2: [ABORT][244] ([Intel XE#1358]) -> [PASS][245]
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-432/igt@xe_pm@s2idle-basic-exec.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-435/igt@xe_pm@s2idle-basic-exec.html
* igt@xe_pm@s4-vm-bind-unbind-all:
- shard-lnl: [ABORT][246] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794]) -> [PASS][247] +1 other test pass
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-lnl-2/igt@xe_pm@s4-vm-bind-unbind-all.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-lnl-1/igt@xe_pm@s4-vm-bind-unbind-all.html
* igt@xe_pm@s4-vm-bind-userptr:
- shard-dg2-set2: [ABORT][248] ([Intel XE#1358] / [Intel XE#1794]) -> [PASS][249]
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-432/igt@xe_pm@s4-vm-bind-userptr.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-433/igt@xe_pm@s4-vm-bind-userptr.html
* igt@xe_vm@bind-once:
- shard-bmg: [SKIP][250] ([Intel XE#1130]) -> [PASS][251] +10 other tests pass
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@xe_vm@bind-once.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-2/igt@xe_vm@bind-once.html
#### Warnings ####
* igt@kms_big_fb@y-tiled-32bpp-rotate-270:
- shard-bmg: [SKIP][252] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][253] ([Intel XE#1124])
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-4/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-90:
- shard-dg2-set2: [SKIP][254] ([Intel XE#1124]) -> [SKIP][255] ([Intel XE#2136] / [Intel XE#2351])
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-463/igt@kms_big_fb@y-tiled-32bpp-rotate-90.html
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_big_fb@y-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-bmg: [SKIP][256] ([Intel XE#1124]) -> [SKIP][257] ([Intel XE#2136] / [Intel XE#2231]) +2 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
- shard-dg2-set2: [SKIP][258] ([Intel XE#1124]) -> [SKIP][259] ([Intel XE#2136])
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-464/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_bw@linear-tiling-4-displays-2560x1440p:
- shard-dg2-set2: [SKIP][260] ([Intel XE#367]) -> [SKIP][261] ([Intel XE#2423] / [i915#2575])
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-432/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html
- shard-bmg: [SKIP][262] ([Intel XE#367]) -> [SKIP][263] ([Intel XE#3007])
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-6/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs:
- shard-bmg: [SKIP][264] ([Intel XE#2887]) -> [SKIP][265] ([Intel XE#2136] / [Intel XE#2231]) +2 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-7/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
- shard-dg2-set2: [SKIP][266] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][267] ([Intel XE#2136]) +1 other test skip
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-463/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: [SKIP][268] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][269] ([Intel XE#2887])
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc.html
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-4/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_chamelium_color@ctm-green-to-red:
- shard-bmg: [SKIP][270] ([Intel XE#3007]) -> [SKIP][271] ([Intel XE#2325])
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_chamelium_color@ctm-green-to-red.html
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-2/igt@kms_chamelium_color@ctm-green-to-red.html
* igt@kms_chamelium_edid@dp-edid-resolution-list:
- shard-bmg: [SKIP][272] ([Intel XE#2252]) -> [SKIP][273] ([Intel XE#3007]) +2 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_chamelium_edid@dp-edid-resolution-list.html
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_chamelium_edid@dp-edid-resolution-list.html
- shard-dg2-set2: [SKIP][274] ([Intel XE#373]) -> [SKIP][275] ([Intel XE#2423] / [i915#2575]) +2 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-435/igt@kms_chamelium_edid@dp-edid-resolution-list.html
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_chamelium_edid@dp-edid-resolution-list.html
* igt@kms_chamelium_hpd@dp-hpd-for-each-pipe:
- shard-bmg: [SKIP][276] ([Intel XE#3007]) -> [SKIP][277] ([Intel XE#2252])
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-4/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic:
- shard-bmg: [FAIL][278] ([Intel XE#1178]) -> [SKIP][279] ([Intel XE#2341]) +1 other test skip
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-2/igt@kms_content_protection@atomic.html
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_content_protection@atomic.html
* igt@kms_cursor_crc@cursor-random-32x10:
- shard-bmg: [SKIP][280] ([Intel XE#2320]) -> [SKIP][281] ([Intel XE#3007])
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_cursor_crc@cursor-random-32x10.html
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_cursor_crc@cursor-random-32x10.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
- shard-bmg: [DMESG-WARN][282] ([Intel XE#877]) -> [SKIP][283] ([Intel XE#2291])
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-bmg: [SKIP][284] ([Intel XE#2244]) -> [SKIP][285] ([Intel XE#2136] / [Intel XE#2231])
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-4/igt@kms_dsc@dsc-with-output-formats.html
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_dsc@dsc-with-output-formats.html
- shard-dg2-set2: [SKIP][286] ([Intel XE#455]) -> [SKIP][287] ([Intel XE#2136])
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-436/igt@kms_dsc@dsc-with-output-formats.html
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-bmg: [FAIL][288] ([Intel XE#2882]) -> [SKIP][289] ([Intel XE#2316])
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank.html
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-bmg: [FAIL][290] ([Intel XE#2882] / [Intel XE#3820]) -> [SKIP][291] ([Intel XE#2316])
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-bmg: [FAIL][292] ([Intel XE#2882] / [Intel XE#3820]) -> [FAIL][293] ([Intel XE#3820])
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-7/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-7/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][294] ([Intel XE#651]) -> [SKIP][295] ([Intel XE#2136] / [Intel XE#2351])
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-mmap-wc.html
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-blt:
- shard-bmg: [SKIP][296] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][297] ([Intel XE#2311])
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-blt.html
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-blt:
- shard-bmg: [SKIP][298] ([Intel XE#2311]) -> [SKIP][299] ([Intel XE#2136] / [Intel XE#2231]) +3 other tests skip
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-blt.html
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][300] ([Intel XE#2312]) -> [SKIP][301] ([Intel XE#2311]) +14 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt:
- shard-bmg: [SKIP][302] ([Intel XE#2136] / [Intel XE#2231]) -> [FAIL][303] ([Intel XE#2333])
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-blt:
- shard-bmg: [FAIL][304] ([Intel XE#2333]) -> [SKIP][305] ([Intel XE#2136] / [Intel XE#2231])
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-blt.html
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-bmg: [FAIL][306] ([Intel XE#2333]) -> [SKIP][307] ([Intel XE#2312]) +10 other tests skip
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
- shard-bmg: [SKIP][308] ([Intel XE#2312]) -> [FAIL][309] ([Intel XE#2333]) +7 other tests fail
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][310] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][311] ([Intel XE#2312])
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt:
- shard-bmg: [DMESG-FAIL][312] ([Intel XE#877]) -> [FAIL][313] ([Intel XE#2333])
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte:
- shard-dg2-set2: [SKIP][314] ([Intel XE#651]) -> [SKIP][315] ([Intel XE#2136]) +1 other test skip
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte.html
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][316] ([Intel XE#2311]) -> [SKIP][317] ([Intel XE#2312]) +15 other tests skip
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-dg2-set2: [SKIP][318] ([Intel XE#658]) -> [SKIP][319] ([Intel XE#2136] / [Intel XE#2351])
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
- shard-bmg: [SKIP][320] ([Intel XE#2352]) -> [SKIP][321] ([Intel XE#2136] / [Intel XE#2231])
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt:
- shard-bmg: [SKIP][322] ([Intel XE#2313]) -> [SKIP][323] ([Intel XE#2136] / [Intel XE#2231]) +3 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
- shard-bmg: [SKIP][324] ([Intel XE#2312]) -> [SKIP][325] ([Intel XE#2313]) +13 other tests skip
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][326] ([Intel XE#2313]) -> [SKIP][327] ([Intel XE#2312]) +16 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt:
- shard-dg2-set2: [SKIP][328] ([Intel XE#653]) -> [SKIP][329] ([Intel XE#2136])
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: [SKIP][330] ([Intel XE#653]) -> [SKIP][331] ([Intel XE#2136] / [Intel XE#2351]) +2 other tests skip
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
- shard-bmg: [SKIP][332] ([Intel XE#2763]) -> [INCOMPLETE][333] ([Intel XE#2566])
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf:
- shard-bmg: [SKIP][334] ([Intel XE#1489]) -> [SKIP][335] ([Intel XE#2136] / [Intel XE#2231]) +1 other test skip
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-4/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area:
- shard-dg2-set2: [SKIP][336] ([Intel XE#1489]) -> [SKIP][337] ([Intel XE#2136]) +1 other test skip
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-436/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-bmg: [SKIP][338] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][339] ([Intel XE#2136] / [Intel XE#2231]) +2 other tests skip
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-1/igt@kms_psr@fbc-psr2-primary-blt.html
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@pr-sprite-blt:
- shard-dg2-set2: [SKIP][340] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][341] ([Intel XE#2136]) +2 other tests skip
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-464/igt@kms_psr@pr-sprite-blt.html
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@kms_psr@pr-sprite-blt.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2-set2: [SKIP][342] ([Intel XE#362]) -> [FAIL][343] ([Intel XE#1729])
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-464/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-bmg: [SKIP][344] ([Intel XE#3007]) -> [SKIP][345] ([Intel XE#1499])
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@kms_vrr@seamless-rr-switch-virtual.html
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-7/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-bmg: [SKIP][346] ([Intel XE#1091] / [Intel XE#2849]) -> [SKIP][347] ([Intel XE#3007])
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-7/igt@sriov_basic@enable-vfs-autoprobe-off.html
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@sriov_basic@enable-vfs-autoprobe-off.html
- shard-dg2-set2: [SKIP][348] ([Intel XE#1091] / [Intel XE#2849]) -> [SKIP][349] ([Intel XE#2423] / [i915#2575])
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-434/igt@sriov_basic@enable-vfs-autoprobe-off.html
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@xe_eudebug@basic-vm-access:
- shard-bmg: [SKIP][350] ([Intel XE#2905]) -> [SKIP][351] ([Intel XE#1130]) +1 other test skip
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-6/igt@xe_eudebug@basic-vm-access.html
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@xe_eudebug@basic-vm-access.html
* igt@xe_eudebug@multigpu-basic-client-many:
- shard-dg2-set2: [SKIP][352] ([Intel XE#2905]) -> [SKIP][353] ([Intel XE#1130])
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-434/igt@xe_eudebug@multigpu-basic-client-many.html
[353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@xe_eudebug@multigpu-basic-client-many.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue:
- shard-bmg: [SKIP][354] ([Intel XE#2322]) -> [SKIP][355] ([Intel XE#1130])
[354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-1/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue.html
[355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue.html
* igt@xe_exec_fault_mode@once-rebind-prefetch:
- shard-dg2-set2: [SKIP][356] ([Intel XE#288]) -> [SKIP][357] ([Intel XE#1130]) +4 other tests skip
[356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-433/igt@xe_exec_fault_mode@once-rebind-prefetch.html
[357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@xe_exec_fault_mode@once-rebind-prefetch.html
* igt@xe_live_ktest@xe_eudebug:
- shard-bmg: [SKIP][358] ([Intel XE#2833]) -> [SKIP][359] ([Intel XE#1192])
[358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-8/igt@xe_live_ktest@xe_eudebug.html
[359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@xe_live_ktest@xe_eudebug.html
* igt@xe_oa@syncs-syncobj-wait-cfg:
- shard-dg2-set2: [SKIP][360] ([Intel XE#2541] / [Intel XE#3573]) -> [SKIP][361] ([Intel XE#1130])
[360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-436/igt@xe_oa@syncs-syncobj-wait-cfg.html
[361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@xe_oa@syncs-syncobj-wait-cfg.html
* igt@xe_query@multigpu-query-invalid-cs-cycles:
- shard-bmg: [SKIP][362] ([Intel XE#944]) -> [SKIP][363] ([Intel XE#1130])
[362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-bmg-6/igt@xe_query@multigpu-query-invalid-cs-cycles.html
[363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-bmg-6/igt@xe_query@multigpu-query-invalid-cs-cycles.html
- shard-dg2-set2: [SKIP][364] ([Intel XE#944]) -> [SKIP][365] ([Intel XE#1130])
[364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8193/shard-dg2-434/igt@xe_query@multigpu-query-invalid-cs-cycles.html
[365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/shard-dg2-463/igt@xe_query@multigpu-query-invalid-cs-cycles.html
[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#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467
[Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#1885]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136
[Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423
[Intel XE#2425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2425
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
[Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
[Intel XE#3007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#3546]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3546
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#3820]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3820
[Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
[Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889
[Intel XE#4045]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4045
[Intel XE#4072]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4072
[Intel XE#4075]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4075
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560
[Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#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#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#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
Build changes
-------------
* IGT: IGT_8193 -> IGTPW_12442
IGTPW_12442: 12442
IGT_8193: 84511e278c1c6e598ccc21287a733cfc83d13e8a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2495-4cea1f90028925afcf1a0f8a0ef301f90349688c: 4cea1f90028925afcf1a0f8a0ef301f90349688c
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12442/index.html
[-- Attachment #2: Type: text/html, Size: 103760 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports
2025-01-15 15:15 [PATCH] tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports Kunal Joshi
` (2 preceding siblings ...)
2025-01-16 7:42 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-01-16 10:39 ` Sharma, Swati2
2025-01-16 11:22 ` Sharma, Swati2
2025-01-17 9:21 ` ✗ i915.CI.Full: failure for " Patchwork
4 siblings, 1 reply; 7+ messages in thread
From: Sharma, Swati2 @ 2025-01-16 10:39 UTC (permalink / raw)
To: Kunal Joshi, igt-dev
Hi Kunal,
On 15-01-2025 08:45 pm, Kunal Joshi wrote:
> Force reprobe connector status after plugging to assure
> we always have DRM_MODE_CONNECTED status for the connector
> before proceding with the test.
>
> Fixes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2371
> Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com>
> ---
> tests/chamelium/kms_chamelium_color.c | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/tests/chamelium/kms_chamelium_color.c b/tests/chamelium/kms_chamelium_color.c
> index 5550cec22..7c88c022c 100644
> --- a/tests/chamelium/kms_chamelium_color.c
> +++ b/tests/chamelium/kms_chamelium_color.c
> @@ -749,8 +749,13 @@ igt_main
> * discovered ports, just incase they are not plugged
> * we currently skip in test_setup
> */
> - for( i = 0; i < data.port_count; i++)
> + for (i = 0; i < data.port_count; i++) {
> chamelium_plug(data.chamelium, data.ports[i]);
> + igt_assert_f(chamelium_reprobe_connector(&data.display,
> + data.chamelium,
> + data.ports[i]) == DRM_MODE_CONNECTED,
> + "Output not connected\n");
Please add output name in print message. With this fixed.
Patch LGTM
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
> + }
>
> kmstest_set_vt_graphics_mode();
> }
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports
2025-01-16 10:39 ` [PATCH] " Sharma, Swati2
@ 2025-01-16 11:22 ` Sharma, Swati2
0 siblings, 0 replies; 7+ messages in thread
From: Sharma, Swati2 @ 2025-01-16 11:22 UTC (permalink / raw)
To: Kunal Joshi, igt-dev
Sorry missed one comment.
On 16-01-2025 04:09 pm, Sharma, Swati2 wrote:
> Hi Kunal,
>
> On 15-01-2025 08:45 pm, Kunal Joshi wrote:
>> Force reprobe connector status after plugging to assure
>> we always have DRM_MODE_CONNECTED status for the connector
>> before proceding with the test.
>>
>> Fixes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2371
Use "Closes" tag.
>> Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com>
>> ---
>> tests/chamelium/kms_chamelium_color.c | 7 ++++++-
>> 1 file changed, 6 insertions(+), 1 deletion(-)
>>
>> diff --git a/tests/chamelium/kms_chamelium_color.c
>> b/tests/chamelium/kms_chamelium_color.c
>> index 5550cec22..7c88c022c 100644
>> --- a/tests/chamelium/kms_chamelium_color.c
>> +++ b/tests/chamelium/kms_chamelium_color.c
>> @@ -749,8 +749,13 @@ igt_main
>> * discovered ports, just incase they are not plugged
>> * we currently skip in test_setup
>> */
>> - for( i = 0; i < data.port_count; i++)
>> + for (i = 0; i < data.port_count; i++) {
>> chamelium_plug(data.chamelium, data.ports[i]);
>> + igt_assert_f(chamelium_reprobe_connector(&data.display,
>> + data.chamelium,
>> + data.ports[i]) == DRM_MODE_CONNECTED,
>> + "Output not connected\n");
>
> Please add output name in print message. With this fixed.
>
> Patch LGTM
>
> Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
>
>> + }
>> kmstest_set_vt_graphics_mode();
>> }
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ i915.CI.Full: failure for tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports
2025-01-15 15:15 [PATCH] tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports Kunal Joshi
` (3 preceding siblings ...)
2025-01-16 10:39 ` [PATCH] " Sharma, Swati2
@ 2025-01-17 9:21 ` Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2025-01-17 9:21 UTC (permalink / raw)
To: Kunal Joshi; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100301 bytes --]
== Series Details ==
Series: tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports
URL : https://patchwork.freedesktop.org/series/143560/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8193_full -> IGTPW_12442_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12442_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12442_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_12442/index.html
Participating hosts (12 -> 12)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12442_full:
### IGT changes ###
#### Possible regressions ####
* igt@dmabuf@all-tests@dma_fence_unwrap:
- shard-dg1: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-dg1-18/igt@dmabuf@all-tests@dma_fence_unwrap.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-18/igt@dmabuf@all-tests@dma_fence_unwrap.html
* igt@gem_exec_balancer@semaphore:
- shard-mtlp: [PASS][3] -> [ABORT][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-mtlp-5/igt@gem_exec_balancer@semaphore.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-7/igt@gem_exec_balancer@semaphore.html
* igt@i915_pm_rpm@debugfs-read:
- shard-rkl: [PASS][5] -> [SKIP][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-rkl-5/igt@i915_pm_rpm@debugfs-read.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@i915_pm_rpm@debugfs-read.html
* igt@perf_pmu@all-busy-check-all:
- shard-dg1: [PASS][7] -> [FAIL][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-dg1-14/igt@perf_pmu@all-busy-check-all.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@perf_pmu@all-busy-check-all.html
* igt@perf_pmu@busy-check-all@vecs0:
- shard-mtlp: [PASS][9] -> [FAIL][10] +1 other test fail
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-mtlp-8/igt@perf_pmu@busy-check-all@vecs0.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-6/igt@perf_pmu@busy-check-all@vecs0.html
* igt@perf_pmu@module-unload:
- shard-tglu-1: NOTRUN -> [INCOMPLETE][11]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@perf_pmu@module-unload.html
New tests
---------
New tests have been introduced between IGT_8193_full and IGTPW_12442_full:
### New IGT tests (82) ###
* igt@gem_ctx_engines@independent@bcs0:
- Statuses : 4 pass(s)
- Exec time: [0.05, 0.21] s
* igt@gem_ctx_engines@independent@rcs0:
- Statuses : 4 pass(s)
- Exec time: [0.06, 0.19] s
* igt@gem_ctx_engines@independent@vcs0:
- Statuses : 4 pass(s)
- Exec time: [0.05, 0.16] s
* igt@gem_ctx_engines@independent@vcs1:
- Statuses : 2 pass(s)
- Exec time: [0.06, 0.11] s
* igt@gem_ctx_engines@independent@vecs0:
- Statuses : 4 pass(s)
- Exec time: [0.05, 0.16] s
* igt@gem_exec_async@forked-writes:
- Statuses : 5 pass(s)
- Exec time: [0.09, 0.33] s
* igt@gem_exec_async@forked-writes@bcs0:
- Statuses : 5 pass(s)
- Exec time: [0.02, 0.05] s
* igt@gem_exec_async@forked-writes@rcs0:
- Statuses : 5 pass(s)
- Exec time: [0.02, 0.07] s
* igt@gem_exec_async@forked-writes@vcs0:
- Statuses : 5 pass(s)
- Exec time: [0.02, 0.04] s
* igt@gem_exec_async@forked-writes@vcs1:
- Statuses : 4 pass(s)
- Exec time: [0.03, 0.04] s
* igt@gem_exec_async@forked-writes@vecs0:
- Statuses : 5 pass(s)
- Exec time: [0.02, 0.04] s
* igt@gem_exec_balancer@fairslice:
- Statuses : 3 pass(s) 1 skip(s)
- Exec time: [0.0, 3.62] s
* igt@gem_exec_balancer@nohangcheck:
- Statuses : 5 pass(s)
- Exec time: [0.75, 3.93] s
* igt@gem_exec_balancer@noheartbeat:
- Statuses : 2 pass(s) 4 skip(s)
- Exec time: [0.0, 1.06] s
* igt@gem_exec_balancer@persistence:
- Statuses : 5 pass(s) 1 skip(s)
- Exec time: [0.0, 3.72] s
* igt@gem_exec_balancer@sequential:
- Statuses : 5 pass(s) 1 skip(s)
- Exec time: [0.0, 5.55] s
* igt@gem_exec_create@legacy:
- Statuses : 5 pass(s)
- Exec time: [2.04, 2.09] s
* igt@gem_exec_schedule@fairslice:
- Statuses : 2 pass(s)
- Exec time: [8.04, 10.10] s
* igt@gem_exec_schedule@fairslice-all:
- Statuses : 6 pass(s)
- Exec time: [2.04, 2.12] s
* igt@gem_exec_schedule@fairslice@bcs0:
- Statuses : 2 pass(s)
- Exec time: [2.01, 2.02] s
* igt@gem_exec_schedule@fairslice@rcs0:
- Statuses : 2 pass(s)
- Exec time: [2.02] s
* igt@gem_exec_schedule@fairslice@vcs0:
- Statuses : 2 pass(s)
- Exec time: [2.01, 2.02] s
* igt@gem_exec_schedule@fairslice@vcs1:
- Statuses : 1 pass(s)
- Exec time: [2.02] s
* igt@gem_exec_schedule@fairslice@vecs0:
- Statuses : 2 pass(s)
- Exec time: [2.01, 2.02] s
* igt@gem_exec_schedule@preempt-user:
- Statuses : 4 pass(s)
- Exec time: [0.07, 0.24] s
* igt@gem_exec_schedule@preempt-user@bcs0:
- Statuses : 4 pass(s)
- Exec time: [0.01, 0.03] s
* igt@gem_exec_schedule@preempt-user@rcs0:
- Statuses : 4 pass(s)
- Exec time: [0.02, 0.06] s
* igt@gem_exec_schedule@preempt-user@vcs0:
- Statuses : 4 pass(s)
- Exec time: [0.02, 0.03] s
* igt@gem_exec_schedule@preempt-user@vcs1:
- Statuses : 3 pass(s)
- Exec time: [0.02, 0.03] s
* igt@gem_exec_schedule@preempt-user@vecs0:
- Statuses : 4 pass(s)
- Exec time: [0.01, 0.03] s
* igt@gem_exec_schedule@u-fairslice:
- Statuses : 5 pass(s) 1 skip(s)
- Exec time: [0.0, 12.11] s
* igt@gem_exec_schedule@u-fairslice-all:
- Statuses : 5 pass(s) 1 skip(s)
- Exec time: [0.0, 2.11] s
* igt@gem_exec_schedule@u-fairslice@bcs0:
- Statuses : 5 pass(s)
- Exec time: [2.01, 2.02] s
* igt@gem_exec_schedule@u-fairslice@rcs0:
- Statuses : 5 pass(s)
- Exec time: [2.01, 2.04] s
* igt@gem_exec_schedule@u-fairslice@vcs0:
- Statuses : 5 pass(s)
- Exec time: [2.01, 2.02] s
* igt@gem_exec_schedule@u-fairslice@vcs1:
- Statuses : 3 pass(s)
- Exec time: [2.01, 2.02] s
* igt@gem_exec_schedule@u-fairslice@vecs0:
- Statuses : 5 pass(s)
- Exec time: [2.01, 2.02] s
* igt@gem_exec_schedule@u-independent:
- Statuses : 7 pass(s)
- Exec time: [0.11, 9.70] s
* igt@gem_exec_schedule@u-independent@rcs0:
- Statuses : 7 pass(s)
- Exec time: [0.06, 1.70] s
* igt@gem_exec_schedule@u-independent@vcs0:
- Statuses : 6 pass(s)
- Exec time: [0.11, 2.08] s
* igt@gem_exec_schedule@u-independent@vcs1:
- Statuses : 4 pass(s)
- Exec time: [0.12, 1.97] s
* igt@gem_exec_schedule@u-independent@vecs0:
- Statuses : 6 pass(s)
- Exec time: [0.10, 2.00] s
* igt@gem_exec_schedule@u-lateslice:
- Statuses : 4 pass(s) 1 skip(s)
- Exec time: [0.0, 0.12] s
* igt@gem_exec_schedule@u-lateslice@bcs0:
- Statuses : 4 pass(s)
- Exec time: [0.02] s
* igt@gem_exec_schedule@u-lateslice@rcs0:
- Statuses : 4 pass(s)
- Exec time: [0.01, 0.04] s
* igt@gem_exec_schedule@u-lateslice@vcs0:
- Statuses : 4 pass(s)
- Exec time: [0.01, 0.02] s
* igt@gem_exec_schedule@u-lateslice@vcs1:
- Statuses : 3 pass(s)
- Exec time: [0.02] s
* igt@gem_exec_schedule@u-lateslice@vecs0:
- Statuses : 4 pass(s)
- Exec time: [0.01, 0.02] s
* igt@gem_exec_schedule@u-semaphore-codependency:
- Statuses : 4 pass(s) 1 skip(s)
- Exec time: [0.0, 0.05] s
* igt@gem_exec_schedule@u-semaphore-noskip:
- Statuses : 4 pass(s) 1 skip(s)
- Exec time: [0.0, 0.41] s
* igt@gem_exec_schedule@u-semaphore-resolve:
- Statuses : 5 pass(s) 1 skip(s)
- Exec time: [0.0, 0.07] s
* igt@gem_exec_schedule@u-semaphore-user:
- Statuses : 5 pass(s)
- Exec time: [0.01, 0.08] s
* igt@gem_exec_schedule@u-submit-early-slice:
- Statuses : 4 pass(s)
- Exec time: [0.09, 0.37] s
* igt@gem_exec_schedule@u-submit-early-slice@bcs0:
- Statuses : 4 pass(s)
- Exec time: [0.02, 0.05] s
* igt@gem_exec_schedule@u-submit-early-slice@rcs0:
- Statuses : 4 pass(s)
- Exec time: [0.02, 0.07] s
* igt@gem_exec_schedule@u-submit-early-slice@vcs0:
- Statuses : 4 pass(s)
- Exec time: [0.02, 0.05] s
* igt@gem_exec_schedule@u-submit-early-slice@vcs1:
- Statuses : 3 pass(s)
- Exec time: [0.03, 0.05] s
* igt@gem_exec_schedule@u-submit-early-slice@vecs0:
- Statuses : 4 pass(s)
- Exec time: [0.02, 0.05] s
* igt@gem_exec_schedule@u-submit-golden-slice:
- Statuses : 5 pass(s) 1 skip(s)
- Exec time: [0.0, 0.33] s
* igt@gem_exec_schedule@u-submit-golden-slice@bcs0:
- Statuses : 5 pass(s)
- Exec time: [0.03, 0.05] s
* igt@gem_exec_schedule@u-submit-golden-slice@rcs0:
- Statuses : 5 pass(s)
- Exec time: [0.03, 0.06] s
* igt@gem_exec_schedule@u-submit-golden-slice@vcs0:
- Statuses : 5 pass(s)
- Exec time: [0.03, 0.06] s
* igt@gem_exec_schedule@u-submit-golden-slice@vcs1:
- Statuses : 4 pass(s)
- Exec time: [0.03, 0.05] s
* igt@gem_exec_schedule@u-submit-golden-slice@vecs0:
- Statuses : 5 pass(s)
- Exec time: [0.03, 0.06] s
* igt@gem_exec_schedule@u-submit-late-slice:
- Statuses : 2 pass(s)
- Exec time: [0.08, 0.12] s
* igt@gem_exec_schedule@u-submit-late-slice@bcs0:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@gem_exec_schedule@u-submit-late-slice@rcs0:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@gem_exec_schedule@u-submit-late-slice@vcs0:
- Statuses : 2 pass(s)
- Exec time: [0.02] s
* igt@gem_exec_schedule@u-submit-late-slice@vcs1:
- Statuses : 1 pass(s)
- Exec time: [0.02] s
* igt@gem_exec_schedule@u-submit-late-slice@vecs0:
- Statuses : 2 pass(s)
- Exec time: [0.02, 0.03] s
* igt@gem_softpin@32b-excludes-last-page:
- Statuses : 5 pass(s) 1 skip(s)
- Exec time: [0.0, 0.01] s
* igt@gem_softpin@full:
- Statuses : 3 pass(s) 1 skip(s)
- Exec time: [0.0, 0.02] s
* igt@gem_softpin@zero:
- Statuses : 5 pass(s) 1 skip(s)
- Exec time: [0.0, 0.01] s
* igt@gen9_exec_parse@shadow-peek:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_invalid_mode@overflow-vrefresh@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.04] s
* igt@kms_invalid_mode@overflow-vrefresh@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.00] s
* igt@kms_invalid_mode@overflow-vrefresh@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.00] s
* igt@kms_invalid_mode@overflow-vrefresh@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.00] s
* igt@perf@non-zero-reason:
- Statuses : 4 pass(s) 1 skip(s)
- Exec time: [0.0, 51.29] s
* igt@perf_pmu@gt-awake:
- Statuses : 7 pass(s)
- Exec time: [2.01, 8.93] s
* igt@perf_pmu@invalid-open:
- Statuses : 6 pass(s)
- Exec time: [0.0, 0.00] s
* igt@perf_pmu@rc6-suspend:
- Statuses : 2 pass(s)
- Exec time: [7.57, 8.55] s
Known issues
------------
Here are the changes found in IGTPW_12442_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-dg1: NOTRUN -> [SKIP][12] ([i915#8411]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-17/igt@api_intel_bb@blit-reloc-purge-cache.html
- shard-dg2: NOTRUN -> [SKIP][13] ([i915#8411]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-3/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@debugfs_test@basic-hwmon:
- shard-tglu-1: NOTRUN -> [SKIP][14] ([i915#9318])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@debugfs_test@basic-hwmon.html
* igt@device_reset@cold-reset-bound:
- shard-rkl: NOTRUN -> [SKIP][15] ([i915#11078])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@device_reset@cold-reset-bound.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-tglu-1: NOTRUN -> [SKIP][16] ([i915#11078])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@device_reset@unbind-cold-reset-rebind.html
* igt@drm_fdinfo@busy-idle@vcs1:
- shard-dg1: NOTRUN -> [SKIP][17] ([i915#8414]) +6 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@drm_fdinfo@busy-idle@vcs1.html
* igt@drm_fdinfo@busy-idle@vecs0:
- shard-mtlp: NOTRUN -> [SKIP][18] ([i915#8414]) +6 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-6/igt@drm_fdinfo@busy-idle@vecs0.html
* igt@drm_fdinfo@virtual-busy-all:
- shard-dg2: NOTRUN -> [SKIP][19] ([i915#8414]) +8 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-3/igt@drm_fdinfo@virtual-busy-all.html
* igt@gem_bad_reloc@negative-reloc-lut:
- shard-mtlp: NOTRUN -> [SKIP][20] ([i915#3281]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-3/igt@gem_bad_reloc@negative-reloc-lut.html
* igt@gem_busy@semaphore:
- shard-dg2: NOTRUN -> [SKIP][21] ([i915#3936])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@gem_busy@semaphore.html
* igt@gem_ccs@block-copy-compressed:
- shard-dg1: NOTRUN -> [SKIP][22] ([i915#3555] / [i915#9323])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@block-multicopy-inplace:
- shard-tglu-1: NOTRUN -> [SKIP][23] ([i915#3555] / [i915#9323])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@gem_ccs@block-multicopy-inplace.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-tglu: NOTRUN -> [SKIP][24] ([i915#3555] / [i915#9323])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-10/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-rkl: NOTRUN -> [SKIP][25] ([i915#9323])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-7/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_close_race@multigpu-basic-process:
- shard-tglu: NOTRUN -> [SKIP][26] ([i915#7697])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-9/igt@gem_close_race@multigpu-basic-process.html
- shard-rkl: NOTRUN -> [SKIP][27] ([i915#7697])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-1/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-clear:
- shard-rkl: [PASS][28] -> [DMESG-WARN][29] ([i915#12964]) +20 other tests dmesg-warn
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-rkl-1/igt@gem_create@create-clear.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-7/igt@gem_create@create-clear.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-rkl: NOTRUN -> [SKIP][30] ([i915#6335])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-2/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_create@create-ext-set-pat:
- shard-rkl: NOTRUN -> [SKIP][31] ([i915#8562])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-4/igt@gem_create@create-ext-set-pat.html
- shard-tglu-1: NOTRUN -> [SKIP][32] ([i915#8562])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_isolation@preservation-s3@bcs0:
- shard-glk: NOTRUN -> [INCOMPLETE][33] ([i915#12353])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk7/igt@gem_ctx_isolation@preservation-s3@bcs0.html
* igt@gem_ctx_persistence@heartbeat-hang:
- shard-dg2: NOTRUN -> [SKIP][34] ([i915#8555])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-3/igt@gem_ctx_persistence@heartbeat-hang.html
* igt@gem_ctx_persistence@heartbeat-stop:
- shard-dg1: NOTRUN -> [SKIP][35] ([i915#8555]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@gem_ctx_persistence@heartbeat-stop.html
* igt@gem_ctx_persistence@legacy-engines-hostile-preempt:
- shard-snb: NOTRUN -> [SKIP][36] ([i915#1099]) +4 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-snb5/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html
* igt@gem_ctx_persistence@saturated-hostile-nopreempt:
- shard-dg2: NOTRUN -> [SKIP][37] ([i915#5882]) +7 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-4/igt@gem_ctx_persistence@saturated-hostile-nopreempt.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: NOTRUN -> [SKIP][38] ([i915#280])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-6/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-args:
- shard-tglu: NOTRUN -> [SKIP][39] ([i915#280])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-6/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_eio@in-flight-1us:
- shard-mtlp: [PASS][40] -> [ABORT][41] ([i915#13193])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-mtlp-8/igt@gem_eio@in-flight-1us.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-4/igt@gem_eio@in-flight-1us.html
* igt@gem_eio@kms:
- shard-dg1: [PASS][42] -> [FAIL][43] ([i915#5784])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-dg1-12/igt@gem_eio@kms.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-17/igt@gem_eio@kms.html
* igt@gem_exec_balancer@bonded-dual:
- shard-dg2: NOTRUN -> [SKIP][44] ([i915#4771])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-8/igt@gem_exec_balancer@bonded-dual.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg2: NOTRUN -> [SKIP][45] ([i915#4812]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-2/igt@gem_exec_balancer@bonded-false-hang.html
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#4812]) +2 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-14/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#4036])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-8/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@parallel:
- shard-rkl: NOTRUN -> [SKIP][48] ([i915#4525]) +2 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_balancer@parallel-bb-first:
- shard-tglu: NOTRUN -> [SKIP][49] ([i915#4525])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-4/igt@gem_exec_balancer@parallel-bb-first.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-tglu-1: NOTRUN -> [SKIP][50] ([i915#4525]) +1 other test skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_big@single:
- shard-tglu: [PASS][51] -> [ABORT][52] ([i915#11713])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-tglu-9/igt@gem_exec_big@single.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-5/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture:
- shard-mtlp: NOTRUN -> [FAIL][53] ([i915#11965]) +1 other test fail
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-5/igt@gem_exec_capture@capture.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-glk: NOTRUN -> [SKIP][54] ([i915#6334]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk4/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][55] ([i915#11965]) +4 other tests fail
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-3/igt@gem_exec_capture@capture@vecs0-lmem0.html
- shard-dg1: NOTRUN -> [FAIL][56] ([i915#11965]) +2 other tests fail
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_flush@basic-uc-prw-default:
- shard-dg1: NOTRUN -> [SKIP][57] ([i915#3539])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@gem_exec_flush@basic-uc-prw-default.html
- shard-dg2: NOTRUN -> [SKIP][58] ([i915#3539])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@gem_exec_flush@basic-uc-prw-default.html
* igt@gem_exec_flush@basic-uc-ro-default:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#3539] / [i915#4852]) +5 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-7/igt@gem_exec_flush@basic-uc-ro-default.html
* igt@gem_exec_flush@basic-wb-prw-default:
- shard-dg1: NOTRUN -> [SKIP][60] ([i915#3539] / [i915#4852]) +3 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-14/igt@gem_exec_flush@basic-wb-prw-default.html
* igt@gem_exec_reloc@basic-cpu-gtt:
- shard-rkl: NOTRUN -> [SKIP][61] ([i915#3281]) +4 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-5/igt@gem_exec_reloc@basic-cpu-gtt.html
* igt@gem_exec_reloc@basic-cpu-read:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#3281]) +16 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-5/igt@gem_exec_reloc@basic-cpu-read.html
* igt@gem_exec_reloc@basic-scanout:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#3281]) +9 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-14/igt@gem_exec_reloc@basic-scanout.html
* igt@gem_exec_schedule@reorder-wide:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#4537] / [i915#4812]) +2 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-2/igt@gem_exec_schedule@reorder-wide.html
* igt@gem_exec_suspend@basic-s3@smem:
- shard-glk: NOTRUN -> [INCOMPLETE][65] ([i915#13196]) +1 other test incomplete
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk4/igt@gem_exec_suspend@basic-s3@smem.html
* igt@gem_fence_thrash@bo-write-verify-y:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#4860]) +4 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-7/igt@gem_fence_thrash@bo-write-verify-y.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible:
- shard-dg1: NOTRUN -> [SKIP][67] ([i915#4860])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html
* igt@gem_huc_copy@huc-copy:
- shard-rkl: NOTRUN -> [SKIP][68] ([i915#2190])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@gem_huc_copy@huc-copy.html
- shard-glk: NOTRUN -> [SKIP][69] ([i915#2190])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk5/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-rkl: NOTRUN -> [SKIP][70] ([i915#4613] / [i915#7582])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-6/igt@gem_lmem_evict@dontneed-evict-race.html
- shard-tglu: NOTRUN -> [SKIP][71] ([i915#4613] / [i915#7582])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-3/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@heavy-multi:
- shard-rkl: NOTRUN -> [SKIP][72] ([i915#4613]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-7/igt@gem_lmem_swapping@heavy-multi.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-glk: NOTRUN -> [SKIP][73] ([i915#4613]) +6 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk8/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
- shard-dg1: NOTRUN -> [SKIP][74] ([i915#12193])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][75] ([i915#4565])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][76] ([i915#4613]) +1 other test skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#4613]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-6/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_lmem_swapping@verify-random-ccs:
- shard-tglu: NOTRUN -> [SKIP][78] ([i915#4613]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-9/igt@gem_lmem_swapping@verify-random-ccs.html
* igt@gem_media_fill@media-fill:
- shard-mtlp: NOTRUN -> [SKIP][79] ([i915#8289])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-2/igt@gem_media_fill@media-fill.html
* igt@gem_media_vme:
- shard-dg2: NOTRUN -> [SKIP][80] ([i915#284])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-7/igt@gem_media_vme.html
* igt@gem_mmap_gtt@basic-read-write-distinct:
- shard-mtlp: NOTRUN -> [SKIP][81] ([i915#4077]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-5/igt@gem_mmap_gtt@basic-read-write-distinct.html
* igt@gem_mmap_gtt@basic-small-bo:
- shard-dg2: NOTRUN -> [SKIP][82] ([i915#4077]) +14 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@gem_mmap_gtt@basic-small-bo.html
* igt@gem_mmap_offset@clear-via-pagefault:
- shard-mtlp: [PASS][83] -> [ABORT][84] ([i915#10729]) +1 other test abort
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-mtlp-1/igt@gem_mmap_offset@clear-via-pagefault.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-2/igt@gem_mmap_offset@clear-via-pagefault.html
* igt@gem_mmap_wc@invalid-flags:
- shard-dg2: NOTRUN -> [SKIP][85] ([i915#4083]) +10 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-3/igt@gem_mmap_wc@invalid-flags.html
* igt@gem_mmap_wc@read-write-distinct:
- shard-mtlp: NOTRUN -> [SKIP][86] ([i915#4083]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-1/igt@gem_mmap_wc@read-write-distinct.html
* igt@gem_mmap_wc@write-cpu-read-wc-unflushed:
- shard-dg1: NOTRUN -> [SKIP][87] ([i915#4083]) +6 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-14/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html
* igt@gem_partial_pwrite_pread@reads-snoop:
- shard-dg1: NOTRUN -> [SKIP][88] ([i915#3282]) +6 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@gem_partial_pwrite_pread@reads-snoop.html
- shard-mtlp: NOTRUN -> [SKIP][89] ([i915#3282]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-8/igt@gem_partial_pwrite_pread@reads-snoop.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-dg2: NOTRUN -> [SKIP][90] ([i915#3282]) +11 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_pread@exhaustion:
- shard-tglu-1: NOTRUN -> [WARN][91] ([i915#2658])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@gem_pread@exhaustion.html
- shard-glk: NOTRUN -> [WARN][92] ([i915#2658])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk5/igt@gem_pread@exhaustion.html
* igt@gem_pwrite@basic-exhaustion:
- shard-rkl: NOTRUN -> [SKIP][93] ([i915#3282]) +8 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-1/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@create-valid-protected-context:
- shard-rkl: NOTRUN -> [TIMEOUT][94] ([i915#12964])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@gem_pxp@create-valid-protected-context.html
* igt@gem_pxp@protected-encrypted-src-copy-not-readible:
- shard-rkl: NOTRUN -> [TIMEOUT][95] ([i915#12917] / [i915#12964]) +3 other tests timeout
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-7/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html
* igt@gem_pxp@protected-raw-src-copy-not-readible:
- shard-dg2: NOTRUN -> [SKIP][96] ([i915#4270]) +5 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-5/igt@gem_pxp@protected-raw-src-copy-not-readible.html
* igt@gem_pxp@reject-modify-context-protection-on:
- shard-dg1: NOTRUN -> [SKIP][97] ([i915#4270]) +2 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@gem_pxp@reject-modify-context-protection-on.html
* igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][98] ([i915#8428]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-3/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled-ccs.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][99] ([i915#5190] / [i915#8428]) +12 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_render_tiled_blits@basic:
- shard-dg2: NOTRUN -> [SKIP][100] ([i915#4079])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@gem_render_tiled_blits@basic.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-rkl: NOTRUN -> [SKIP][101] ([i915#8411]) +2 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_set_tiling_vs_gtt:
- shard-dg1: NOTRUN -> [SKIP][102] ([i915#4079])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-14/igt@gem_set_tiling_vs_gtt.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-dg2: NOTRUN -> [SKIP][103] ([i915#4885])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-4/igt@gem_softpin@evict-snoop-interruptible.html
- shard-dg1: NOTRUN -> [SKIP][104] ([i915#4885])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-14/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_tiled_fence_blits@basic:
- shard-dg1: NOTRUN -> [SKIP][105] ([i915#4077]) +11 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-17/igt@gem_tiled_fence_blits@basic.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-rkl: NOTRUN -> [SKIP][106] ([i915#3297] / [i915#3323])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-5/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-dg2: NOTRUN -> [SKIP][107] ([i915#3297]) +5 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-7/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-rkl: NOTRUN -> [SKIP][108] ([i915#3282] / [i915#3297])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-1/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@map-fixed-invalidate:
- shard-dg2: NOTRUN -> [SKIP][109] ([i915#3297] / [i915#4880]) +1 other test skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-2/igt@gem_userptr_blits@map-fixed-invalidate.html
* igt@gem_userptr_blits@readonly-unsync:
- shard-tglu: NOTRUN -> [SKIP][110] ([i915#3297])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-6/igt@gem_userptr_blits@readonly-unsync.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-rkl: NOTRUN -> [SKIP][111] ([i915#3297])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-4/igt@gem_userptr_blits@unsync-unmap-after-close.html
- shard-tglu-1: NOTRUN -> [SKIP][112] ([i915#3297]) +1 other test skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gem_vm_create@invalid-create:
- shard-snb: NOTRUN -> [SKIP][113] +443 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-snb7/igt@gem_vm_create@invalid-create.html
* igt@gen9_exec_parse@basic-rejected:
- shard-mtlp: NOTRUN -> [SKIP][114] ([i915#2856]) +1 other test skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-5/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-dg1: NOTRUN -> [SKIP][115] ([i915#2527]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-17/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@secure-batches:
- shard-tglu: NOTRUN -> [SKIP][116] ([i915#2527] / [i915#2856])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-9/igt@gen9_exec_parse@secure-batches.html
* igt@gen9_exec_parse@shadow-peek (NEW):
- shard-dg2: NOTRUN -> [SKIP][117] ([i915#2856]) +5 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@gen9_exec_parse@shadow-peek.html
- shard-rkl: NOTRUN -> [SKIP][118] ([i915#2527]) +3 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-4/igt@gen9_exec_parse@shadow-peek.html
- shard-tglu-1: NOTRUN -> [SKIP][119] ([i915#2527] / [i915#2856]) +2 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@gen9_exec_parse@shadow-peek.html
* igt@i915_fb_tiling:
- shard-dg2: NOTRUN -> [SKIP][120] ([i915#4881])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@i915_fb_tiling.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-tglu: [PASS][121] -> [DMESG-WARN][122] ([i915#13475])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-tglu-10/igt@i915_module_load@reload-with-fault-injection.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-tglu-1: NOTRUN -> [SKIP][123] ([i915#6412])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@i915_module_load@resize-bar.html
* igt@i915_pipe_stress@stress-xrgb8888-ytiled:
- shard-dg2: NOTRUN -> [SKIP][124] ([i915#7091])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-2/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#8399])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-7/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-rkl: [PASS][126] -> [FAIL][127] ([i915#12942]) +1 other test fail
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-rkl-1/igt@i915_pm_rc6_residency@rc6-accuracy.html
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-dg1: NOTRUN -> [FAIL][128] ([i915#3591])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0:
- shard-dg1: NOTRUN -> [FAIL][129] ([i915#12739] / [i915#3591])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
* igt@i915_pm_rpm@system-suspend:
- shard-rkl: NOTRUN -> [SKIP][130] ([i915#13328])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-7/igt@i915_pm_rpm@system-suspend.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-dg1: [PASS][131] -> [DMESG-FAIL][132] ([i915#4423])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-dg1-13/igt@i915_pm_rpm@system-suspend-execbuf.html
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-17/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_pm_rps@basic-api:
- shard-dg1: NOTRUN -> [SKIP][133] ([i915#11681] / [i915#6621]) +1 other test skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-18/igt@i915_pm_rps@basic-api.html
- shard-mtlp: NOTRUN -> [SKIP][134] ([i915#11681] / [i915#6621]) +1 other test skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-4/igt@i915_pm_rps@basic-api.html
- shard-dg2: NOTRUN -> [SKIP][135] ([i915#11681] / [i915#6621])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@i915_pm_rps@basic-api.html
* igt@i915_pm_rps@thresholds-park:
- shard-dg2: NOTRUN -> [SKIP][136] ([i915#11681]) +1 other test skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@i915_pm_rps@thresholds-park.html
* igt@i915_query@hwconfig_table:
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#6245])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@i915_query@hwconfig_table.html
- shard-tglu: NOTRUN -> [SKIP][138] ([i915#6245])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-9/igt@i915_query@hwconfig_table.html
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#6245])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-1/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-mtlp: NOTRUN -> [SKIP][140] ([i915#6188])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-5/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: [PASS][141] -> [DMESG-FAIL][142] ([i915#12061]) +1 other test dmesg-fail
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-mtlp-8/igt@i915_selftest@live@workarounds.html
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-2/igt@i915_selftest@live@workarounds.html
* igt@i915_selftest@mock@memory_region:
- shard-tglu-1: NOTRUN -> [DMESG-WARN][143] ([i915#9311]) +1 other test dmesg-warn
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@i915_selftest@mock@memory_region.html
* igt@i915_suspend@basic-s2idle-without-i915:
- shard-rkl: NOTRUN -> [DMESG-WARN][144] ([i915#12917] / [i915#12964]) +3 other tests dmesg-warn
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-2/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@i915_suspend@forcewake:
- shard-glk: NOTRUN -> [INCOMPLETE][145] ([i915#4817]) +1 other test incomplete
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk2/igt@i915_suspend@forcewake.html
* igt@intel_hwmon@hwmon-read:
- shard-tglu: NOTRUN -> [SKIP][146] ([i915#7707])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-2/igt@intel_hwmon@hwmon-read.html
* igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#4212])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#4212])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-18/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
- shard-mtlp: NOTRUN -> [SKIP][149] ([i915#4212])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-4/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y-rc-ccs:
- shard-rkl: NOTRUN -> [SKIP][150] ([i915#8709]) +3 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y-rc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4-mc-ccs:
- shard-mtlp: NOTRUN -> [SKIP][151] ([i915#8709]) +11 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-1/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4-mc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-1-y-rc-ccs-cc:
- shard-tglu-1: NOTRUN -> [SKIP][152] ([i915#8709]) +7 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-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][153] ([i915#8709]) +15 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][154] ([i915#8709]) +23 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: NOTRUN -> [SKIP][155] ([i915#9531])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
- shard-rkl: NOTRUN -> [SKIP][156] ([i915#9531])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_interruptible@legacy-cursor:
- shard-dg1: [PASS][157] -> [DMESG-WARN][158] ([i915#4423]) +4 other tests dmesg-warn
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-dg1-13/igt@kms_atomic_interruptible@legacy-cursor.html
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-17/igt@kms_atomic_interruptible@legacy-cursor.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-dg1: NOTRUN -> [SKIP][159] ([i915#1769] / [i915#3555])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-17/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1:
- shard-tglu: [PASS][160] -> [FAIL][161] ([i915#11808]) +1 other test fail
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-tglu-10/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-3/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#5286]) +7 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-2/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-tglu-1: NOTRUN -> [SKIP][163] ([i915#5286])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][164] ([i915#4423] / [i915#4538] / [i915#5286])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-17/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-tglu: NOTRUN -> [SKIP][165] ([i915#5286]) +4 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-10/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-dg1: NOTRUN -> [SKIP][166] ([i915#4538] / [i915#5286]) +6 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-14/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: [PASS][167] -> [FAIL][168] ([i915#5138])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#3638]) +4 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-2/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][170] ([i915#3638]) +7 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-17/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2: NOTRUN -> [SKIP][171] ([i915#5190]) +6 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-2/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#4538] / [i915#5190]) +17 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-2/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
- shard-dg1: NOTRUN -> [SKIP][173] ([i915#4538]) +4 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-14/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-rkl: NOTRUN -> [SKIP][174] +26 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
- shard-mtlp: NOTRUN -> [SKIP][175] +7 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-1/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_ccs@bad-pixel-format-y-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][176] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-4/igt@kms_ccs@bad-pixel-format-y-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][177] ([i915#6095]) +39 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-6/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][178] ([i915#12805]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][179] ([i915#6095]) +59 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#6095]) +101 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][181] ([i915#6095]) +147 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][182] ([i915#6095]) +27 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-2/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#12313])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][184] ([i915#12313]) +4 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#10307] / [i915#6095]) +163 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-a-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][186] ([i915#12313]) +1 other test skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
- shard-tglu: NOTRUN -> [SKIP][187] ([i915#12313]) +1 other test skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-9/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][188] ([i915#12313])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-1/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_cdclk@plane-scaling:
- shard-rkl: NOTRUN -> [SKIP][189] ([i915#3742])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-4/igt@kms_cdclk@plane-scaling.html
* igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][190] ([i915#4087]) +4 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-8/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-tglu-1: NOTRUN -> [SKIP][191] ([i915#11151] / [i915#7828]) +6 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_edid@hdmi-edid-read:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#11151] / [i915#7828]) +11 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-7/igt@kms_chamelium_edid@hdmi-edid-read.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k:
- shard-tglu: NOTRUN -> [SKIP][193] ([i915#11151] / [i915#7828]) +7 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-3/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-dg2: NOTRUN -> [SKIP][194] ([i915#11151] / [i915#7828]) +13 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-3/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
- shard-dg1: NOTRUN -> [SKIP][195] ([i915#11151] / [i915#7828]) +9 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-mtlp: NOTRUN -> [SKIP][196] ([i915#11151] / [i915#7828]) +2 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-2/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_content_protection@atomic:
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#7118] / [i915#9424])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-7/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglu: NOTRUN -> [SKIP][198] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-9/igt@kms_content_protection@atomic-dpms.html
- shard-rkl: NOTRUN -> [SKIP][199] ([i915#7118] / [i915#9424])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-1/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-tglu: NOTRUN -> [SKIP][200] ([i915#3116] / [i915#3299])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-7/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-rkl: NOTRUN -> [SKIP][201] ([i915#3116])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-2/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@lic-type-1:
- shard-dg2: NOTRUN -> [SKIP][202] ([i915#9424])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-5/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@mei-interface:
- shard-tglu-1: NOTRUN -> [SKIP][203] ([i915#6944] / [i915#9424])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_content_protection@mei-interface.html
- shard-dg1: NOTRUN -> [SKIP][204] ([i915#9424])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-18/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-dg2: NOTRUN -> [SKIP][205] ([i915#7118])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-4/igt@kms_content_protection@srm.html
* igt@kms_content_protection@uevent:
- shard-mtlp: NOTRUN -> [SKIP][206] ([i915#6944] / [i915#9424]) +1 other test skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-6/igt@kms_content_protection@uevent.html
- shard-dg1: NOTRUN -> [SKIP][207] ([i915#7116] / [i915#9424]) +1 other test skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-256x256:
- shard-rkl: [PASS][208] -> [DMESG-WARN][209] ([i915#12917] / [i915#12964])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-256x256.html
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@kms_cursor_crc@cursor-offscreen-256x256.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-rkl: NOTRUN -> [SKIP][210] ([i915#13049]) +1 other test skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@kms_cursor_crc@cursor-offscreen-512x170.html
- shard-tglu-1: NOTRUN -> [SKIP][211] ([i915#13049])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-onscreen-32x32:
- shard-tglu-1: NOTRUN -> [SKIP][212] ([i915#3555]) +2 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-32x32.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#13049]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-8/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-tglu: NOTRUN -> [SKIP][214] ([i915#3555]) +1 other test skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-8/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-256x85:
- shard-mtlp: NOTRUN -> [SKIP][215] ([i915#8814])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-4/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-dg1: NOTRUN -> [SKIP][216] ([i915#3555]) +5 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-dg2: NOTRUN -> [SKIP][217] ([i915#3555]) +10 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-dg1: NOTRUN -> [SKIP][218] ([i915#13049])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-tglu: NOTRUN -> [SKIP][219] ([i915#13049]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_edge_walk@128x128-right-edge@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [DMESG-WARN][220] ([i915#12964]) +23 other tests dmesg-warn
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-5/igt@kms_cursor_edge_walk@128x128-right-edge@pipe-a-hdmi-a-2.html
* igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#13046] / [i915#5354]) +8 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-2/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][222] ([i915#4103] / [i915#4213])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
- shard-dg1: NOTRUN -> [SKIP][223] ([i915#4103] / [i915#4213])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][224] ([i915#9809]) +1 other test skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: NOTRUN -> [FAIL][225] ([i915#2346])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-tglu: NOTRUN -> [FAIL][226] ([i915#2346])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-tglu: NOTRUN -> [SKIP][227] ([i915#9067])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-6/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-rkl: NOTRUN -> [SKIP][228] ([i915#4103])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
- shard-tglu-1: NOTRUN -> [SKIP][229] ([i915#4103])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
- shard-dg1: NOTRUN -> [DMESG-WARN][230] ([i915#4423])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-17/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg1: NOTRUN -> [SKIP][231] ([i915#8588])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-14/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dp_aux_dev:
- shard-rkl: NOTRUN -> [SKIP][232] ([i915#1257])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@kms_dp_aux_dev.html
- shard-tglu-1: NOTRUN -> [SKIP][233] ([i915#1257])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_dp_aux_dev.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-tglu: NOTRUN -> [SKIP][234] ([i915#12402])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-7/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][235] ([i915#8812])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-dg2: NOTRUN -> [SKIP][236] ([i915#3840] / [i915#9688])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@kms_dsc@dsc-fractional-bpp.html
- shard-rkl: NOTRUN -> [SKIP][237] ([i915#3840])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-6/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-dg1: NOTRUN -> [SKIP][238] ([i915#3840])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-formats:
- shard-rkl: NOTRUN -> [SKIP][239] ([i915#3555] / [i915#3840])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@kms_dsc@dsc-with-formats.html
- shard-tglu-1: NOTRUN -> [SKIP][240] ([i915#3555] / [i915#3840])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_dsc@dsc-with-formats.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][241] ([i915#9878])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk8/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr:
- shard-dg2: NOTRUN -> [SKIP][242] ([i915#3469])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-7/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@chamelium:
- shard-tglu: NOTRUN -> [SKIP][243] ([i915#2065] / [i915#4854])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-7/igt@kms_feature_discovery@chamelium.html
- shard-dg2: NOTRUN -> [SKIP][244] ([i915#4854])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-2/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-2x:
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#1839])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-7/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-3x:
- shard-rkl: NOTRUN -> [SKIP][246] ([i915#1839])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@kms_feature_discovery@display-3x.html
- shard-tglu-1: NOTRUN -> [SKIP][247] ([i915#1839])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_feature_discovery@display-3x.html
- shard-mtlp: NOTRUN -> [SKIP][248] ([i915#1839])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-1/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-dg1: NOTRUN -> [SKIP][249] ([i915#1839]) +1 other test skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2: NOTRUN -> [SKIP][250] ([i915#9337])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@kms_feature_discovery@dp-mst.html
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#9337])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr2:
- shard-dg1: NOTRUN -> [SKIP][252] ([i915#658])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-18/igt@kms_feature_discovery@psr2.html
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#658])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-4/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#9934]) +8 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-5/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-dg1: NOTRUN -> [SKIP][255] ([i915#9934]) +5 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-rkl: NOTRUN -> [SKIP][256] ([i915#9934]) +7 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-5/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@2x-flip-vs-modeset:
- shard-mtlp: NOTRUN -> [SKIP][257] ([i915#3637]) +2 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-4/igt@kms_flip@2x-flip-vs-modeset.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][258] ([i915#12745] / [i915#1982] / [i915#4839])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk7/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2:
- shard-glk: NOTRUN -> [INCOMPLETE][259] ([i915#4839])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk1/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2:
- shard-glk: NOTRUN -> [INCOMPLETE][260] ([i915#1982] / [i915#4839])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk7/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-nonexisting-fb-interruptible:
- shard-tglu: NOTRUN -> [SKIP][261] ([i915#3637]) +3 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-10/igt@kms_flip@2x-nonexisting-fb-interruptible.html
* igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
- shard-tglu-1: NOTRUN -> [SKIP][262] ([i915#3637]) +6 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
* igt@kms_flip@flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][263] ([i915#8381])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-7/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-glk: NOTRUN -> [INCOMPLETE][264] ([i915#12745] / [i915#4839]) +1 other test incomplete
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk5/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1:
- shard-glk: NOTRUN -> [INCOMPLETE][265] ([i915#12745])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk5/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html
* igt@kms_flip@plain-flip-ts-check-interruptible:
- shard-snb: NOTRUN -> [FAIL][266] ([i915#11989]) +3 other tests fail
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible.html
- shard-mtlp: [PASS][267] -> [FAIL][268] ([i915#11989]) +1 other test fail
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-mtlp-6/igt@kms_flip@plain-flip-ts-check-interruptible.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-2/igt@kms_flip@plain-flip-ts-check-interruptible.html
* igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1:
- shard-tglu-1: NOTRUN -> [FAIL][269] ([i915#11989]) +3 other tests fail
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1.html
* igt@kms_flip@wf_vblank-ts-check:
- shard-dg2: [PASS][270] -> [FAIL][271] ([i915#11989]) +1 other test fail
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-dg2-4/igt@kms_flip@wf_vblank-ts-check.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-7/igt@kms_flip@wf_vblank-ts-check.html
* igt@kms_flip@wf_vblank-ts-check@a-hdmi-a1:
- shard-tglu: [PASS][272] -> [FAIL][273] ([i915#11989]) +1 other test fail
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-tglu-7/igt@kms_flip@wf_vblank-ts-check@a-hdmi-a1.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-5/igt@kms_flip@wf_vblank-ts-check@a-hdmi-a1.html
* igt@kms_flip@wf_vblank-ts-check@b-hdmi-a3:
- shard-dg2: NOTRUN -> [FAIL][274] ([i915#11989]) +2 other tests fail
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-7/igt@kms_flip@wf_vblank-ts-check@b-hdmi-a3.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-rkl: NOTRUN -> [SKIP][275] ([i915#2672] / [i915#3555]) +6 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][276] ([i915#3555] / [i915#8810] / [i915#8813]) +1 other test skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][277] ([i915#3555] / [i915#8810]) +1 other test skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-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][278] ([i915#2672]) +6 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/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-1: NOTRUN -> [SKIP][279] ([i915#2587] / [i915#2672]) +3 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-dg1: NOTRUN -> [SKIP][280] ([i915#2587] / [i915#2672] / [i915#3555]) +1 other test skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][281] ([i915#2587] / [i915#2672]) +2 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][282] ([i915#2587] / [i915#2672] / [i915#3555])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][283] ([i915#2672] / [i915#3555] / [i915#5190]) +3 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-dg1: NOTRUN -> [SKIP][284] ([i915#2672] / [i915#3555])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][285] ([i915#2587] / [i915#2672]) +1 other test skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling:
- shard-tglu-1: NOTRUN -> [SKIP][286] ([i915#2672] / [i915#3555]) +2 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
- shard-tglu: NOTRUN -> [SKIP][287] ([i915#2672] / [i915#3555]) +1 other test skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][288] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][289] ([i915#2672]) +3 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][290] ([i915#8708]) +2 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][291] ([i915#1825]) +48 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][292] ([i915#10056] / [i915#13353])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk2/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][293] ([i915#10433] / [i915#3458])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][294] ([i915#8708]) +21 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
- shard-tglu-1: NOTRUN -> [SKIP][295] +49 other tests skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
- shard-dg1: NOTRUN -> [SKIP][296] +47 other tests skip
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-mtlp: NOTRUN -> [SKIP][297] ([i915#1825]) +12 other tests skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][298] +50 other tests skip
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff:
- shard-dg1: NOTRUN -> [SKIP][299] ([i915#4423])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][300] ([i915#3023]) +30 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][301] ([i915#5439])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-5/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-glk: NOTRUN -> [SKIP][302] +447 other tests skip
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff:
- shard-dg2: NOTRUN -> [SKIP][303] ([i915#3458]) +24 other tests skip
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][304] ([i915#5354]) +52 other tests skip
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][305] ([i915#8708]) +25 other tests skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][306] ([i915#3458]) +19 other tests skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2: NOTRUN -> [SKIP][307] ([i915#6118])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@bpc-switch:
- shard-tglu-1: NOTRUN -> [SKIP][308] ([i915#3555] / [i915#8228])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@brightness-with-hdr:
- shard-dg2: NOTRUN -> [SKIP][309] ([i915#12713])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-8/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-swap:
- shard-dg1: NOTRUN -> [SKIP][310] ([i915#3555] / [i915#8228]) +2 other tests skip
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@kms_hdr@static-swap.html
- shard-tglu: NOTRUN -> [SKIP][311] ([i915#3555] / [i915#8228]) +2 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-10/igt@kms_hdr@static-swap.html
- shard-mtlp: NOTRUN -> [SKIP][312] ([i915#3555] / [i915#8228])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-8/igt@kms_hdr@static-swap.html
- shard-rkl: NOTRUN -> [SKIP][313] ([i915#3555] / [i915#8228])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-5/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle:
- shard-dg2: NOTRUN -> [SKIP][314] ([i915#3555] / [i915#8228]) +2 other tests skip
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-5/igt@kms_hdr@static-toggle.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-tglu: NOTRUN -> [SKIP][315] ([i915#12388])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-4/igt@kms_joiner@basic-force-big-joiner.html
- shard-dg2: [PASS][316] -> [SKIP][317] ([i915#12388])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-dg2-10/igt@kms_joiner@basic-force-big-joiner.html
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-2/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-dg1: NOTRUN -> [SKIP][318] ([i915#12394] / [i915#13522]) +1 other test skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][319] ([i915#12339])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-2/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][320] ([i915#10656])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-dg2: NOTRUN -> [SKIP][321] ([i915#10656])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-rkl: NOTRUN -> [SKIP][322] ([i915#12394] / [i915#13522])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-2/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: NOTRUN -> [SKIP][323] ([i915#4070] / [i915#4816])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-rkl: NOTRUN -> [SKIP][324] ([i915#6301]) +1 other test skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-3/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_panel_fitting@legacy:
- shard-dg2: NOTRUN -> [SKIP][325] ([i915#6301])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@kms_panel_fitting@legacy.html
- shard-dg1: NOTRUN -> [SKIP][326] ([i915#6301])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-18/igt@kms_panel_fitting@legacy.html
* igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c:
- shard-dg2: NOTRUN -> [SKIP][327] +17 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-5/igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1:
- shard-glk: [PASS][328] -> [INCOMPLETE][329] ([i915#12756] / [i915#1982])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-glk5/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk9/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][330] ([i915#3555]) +6 other tests skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-6/igt@kms_plane_multiple@tiling-yf.html
- shard-dg2: NOTRUN -> [SKIP][331] ([i915#3555] / [i915#8806])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-rkl: NOTRUN -> [SKIP][332] ([i915#6953])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-6/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [FAIL][333] ([i915#8292])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers:
- shard-mtlp: NOTRUN -> [SKIP][334] ([i915#12247]) +8 other tests skip
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-3/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b:
- shard-tglu: NOTRUN -> [SKIP][335] ([i915#12247]) +8 other tests skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][336] ([i915#12247]) +12 other tests skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-5/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25:
- shard-dg2: NOTRUN -> [SKIP][337] ([i915#12247] / [i915#6953] / [i915#9423])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
- shard-rkl: NOTRUN -> [SKIP][338] ([i915#12247] / [i915#6953]) +1 other test skip
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
- shard-tglu-1: NOTRUN -> [SKIP][339] ([i915#12247] / [i915#6953])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d:
- shard-dg2: NOTRUN -> [SKIP][340] ([i915#12247]) +15 other tests skip
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20:
- shard-dg2: NOTRUN -> [SKIP][341] ([i915#12247] / [i915#9423]) +2 other tests skip
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-dg1: NOTRUN -> [SKIP][342] ([i915#12247] / [i915#6953]) +1 other test skip
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c:
- shard-dg1: NOTRUN -> [SKIP][343] ([i915#12247]) +17 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b:
- shard-tglu-1: NOTRUN -> [SKIP][344] ([i915#12247]) +3 other tests skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][345] ([i915#12247] / [i915#6953])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-1/igt@kms_plane_scaling@planes-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
- shard-tglu: NOTRUN -> [SKIP][346] ([i915#12247] / [i915#3555])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-9/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
* igt@kms_pm_backlight@basic-brightness:
- shard-rkl: NOTRUN -> [SKIP][347] ([i915#5354])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-4/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-dg1: NOTRUN -> [SKIP][348] ([i915#12343])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-tglu: NOTRUN -> [SKIP][349] ([i915#9812])
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-8/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-dg1: NOTRUN -> [SKIP][350] ([i915#5354])
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-12/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc5-psr:
- shard-tglu: NOTRUN -> [SKIP][351] ([i915#9685])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-5/igt@kms_pm_dc@dc5-psr.html
- shard-dg2: NOTRUN -> [SKIP][352] ([i915#9685])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-7/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-tglu-1: NOTRUN -> [SKIP][353] ([i915#3828])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2: NOTRUN -> [SKIP][354] ([i915#5978])
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-5/igt@kms_pm_dc@dc6-dpms.html
- shard-rkl: NOTRUN -> [SKIP][355] ([i915#3361])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-1/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: NOTRUN -> [SKIP][356] ([i915#4281])
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg1: NOTRUN -> [SKIP][357] ([i915#9340])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-18/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-dg2: NOTRUN -> [SKIP][358] ([i915#8430])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-2/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@i2c:
- shard-rkl: [PASS][359] -> [SKIP][360] ([i915#12916])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-rkl-4/igt@kms_pm_rpm@i2c.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-2/igt@kms_pm_rpm@i2c.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg2: NOTRUN -> [SKIP][361] ([i915#9519]) +1 other test skip
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-11/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-mtlp: NOTRUN -> [SKIP][362] ([i915#9519])
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-5/igt@kms_pm_rpm@modeset-non-lpsp.html
- shard-dg2: [PASS][363] -> [SKIP][364] ([i915#9519]) +1 other test skip
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-dg2-11/igt@kms_pm_rpm@modeset-non-lpsp.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: [PASS][365] -> [SKIP][366] ([i915#9519]) +1 other test skip
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8193/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_prime@basic-crc-hybrid:
- shard-tglu: NOTRUN -> [SKIP][367] ([i915#6524])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-9/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg2: NOTRUN -> [SKIP][368] ([i915#6524] / [i915#6805])
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-5/igt@kms_prime@basic-crc-vgem.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-rkl: NOTRUN -> [SKIP][369] ([i915#6524])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-5/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf:
- shard-dg2: NOTRUN -> [SKIP][370] ([i915#11520]) +20 other tests skip
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf:
- shard-snb: NOTRUN -> [SKIP][371] ([i915#11520]) +11 other tests skip
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-snb1/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-rkl: NOTRUN -> [SKIP][372] ([i915#11520]) +8 other tests skip
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-2/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-mtlp: NOTRUN -> [SKIP][373] ([i915#12316]) +2 other tests skip
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-5/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][374] ([i915#11520]) +5 other tests skip
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-8/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][375] ([i915#11520]) +8 other tests skip
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-13/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][376] ([i915#11520]) +14 other tests skip
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-glk3/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-tglu-1: NOTRUN -> [SKIP][377] ([i915#11520]) +3 other tests skip
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-1/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-dg2: NOTRUN -> [SKIP][378] ([i915#9683])
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg2-10/igt@kms_psr2_su@page_flip-nv12.html
- shard-rkl: NOTRUN -> [SKIP][379] ([i915#9683])
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-rkl-6/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-dg1: NOTRUN -> [SKIP][380] ([i915#9683])
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-14/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-pr-basic:
- shard-mtlp: NOTRUN -> [SKIP][381] ([i915#9688]) +3 other tests skip
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-mtlp-1/igt@kms_psr@fbc-pr-basic.html
* igt@kms_psr@fbc-psr2-cursor-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][382] ([i915#9732]) +10 other tests skip
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-tglu-10/igt@kms_psr@fbc-psr2-cursor-mmap-cpu.html
* igt@kms_psr@pr-cursor-plane-onoff:
- shard-dg1: NOTRUN -> [SKIP][383] ([i915#1072] / [i915#9732]) +20 other tests skip
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/shard-dg1-18/igt@kms_psr@pr-cursor-plane-onoff.html
* igt@kms_psr@
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12442/index.html
[-- Attachment #2: Type: text/html, Size: 111836 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-01-17 9:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-15 15:15 [PATCH] tests/chamelium/kms_chamelium_color: force connector reprobe after plugging ports Kunal Joshi
2025-01-16 4:10 ` ✗ Xe.CI.BAT: failure for " Patchwork
2025-01-16 4:14 ` ✓ i915.CI.BAT: success " Patchwork
2025-01-16 7:42 ` ✗ Xe.CI.Full: failure " Patchwork
2025-01-16 10:39 ` [PATCH] " Sharma, Swati2
2025-01-16 11:22 ` Sharma, Swati2
2025-01-17 9:21 ` ✗ i915.CI.Full: failure for " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox