* [PATCH i-g-t] tools/dpcd_reg: Advertise the dump command in usage text
@ 2024-08-15 19:16 Gustavo Sousa
2024-08-15 19:25 ` Randhawa, Jagmeet
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Gustavo Sousa @ 2024-08-15 19:16 UTC (permalink / raw)
To: igt-dev; +Cc: Rodrigo Vivi
When no command is passed, the default operation for dpcd_reg is to dump
DPCD data. However, passing "dump" explicitly is also supported.
Improve the help message to let the user know about the "dump" command
and that it is the default operation.
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
tools/dpcd_reg.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/dpcd_reg.c b/tools/dpcd_reg.c
index 2761168d0030..7d497e36a46b 100644
--- a/tools/dpcd_reg.c
+++ b/tools/dpcd_reg.c
@@ -89,6 +89,7 @@ static void print_usage(void)
{
printf("Usage: dpcd_reg [OPTION ...] COMMAND\n\n");
printf("COMMAND is one of:\n");
+ printf(" dump: Dump dpcd data (default command)\n");
printf(" read: Read [count] bytes dpcd reg at an offset\n");
printf(" write: Write a dpcd reg at an offset\n\n");
printf("Options for the above COMMANDS are\n");
--
2.46.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t] tools/dpcd_reg: Advertise the dump command in usage text
2024-08-15 19:16 [PATCH i-g-t] tools/dpcd_reg: Advertise the dump command in usage text Gustavo Sousa
@ 2024-08-15 19:25 ` Randhawa, Jagmeet
2024-08-15 19:47 ` ✓ CI.xeBAT: success for " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Randhawa, Jagmeet @ 2024-08-15 19:25 UTC (permalink / raw)
To: Gustavo Sousa, igt-dev
[-- Attachment #1: Type: text/plain, Size: 1018 bytes --]
On 8/15/2024 12:16 PM, Gustavo Sousa wrote:
> When no command is passed, the default operation for dpcd_reg is to dump
> DPCD data. However, passing "dump" explicitly is also supported.
>
> Improve the help message to let the user know about the "dump" command
> and that it is the default operation.
>
> Signed-off-by: Gustavo Sousa<gustavo.sousa@intel.com>
> ---
> tools/dpcd_reg.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/dpcd_reg.c b/tools/dpcd_reg.c
> index 2761168d0030..7d497e36a46b 100644
> --- a/tools/dpcd_reg.c
> +++ b/tools/dpcd_reg.c
> @@ -89,6 +89,7 @@ static void print_usage(void)
> {
> printf("Usage: dpcd_reg [OPTION ...] COMMAND\n\n");
> printf("COMMAND is one of:\n");
> + printf(" dump: Dump dpcd data (default command)\n");
> printf(" read: Read [count] bytes dpcd reg at an offset\n");
> printf(" write: Write a dpcd reg at an offset\n\n");
> printf("Options for the above COMMANDS are\n");
Reviewed-by: Jagmeet Randhawa <jagmeet.randhawa@intel.com>
[-- Attachment #2: Type: text/html, Size: 1708 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ CI.xeBAT: success for tools/dpcd_reg: Advertise the dump command in usage text
2024-08-15 19:16 [PATCH i-g-t] tools/dpcd_reg: Advertise the dump command in usage text Gustavo Sousa
2024-08-15 19:25 ` Randhawa, Jagmeet
@ 2024-08-15 19:47 ` Patchwork
2024-08-15 19:54 ` ✓ Fi.CI.BAT: " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2024-08-15 19:47 UTC (permalink / raw)
To: Gustavo Sousa; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1405 bytes --]
== Series Details ==
Series: tools/dpcd_reg: Advertise the dump command in usage text
URL : https://patchwork.freedesktop.org/series/137354/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7971_BAT -> XEIGTPW_11586_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_11586_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@kms_frontbuffer_tracking@basic:
- bat-adlp-7: [DMESG-FAIL][1] ([Intel XE#324]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324
Build changes
-------------
* IGT: IGT_7971 -> IGTPW_11586
IGTPW_11586: 11586
IGT_7971: 54f99657bd69295e49e1ab376fde82d3135bba7a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1772-154a177a994af4eb2c38eb592d959d98066b0329: 154a177a994af4eb2c38eb592d959d98066b0329
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/index.html
[-- Attachment #2: Type: text/html, Size: 1968 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ Fi.CI.BAT: success for tools/dpcd_reg: Advertise the dump command in usage text
2024-08-15 19:16 [PATCH i-g-t] tools/dpcd_reg: Advertise the dump command in usage text Gustavo Sousa
2024-08-15 19:25 ` Randhawa, Jagmeet
2024-08-15 19:47 ` ✓ CI.xeBAT: success for " Patchwork
@ 2024-08-15 19:54 ` Patchwork
2024-08-15 23:23 ` ✗ CI.xeFULL: failure " Patchwork
2024-08-16 10:27 ` ✗ Fi.CI.IGT: " Patchwork
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2024-08-15 19:54 UTC (permalink / raw)
To: Gustavo Sousa; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 13480 bytes --]
== Series Details ==
Series: tools/dpcd_reg: Advertise the dump command in usage text
URL : https://patchwork.freedesktop.org/series/137354/
State : success
== Summary ==
CI Bug Log - changes from IGT_7971 -> IGTPW_11586
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/index.html
Participating hosts (37 -> 37)
------------------------------
Additional (3): bat-mtlp-6 bat-arls-2 fi-elk-e7500
Missing (3): bat-kbl-2 fi-snb-2520m fi-bsw-n3050
Known issues
------------
Here are the changes found in IGTPW_11586 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@basic-hwmon:
- bat-mtlp-6: NOTRUN -> [SKIP][1] ([i915#9318])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@debugfs_test@basic-hwmon.html
- bat-arls-2: NOTRUN -> [SKIP][2] ([i915#9318])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@debugfs_test@basic-hwmon.html
* igt@fbdev@info:
- bat-mtlp-6: NOTRUN -> [SKIP][3] ([i915#1849] / [i915#2582])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@fbdev@info.html
* igt@fbdev@write:
- bat-mtlp-6: NOTRUN -> [SKIP][4] ([i915#2582]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@fbdev@write.html
* igt@gem_lmem_swapping@verify-random:
- bat-mtlp-6: NOTRUN -> [SKIP][5] ([i915#4613]) +3 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@gem_lmem_swapping@verify-random.html
- bat-arls-2: NOTRUN -> [SKIP][6] ([i915#10213]) +3 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@gem_lmem_swapping@verify-random.html
* igt@gem_mmap@basic:
- bat-arls-2: NOTRUN -> [SKIP][7] ([i915#11343] / [i915#4083])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@gem_mmap@basic.html
- bat-mtlp-6: NOTRUN -> [SKIP][8] ([i915#4083])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@gem_mmap@basic.html
* igt@gem_mmap_gtt@basic:
- bat-arls-2: NOTRUN -> [SKIP][9] ([i915#10196] / [i915#4077]) +2 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@gem_mmap_gtt@basic.html
* igt@gem_render_tiled_blits@basic:
- bat-arls-2: NOTRUN -> [SKIP][10] ([i915#10197] / [i915#10211] / [i915#4079])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@gem_render_tiled_blits@basic.html
* igt@gem_tiled_blits@basic:
- bat-mtlp-6: NOTRUN -> [SKIP][11] ([i915#4077]) +2 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@gem_tiled_blits@basic.html
* igt@gem_tiled_pread_basic:
- bat-mtlp-6: NOTRUN -> [SKIP][12] ([i915#4079]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@gem_tiled_pread_basic.html
- bat-arls-2: NOTRUN -> [SKIP][13] ([i915#10206] / [i915#4079])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@gem_tiled_pread_basic.html
* igt@i915_pm_rps@basic-api:
- bat-arls-2: NOTRUN -> [SKIP][14] ([i915#10209])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@i915_pm_rps@basic-api.html
- bat-mtlp-6: NOTRUN -> [SKIP][15] ([i915#11681] / [i915#6621])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@i915_pm_rps@basic-api.html
* igt@kms_addfb_basic@addfb25-x-tiled-legacy:
- bat-mtlp-6: NOTRUN -> [SKIP][16] ([i915#4212] / [i915#9792]) +8 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-arls-2: NOTRUN -> [SKIP][17] ([i915#10200]) +9 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- bat-mtlp-6: NOTRUN -> [SKIP][18] ([i915#5190] / [i915#9792])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-arls-2: NOTRUN -> [SKIP][19] ([i915#10202] / [i915#11346]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-legacy:
- bat-mtlp-6: NOTRUN -> [SKIP][20] ([i915#9792]) +17 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-arls-2: NOTRUN -> [SKIP][21] ([i915#11346] / [i915#9886])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@kms_dsc@dsc-basic.html
* igt@kms_flip@basic-flip-vs-dpms:
- bat-mtlp-6: NOTRUN -> [SKIP][22] ([i915#3637] / [i915#9792]) +3 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@kms_flip@basic-flip-vs-dpms.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-arls-2: NOTRUN -> [SKIP][23] ([i915#10207] / [i915#11346])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-mtlp-6: NOTRUN -> [SKIP][24] ([i915#5274] / [i915#9792])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@basic:
- bat-mtlp-6: NOTRUN -> [SKIP][25] ([i915#4342] / [i915#5354] / [i915#9792])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_pm_backlight@basic-brightness:
- bat-mtlp-6: NOTRUN -> [SKIP][26] ([i915#5354] / [i915#9792])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_rpm@basic-pci-d3-state:
- fi-elk-e7500: NOTRUN -> [SKIP][27] +24 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/fi-elk-e7500/igt@kms_pm_rpm@basic-pci-d3-state.html
* igt@kms_psr@psr-cursor-plane-move:
- bat-mtlp-6: NOTRUN -> [SKIP][28] ([i915#1072] / [i915#9673] / [i915#9732] / [i915#9792]) +3 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@kms_psr@psr-cursor-plane-move.html
* igt@kms_psr@psr-primary-mmap-gtt@edp-1:
- bat-arls-2: NOTRUN -> [SKIP][29] ([i915#10196] / [i915#4077] / [i915#9688])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@kms_psr@psr-primary-mmap-gtt@edp-1.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-arls-2: NOTRUN -> [SKIP][30] ([i915#10208] / [i915#8809])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@kms_setmode@basic-clone-single-crtc.html
- bat-mtlp-6: NOTRUN -> [SKIP][31] ([i915#3555] / [i915#8809] / [i915#9792])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-mtlp-6: NOTRUN -> [SKIP][32] ([i915#3708] / [i915#9792])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- bat-mtlp-6: NOTRUN -> [SKIP][33] ([i915#3708] / [i915#4077]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@prime_vgem@basic-fence-mmap.html
- bat-arls-2: NOTRUN -> [SKIP][34] ([i915#10196] / [i915#3708] / [i915#4077]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-fence-read:
- bat-arls-2: NOTRUN -> [SKIP][35] ([i915#10212] / [i915#3708])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-read:
- bat-arls-2: NOTRUN -> [SKIP][36] ([i915#10214] / [i915#3708])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@prime_vgem@basic-read.html
- bat-mtlp-6: NOTRUN -> [SKIP][37] ([i915#3708]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@prime_vgem@basic-read.html
* igt@prime_vgem@basic-write:
- bat-arls-2: NOTRUN -> [SKIP][38] ([i915#10216] / [i915#3708])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arls-2/igt@prime_vgem@basic-write.html
- bat-mtlp-6: NOTRUN -> [SKIP][39] ([i915#10216] / [i915#3708])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-mtlp-6/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@i915_selftest@live@hangcheck:
- {bat-arlh-3}: [DMESG-WARN][40] ([i915#11349] / [i915#11378]) -> [PASS][41]
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/bat-arlh-3/igt@i915_selftest@live@hangcheck.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/bat-arlh-3/igt@i915_selftest@live@hangcheck.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10196
[i915#10197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10197
[i915#10200]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10200
[i915#10202]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10202
[i915#10206]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10206
[i915#10207]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10207
[i915#10208]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10208
[i915#10209]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10209
[i915#10211]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10211
[i915#10212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10212
[i915#10213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10213
[i915#10214]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10214
[i915#10216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10216
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#11343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11343
[i915#11346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11346
[i915#11349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349
[i915#11378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11378
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849
[i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4342
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318
[i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9792]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9792
[i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7971 -> IGTPW_11586
CI-20190529: 20190529
CI_DRM_15237: 154a177a994af4eb2c38eb592d959d98066b0329 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11586: 11586
IGT_7971: 54f99657bd69295e49e1ab376fde82d3135bba7a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/index.html
[-- Attachment #2: Type: text/html, Size: 17197 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ CI.xeFULL: failure for tools/dpcd_reg: Advertise the dump command in usage text
2024-08-15 19:16 [PATCH i-g-t] tools/dpcd_reg: Advertise the dump command in usage text Gustavo Sousa
` (2 preceding siblings ...)
2024-08-15 19:54 ` ✓ Fi.CI.BAT: " Patchwork
@ 2024-08-15 23:23 ` Patchwork
2024-08-19 17:42 ` Kamil Konieczny
2024-08-16 10:27 ` ✗ Fi.CI.IGT: " Patchwork
4 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2024-08-15 23:23 UTC (permalink / raw)
To: Gustavo Sousa; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 66184 bytes --]
== Series Details ==
Series: tools/dpcd_reg: Advertise the dump command in usage text
URL : https://patchwork.freedesktop.org/series/137354/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_7971_full -> XEIGTPW_11586_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11586_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11586_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_11586_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-lnl: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-6/igt@kms_plane@plane-panning-bottom-right-suspend.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-4/igt@kms_plane@plane-panning-bottom-right-suspend.html
#### Warnings ####
* igt@xe_oa@mmio-triggered-reports:
- shard-dg2-set2: [SKIP][3] ([Intel XE#1201]) -> [SKIP][4] +4 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@xe_oa@mmio-triggered-reports.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@xe_oa@mmio-triggered-reports.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@xe_exec_threads@threads-cm-userptr:
- {shard-bmg}: [PASS][5] -> [FAIL][6]
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-bmg-6/igt@xe_exec_threads@threads-cm-userptr.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-bmg-5/igt@xe_exec_threads@threads-cm-userptr.html
Known issues
------------
Here are the changes found in XEIGTPW_11586_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-lnl: [PASS][7] -> [FAIL][8] ([Intel XE#1659])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-8/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-7/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2-set2: [PASS][9] -> [SKIP][10] ([Intel XE#1201] / [Intel XE#829])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-lnl: NOTRUN -> [SKIP][11] ([Intel XE#1124])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-4/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#1399])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-5/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +3 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#1201] / [Intel XE#787]) +13 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg2-set2: NOTRUN -> [SKIP][15] ([Intel XE#1201] / [Intel XE#314])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-434/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_chamelium_hpd@hdmi-hpd-after-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][16] ([Intel XE#1201] / [Intel XE#373])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-434/igt@kms_chamelium_hpd@hdmi-hpd-after-suspend.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a6-dp4:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][17] ([Intel XE#2019]) +1 other test dmesg-warn
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a6-dp4.html
* igt@kms_flip@dpms-vs-vblank-race:
- shard-dg2-set2: [PASS][18] -> [SKIP][19] ([Intel XE#1201]) +3 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-466/igt@kms_flip@dpms-vs-vblank-race.html
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_flip@dpms-vs-vblank-race.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-dg2-set2: [PASS][20] -> [DMESG-WARN][21] ([Intel XE#1551]) +1 other test dmesg-warn
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-434/igt@kms_flip@flip-vs-suspend-interruptible.html
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@c-edp1:
- shard-lnl: [PASS][22] -> [FAIL][23] ([Intel XE#1901] / [Intel XE#2028]) +2 other tests fail
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-2/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-1/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#1201] / [Intel XE#455]) +2 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-434/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@drrs-slowdraw:
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#651]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-slowdraw.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move:
- shard-dg2-set2: [PASS][26] -> [INCOMPLETE][27] ([Intel XE#1195])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-move:
- shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#1201] / [Intel XE#651])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#651])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-render:
- shard-dg2-set2: NOTRUN -> [SKIP][30] ([Intel XE#1201] / [Intel XE#653]) +2 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-move:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#656]) +4 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-move.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-edp-1:
- shard-lnl: [PASS][32] -> [FAIL][33] ([Intel XE#2028]) +11 other tests fail
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-edp-1.html
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-edp-1.html
* igt@kms_pm_backlight@fade:
- shard-lnl: [PASS][34] -> [SKIP][35] ([Intel XE#870]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-3/igt@kms_pm_backlight@fade.html
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-6/igt@kms_pm_backlight@fade.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [PASS][36] -> [FAIL][37] ([Intel XE#718])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-1/igt@kms_pm_dc@dc5-dpms.html
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-3/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_psr@fbc-psr-sprite-plane-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#1201] / [Intel XE#929]) +1 other test skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_psr@fbc-psr-sprite-plane-onoff.html
* igt@kms_vrr@cmrr:
- shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#1201] / [Intel XE#2168])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-463/igt@kms_vrr@cmrr.html
* igt@kms_vrr@flip-suspend@pipe-a-edp-1:
- shard-lnl: [PASS][40] -> [FAIL][41] ([Intel XE#2443]) +3 other tests fail
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-6/igt@kms_vrr@flip-suspend@pipe-a-edp-1.html
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-6/igt@kms_vrr@flip-suspend@pipe-a-edp-1.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#1201] / [Intel XE#756])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-435/igt@kms_writeback@writeback-invalid-parameters.html
* igt@xe_copy_basic@mem-set-linear-0xfffe:
- shard-dg2-set2: NOTRUN -> [SKIP][43] ([Intel XE#1126] / [Intel XE#1201])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0xfffe.html
* igt@xe_evict@evict-beng-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#688])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-1/igt@xe_evict@evict-beng-large-multi-vm.html
* igt@xe_exec_basic@multigpu-no-exec-null-rebind:
- shard-lnl: NOTRUN -> [SKIP][45] ([Intel XE#1392])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-4/igt@xe_exec_basic@multigpu-no-exec-null-rebind.html
* igt@xe_exec_fault_mode@once-rebind-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][46] ([Intel XE#1201] / [Intel XE#288]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-435/igt@xe_exec_fault_mode@once-rebind-imm.html
* igt@xe_exec_threads@threads-cm-userptr:
- shard-dg2-set2: NOTRUN -> [FAIL][47] ([Intel XE#1069])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-463/igt@xe_exec_threads@threads-cm-userptr.html
* igt@xe_live_ktest@xe_migrate:
- shard-dg2-set2: [PASS][48] -> [SKIP][49] ([Intel XE#1192])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@xe_live_ktest@xe_migrate.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@xe_live_ktest@xe_migrate.html
* igt@xe_oa@oa-regs-whitelisted@rcs-0:
- shard-lnl: NOTRUN -> [FAIL][50] ([Intel XE#2514])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-7/igt@xe_oa@oa-regs-whitelisted@rcs-0.html
* igt@xe_oa@polling:
- shard-dg2-set2: NOTRUN -> [SKIP][51] ([Intel XE#1201])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@xe_oa@polling.html
* igt@xe_peer2peer@write:
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#1061])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-4/igt@xe_peer2peer@write.html
* igt@xe_pm@s4-mocs:
- shard-dg2-set2: [PASS][53] -> [DMESG-WARN][54] ([Intel XE#2280])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@xe_pm@s4-mocs.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-434/igt@xe_pm@s4-mocs.html
* igt@xe_pm@s4-multiple-execs:
- shard-lnl: [PASS][55] -> [ABORT][56] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-1/igt@xe_pm@s4-multiple-execs.html
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-2/igt@xe_pm@s4-multiple-execs.html
#### Possible fixes ####
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1:
- shard-lnl: [FAIL][57] ([Intel XE#1426]) -> [PASS][58] +1 other test pass
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition:
- {shard-bmg}: [FAIL][59] ([Intel XE#1426]) -> [PASS][60] +1 other test pass
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-bmg-4/igt@kms_atomic_transition@plane-toggle-modeset-transition.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-bmg-1/igt@kms_atomic_transition@plane-toggle-modeset-transition.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-lnl: [FAIL][61] ([Intel XE#1659]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-d-dp-2:
- {shard-bmg}: [FAIL][63] ([Intel XE#2436]) -> [PASS][64] +2 other tests pass
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-d-dp-2.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-d-dp-2.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- {shard-bmg}: [DMESG-WARN][65] ([Intel XE#877]) -> [PASS][66] +10 other tests pass
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_flip@blocking-wf_vblank:
- shard-lnl: [FAIL][67] ([Intel XE#886]) -> [PASS][68] +1 other test pass
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-2/igt@kms_flip@blocking-wf_vblank.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-4/igt@kms_flip@blocking-wf_vblank.html
* igt@kms_flip@flip-vs-suspend@a-edp1:
- shard-lnl: [FAIL][69] ([Intel XE#1901]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-1/igt@kms_flip@flip-vs-suspend@a-edp1.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-6/igt@kms_flip@flip-vs-suspend@a-edp1.html
* igt@kms_flip@flip-vs-suspend@c-edp1:
- shard-lnl: [FAIL][71] ([Intel XE#1901] / [Intel XE#2028]) -> [PASS][72] +2 other tests pass
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-1/igt@kms_flip@flip-vs-suspend@c-edp1.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-6/igt@kms_flip@flip-vs-suspend@c-edp1.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-lnl: [FAIL][73] ([Intel XE#2028]) -> [PASS][74] +3 other tests pass
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-1/igt@kms_hdr@bpc-switch-suspend.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-6/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-6:
- shard-dg2-set2: [DMESG-WARN][75] ([Intel XE#2019]) -> [PASS][76]
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-6.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-6.html
* igt@kms_plane@plane-position-hole:
- shard-lnl: [DMESG-FAIL][77] ([Intel XE#324]) -> [PASS][78] +1 other test pass
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-2/igt@kms_plane@plane-position-hole.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-6/igt@kms_plane@plane-position-hole.html
* igt@kms_plane@plane-position-hole@pipe-b-plane-1:
- shard-lnl: [DMESG-WARN][79] ([Intel XE#324]) -> [PASS][80]
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-2/igt@kms_plane@plane-position-hole@pipe-b-plane-1.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-6/igt@kms_plane@plane-position-hole@pipe-b-plane-1.html
* igt@kms_pm_backlight@basic-brightness:
- shard-lnl: [SKIP][81] ([Intel XE#870]) -> [PASS][82]
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-6/igt@kms_pm_backlight@basic-brightness.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-5/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [FAIL][83] ([Intel XE#718]) -> [PASS][84]
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-2/igt@kms_pm_dc@dc5-psr.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-2/igt@kms_pm_dc@dc5-psr.html
* igt@kms_psr@fbc-psr2-no-drrs:
- shard-lnl: [FAIL][85] ([Intel XE#1649]) -> [PASS][86] +5 other tests pass
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-6/igt@kms_psr@fbc-psr2-no-drrs.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-6/igt@kms_psr@fbc-psr2-no-drrs.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- {shard-bmg}: [FAIL][87] ([Intel XE#2517]) -> [PASS][88]
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-bmg-8/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-bmg-6/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_universal_plane@cursor-fb-leak:
- {shard-bmg}: [FAIL][89] ([Intel XE#899]) -> [PASS][90] +2 other tests pass
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-bmg-5/igt@kms_universal_plane@cursor-fb-leak.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-bmg-2/igt@kms_universal_plane@cursor-fb-leak.html
- shard-dg2-set2: [FAIL][91] ([Intel XE#771] / [Intel XE#899]) -> [PASS][92]
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-435/igt@kms_universal_plane@cursor-fb-leak.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-435/igt@kms_universal_plane@cursor-fb-leak.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-6:
- shard-dg2-set2: [FAIL][93] ([Intel XE#899]) -> [PASS][94]
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-435/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-6.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-435/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-6.html
* igt@kms_vrr@flipline:
- shard-lnl: [FAIL][95] ([Intel XE#2443]) -> [PASS][96] +1 other test pass
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-8/igt@kms_vrr@flipline.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-6/igt@kms_vrr@flipline.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-dg2-set2: [INCOMPLETE][97] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#402]) -> [PASS][98]
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-beng-mixed-threads-large:
- {shard-bmg}: [TIMEOUT][99] ([Intel XE#1473]) -> [PASS][100] +1 other test pass
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-bmg-4/igt@xe_evict@evict-beng-mixed-threads-large.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-bmg-6/igt@xe_evict@evict-beng-mixed-threads-large.html
- shard-dg2-set2: [INCOMPLETE][101] ([Intel XE#1473]) -> [PASS][102]
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@xe_evict@evict-beng-mixed-threads-large.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-434/igt@xe_evict@evict-beng-mixed-threads-large.html
* igt@xe_evict@evict-mixed-many-threads-small:
- {shard-bmg}: [TIMEOUT][103] ([Intel XE#1473] / [Intel XE#2472]) -> [PASS][104]
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-bmg-8/igt@xe_evict@evict-mixed-many-threads-small.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-bmg-6/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-mixed-threads-large:
- shard-dg2-set2: [TIMEOUT][105] ([Intel XE#1473]) -> [PASS][106]
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-466/igt@xe_evict@evict-mixed-threads-large.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-435/igt@xe_evict@evict-mixed-threads-large.html
* igt@xe_exec_compute_mode@lr-mode-workload:
- shard-dg2-set2: [INCOMPLETE][107] ([Intel XE#1195]) -> [PASS][108]
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@xe_exec_compute_mode@lr-mode-workload.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-435/igt@xe_exec_compute_mode@lr-mode-workload.html
* igt@xe_exec_reset@parallel-gt-reset:
- {shard-bmg}: [TIMEOUT][109] ([Intel XE#2105]) -> [PASS][110]
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-bmg-1/igt@xe_exec_reset@parallel-gt-reset.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-bmg-8/igt@xe_exec_reset@parallel-gt-reset.html
- shard-dg2-set2: [TIMEOUT][111] ([Intel XE#2105]) -> [PASS][112]
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@xe_exec_reset@parallel-gt-reset.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-434/igt@xe_exec_reset@parallel-gt-reset.html
* igt@xe_live_ktest@xe_bo:
- shard-dg2-set2: [SKIP][113] ([Intel XE#1192] / [Intel XE#1201]) -> [PASS][114]
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@xe_live_ktest@xe_bo.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-435/igt@xe_live_ktest@xe_bo.html
* igt@xe_module_load@reload:
- shard-dg2-set2: [FAIL][115] ([Intel XE#2136]) -> [PASS][116]
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@xe_module_load@reload.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-434/igt@xe_module_load@reload.html
* igt@xe_pm@s4-basic-exec:
- shard-lnl: [ABORT][117] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794]) -> [PASS][118]
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-2/igt@xe_pm@s4-basic-exec.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-4/igt@xe_pm@s4-basic-exec.html
* igt@xe_pm@s4-vm-bind-unbind-all:
- shard-dg2-set2: [DMESG-WARN][119] ([Intel XE#2019] / [Intel XE#2280]) -> [PASS][120]
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@xe_pm@s4-vm-bind-unbind-all.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@xe_pm@s4-vm-bind-unbind-all.html
#### Warnings ####
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-dg2-set2: [SKIP][121] ([Intel XE#623]) -> [SKIP][122] ([Intel XE#1201] / [Intel XE#623])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-434/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-dg2-set2: [SKIP][123] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][124] ([Intel XE#316]) +2 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-434/igt@kms_big_fb@linear-64bpp-rotate-90.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-270:
- shard-dg2-set2: [SKIP][125] ([Intel XE#316]) -> [SKIP][126] ([Intel XE#1201] / [Intel XE#316]) +3 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-463/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2-set2: [SKIP][127] ([Intel XE#1201] / [Intel XE#607]) -> [SKIP][128] ([Intel XE#607])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-435/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0:
- shard-dg2-set2: [SKIP][129] ([Intel XE#1124]) -> [SKIP][130] ([Intel XE#1124] / [Intel XE#1201]) +7 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-463/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-dg2-set2: [SKIP][131] ([Intel XE#607]) -> [SKIP][132] ([Intel XE#1201] / [Intel XE#607])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-435/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-dg2-set2: [SKIP][133] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][134] ([Intel XE#1201] / [Intel XE#829])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180:
- shard-dg2-set2: [SKIP][135] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][136] ([Intel XE#1124]) +7 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
- shard-dg2-set2: [SKIP][137] ([Intel XE#1201] / [Intel XE#2191]) -> [SKIP][138] ([Intel XE#2191])
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-435/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-2-displays-2160x1440p:
- shard-dg2-set2: [SKIP][139] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][140] ([Intel XE#367])
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-466/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-2-displays-3840x2160p:
- shard-dg2-set2: [SKIP][141] ([Intel XE#367]) -> [SKIP][142] ([Intel XE#1201] / [Intel XE#367]) +2 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs:
- shard-dg2-set2: [SKIP][143] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][144] ([Intel XE#1201] / [Intel XE#829])
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-466/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@bad-pixel-format-yf-tiled-ccs:
- shard-dg2-set2: [SKIP][145] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][146] ([Intel XE#455] / [Intel XE#787]) +9 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-434/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
* igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-c-hdmi-a-6:
- shard-dg2-set2: [SKIP][147] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][148] ([Intel XE#787]) +34 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-c-hdmi-a-6.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-c-hdmi-a-6.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4:
- shard-dg2-set2: [SKIP][149] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][150] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +17 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs:
- shard-dg2-set2: [SKIP][151] ([Intel XE#1252]) -> [SKIP][152] ([Intel XE#1201] / [Intel XE#1252])
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-463/igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: [SKIP][153] ([Intel XE#787]) -> [SKIP][154] ([Intel XE#1201] / [Intel XE#787]) +62 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs:
- shard-dg2-set2: [SKIP][155] ([Intel XE#1201] / [Intel XE#1252]) -> [SKIP][156] ([Intel XE#1252])
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-xe2-ccs.html
* igt@kms_cdclk@mode-transition@pipe-d-dp-4:
- shard-dg2-set2: [SKIP][157] ([Intel XE#314]) -> [SKIP][158] ([Intel XE#1201] / [Intel XE#314]) +3 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html
* igt@kms_cdclk@plane-scaling@pipe-b-dp-4:
- shard-dg2-set2: [SKIP][159] ([Intel XE#1152]) -> [SKIP][160] ([Intel XE#1152] / [Intel XE#1201]) +3 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-dg2-set2: [SKIP][161] ([Intel XE#306]) -> [SKIP][162] ([Intel XE#1201] / [Intel XE#306]) +1 other test skip
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_chamelium_color@ctm-limited-range.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-dg2-set2: [SKIP][163] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][164] ([Intel XE#306]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-466/igt@kms_chamelium_color@ctm-red-to-blue.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_edid@dp-edid-read:
- shard-dg2-set2: [SKIP][165] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][166] ([Intel XE#1201])
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@kms_chamelium_edid@dp-edid-read.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_chamelium_edid@dp-edid-read.html
* igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
- shard-dg2-set2: [SKIP][167] ([Intel XE#373]) -> [SKIP][168] ([Intel XE#1201] / [Intel XE#373]) +8 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-463/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
* igt@kms_chamelium_hpd@vga-hpd:
- shard-dg2-set2: [SKIP][169] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][170] ([Intel XE#373]) +5 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-435/igt@kms_chamelium_hpd@vga-hpd.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_chamelium_hpd@vga-hpd.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2-set2: [SKIP][171] ([Intel XE#307]) -> [SKIP][172] ([Intel XE#1201] / [Intel XE#307])
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_content_protection@dp-mst-lic-type-0.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-dg2-set2: [SKIP][173] ([Intel XE#308]) -> [SKIP][174] ([Intel XE#1201] / [Intel XE#308])
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_cursor_crc@cursor-onscreen-512x170.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-435/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-dg2-set2: [SKIP][175] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][176] ([Intel XE#308])
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@kms_cursor_crc@cursor-onscreen-512x512.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2-set2: [SKIP][177] ([Intel XE#323]) -> [SKIP][178] ([Intel XE#1201] / [Intel XE#323]) +2 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-434/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-dg2-set2: [SKIP][179] ([Intel XE#1201] / [Intel XE#323]) -> [SKIP][180] ([Intel XE#323])
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg2-set2: [SKIP][181] ([Intel XE#455]) -> [SKIP][182] ([Intel XE#1201] / [Intel XE#455]) +16 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_dsc@dsc-with-bpc-formats.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-435/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2-set2: [SKIP][183] ([Intel XE#1137]) -> [SKIP][184] ([Intel XE#1137] / [Intel XE#1201])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_feature_discovery@dp-mst.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-dg2-set2: [SKIP][185] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][186] ([Intel XE#455]) +12 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen:
- shard-dg2-set2: [SKIP][187] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][188] ([Intel XE#1201]) +2 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary:
- shard-dg2-set2: [SKIP][189] ([Intel XE#651]) -> [SKIP][190] ([Intel XE#1201] / [Intel XE#651]) +26 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc:
- shard-dg2-set2: [SKIP][191] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][192] ([Intel XE#651]) +17 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: [SKIP][193] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][194] ([Intel XE#1201] / [Intel XE#783])
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-msflip-blt.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: [SKIP][195] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][196] ([Intel XE#653]) +18 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2-set2: [SKIP][197] ([Intel XE#658]) -> [SKIP][198] ([Intel XE#1201] / [Intel XE#658])
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
- shard-dg2-set2: [SKIP][199] ([Intel XE#653]) -> [SKIP][200] ([Intel XE#1201] / [Intel XE#653]) +22 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff:
- shard-dg2-set2: [SKIP][201] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][202] ([Intel XE#1201]) +1 other test skip
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation:
- shard-dg2-set2: [SKIP][203] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) -> [SKIP][204] ([Intel XE#455] / [Intel XE#498]) +1 other test skip
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-466/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6:
- shard-dg2-set2: [SKIP][205] ([Intel XE#1201] / [Intel XE#498]) -> [SKIP][206] ([Intel XE#498]) +2 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-466/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][207] ([Intel XE#2318]) -> [SKIP][208] ([Intel XE#1201] / [Intel XE#2318]) +2 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-hdmi-a-6:
- shard-dg2-set2: [SKIP][209] ([Intel XE#2318] / [Intel XE#455]) -> [SKIP][210] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) +1 other test skip
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-hdmi-a-6.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-hdmi-a-6.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-c-hdmi-a-6:
- shard-dg2-set2: [SKIP][211] ([Intel XE#1201] / [Intel XE#2318]) -> [SKIP][212] ([Intel XE#2318]) +2 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-c-hdmi-a-6.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-c-hdmi-a-6.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-6:
- shard-dg2-set2: [SKIP][213] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) -> [SKIP][214] ([Intel XE#2318] / [Intel XE#455]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-6.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-6.html
* igt@kms_pm_backlight@basic-brightness:
- shard-dg2-set2: [SKIP][215] ([Intel XE#870]) -> [SKIP][216] ([Intel XE#1201] / [Intel XE#870])
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_pm_backlight@basic-brightness.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-434/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-dg2-set2: [SKIP][217] ([Intel XE#1201] / [Intel XE#870]) -> [SKIP][218] ([Intel XE#1201])
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@kms_pm_backlight@fade-with-dpms.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2-set2: [SKIP][219] ([Intel XE#1122] / [Intel XE#1201]) -> [SKIP][220] ([Intel XE#1122])
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@kms_pm_dc@dc3co-vpb-simulation.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf:
- shard-dg2-set2: [SKIP][221] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][222] ([Intel XE#1489]) +2 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-435/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb:
- shard-dg2-set2: [SKIP][223] ([Intel XE#1489]) -> [SKIP][224] ([Intel XE#1201] / [Intel XE#1489]) +4 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@fbc-psr2-dpms:
- shard-dg2-set2: [SKIP][225] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][226] ([Intel XE#929]) +10 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-466/igt@kms_psr@fbc-psr2-dpms.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@kms_psr@fbc-psr2-dpms.html
* igt@kms_psr@fbc-psr2-primary-render:
- shard-dg2-set2: [SKIP][227] ([Intel XE#929]) -> [SKIP][228] ([Intel XE#1201] / [Intel XE#929]) +12 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_psr@fbc-psr2-primary-render.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-463/igt@kms_psr@fbc-psr2-primary-render.html
* igt@kms_psr@psr2-cursor-render:
- shard-dg2-set2: [SKIP][229] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][230] ([Intel XE#1201]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@kms_psr@psr2-cursor-render.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_psr@psr2-cursor-render.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2-set2: [SKIP][231] ([Intel XE#327]) -> [SKIP][232] ([Intel XE#1201] / [Intel XE#327]) +1 other test skip
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_rotation_crc@bad-tiling.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-dg2-set2: [SKIP][233] ([Intel XE#1127]) -> [SKIP][234] ([Intel XE#1127] / [Intel XE#1201])
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2-set2: [SKIP][235] ([Intel XE#1201] / [Intel XE#362]) -> [FAIL][236] ([Intel XE#1729])
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-dg2-set2: [SKIP][237] ([Intel XE#756]) -> [SKIP][238] ([Intel XE#1201] / [Intel XE#756])
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@kms_writeback@writeback-check-output-xrgb2101010.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@xe_compute_preempt@compute-preempt-many:
- shard-dg2-set2: [SKIP][239] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) -> [SKIP][240] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-435/igt@xe_compute_preempt@compute-preempt-many.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@xe_compute_preempt@compute-preempt-many.html
* igt@xe_copy_basic@mem-copy-linear-0xfffe:
- shard-dg2-set2: [SKIP][241] ([Intel XE#1123]) -> [SKIP][242] ([Intel XE#1123] / [Intel XE#1201]) +2 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0xfffe.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@xe_copy_basic@mem-copy-linear-0xfffe.html
* igt@xe_create@multigpu-create-massive-size:
- shard-dg2-set2: [SKIP][243] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][244] ([Intel XE#944]) +1 other test skip
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-466/igt@xe_create@multigpu-create-massive-size.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@xe_create@multigpu-create-massive-size.html
* igt@xe_evict@evict-beng-mixed-many-threads-large:
- shard-dg2-set2: [TIMEOUT][245] ([Intel XE#1041] / [Intel XE#1473]) -> [INCOMPLETE][246] ([Intel XE#1195] / [Intel XE#1473]) +1 other test incomplete
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@xe_evict@evict-beng-mixed-many-threads-large.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-435/igt@xe_evict@evict-beng-mixed-many-threads-large.html
* igt@xe_evict@evict-cm-threads-large:
- shard-dg2-set2: [INCOMPLETE][247] ([Intel XE#1195] / [Intel XE#1473]) -> [TIMEOUT][248] ([Intel XE#1473]) +1 other test timeout
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@xe_evict@evict-cm-threads-large.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@xe_evict@evict-cm-threads-large.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race:
- shard-dg2-set2: [SKIP][249] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][250] ([Intel XE#288]) +13 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-434/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@twice-userptr-prefetch:
- shard-dg2-set2: [SKIP][251] ([Intel XE#288]) -> [SKIP][252] ([Intel XE#1201] / [Intel XE#288]) +19 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@xe_exec_fault_mode@twice-userptr-prefetch.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@xe_exec_fault_mode@twice-userptr-prefetch.html
* igt@xe_exec_mix_modes@exec-spinner-interrupted-lr:
- shard-dg2-set2: [SKIP][253] ([Intel XE#1201] / [Intel XE#2360]) -> [SKIP][254] ([Intel XE#2360])
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-466/igt@xe_exec_mix_modes@exec-spinner-interrupted-lr.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@xe_exec_mix_modes@exec-spinner-interrupted-lr.html
* igt@xe_live_ktest@xe_mocs:
- shard-dg2-set2: [FAIL][255] ([Intel XE#1999]) -> [SKIP][256] ([Intel XE#1192] / [Intel XE#1201])
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@xe_live_ktest@xe_mocs.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@xe_live_ktest@xe_mocs.html
* igt@xe_mmap@small-bar:
- shard-dg2-set2: [SKIP][257] ([Intel XE#512]) -> [SKIP][258] ([Intel XE#1201] / [Intel XE#512])
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@xe_mmap@small-bar.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@xe_mmap@small-bar.html
* igt@xe_module_load@load:
- shard-dg2-set2: [SKIP][259] ([Intel XE#378]) -> [SKIP][260] ([Intel XE#1201] / [Intel XE#378])
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@xe_module_load@load.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-433/igt@xe_module_load@load.html
* igt@xe_module_load@reload-no-display:
- shard-dg2-set2: [DMESG-WARN][261] ([Intel XE#2019]) -> [FAIL][262] ([Intel XE#1204] / [Intel XE#2136])
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-466/igt@xe_module_load@reload-no-display.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@xe_module_load@reload-no-display.html
* igt@xe_oa@oa-unit-exclusive-stream-sample-oa:
- shard-dg2-set2: [SKIP][263] -> [SKIP][264] ([Intel XE#1201]) +2 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-463/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html
* igt@xe_pat@pat-index-xe2:
- shard-dg2-set2: [SKIP][265] ([Intel XE#977]) -> [SKIP][266] ([Intel XE#1201] / [Intel XE#977])
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@xe_pat@pat-index-xe2.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-434/igt@xe_pat@pat-index-xe2.html
* igt@xe_pat@pat-index-xelpg:
- shard-dg2-set2: [SKIP][267] ([Intel XE#979]) -> [SKIP][268] ([Intel XE#1201] / [Intel XE#979])
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@xe_pat@pat-index-xelpg.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-434/igt@xe_pat@pat-index-xelpg.html
* igt@xe_pm@d3cold-basic-exec:
- shard-dg2-set2: [SKIP][269] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][270] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) +1 other test skip
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@xe_pm@d3cold-basic-exec.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-466/igt@xe_pm@d3cold-basic-exec.html
* igt@xe_pm@d3cold-mmap-vram:
- shard-dg2-set2: [SKIP][271] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) -> [SKIP][272] ([Intel XE#2284] / [Intel XE#366]) +2 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-433/igt@xe_pm@d3cold-mmap-vram.html
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@xe_pm@d3cold-mmap-vram.html
* igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz:
- shard-dg2-set2: [SKIP][273] ([Intel XE#944]) -> [SKIP][274] ([Intel XE#1201] / [Intel XE#944])
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-432/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-434/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1041]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1041
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[Intel XE#1069]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1069
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137
[Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201
[Intel XE#1204]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1204
[Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399
[Intel XE#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1551]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1649]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649
[Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#1760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#1861]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861
[Intel XE#1901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1901
[Intel XE#1999]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1999
[Intel XE#2019]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019
[Intel XE#2028]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2028
[Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105
[Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2280
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2382]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2382
[Intel XE#2436]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2436
[Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443
[Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472
[Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514
[Intel XE#2517]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2517
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324
[Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
[Intel XE#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#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#498]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/498
[Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#771]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/771
[Intel XE#783]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/783
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/829
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
Build changes
-------------
* IGT: IGT_7971 -> IGTPW_11586
IGTPW_11586: 11586
IGT_7971: 54f99657bd69295e49e1ab376fde82d3135bba7a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1772-154a177a994af4eb2c38eb592d959d98066b0329: 154a177a994af4eb2c38eb592d959d98066b0329
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/index.html
[-- Attachment #2: Type: text/html, Size: 87602 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ Fi.CI.IGT: failure for tools/dpcd_reg: Advertise the dump command in usage text
2024-08-15 19:16 [PATCH i-g-t] tools/dpcd_reg: Advertise the dump command in usage text Gustavo Sousa
` (3 preceding siblings ...)
2024-08-15 23:23 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-08-16 10:27 ` Patchwork
2024-08-19 17:46 ` Kamil Konieczny
4 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2024-08-16 10:27 UTC (permalink / raw)
To: Gustavo Sousa; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100276 bytes --]
== Series Details ==
Series: tools/dpcd_reg: Advertise the dump command in usage text
URL : https://patchwork.freedesktop.org/series/137354/
State : failure
== Summary ==
CI Bug Log - changes from IGT_7971_full -> IGTPW_11586_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_11586_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11586_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_11586/index.html
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_11586_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_ctx_persistence@hostile:
- shard-mtlp: NOTRUN -> [FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-7/igt@gem_ctx_persistence@hostile.html
* igt@i915_module_load@resize-bar:
- shard-dg2: [PASS][2] -> [ABORT][3]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@i915_module_load@resize-bar.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-4/igt@i915_module_load@resize-bar.html
* igt@i915_pm_rpm@gem-idle:
- shard-dg2: [PASS][4] -> [SKIP][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-8/igt@i915_pm_rpm@gem-idle.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@i915_pm_rpm@gem-idle.html
Known issues
------------
Here are the changes found in IGTPW_11586_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_allocator@open-vm:
- shard-dg2: [PASS][6] -> [SKIP][7] +2 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@api_intel_allocator@open-vm.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@api_intel_allocator@open-vm.html
* igt@api_intel_bb@object-reloc-keep-cache:
- shard-rkl: NOTRUN -> [SKIP][8] ([i915#8411]) +2 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-6/igt@api_intel_bb@object-reloc-keep-cache.html
- shard-dg1: NOTRUN -> [SKIP][9] ([i915#8411])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-17/igt@api_intel_bb@object-reloc-keep-cache.html
- shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8411])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-8/igt@api_intel_bb@object-reloc-keep-cache.html
* igt@drm_fdinfo@all-busy-check-all:
- shard-mtlp: NOTRUN -> [SKIP][11] ([i915#8414]) +6 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@drm_fdinfo@all-busy-check-all.html
* igt@drm_fdinfo@busy@vcs1:
- shard-dg1: NOTRUN -> [SKIP][12] ([i915#8414]) +11 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@drm_fdinfo@busy@vcs1.html
* igt@drm_fdinfo@isolation:
- shard-dg2: NOTRUN -> [SKIP][13] ([i915#11692]) +3 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@drm_fdinfo@isolation.html
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-rkl: [PASS][14] -> [FAIL][15] ([i915#7742])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@gem_ccs@block-copy-compressed:
- shard-dg1: NOTRUN -> [SKIP][16] ([i915#3555] / [i915#9323]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-14/igt@gem_ccs@block-copy-compressed.html
- shard-rkl: NOTRUN -> [SKIP][17] ([i915#3555] / [i915#9323])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-mtlp: NOTRUN -> [SKIP][18] ([i915#9323])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-4/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
- shard-rkl: NOTRUN -> [SKIP][19] ([i915#9323])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-4/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_close_race@multigpu-basic-process:
- shard-mtlp: NOTRUN -> [SKIP][20] ([i915#7697])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-1/igt@gem_close_race@multigpu-basic-process.html
- shard-dg1: NOTRUN -> [SKIP][21] ([i915#7697])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_ctx_persistence@hang:
- shard-dg2: NOTRUN -> [SKIP][22] ([i915#8555])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-1/igt@gem_ctx_persistence@hang.html
* igt@gem_ctx_persistence@heartbeat-many:
- shard-mtlp: NOTRUN -> [SKIP][23] ([i915#8555])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-4/igt@gem_ctx_persistence@heartbeat-many.html
* igt@gem_ctx_persistence@heartbeat-stop:
- shard-dg1: NOTRUN -> [SKIP][24] ([i915#8555]) +2 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-13/igt@gem_ctx_persistence@heartbeat-stop.html
* igt@gem_ctx_persistence@saturated-hostile-nopreempt@vcs0:
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#5882]) +5 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@gem_ctx_persistence@saturated-hostile-nopreempt@vcs0.html
* igt@gem_ctx_sseu@engines:
- shard-mtlp: NOTRUN -> [SKIP][26] ([i915#280]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-8/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-args:
- shard-rkl: NOTRUN -> [SKIP][27] ([i915#280])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-3/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_eio@hibernate:
- shard-rkl: NOTRUN -> [ABORT][28] ([i915#7975] / [i915#8213])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-3/igt@gem_eio@hibernate.html
* igt@gem_exec_await@wide-all:
- shard-dg2: NOTRUN -> [SKIP][29] ([i915#2575]) +26 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@gem_exec_await@wide-all.html
* igt@gem_exec_balancer@bonded-pair:
- shard-dg1: NOTRUN -> [SKIP][30] ([i915#4771])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@gem_exec_balancer@bonded-pair.html
* igt@gem_exec_balancer@parallel-contexts:
- shard-rkl: NOTRUN -> [SKIP][31] ([i915#4525])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-4/igt@gem_exec_balancer@parallel-contexts.html
* igt@gem_exec_balancer@sliced:
- shard-dg1: NOTRUN -> [SKIP][32] ([i915#4812]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@gem_exec_balancer@sliced.html
* igt@gem_exec_capture@capture-invisible@lmem0:
- shard-dg1: NOTRUN -> [SKIP][33] ([i915#6334]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@gem_exec_capture@capture-invisible@lmem0.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg1: NOTRUN -> [FAIL][34] ([i915#11965]) +1 other test fail
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_capture@capture@vecs0-smem:
- shard-mtlp: NOTRUN -> [FAIL][35] ([i915#11965])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@gem_exec_capture@capture@vecs0-smem.html
* igt@gem_exec_fair@basic-none-rrul@rcs0:
- shard-glk: NOTRUN -> [FAIL][36] ([i915#2842]) +2 other tests fail
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-glk6/igt@gem_exec_fair@basic-none-rrul@rcs0.html
* igt@gem_exec_fair@basic-pace:
- shard-dg1: NOTRUN -> [SKIP][37] ([i915#3539]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-14/igt@gem_exec_fair@basic-pace.html
* igt@gem_exec_fair@basic-pace-share:
- shard-dg2: NOTRUN -> [SKIP][38] ([i915#3539] / [i915#4852]) +2 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-2/igt@gem_exec_fair@basic-pace-share.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-tglu: NOTRUN -> [FAIL][39] ([i915#2842])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-9/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_fair@basic-pace@bcs0:
- shard-rkl: [PASS][40] -> [FAIL][41] ([i915#2842])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-rkl-2/igt@gem_exec_fair@basic-pace@bcs0.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@gem_exec_fair@basic-pace@bcs0.html
* igt@gem_exec_fair@basic-sync:
- shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4473] / [i915#4771]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-2/igt@gem_exec_fair@basic-sync.html
* igt@gem_exec_fence@concurrent:
- shard-dg2: NOTRUN -> [SKIP][43] ([i915#4812])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-3/igt@gem_exec_fence@concurrent.html
* igt@gem_exec_fence@submit67:
- shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4812])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-2/igt@gem_exec_fence@submit67.html
* igt@gem_exec_flush@basic-wb-rw-before-default:
- shard-dg1: NOTRUN -> [SKIP][45] ([i915#3539] / [i915#4852]) +2 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-17/igt@gem_exec_flush@basic-wb-rw-before-default.html
* igt@gem_exec_reloc@basic-wc-read-active:
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#3281]) +10 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@gem_exec_reloc@basic-wc-read-active.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#3281]) +4 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-8/igt@gem_exec_reloc@basic-write-read-active.html
- shard-rkl: NOTRUN -> [SKIP][48] ([i915#3281]) +11 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-6/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_reloc@basic-write-wc-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][49] ([i915#3281]) +8 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-2/igt@gem_exec_reloc@basic-write-wc-noreloc.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#7276])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@gem_exec_schedule@semaphore-power.html
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4537] / [i915#4812]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_fence_thrash@bo-write-verify-none:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#4860]) +2 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-13/igt@gem_fence_thrash@bo-write-verify-none.html
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4860]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-1/igt@gem_fence_thrash@bo-write-verify-none.html
* igt@gem_fence_thrash@bo-write-verify-y:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#4860]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-3/igt@gem_fence_thrash@bo-write-verify-y.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-tglu: NOTRUN -> [SKIP][55] ([i915#4613]) +3 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-9/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][56] ([i915#4565]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-rkl: NOTRUN -> [SKIP][57] ([i915#4613]) +6 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-4/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_lmem_swapping@random:
- shard-glk: NOTRUN -> [SKIP][58] ([i915#4613]) +4 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-glk9/igt@gem_lmem_swapping@random.html
- shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4613]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@gem_lmem_swapping@random.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg1: [PASS][60] -> [TIMEOUT][61] ([i915#5493])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-17/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_media_fill@media-fill:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#8289])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@gem_media_fill@media-fill.html
* igt@gem_mmap_gtt@fault-concurrent:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#4077]) +9 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-17/igt@gem_mmap_gtt@fault-concurrent.html
* igt@gem_mmap_wc@bad-offset:
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4083]) +2 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@gem_mmap_wc@bad-offset.html
* igt@gem_mmap_wc@write-cpu-read-wc-unflushed:
- shard-dg1: NOTRUN -> [SKIP][65] ([i915#4083]) +11 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-14/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html
* igt@gem_mmap_wc@write-gtt-read-wc:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#4083])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-1/igt@gem_mmap_wc@write-gtt-read-wc.html
* igt@gem_partial_pwrite_pread@reads-display:
- shard-mtlp: NOTRUN -> [SKIP][67] ([i915#3282]) +3 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@gem_partial_pwrite_pread@reads-display.html
* igt@gem_partial_pwrite_pread@write:
- shard-dg2: NOTRUN -> [SKIP][68] ([i915#3282]) +2 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-6/igt@gem_partial_pwrite_pread@write.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: NOTRUN -> [SKIP][69] ([i915#3282]) +5 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-4/igt@gem_partial_pwrite_pread@writes-after-reads.html
- shard-dg1: NOTRUN -> [SKIP][70] ([i915#3282]) +8 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-13/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_pread@exhaustion:
- shard-glk: NOTRUN -> [WARN][71] ([i915#2658])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-glk8/igt@gem_pread@exhaustion.html
* igt@gem_pxp@create-protected-buffer:
- shard-rkl: NOTRUN -> [SKIP][72] ([i915#4270]) +5 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-6/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@create-valid-protected-context:
- shard-tglu: NOTRUN -> [SKIP][73] ([i915#4270])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-8/igt@gem_pxp@create-valid-protected-context.html
* igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
- shard-dg1: NOTRUN -> [SKIP][74] ([i915#4270]) +2 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
* igt@gem_pxp@verify-pxp-stale-buf-execution:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#4270]) +2 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-6/igt@gem_pxp@verify-pxp-stale-buf-execution.html
* igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
- shard-mtlp: NOTRUN -> [SKIP][76] ([i915#4270]) +3 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-8/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
* igt@gem_render_copy@y-tiled-to-vebox-x-tiled:
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#8428]) +4 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-1/igt@gem_render_copy@y-tiled-to-vebox-x-tiled.html
* igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#5190] / [i915#8428]) +3 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html
* igt@gem_set_tiling_vs_gtt:
- shard-dg1: NOTRUN -> [SKIP][79] ([i915#4079]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@gem_set_tiling_vs_gtt.html
- shard-mtlp: NOTRUN -> [SKIP][80] ([i915#4079])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@gem_set_tiling_vs_gtt.html
* igt@gem_set_tiling_vs_pwrite:
- shard-dg2: NOTRUN -> [SKIP][81] ([i915#4079]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-4/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_tiled_blits@basic:
- shard-dg2: NOTRUN -> [SKIP][82] ([i915#4077]) +8 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-6/igt@gem_tiled_blits@basic.html
* igt@gem_tiling_max_stride:
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#4077]) +11 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-8/igt@gem_tiling_max_stride.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-rkl: NOTRUN -> [SKIP][84] ([i915#3297] / [i915#3323])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-5/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-dg1: NOTRUN -> [SKIP][85] ([i915#3282] / [i915#3297])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-13/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-dg1: NOTRUN -> [SKIP][86] ([i915#3297] / [i915#4880])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-18/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@gem_userptr_blits@readonly-pwrite-unsync:
- shard-mtlp: NOTRUN -> [SKIP][87] ([i915#3297]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-7/igt@gem_userptr_blits@readonly-pwrite-unsync.html
* igt@gem_userptr_blits@sd-probe:
- shard-dg1: NOTRUN -> [SKIP][88] ([i915#3297] / [i915#4958])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@gem_userptr_blits@sd-probe.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-dg2: NOTRUN -> [SKIP][89] ([i915#3297])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-8/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-dg1: NOTRUN -> [SKIP][90] ([i915#3297])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-18/igt@gem_userptr_blits@unsync-unmap.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-rkl: NOTRUN -> [SKIP][91] ([i915#3297]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gem_vm_create@execbuf:
- shard-dg2: [PASS][92] -> [SKIP][93] ([i915#2575]) +20 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-6/igt@gem_vm_create@execbuf.html
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@gem_vm_create@execbuf.html
* igt@gen9_exec_parse@allowed-all:
- shard-dg2: NOTRUN -> [SKIP][94] ([i915#2856])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-7/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@batch-zero-length:
- shard-tglu: NOTRUN -> [SKIP][95] ([i915#2527] / [i915#2856])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-5/igt@gen9_exec_parse@batch-zero-length.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: NOTRUN -> [SKIP][96] ([i915#2527]) +6 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-1/igt@gen9_exec_parse@bb-oversize.html
- shard-mtlp: NOTRUN -> [SKIP][97] ([i915#2856]) +2 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-7/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-dg1: NOTRUN -> [SKIP][98] ([i915#2527]) +3 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-13/igt@gen9_exec_parse@bb-start-cmd.html
* igt@i915_module_load@load:
- shard-dg1: NOTRUN -> [SKIP][99] ([i915#6227])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@i915_module_load@load.html
- shard-dg2: [PASS][100] -> [SKIP][101] ([i915#6227])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-8/igt@i915_module_load@load.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@i915_module_load@load.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: [PASS][102] -> [ABORT][103] ([i915#9820])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-dg1: NOTRUN -> [SKIP][104] ([i915#6590])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-18/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_rpm@gem-mmap-type@gtt-smem0:
- shard-mtlp: NOTRUN -> [SKIP][105] ([i915#8431])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-4/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html
* igt@i915_pm_rps@basic-api:
- shard-mtlp: NOTRUN -> [SKIP][106] ([i915#11681] / [i915#6621])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@i915_pm_rps@basic-api.html
* igt@i915_pm_rps@min-max-config-loaded:
- shard-dg1: NOTRUN -> [SKIP][107] ([i915#11681] / [i915#6621])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@i915_pm_rps@min-max-config-loaded.html
* igt@i915_pm_rps@thresholds-park:
- shard-dg1: NOTRUN -> [SKIP][108] ([i915#11681])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-18/igt@i915_pm_rps@thresholds-park.html
* igt@i915_pm_rps@waitboost:
- shard-mtlp: NOTRUN -> [FAIL][109] ([i915#8346])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-2/igt@i915_pm_rps@waitboost.html
* igt@i915_pm_sseu@full-enable:
- shard-mtlp: NOTRUN -> [SKIP][110] ([i915#8437])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-1/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@hwconfig_table:
- shard-rkl: NOTRUN -> [SKIP][111] ([i915#6245])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-6/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-mtlp: NOTRUN -> [SKIP][112] ([i915#6188])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@i915_selftest@mock@memory_region:
- shard-dg1: NOTRUN -> [DMESG-WARN][113] ([i915#9311])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-13/igt@i915_selftest@mock@memory_region.html
* igt@intel_hwmon@hwmon-read:
- shard-rkl: NOTRUN -> [SKIP][114] ([i915#7707])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-5/igt@intel_hwmon@hwmon-read.html
- shard-tglu: NOTRUN -> [SKIP][115] ([i915#7707])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-8/igt@intel_hwmon@hwmon-read.html
- shard-mtlp: NOTRUN -> [SKIP][116] ([i915#7707])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-3/igt@intel_hwmon@hwmon-read.html
* igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
- shard-mtlp: NOTRUN -> [SKIP][117] ([i915#4212]) +2 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-1/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
* igt@kms_addfb_basic@clobberred-modifier:
- shard-dg2: NOTRUN -> [SKIP][118] ([i915#4212]) +1 other test skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-6/igt@kms_addfb_basic@clobberred-modifier.html
- shard-dg1: NOTRUN -> [SKIP][119] ([i915#4212])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-18/igt@kms_addfb_basic@clobberred-modifier.html
* igt@kms_async_flips@alternate-sync-async-flip@pipe-c-hdmi-a-1:
- shard-glk: [PASS][120] -> [FAIL][121] ([i915#10991])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-glk7/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-hdmi-a-1.html
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-glk9/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-hdmi-a-1.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#8709]) +3 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html
* igt@kms_atomic_transition@modeset-transition@2x-outputs:
- shard-glk: [PASS][123] -> [FAIL][124] ([i915#11859])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-glk5/igt@kms_atomic_transition@modeset-transition@2x-outputs.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-glk8/igt@kms_atomic_transition@modeset-transition@2x-outputs.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-mtlp: NOTRUN -> [SKIP][125] ([i915#1769] / [i915#3555])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk: NOTRUN -> [SKIP][126] ([i915#1769])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-glk8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-1:
- shard-snb: [PASS][127] -> [FAIL][128] ([i915#5956])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-snb5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-1.html
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-snb7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-1.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][129] ([i915#1769] / [i915#3555])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1:
- shard-mtlp: [PASS][130] -> [FAIL][131] ([i915#11808] / [i915#5956])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-mtlp-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1:
- shard-tglu: [PASS][132] -> [FAIL][133] ([i915#11808])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-tglu-10/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-5/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-90:
- shard-tglu: NOTRUN -> [SKIP][134] ([i915#5286]) +1 other test skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-9/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][135] ([i915#4538] / [i915#5286]) +6 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-rkl: NOTRUN -> [SKIP][136] ([i915#5286]) +6 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#3638]) +4 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][138] ([i915#3638]) +3 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-3/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-dg2: NOTRUN -> [SKIP][139] ([i915#5190]) +1 other test skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#4538] / [i915#5190]) +8 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-mtlp: NOTRUN -> [SKIP][141] ([i915#6187])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-4/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-dg1: NOTRUN -> [SKIP][142] ([i915#4538]) +6 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-tglu: NOTRUN -> [SKIP][143] +46 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-9/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
- shard-mtlp: NOTRUN -> [SKIP][144] +11 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-1/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_joiner@invalid-modeset:
- shard-rkl: NOTRUN -> [SKIP][145] ([i915#10656])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_big_joiner@invalid-modeset-force-joiner:
- shard-dg1: NOTRUN -> [SKIP][146] ([i915#10656])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-18/igt@kms_big_joiner@invalid-modeset-force-joiner.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#10307] / [i915#10434] / [i915#6095]) +9 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-10/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-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][148] ([i915#6095]) +27 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-3/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#10307] / [i915#6095]) +169 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-1/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
- shard-glk: NOTRUN -> [SKIP][150] +357 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-glk6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][151] ([i915#6095]) +95 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-13/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][152] ([i915#6095]) +39 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][153] ([i915#6095]) +83 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-4/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-snb: NOTRUN -> [SKIP][154] +52 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-snb6/igt@kms_cdclk@mode-transition-all-outputs.html
- shard-rkl: NOTRUN -> [SKIP][155] ([i915#3742])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#7213]) +3 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-1/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#7828]) +11 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-6/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_frames@hdmi-crc-single:
- shard-dg1: NOTRUN -> [SKIP][158] ([i915#7828]) +10 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-13/igt@kms_chamelium_frames@hdmi-crc-single.html
* igt@kms_chamelium_frames@hdmi-frame-dump:
- shard-rkl: NOTRUN -> [SKIP][159] ([i915#7828]) +11 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-6/igt@kms_chamelium_frames@hdmi-frame-dump.html
* igt@kms_chamelium_frames@vga-frame-dump:
- shard-tglu: NOTRUN -> [SKIP][160] ([i915#7828]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-5/igt@kms_chamelium_frames@vga-frame-dump.html
* igt@kms_chamelium_hpd@dp-hpd-for-each-pipe:
- shard-mtlp: NOTRUN -> [SKIP][161] ([i915#7828]) +4 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-8/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#7118] / [i915#9424])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-4/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@content-type-change:
- shard-tglu: NOTRUN -> [SKIP][163] ([i915#6944] / [i915#9424])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-6/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-rkl: NOTRUN -> [SKIP][164] ([i915#3116])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-3/igt@kms_content_protection@dp-mst-type-1.html
- shard-dg1: NOTRUN -> [SKIP][165] ([i915#3299]) +1 other test skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy:
- shard-dg1: NOTRUN -> [SKIP][166] ([i915#7116] / [i915#9424])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-14/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][167] ([i915#9424])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-1/igt@kms_content_protection@lic-type-0.html
- shard-dg1: NOTRUN -> [SKIP][168] ([i915#9424])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-17/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@srm:
- shard-dg2: NOTRUN -> [SKIP][169] ([i915#7118])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-6/igt@kms_content_protection@srm.html
- shard-rkl: NOTRUN -> [SKIP][170] ([i915#7118])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-5/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-dg2: NOTRUN -> [SKIP][171] ([i915#7118] / [i915#9424]) +1 other test skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-3/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-mtlp: NOTRUN -> [SKIP][172] ([i915#6944] / [i915#9424])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-7/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-onscreen-32x32:
- shard-mtlp: NOTRUN -> [SKIP][173] ([i915#3555] / [i915#8814])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-3/igt@kms_cursor_crc@cursor-onscreen-32x32.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-mtlp: NOTRUN -> [SKIP][174] ([i915#3359])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@kms_cursor_crc@cursor-onscreen-512x512.html
- shard-rkl: NOTRUN -> [SKIP][175] ([i915#11453])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg1: NOTRUN -> [SKIP][176] ([i915#11453])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-14/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-sliding-64x21:
- shard-mtlp: NOTRUN -> [SKIP][177] ([i915#8814]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@kms_cursor_crc@cursor-sliding-64x21.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg1: NOTRUN -> [SKIP][178] ([i915#4103] / [i915#4213]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-rkl: NOTRUN -> [SKIP][179] ([i915#4103]) +1 other test skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
- shard-mtlp: NOTRUN -> [SKIP][180] ([i915#4213])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-toggle:
- shard-dg2: NOTRUN -> [SKIP][181] ([i915#5354]) +25 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-6/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions:
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#9809]) +4 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [PASS][183] -> [FAIL][184] ([i915#2346]) +1 other test fail
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-tglu: NOTRUN -> [SKIP][185] ([i915#4103])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_display_modes@extended-mode-basic:
- shard-dg2: NOTRUN -> [SKIP][186] ([i915#3555]) +7 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-8/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dp_aux_dev:
- shard-dg1: NOTRUN -> [SKIP][187] ([i915#1257])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@kms_dp_aux_dev.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][188] ([i915#8812])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-3/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: NOTRUN -> [SKIP][189] ([i915#3555] / [i915#3840])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-dg1: NOTRUN -> [SKIP][190] ([i915#3555] / [i915#3840]) +1 other test skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-17/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-tglu: NOTRUN -> [SKIP][191] ([i915#3469])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-6/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-3x:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#1839])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-5/igt@kms_feature_discovery@display-3x.html
- shard-mtlp: NOTRUN -> [SKIP][193] ([i915#1839])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-2/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#1839])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg1: NOTRUN -> [SKIP][195] ([i915#9337])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@kms_feature_discovery@dp-mst.html
- shard-tglu: NOTRUN -> [SKIP][196] ([i915#9337])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-8/igt@kms_feature_discovery@dp-mst.html
- shard-mtlp: NOTRUN -> [SKIP][197] ([i915#9337])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr1:
- shard-tglu: NOTRUN -> [SKIP][198] ([i915#658])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-3/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][199] ([i915#8381])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@2x-flip-vs-panning:
- shard-tglu: NOTRUN -> [SKIP][200] ([i915#3637]) +2 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-6/igt@kms_flip@2x-flip-vs-panning.html
* igt@kms_flip@2x-flip-vs-rmfb-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][201] ([i915#3637]) +7 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html
* igt@kms_flip@2x-modeset-vs-vblank-race:
- shard-dg2: NOTRUN -> [SKIP][202] +28 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-10/igt@kms_flip@2x-modeset-vs-vblank-race.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-dg1: NOTRUN -> [SKIP][203] ([i915#9934]) +7 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@2x-plain-flip-ts-check@ab-vga1-hdmi-a1:
- shard-snb: [PASS][204] -> [FAIL][205] ([i915#2122])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-snb5/igt@kms_flip@2x-plain-flip-ts-check@ab-vga1-hdmi-a1.html
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-snb7/igt@kms_flip@2x-plain-flip-ts-check@ab-vga1-hdmi-a1.html
* igt@kms_flip@flip-vs-fences:
- shard-dg1: NOTRUN -> [SKIP][206] ([i915#8381])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-14/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][207] ([i915#2672]) +1 other test skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][208] ([i915#2672]) +6 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][209] ([i915#2672]) +3 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-8/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][210] ([i915#2587] / [i915#2672])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-18/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][211] ([i915#2587] / [i915#2672])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][212] ([i915#8708]) +25 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][213] +48 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][214] ([i915#1825]) +25 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-dg1: NOTRUN -> [SKIP][215] ([i915#5439])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-mtlp: NOTRUN -> [SKIP][216] ([i915#10055])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][217] +33 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][218] ([i915#8708]) +20 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render:
- shard-dg1: NOTRUN -> [SKIP][219] ([i915#3458]) +23 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][220] ([i915#5439])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#10055])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-dg1: NOTRUN -> [SKIP][222] ([i915#9766])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-17/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][223] ([i915#3023]) +30 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][224] ([i915#8708]) +8 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-3/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][225] ([i915#3458]) +14 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#1825]) +52 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-dg1: NOTRUN -> [SKIP][227] ([i915#3555] / [i915#8228]) +2 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@static-toggle:
- shard-dg2: NOTRUN -> [SKIP][228] ([i915#3555] / [i915#8228]) +1 other test skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-6/igt@kms_hdr@static-toggle.html
- shard-rkl: NOTRUN -> [SKIP][229] ([i915#3555] / [i915#8228]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-4/igt@kms_hdr@static-toggle.html
* igt@kms_hdr@static-toggle-suspend:
- shard-mtlp: NOTRUN -> [SKIP][230] ([i915#3555] / [i915#8228])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-1/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-mtlp: NOTRUN -> [SKIP][231] ([i915#4816])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-dg1: NOTRUN -> [SKIP][232] ([i915#6301])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_panel_fitting@legacy:
- shard-tglu: NOTRUN -> [SKIP][233] ([i915#6301])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-5/igt@kms_panel_fitting@legacy.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][234] ([i915#10647]) +1 other test fail
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-glk6/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-none@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][235] ([i915#10226] / [i915#11614] / [i915#3582]) +2 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@kms_plane_lowres@tiling-none@pipe-b-edp-1.html
* igt@kms_plane_lowres@tiling-none@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][236] ([i915#11614] / [i915#3582])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@kms_plane_lowres@tiling-none@pipe-d-edp-1.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][237] ([i915#3555]) +5 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@kms_plane_multiple@tiling-yf.html
- shard-mtlp: NOTRUN -> [SKIP][238] ([i915#3555] / [i915#8806]) +1 other test skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-3/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-dg2: NOTRUN -> [SKIP][239] ([i915#6953] / [i915#9423])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-2/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][240] ([i915#9423]) +7 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][241] ([i915#9423]) +7 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][242] ([i915#5176]) +3 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-8/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][243] ([i915#9423]) +7 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-5/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][244] ([i915#5176] / [i915#9423]) +3 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-14/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][245] ([i915#9728]) +7 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][246] ([i915#9728]) +7 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-3.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][247] ([i915#9423]) +15 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-3/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][248] ([i915#5235]) +6 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d-edp-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][249] ([i915#3555] / [i915#5235])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d-edp-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25:
- shard-dg2: NOTRUN -> [SKIP][250] ([i915#2575] / [i915#9423]) +1 other test skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html
* igt@kms_pm_backlight@bad-brightness:
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#5354])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-17/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@basic-brightness:
- shard-rkl: NOTRUN -> [SKIP][252] ([i915#5354]) +1 other test skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-5/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-rkl: NOTRUN -> [SKIP][253] ([i915#9685])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-5/igt@kms_pm_dc@dc3co-vpb-simulation.html
- shard-dg1: NOTRUN -> [SKIP][254] ([i915#9685])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-18/igt@kms_pm_dc@dc3co-vpb-simulation.html
- shard-tglu: NOTRUN -> [SKIP][255] ([i915#9685])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-6/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg1: NOTRUN -> [SKIP][256] ([i915#3361])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@kms_pm_dc@dc6-dpms.html
- shard-tglu: [PASS][257] -> [FAIL][258] ([i915#9295])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-tglu-6/igt@kms_pm_dc@dc6-dpms.html
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-8/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-rkl: NOTRUN -> [SKIP][259] ([i915#9519])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg2: NOTRUN -> [SKIP][260] ([i915#9519])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-6/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-dg2: [PASS][261] -> [SKIP][262] ([i915#9519]) +1 other test skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-3/igt@kms_pm_rpm@modeset-non-lpsp.html
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-8/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: [PASS][263] -> [SKIP][264] ([i915#9519])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-rkl-1/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
- shard-mtlp: NOTRUN -> [SKIP][265] ([i915#9519])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_prime@basic-crc-hybrid:
- shard-tglu: NOTRUN -> [SKIP][266] ([i915#6524])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-5/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg1: NOTRUN -> [SKIP][267] ([i915#6524])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@kms_prime@basic-crc-vgem.html
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf:
- shard-rkl: NOTRUN -> [SKIP][268] ([i915#11520]) +5 other tests skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-5/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-cursor-plane-update-sf:
- shard-dg2: NOTRUN -> [SKIP][269] ([i915#11520])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-5/igt@kms_psr2_sf@fbc-cursor-plane-update-sf.html
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][270] ([i915#11520]) +2 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-8/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area@psr2-pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][271] ([i915#9808]) +1 other test skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-3/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area@psr2-pipe-a-edp-1.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][272] ([i915#11520]) +4 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-18/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg2: NOTRUN -> [SKIP][273] ([i915#9683]) +1 other test skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-4/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-rkl: NOTRUN -> [SKIP][274] ([i915#9683])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-2/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-psr-primary-render@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][275] ([i915#9688]) +9 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-1/igt@kms_psr@fbc-psr-primary-render@edp-1.html
* igt@kms_psr@fbc-psr2-sprite-render:
- shard-rkl: NOTRUN -> [SKIP][276] ([i915#1072] / [i915#9732]) +25 other tests skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-4/igt@kms_psr@fbc-psr2-sprite-render.html
* igt@kms_psr@pr-sprite-plane-move:
- shard-tglu: NOTRUN -> [SKIP][277] ([i915#9732]) +11 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-8/igt@kms_psr@pr-sprite-plane-move.html
* igt@kms_psr@psr-primary-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][278] ([i915#1072] / [i915#9673] / [i915#9732]) +1 other test skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_psr@psr-primary-mmap-cpu.html
* igt@kms_psr@psr-sprite-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][279] ([i915#1072] / [i915#9732]) +30 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-13/igt@kms_psr@psr-sprite-mmap-cpu.html
* igt@kms_psr@psr2-primary-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][280] ([i915#1072] / [i915#9732]) +14 other tests skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-5/igt@kms_psr@psr2-primary-mmap-gtt.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-mtlp: NOTRUN -> [SKIP][281] ([i915#5289])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-rkl: NOTRUN -> [SKIP][282] ([i915#5289])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
- shard-dg1: NOTRUN -> [SKIP][283] ([i915#5289]) +1 other test skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-18/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-dg2: NOTRUN -> [SKIP][284] ([i915#11131])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-8/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_scaling_modes@scaling-mode-none:
- shard-tglu: NOTRUN -> [SKIP][285] ([i915#3555])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-3/igt@kms_scaling_modes@scaling-mode-none.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-dg1: NOTRUN -> [SKIP][286] ([i915#3555]) +7 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-13/igt@kms_setmode@clone-exclusive-crtc.html
- shard-mtlp: NOTRUN -> [SKIP][287] ([i915#3555] / [i915#8809])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-1/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-mtlp: NOTRUN -> [SKIP][288] ([i915#3555] / [i915#8809] / [i915#8823])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-3/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-glk: NOTRUN -> [FAIL][289] ([i915#10959])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-glk6/igt@kms_tiled_display@basic-test-pattern.html
- shard-dg2: NOTRUN -> [SKIP][290] ([i915#8623])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-2/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-rkl: NOTRUN -> [SKIP][291] ([i915#8623])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1:
- shard-tglu: [PASS][292] -> [FAIL][293] ([i915#9196]) +1 other test fail
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-tglu-7/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1:
- shard-mtlp: [PASS][294] -> [FAIL][295] ([i915#9196]) +1 other test fail
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-mtlp-8/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-1/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html
* igt@kms_vrr@max-min:
- shard-mtlp: NOTRUN -> [SKIP][296] ([i915#8808] / [i915#9906])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-7/igt@kms_vrr@max-min.html
* igt@kms_vrr@negative-basic:
- shard-rkl: NOTRUN -> [SKIP][297] ([i915#3555] / [i915#9906])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-6/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-dg2: NOTRUN -> [SKIP][298] ([i915#9906]) +2 other tests skip
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-6/igt@kms_vrr@seamless-rr-switch-virtual.html
- shard-rkl: NOTRUN -> [SKIP][299] ([i915#9906])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-5/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_writeback@writeback-check-output:
- shard-mtlp: NOTRUN -> [SKIP][300] ([i915#2437])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-5/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-fb-id:
- shard-dg1: NOTRUN -> [SKIP][301] ([i915#2437])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-17/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg1: NOTRUN -> [SKIP][302] ([i915#2437] / [i915#9412])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-17/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-glk: NOTRUN -> [SKIP][303] ([i915#2437]) +1 other test skip
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-glk7/igt@kms_writeback@writeback-invalid-parameters.html
* igt@perf_pmu@all-busy-check-all:
- shard-dg2: [PASS][304] -> [SKIP][305] ([i915#11692]) +1 other test skip
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-8/igt@perf_pmu@all-busy-check-all.html
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@perf_pmu@all-busy-check-all.html
* igt@perf_pmu@frequency@gt0:
- shard-dg1: NOTRUN -> [FAIL][306] ([i915#6806])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-13/igt@perf_pmu@frequency@gt0.html
* igt@perf_pmu@rc6-all-gts:
- shard-dg1: NOTRUN -> [SKIP][307] ([i915#8516])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-17/igt@perf_pmu@rc6-all-gts.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-dg2: NOTRUN -> [SKIP][308] ([i915#8516])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-7/igt@perf_pmu@rc6@other-idle-gt0.html
- shard-rkl: NOTRUN -> [SKIP][309] ([i915#8516])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-5/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_vgem@basic-fence-read:
- shard-rkl: NOTRUN -> [SKIP][310] ([i915#3291] / [i915#3708])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-1/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-gtt:
- shard-mtlp: NOTRUN -> [SKIP][311] ([i915#3708] / [i915#4077]) +1 other test skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-3/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@basic-write:
- shard-dg2: NOTRUN -> [SKIP][312] ([i915#3291] / [i915#3708])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-3/igt@prime_vgem@basic-write.html
* igt@prime_vgem@fence-flip-hang:
- shard-dg1: NOTRUN -> [SKIP][313] ([i915#3708])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@prime_vgem@fence-flip-hang.html
- shard-mtlp: NOTRUN -> [SKIP][314] ([i915#3708])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-3/igt@prime_vgem@fence-flip-hang.html
* igt@prime_vgem@fence-write-hang:
- shard-dg2: NOTRUN -> [SKIP][315] ([i915#3708])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-4/igt@prime_vgem@fence-write-hang.html
- shard-rkl: NOTRUN -> [SKIP][316] ([i915#3708])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-1/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-rkl: NOTRUN -> [SKIP][317] ([i915#9917]) +1 other test skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-6/igt@sriov_basic@enable-vfs-autoprobe-off.html
- shard-tglu: NOTRUN -> [SKIP][318] ([i915#9917])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-9/igt@sriov_basic@enable-vfs-autoprobe-off.html
- shard-mtlp: NOTRUN -> [SKIP][319] ([i915#9917])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-8/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@sriov_basic@enable-vfs-bind-unbind-each:
- shard-dg1: NOTRUN -> [SKIP][320] ([i915#9917]) +1 other test skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-13/igt@sriov_basic@enable-vfs-bind-unbind-each.html
* igt@syncobj_timeline@invalid-wait-zero-handles:
- shard-glk: NOTRUN -> [FAIL][321] ([i915#9781])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-glk9/igt@syncobj_timeline@invalid-wait-zero-handles.html
* igt@syncobj_wait@invalid-wait-zero-handles:
- shard-dg1: NOTRUN -> [FAIL][322] ([i915#9781])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-16/igt@syncobj_wait@invalid-wait-zero-handles.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [FAIL][323] ([i915#7742]) -> [PASS][324]
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-rkl-4/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-5/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-rkl: [FAIL][325] ([i915#2842]) -> [PASS][326]
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-rkl-5/igt@gem_exec_fair@basic-none-share@rcs0.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-6/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_userptr_blits@stress-mm:
- shard-snb: [ABORT][327] -> [PASS][328]
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-snb5/igt@gem_userptr_blits@stress-mm.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-snb5/igt@gem_userptr_blits@stress-mm.html
* igt@i915_module_load@reload-no-display:
- shard-snb: [ABORT][329] ([i915#11703]) -> [PASS][330]
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-snb4/igt@i915_module_load@reload-no-display.html
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-snb2/igt@i915_module_load@reload-no-display.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-rkl: [ABORT][331] ([i915#9697] / [i915#9820]) -> [PASS][332]
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-rkl-3/igt@i915_module_load@reload-with-fault-injection.html
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-5/igt@i915_module_load@reload-with-fault-injection.html
- shard-dg1: [ABORT][333] ([i915#9820]) -> [PASS][334]
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg1-18/igt@i915_module_load@reload-with-fault-injection.html
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-15/igt@i915_module_load@reload-with-fault-injection.html
* igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs:
- shard-glk: [FAIL][335] ([i915#11859]) -> [PASS][336] +1 other test pass
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-glk8/igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs.html
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-glk9/igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1:
- shard-snb: [FAIL][337] ([i915#5956]) -> [PASS][338]
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-snb7/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-snb6/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite:
- shard-dg2: [FAIL][339] ([i915#6880]) -> [PASS][340]
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [SKIP][341] ([i915#9519]) -> [PASS][342]
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1:
- shard-tglu: [FAIL][343] ([i915#9196]) -> [PASS][344]
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-tglu-7/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html
* igt@perf_pmu@busy-idle-check-all@ccs0:
- shard-mtlp: [FAIL][345] ([i915#4349]) -> [PASS][346] +5 other tests pass
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-mtlp-4/igt@perf_pmu@busy-idle-check-all@ccs0.html
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-2/igt@perf_pmu@busy-idle-check-all@ccs0.html
* igt@perf_pmu@busy-idle-check-all@vcs0:
- shard-dg2: [FAIL][347] ([i915#4349]) -> [PASS][348] +3 other tests pass
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-8/igt@perf_pmu@busy-idle-check-all@vcs0.html
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-4/igt@perf_pmu@busy-idle-check-all@vcs0.html
* igt@perf_pmu@busy-idle-check-all@vecs0:
- shard-dg1: [FAIL][349] ([i915#4349]) -> [PASS][350] +2 other tests pass
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg1-18/igt@perf_pmu@busy-idle-check-all@vecs0.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg1-14/igt@perf_pmu@busy-idle-check-all@vecs0.html
* igt@perf_pmu@busy-idle-check-all@vecs1:
- shard-dg2: [FAIL][351] -> [PASS][352]
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-8/igt@perf_pmu@busy-idle-check-all@vecs1.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-4/igt@perf_pmu@busy-idle-check-all@vecs1.html
#### Warnings ####
* igt@gem_close_race@multigpu-basic-threads:
- shard-dg2: [SKIP][353] ([i915#7697]) -> [SKIP][354] ([i915#2575])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-2/igt@gem_close_race@multigpu-basic-threads.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_exec_fair@basic-pace-solo:
- shard-dg2: [SKIP][355] ([i915#3539]) -> [SKIP][356] ([i915#2575])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-8/igt@gem_exec_fair@basic-pace-solo.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@gem_exec_fair@basic-pace-solo.html
* igt@gem_exec_reloc@basic-wc-active:
- shard-dg2: [SKIP][357] ([i915#3281]) -> [SKIP][358] ([i915#2575]) +2 other tests skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-8/igt@gem_exec_reloc@basic-wc-active.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@gem_exec_reloc@basic-wc-active.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg2: [SKIP][359] ([i915#4860]) -> [SKIP][360] ([i915#2575])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-8/igt@gem_fence_thrash@bo-copy.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@gem_fence_thrash@bo-copy.html
* igt@gem_mmap_wc@fault-concurrent:
- shard-dg2: [SKIP][361] ([i915#4083]) -> [SKIP][362] ([i915#2575]) +1 other test skip
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@gem_mmap_wc@fault-concurrent.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@gem_mmap_wc@fault-concurrent.html
* igt@gem_render_copy@linear-to-vebox-yf-tiled:
- shard-dg2: [SKIP][363] ([i915#5190] / [i915#8428]) -> [SKIP][364] ([i915#2575] / [i915#5190]) +1 other test skip
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-2/igt@gem_render_copy@linear-to-vebox-yf-tiled.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@gem_render_copy@linear-to-vebox-yf-tiled.html
* igt@gem_tiled_partial_pwrite_pread@writes:
- shard-dg2: [SKIP][365] ([i915#4077]) -> [SKIP][366] ([i915#2575]) +2 other tests skip
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@gem_tiled_partial_pwrite_pread@writes.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@gem_tiled_partial_pwrite_pread@writes.html
* igt@gen9_exec_parse@shadow-peek:
- shard-dg2: [SKIP][367] ([i915#2856]) -> [SKIP][368] ([i915#2575])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-6/igt@gen9_exec_parse@shadow-peek.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@gen9_exec_parse@shadow-peek.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- shard-dg2: [SKIP][369] ([i915#4215] / [i915#5190]) -> [SKIP][370] ([i915#2575] / [i915#5190])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-6/igt@kms_addfb_basic@basic-y-tiled-legacy.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-dg2: [SKIP][371] ([i915#1769] / [i915#3555]) -> [SKIP][372] ([i915#2575])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-dg2: [SKIP][373] ([i915#4538] / [i915#5190]) -> [SKIP][374] ([i915#5190])
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_chamelium_edid@vga-edid-read:
- shard-dg2: [SKIP][375] ([i915#7828]) -> [SKIP][376] ([i915#2575])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-8/igt@kms_chamelium_edid@vga-edid-read.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_chamelium_edid@vga-edid-read.html
* igt@kms_content_protection@lic-type-1:
- shard-dg2: [SKIP][377] ([i915#9424]) -> [SKIP][378] ([i915#2575])
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-1/igt@kms_content_protection@lic-type-1.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_content_protection@lic-type-1.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-dg2: [SKIP][379] ([i915#3555]) -> [SKIP][380] ([i915#2575]) +1 other test skip
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-32x10.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic:
- shard-dg2: [SKIP][381] ([i915#5354]) -> [SKIP][382] ([i915#2575])
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-8/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
* igt@kms_dsc@dsc-with-bpc:
- shard-dg2: [SKIP][383] ([i915#3555] / [i915#3840]) -> [SKIP][384]
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@kms_dsc@dsc-with-bpc.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_flip@2x-flip-vs-modeset-vs-hang:
- shard-dg2: [SKIP][385] -> [SKIP][386] ([i915#2575]) +2 other tests skip
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc:
- shard-dg2: [SKIP][387] ([i915#8708]) -> [SKIP][388] +1 other test skip
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-dg2: [SKIP][389] ([i915#3458]) -> [SKIP][390] +2 other tests skip
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-rte.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-pwrite:
- shard-dg2: [SKIP][391] ([i915#5354]) -> [SKIP][392] +5 other tests skip
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-pwrite.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-pwrite.html
* igt@kms_pm_rpm@pm-tiling:
- shard-dg2: [SKIP][393] ([i915#4077]) -> [SKIP][394] ([i915#11717])
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@kms_pm_rpm@pm-tiling.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_pm_rpm@pm-tiling.html
* igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area:
- shard-dg2: [SKIP][395] ([i915#11520]) -> [SKIP][396]
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-2/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area.html
* igt@kms_psr@fbc-psr-cursor-plane-move:
- shard-dg2: [SKIP][397] ([i915#1072] / [i915#9732]) -> [SKIP][398] +3 other tests skip
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-1/igt@kms_psr@fbc-psr-cursor-plane-move.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_psr@fbc-psr-cursor-plane-move.html
* igt@kms_psr@psr-cursor-mmap-cpu:
- shard-dg2: [SKIP][399] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][400]
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@kms_psr@psr-cursor-mmap-cpu.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_psr@psr-cursor-mmap-cpu.html
* igt@kms_psr@psr2-cursor-blt:
- shard-dg2: [SKIP][401] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][402] ([i915#1072] / [i915#9732]) +13 other tests skip
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@kms_psr@psr2-cursor-blt.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-8/igt@kms_psr@psr2-cursor-blt.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-dg2: [SKIP][403] ([i915#9685]) -> [SKIP][404] +1 other test skip
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg2: [SKIP][405] ([i915#11131] / [i915#4235] / [i915#5190]) -> [SKIP][406] ([i915#11131] / [i915#5190])
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-dg2: [SKIP][407] ([i915#11131] / [i915#4235]) -> [SKIP][408] ([i915#11131])
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-6/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@perf@non-zero-reason@0-rcs0:
- shard-dg2: [FAIL][409] ([i915#7484]) -> [FAIL][410] ([i915#9100])
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-1/igt@perf@non-zero-reason@0-rcs0.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-8/igt@perf@non-zero-reason@0-rcs0.html
[i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
[i915#10226]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10226
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#10959]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959
[i915#10991]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10991
[i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131
[i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11614]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11692]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11692
[i915#11703]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11703
[i915#11717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11717
[i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808
[i915#11859]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11859
[i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122
[i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346
[i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323
[i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359
[i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215
[i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4473]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[i915#4958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4958
[i915#5176]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
[i915#5882]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5882
[i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6188]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6188
[i915#6
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/index.html
[-- Attachment #2: Type: text/html, Size: 122294 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ✗ CI.xeFULL: failure for tools/dpcd_reg: Advertise the dump command in usage text
2024-08-15 23:23 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-08-19 17:42 ` Kamil Konieczny
0 siblings, 0 replies; 8+ messages in thread
From: Kamil Konieczny @ 2024-08-19 17:42 UTC (permalink / raw)
To: igt-dev; +Cc: Gustavo Sousa, I915-ci-infra
Hi igt-dev,
On 2024-08-15 at 23:23:49 -0000, Patchwork wrote:
> == Series Details ==
>
> Series: tools/dpcd_reg: Advertise the dump command in usage text
> URL : https://patchwork.freedesktop.org/series/137354/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from XEIGT_7971_full -> XEIGTPW_11586_full
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with XEIGTPW_11586_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in XEIGTPW_11586_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_11586_full:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@kms_plane@plane-panning-bottom-right-suspend:
> - shard-lnl: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
> [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-lnl-6/igt@kms_plane@plane-panning-bottom-right-suspend.html
> [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-lnl-4/igt@kms_plane@plane-panning-bottom-right-suspend.html
>
>
> #### Warnings ####
>
> * igt@xe_oa@mmio-triggered-reports:
> - shard-dg2-set2: [SKIP][3] ([Intel XE#1201]) -> [SKIP][4] +4 other tests skip
> [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-dg2-463/igt@xe_oa@mmio-triggered-reports.html
> [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-dg2-432/igt@xe_oa@mmio-triggered-reports.html
>
>
> #### Suppressed ####
>
> The following results come from untrusted machines, tests, or statuses.
> They do not affect the overall result.
>
> * igt@xe_exec_threads@threads-cm-userptr:
> - {shard-bmg}: [PASS][5] -> [FAIL][6]
> [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7971/shard-bmg-6/igt@xe_exec_threads@threads-cm-userptr.html
> [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/shard-bmg-5/igt@xe_exec_threads@threads-cm-userptr.html
>
Unrelated to tools change.
Regards,
Kamil
>
> Known issues
> ------------
>
> Here are the changes found in XEIGTPW_11586_full that come from known issues:
>
...cut...
>
> Build changes
> -------------
>
> * IGT: IGT_7971 -> IGTPW_11586
>
> IGTPW_11586: 11586
> IGT_7971: 54f99657bd69295e49e1ab376fde82d3135bba7a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> xe-1772-154a177a994af4eb2c38eb592d959d98066b0329: 154a177a994af4eb2c38eb592d959d98066b0329
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11586/index.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ✗ Fi.CI.IGT: failure for tools/dpcd_reg: Advertise the dump command in usage text
2024-08-16 10:27 ` ✗ Fi.CI.IGT: " Patchwork
@ 2024-08-19 17:46 ` Kamil Konieczny
0 siblings, 0 replies; 8+ messages in thread
From: Kamil Konieczny @ 2024-08-19 17:46 UTC (permalink / raw)
To: igt-dev; +Cc: Gustavo Sousa, I915-ci-infra
Hi igt-dev,
On 2024-08-16 at 10:27:21 -0000, Patchwork wrote:
> == Series Details ==
>
> Series: tools/dpcd_reg: Advertise the dump command in usage text
> URL : https://patchwork.freedesktop.org/series/137354/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from IGT_7971_full -> IGTPW_11586_full
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_11586_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_11586_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_11586/index.html
>
> Participating hosts (9 -> 9)
> ------------------------------
>
> No changes in participating hosts
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_11586_full:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@gem_ctx_persistence@hostile:
> - shard-mtlp: NOTRUN -> [FAIL][1]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-mtlp-7/igt@gem_ctx_persistence@hostile.html
>
> * igt@i915_module_load@resize-bar:
> - shard-dg2: [PASS][2] -> [ABORT][3]
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@i915_module_load@resize-bar.html
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-4/igt@i915_module_load@resize-bar.html
>
> * igt@i915_pm_rpm@gem-idle:
> - shard-dg2: [PASS][4] -> [SKIP][5]
> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-8/igt@i915_pm_rpm@gem-idle.html
> [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@i915_pm_rpm@gem-idle.html
>
Unrelated to tools change, no need for respin.
Regards,
Kamil
>
> Known issues
> ------------
>
> Here are the changes found in IGTPW_11586_full that come from known issues:
>
> ### IGT changes ###
>
> #### Issues hit ####
>
> * igt@api_intel_allocator@open-vm:
> - shard-dg2: [PASS][6] -> [SKIP][7] +2 other tests skip
> [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7971/shard-dg2-11/igt@api_intel_allocator@open-vm.html
> [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/shard-dg2-11/igt@api_intel_allocator@open-vm.html
...cut...
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11586/index.html
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-08-19 17:46 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-15 19:16 [PATCH i-g-t] tools/dpcd_reg: Advertise the dump command in usage text Gustavo Sousa
2024-08-15 19:25 ` Randhawa, Jagmeet
2024-08-15 19:47 ` ✓ CI.xeBAT: success for " Patchwork
2024-08-15 19:54 ` ✓ Fi.CI.BAT: " Patchwork
2024-08-15 23:23 ` ✗ CI.xeFULL: failure " Patchwork
2024-08-19 17:42 ` Kamil Konieczny
2024-08-16 10:27 ` ✗ Fi.CI.IGT: " Patchwork
2024-08-19 17:46 ` Kamil Konieczny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox