* [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL
@ 2023-10-02 10:48 Nirmoy Das
2023-10-02 12:44 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
` (12 more replies)
0 siblings, 13 replies; 18+ messages in thread
From: Nirmoy Das @ 2023-10-02 10:48 UTC (permalink / raw)
To: igt-dev; +Cc: Nirmoy Das
We do GGTT update on MTL using bcs engine, blocking that would
fail the test so skip such subtests on bcs engine for MTL.
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
---
tests/intel/gem_eio.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/tests/intel/gem_eio.c b/tests/intel/gem_eio.c
index 6d4b8f7df..99891ad15 100644
--- a/tests/intel/gem_eio.c
+++ b/tests/intel/gem_eio.c
@@ -1111,8 +1111,16 @@ static void test_reset_stress(int fd, unsigned int flags)
const intel_ctx_t *ctx0 = context_create_safe(fd);
uint64_t ahnd = get_reloc_ahnd(fd, ctx0->id);
- for_each_ring(e, fd)
+ for_each_ring(e, fd) {
+ struct intel_execution_engine2 engine;
+
+ engine = gem_eb_flags_to_engine(eb_ring(e));
+
+ if (gem_engine_can_block_ggtt_binder(fd, &engine))
+ continue;
+
reset_stress(fd, ahnd, ctx0, e->name, eb_ring(e), flags);
+ }
intel_ctx_destroy(fd, ctx0);
put_ahnd(ahnd);
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for tests/intel/gem_eio: Skip stress test on BCS0 for MTL
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
@ 2023-10-02 12:44 ` Patchwork
2023-10-02 13:52 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork
` (11 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2023-10-02 12:44 UTC (permalink / raw)
To: Nirmoy Das; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 11186 bytes --]
== Series Details ==
Series: tests/intel/gem_eio: Skip stress test on BCS0 for MTL
URL : https://patchwork.freedesktop.org/series/124517/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13698 -> IGTPW_9900
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9900 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9900, please notify your bug team (lgci.bug.filing@intel.com) 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_9900/index.html
Participating hosts (40 -> 33)
------------------------------
Additional (1): bat-dg2-8
Missing (8): fi-kbl-soraka fi-rkl-11600 bat-adls-5 fi-snb-2520m fi-hsw-4770 bat-atsm-1 bat-jsl-3 fi-bsw-nick
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9900:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@coherency:
- bat-rpls-1: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13698/bat-rpls-1/igt@i915_selftest@live@coherency.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-rpls-1/igt@i915_selftest@live@coherency.html
* igt@i915_selftest@live@hangcheck:
- fi-kbl-guc: [PASS][3] -> [INCOMPLETE][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13698/fi-kbl-guc/igt@i915_selftest@live@hangcheck.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/fi-kbl-guc/igt@i915_selftest@live@hangcheck.html
* igt@kms_flip@basic-flip-vs-modeset@b-dp1:
- bat-dg2-9: [PASS][5] -> [INCOMPLETE][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13698/bat-dg2-9/igt@kms_flip@basic-flip-vs-modeset@b-dp1.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-9/igt@kms_flip@basic-flip-vs-modeset@b-dp1.html
* igt@kms_pipe_crc_basic@read-crc@pipe-d-edp-1:
- bat-rplp-1: [PASS][7] -> [INCOMPLETE][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13698/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc@pipe-d-edp-1.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc@pipe-d-edp-1.html
* igt@vgem_basic@unload:
- fi-cfl-8700k: [PASS][9] -> [INCOMPLETE][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13698/fi-cfl-8700k/igt@vgem_basic@unload.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/fi-cfl-8700k/igt@vgem_basic@unload.html
Known issues
------------
Here are the changes found in IGTPW_9900 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_parallel@engines@userptr:
- bat-mtlp-6: [PASS][11] -> [ABORT][12] ([i915#9414])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13698/bat-mtlp-6/igt@gem_exec_parallel@engines@userptr.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-mtlp-6/igt@gem_exec_parallel@engines@userptr.html
* igt@gem_exec_suspend@basic-s3@smem:
- bat-mtlp-8: [PASS][13] -> [ABORT][14] ([i915#9262])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13698/bat-mtlp-8/igt@gem_exec_suspend@basic-s3@smem.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-mtlp-8/igt@gem_exec_suspend@basic-s3@smem.html
* igt@gem_mmap@basic:
- bat-dg2-8: NOTRUN -> [SKIP][15] ([i915#4083])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-8/igt@gem_mmap@basic.html
* igt@gem_mmap_gtt@basic:
- bat-dg2-8: NOTRUN -> [SKIP][16] ([i915#4077]) +2 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-8/igt@gem_mmap_gtt@basic.html
* igt@gem_tiled_pread_basic:
- bat-dg2-8: NOTRUN -> [SKIP][17] ([i915#4079]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-8/igt@gem_tiled_pread_basic.html
* igt@i915_pm_rps@basic-api:
- bat-dg2-8: NOTRUN -> [SKIP][18] ([i915#6621])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-8/igt@i915_pm_rps@basic-api.html
* igt@i915_selftest@live@gt_heartbeat:
- fi-apl-guc: [PASS][19] -> [DMESG-FAIL][20] ([i915#5334] / [i915#7634])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13698/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
* igt@i915_selftest@live@reset:
- fi-apl-guc: [PASS][21] -> [DMESG-WARN][22] ([i915#7634]) +31 other tests dmesg-warn
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13698/fi-apl-guc/igt@i915_selftest@live@reset.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/fi-apl-guc/igt@i915_selftest@live@reset.html
* igt@i915_suspend@basic-s2idle-without-i915:
- fi-apl-guc: [PASS][23] -> [DMESG-WARN][24] ([i915#180] / [i915#7634])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13698/fi-apl-guc/igt@i915_suspend@basic-s2idle-without-i915.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/fi-apl-guc/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][25] ([i915#5190])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][26] ([i915#4215] / [i915#5190])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- bat-dg2-8: NOTRUN -> [SKIP][27] ([i915#4212]) +6 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-8/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- bat-dg2-8: NOTRUN -> [SKIP][28] ([i915#4212] / [i915#5608])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-8/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][29] ([i915#4103] / [i915#4213] / [i915#5608]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-atomic:
- bat-adlp-11: [PASS][30] -> [DMESG-WARN][31] ([i915#6868])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13698/bat-adlp-11/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-adlp-11/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size:
- bat-adlp-11: [PASS][32] -> [SKIP][33] ([i915#3546]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13698/bat-adlp-11/igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-adlp-11/igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-dg2-8: NOTRUN -> [SKIP][34] ([fdo#109285])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-8/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-dg2-8: NOTRUN -> [SKIP][35] ([i915#5274])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-8/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence:
- bat-dg2-11: NOTRUN -> [SKIP][36] ([i915#1845])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence.html
* igt@kms_psr@cursor_plane_move:
- bat-dg2-8: NOTRUN -> [SKIP][37] ([i915#1072]) +3 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-8/igt@kms_psr@cursor_plane_move.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-dg2-8: NOTRUN -> [SKIP][38] ([i915#3555])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/bat-dg2-8/igt@kms_setmode@basic-clone-single-crtc.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
[i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6868]: https://gitlab.freedesktop.org/drm/intel/issues/6868
[i915#7634]: https://gitlab.freedesktop.org/drm/intel/issues/7634
[i915#7952]: https://gitlab.freedesktop.org/drm/intel/issues/7952
[i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262
[i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7508 -> IGTPW_9900
CI-20190529: 20190529
CI_DRM_13698: 3d2a99736b6bdeebd24117c9de0a8d369f10da62 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9900: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/index.html
IGT_7508: f366406b05ca6b3d16eaa734a91e0833bd159f54 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Testlist changes
----------------
+igt@kms_frontbuffer_tracking@fbcdrrs-badstride
+igt@kms_frontbuffer_tracking@fbcpsrdrrs-badstride
+igt@kms_frontbuffer_tracking@fbcpsr-badstride
+igt@kms_frontbuffer_tracking@fbc-badstride
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/index.html
[-- Attachment #2: Type: text/html, Size: 12683 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
2023-10-02 12:44 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
@ 2023-10-02 13:52 ` Patchwork
2023-10-05 10:39 ` [igt-dev] [PATCH i-g-t] " Nirmoy Das
` (10 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2023-10-02 13:52 UTC (permalink / raw)
To: Nirmoy Das; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1677 bytes --]
== Series Details ==
Series: tests/intel/gem_eio: Skip stress test on BCS0 for MTL
URL : https://patchwork.freedesktop.org/series/124517/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7508_BAT -> XEIGTPW_9900_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_9900_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@kms_flip@basic-flip-vs-wf_vblank:
- bat-dg2-oem2: [FAIL][1] ([Intel XE#480]) -> [PASS][2] +1 other test pass
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7508/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9900/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank.html
[Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480
Build changes
-------------
* IGT: IGT_7508 -> IGTPW_9900
* Linux: xe-404-22fcf2404f56a8e7aea6734298e0b2b265136313 -> xe-405-13da205daec6272347232c2c523fe8cde8b67e35
IGTPW_9900: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9900/index.html
IGT_7508: f366406b05ca6b3d16eaa734a91e0833bd159f54 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-404-22fcf2404f56a8e7aea6734298e0b2b265136313: 22fcf2404f56a8e7aea6734298e0b2b265136313
xe-405-13da205daec6272347232c2c523fe8cde8b67e35: 13da205daec6272347232c2c523fe8cde8b67e35
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9900/index.html
[-- Attachment #2: Type: text/html, Size: 2253 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
2023-10-02 12:44 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2023-10-02 13:52 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork
@ 2023-10-05 10:39 ` Nirmoy Das
2023-10-05 10:54 ` Kamil Konieczny
2023-10-05 10:46 ` Kamil Konieczny
` (9 subsequent siblings)
12 siblings, 1 reply; 18+ messages in thread
From: Nirmoy Das @ 2023-10-05 10:39 UTC (permalink / raw)
To: Nirmoy Das, igt-dev
ping
On 10/2/2023 12:48 PM, Nirmoy Das wrote:
> We do GGTT update on MTL using bcs engine, blocking that would
> fail the test so skip such subtests on bcs engine for MTL.
>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
> ---
> tests/intel/gem_eio.c | 10 +++++++++-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/tests/intel/gem_eio.c b/tests/intel/gem_eio.c
> index 6d4b8f7df..99891ad15 100644
> --- a/tests/intel/gem_eio.c
> +++ b/tests/intel/gem_eio.c
> @@ -1111,8 +1111,16 @@ static void test_reset_stress(int fd, unsigned int flags)
> const intel_ctx_t *ctx0 = context_create_safe(fd);
> uint64_t ahnd = get_reloc_ahnd(fd, ctx0->id);
>
> - for_each_ring(e, fd)
> + for_each_ring(e, fd) {
> + struct intel_execution_engine2 engine;
> +
> + engine = gem_eb_flags_to_engine(eb_ring(e));
> +
> + if (gem_engine_can_block_ggtt_binder(fd, &engine))
> + continue;
> +
> reset_stress(fd, ahnd, ctx0, e->name, eb_ring(e), flags);
> + }
>
> intel_ctx_destroy(fd, ctx0);
> put_ahnd(ahnd);
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
` (2 preceding siblings ...)
2023-10-05 10:39 ` [igt-dev] [PATCH i-g-t] " Nirmoy Das
@ 2023-10-05 10:46 ` Kamil Konieczny
2023-10-05 19:01 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev2) Patchwork
` (8 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Kamil Konieczny @ 2023-10-05 10:46 UTC (permalink / raw)
To: igt-dev; +Cc: Nirmoy Das
Hi Nirmoy,
On 2023-10-02 at 12:48:46 +0200, Nirmoy Das wrote:
> We do GGTT update on MTL using bcs engine, blocking that would
> fail the test so skip such subtests on bcs engine for MTL.
>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
> tests/intel/gem_eio.c | 10 +++++++++-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/tests/intel/gem_eio.c b/tests/intel/gem_eio.c
> index 6d4b8f7df..99891ad15 100644
> --- a/tests/intel/gem_eio.c
> +++ b/tests/intel/gem_eio.c
> @@ -1111,8 +1111,16 @@ static void test_reset_stress(int fd, unsigned int flags)
> const intel_ctx_t *ctx0 = context_create_safe(fd);
> uint64_t ahnd = get_reloc_ahnd(fd, ctx0->id);
>
> - for_each_ring(e, fd)
> + for_each_ring(e, fd) {
> + struct intel_execution_engine2 engine;
> +
> + engine = gem_eb_flags_to_engine(eb_ring(e));
> +
> + if (gem_engine_can_block_ggtt_binder(fd, &engine))
> + continue;
> +
> reset_stress(fd, ahnd, ctx0, e->name, eb_ring(e), flags);
> + }
>
> intel_ctx_destroy(fd, ctx0);
> put_ahnd(ahnd);
> --
> 2.41.0
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL
2023-10-05 10:39 ` [igt-dev] [PATCH i-g-t] " Nirmoy Das
@ 2023-10-05 10:54 ` Kamil Konieczny
2023-10-06 8:56 ` Nirmoy Das
0 siblings, 1 reply; 18+ messages in thread
From: Kamil Konieczny @ 2023-10-05 10:54 UTC (permalink / raw)
To: igt-dev; +Cc: Nirmoy Das
Hi Nirmoy,
On 2023-10-05 at 12:39:07 +0200, Nirmoy Das wrote:
> ping
>
> On 10/2/2023 12:48 PM, Nirmoy Das wrote:
> > We do GGTT update on MTL using bcs engine, blocking that would
> > fail the test so skip such subtests on bcs engine for MTL.
> >
> > Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> > Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Please ask Sai from bug filing team for respin
(look at BAT fail).
> > ---
> > tests/intel/gem_eio.c | 10 +++++++++-
> > 1 file changed, 9 insertions(+), 1 deletion(-)
> >
> > diff --git a/tests/intel/gem_eio.c b/tests/intel/gem_eio.c
> > index 6d4b8f7df..99891ad15 100644
> > --- a/tests/intel/gem_eio.c
> > +++ b/tests/intel/gem_eio.c
> > @@ -1111,8 +1111,16 @@ static void test_reset_stress(int fd, unsigned int flags)
> > const intel_ctx_t *ctx0 = context_create_safe(fd);
> > uint64_t ahnd = get_reloc_ahnd(fd, ctx0->id);
> > - for_each_ring(e, fd)
> > + for_each_ring(e, fd) {
> > + struct intel_execution_engine2 engine;
> > +
> > + engine = gem_eb_flags_to_engine(eb_ring(e));
> > +
> > + if (gem_engine_can_block_ggtt_binder(fd, &engine))
> > + continue;
Is it possible that this loop will have only bcs egines?
Or due to (future?) bug in gem_engine_can_block_ggtt_binder this
loop will never execute any test? In that case:
++counter;
> > +
> > reset_stress(fd, ahnd, ctx0, e->name, eb_ring(e), flags);
> > + }
igt_require(counter);
Regards,
Kamil
> > intel_ctx_destroy(fd, ctx0);
> > put_ahnd(ahnd);
^ permalink raw reply [flat|nested] 18+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev2)
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
` (3 preceding siblings ...)
2023-10-05 10:46 ` Kamil Konieczny
@ 2023-10-05 19:01 ` Patchwork
2023-10-05 20:12 ` [igt-dev] ✗ CI.xeBAT: " Patchwork
` (7 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2023-10-05 19:01 UTC (permalink / raw)
To: Nirmoy Das; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 7957 bytes --]
== Series Details ==
Series: tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev2)
URL : https://patchwork.freedesktop.org/series/124517/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13719 -> IGTPW_9928
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9928 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9928, please notify your bug team (lgci.bug.filing@intel.com) 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_9928/index.html
Participating hosts (41 -> 39)
------------------------------
Missing (2): fi-kbl-soraka fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9928:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@workarounds:
- bat-adlm-1: [PASS][1] -> [DMESG-FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13719/bat-adlm-1/igt@i915_selftest@live@workarounds.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-adlm-1/igt@i915_selftest@live@workarounds.html
Known issues
------------
Here are the changes found in IGTPW_9928 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s0@smem:
- bat-dg2-9: [PASS][3] -> [INCOMPLETE][4] ([i915#9275])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13719/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html
* igt@gem_exec_suspend@basic-s3@smem:
- bat-mtlp-8: NOTRUN -> [ABORT][5] ([i915#8213] / [i915#9262])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-mtlp-8/igt@gem_exec_suspend@basic-s3@smem.html
* igt@i915_suspend@basic-s3-without-i915:
- bat-mtlp-8: NOTRUN -> [SKIP][6] ([i915#6645])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-mtlp-8/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_pipe_crc_basic@hang-read-crc@pipe-d-dp-5:
- bat-adlp-11: [PASS][7] -> [DMESG-FAIL][8] ([i915#6868])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13719/bat-adlp-11/igt@kms_pipe_crc_basic@hang-read-crc@pipe-d-dp-5.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-adlp-11/igt@kms_pipe_crc_basic@hang-read-crc@pipe-d-dp-5.html
* igt@kms_pipe_crc_basic@nonblocking-crc:
- bat-adlp-11: NOTRUN -> [SKIP][9] ([i915#3546])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-adlp-11/igt@kms_pipe_crc_basic@nonblocking-crc.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-dp-5:
- bat-adlp-11: [PASS][10] -> [ABORT][11] ([i915#8668])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13719/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-dp-5.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-dp-5.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1:
- bat-rplp-1: [PASS][12] -> [ABORT][13] ([i915#8668])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13719/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
#### Possible fixes ####
* igt@i915_selftest@live@gt_lrc:
- bat-adlp-9: [INCOMPLETE][14] -> [PASS][15]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13719/bat-adlp-9/igt@i915_selftest@live@gt_lrc.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-adlp-9/igt@i915_selftest@live@gt_lrc.html
* igt@i915_selftest@live@requests:
- bat-mtlp-8: [ABORT][16] ([i915#9414]) -> [PASS][17]
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13719/bat-mtlp-8/igt@i915_selftest@live@requests.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-mtlp-8/igt@i915_selftest@live@requests.html
* igt@kms_chamelium_frames@dp-crc-fast:
- {bat-dg2-13}: [DMESG-WARN][18] ([Intel XE#485]) -> [PASS][19]
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13719/bat-dg2-13/igt@kms_chamelium_frames@dp-crc-fast.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-dg2-13/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_cursor_legacy@basic-flip-before-cursor-atomic:
- bat-adlp-11: [DMESG-WARN][20] ([i915#6868]) -> [PASS][21]
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13719/bat-adlp-11/igt@kms_cursor_legacy@basic-flip-before-cursor-atomic.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-adlp-11/igt@kms_cursor_legacy@basic-flip-before-cursor-atomic.html
* igt@kms_flip@basic-flip-vs-modeset@a-dp5:
- bat-adlp-11: [DMESG-FAIL][22] ([i915#6868]) -> [PASS][23]
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13719/bat-adlp-11/igt@kms_flip@basic-flip-vs-modeset@a-dp5.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-adlp-11/igt@kms_flip@basic-flip-vs-modeset@a-dp5.html
* igt@kms_flip@basic-flip-vs-modeset@b-dp5:
- bat-adlp-11: [FAIL][24] ([i915#6121]) -> [PASS][25] +6 other tests pass
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13719/bat-adlp-11/igt@kms_flip@basic-flip-vs-modeset@b-dp5.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-adlp-11/igt@kms_flip@basic-flip-vs-modeset@b-dp5.html
* igt@kms_hdmi_inject@inject-audio:
- fi-kbl-guc: [FAIL][26] ([IGT#3]) -> [PASS][27]
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13719/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5:
- bat-adlp-11: [ABORT][28] ([i915#8668]) -> [PASS][29]
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13719/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3
[Intel XE#485]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/485
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121
[i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645
[i915#6868]: https://gitlab.freedesktop.org/drm/intel/issues/6868
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262
[i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275
[i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7517 -> IGTPW_9928
CI-20190529: 20190529
CI_DRM_13719: 68e5c10def179bde3bf44bd95d19eea796cbf7a3 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9928: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/index.html
IGT_7517: 8368e3ad3f9459a8f5cdd24f813ae802c1211029 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/index.html
[-- Attachment #2: Type: text/html, Size: 9245 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* [igt-dev] ✗ CI.xeBAT: failure for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev2)
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
` (4 preceding siblings ...)
2023-10-05 19:01 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev2) Patchwork
@ 2023-10-05 20:12 ` Patchwork
2023-10-06 11:36 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev3) Patchwork
` (6 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2023-10-05 20:12 UTC (permalink / raw)
To: Nirmoy Das; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 10055 bytes --]
== Series Details ==
Series: tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev2)
URL : https://patchwork.freedesktop.org/series/124517/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_7517_BAT -> XEIGTPW_9928_BAT
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_9928_BAT absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_9928_BAT, please notify your bug team (lgci.bug.filing@intel.com) 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_9928_BAT:
### IGT changes ###
#### Possible regressions ####
* igt@kms_cursor_legacy@basic-flip-after-cursor-legacy:
- bat-adlp-7: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-adlp-7/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-adlp-7/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html
Known issues
------------
Here are the changes found in XEIGTPW_9928_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_addfb_basic@addfb25-modifier-no-flag:
- bat-dg2-oem2: [PASS][3] -> [SKIP][4] ([i915#2575]) +49 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-modifier-no-flag.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-modifier-no-flag.html
* igt@kms_flip@basic-flip-vs-wf_vblank:
- bat-adlp-7: [PASS][5] -> [FAIL][6] ([Intel XE#480]) +1 other test fail
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank.html
* igt@xe_intel_bb@create-in-region:
- bat-dg2-oem2: [PASS][7] -> [SKIP][8] ([Intel XE#678]) +128 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@xe_intel_bb@create-in-region.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@xe_intel_bb@create-in-region.html
* igt@xe_live_ktest@bo:
- bat-dg2-oem2: NOTRUN -> [FAIL][9] ([Intel XE#722]) +3 other tests fail
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@xe_live_ktest@bo.html
* igt@xe_module_load@load:
- bat-dg2-oem2: [PASS][10] -> [FAIL][11] ([Intel XE#681])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@xe_module_load@load.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@xe_module_load@load.html
#### Possible fixes ####
* igt@xe_exec_store@basic-store:
- bat-adlp-7: [FAIL][12] ([Intel XE#761]) -> [PASS][13]
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-adlp-7/igt@xe_exec_store@basic-store.html
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-adlp-7/igt@xe_exec_store@basic-store.html
#### Warnings ####
* igt@core_hotunplug@unbind-rebind:
- bat-dg2-oem2: [INCOMPLETE][14] ([Intel XE#764]) -> [SKIP][15] ([Intel XE#679])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@core_hotunplug@unbind-rebind.html
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@core_hotunplug@unbind-rebind.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-oem2: [SKIP][16] ([Intel XE#623]) -> [SKIP][17] ([i915#2575])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg2-oem2: [SKIP][18] ([Intel XE#624]) -> [SKIP][19] ([i915#2575])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@kms_addfb_basic@basic-y-tiled-legacy.html
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- bat-dg2-oem2: [FAIL][20] ([Intel XE#609]) -> [SKIP][21] ([i915#2575]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@kms_addfb_basic@tile-pitch-mismatch.html
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_dsc@dsc-basic:
- bat-dg2-oem2: [SKIP][22] ([Intel XE#423]) -> [SKIP][23] ([Intel XE#678])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-dg2-oem2: [SKIP][24] ([i915#5274]) -> [SKIP][25] ([i915#2575])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@kms_force_connector_basic@prune-stale-modes.html
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@basic:
- bat-dg2-oem2: [FAIL][26] ([Intel XE#608]) -> [SKIP][27] ([Intel XE#678])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@kms_frontbuffer_tracking@basic.html
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12:
- bat-dg2-oem2: [FAIL][28] ([Intel XE#400]) -> [SKIP][29] ([i915#2575])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html
* igt@kms_psr@primary_page_flip:
- bat-dg2-oem2: [SKIP][30] ([i915#1072]) -> [SKIP][31] ([Intel XE#678]) +2 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@kms_psr@primary_page_flip.html
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@kms_psr@primary_page_flip.html
* igt@xe_compute@compute-square:
- bat-dg2-oem2: [SKIP][32] ([Intel XE#672]) -> [SKIP][33] ([Intel XE#678])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@xe_compute@compute-square.html
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@xe_compute@compute-square.html
* igt@xe_exec_fault_mode@many-basic:
- bat-dg2-oem2: [SKIP][34] ([Intel XE#288]) -> [SKIP][35] ([Intel XE#678]) +17 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@xe_exec_fault_mode@many-basic.html
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@xe_exec_fault_mode@many-basic.html
* igt@xe_huc_copy@huc_copy:
- bat-dg2-oem2: [SKIP][36] ([Intel XE#255]) -> [SKIP][37] ([Intel XE#678])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7517/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/400
[Intel XE#423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/423
[Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480
[Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524
[Intel XE#608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/608
[Intel XE#609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/609
[Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623
[Intel XE#624]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/624
[Intel XE#672]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/672
[Intel XE#678]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/678
[Intel XE#679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/679
[Intel XE#681]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/681
[Intel XE#722]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/722
[Intel XE#761]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/761
[Intel XE#764]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/764
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
Build changes
-------------
* IGT: IGT_7517 -> IGTPW_9928
* Linux: xe-415-3d2b298aaf52e74d4e90470cd65de047362e4875 -> xe-416-be79dc2504eef9a437df54ca9aac316755e475cf
IGTPW_9928: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9928/index.html
IGT_7517: 8368e3ad3f9459a8f5cdd24f813ae802c1211029 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-415-3d2b298aaf52e74d4e90470cd65de047362e4875: 3d2b298aaf52e74d4e90470cd65de047362e4875
xe-416-be79dc2504eef9a437df54ca9aac316755e475cf: be79dc2504eef9a437df54ca9aac316755e475cf
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9928/index.html
[-- Attachment #2: Type: text/html, Size: 11741 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL
2023-10-05 10:54 ` Kamil Konieczny
@ 2023-10-06 8:56 ` Nirmoy Das
2023-10-09 16:48 ` Kamil Konieczny
0 siblings, 1 reply; 18+ messages in thread
From: Nirmoy Das @ 2023-10-06 8:56 UTC (permalink / raw)
To: Kamil Konieczny, igt-dev, Nirmoy Das, Andi Shyti, Andrzej Hajda
Hi Kamil,
On 10/5/2023 12:54 PM, Kamil Konieczny wrote:
> Hi Nirmoy,
> On 2023-10-05 at 12:39:07 +0200, Nirmoy Das wrote:
>> ping
>>
>> On 10/2/2023 12:48 PM, Nirmoy Das wrote:
>>> We do GGTT update on MTL using bcs engine, blocking that would
>>> fail the test so skip such subtests on bcs engine for MTL.
>>>
>>> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
>>> Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
> Please ask Sai from bug filing team for respin
> (look at BAT fail).
repin didn't help :/ unrelated failures. Let me check with Sai.
>
>>> ---
>>> tests/intel/gem_eio.c | 10 +++++++++-
>>> 1 file changed, 9 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/tests/intel/gem_eio.c b/tests/intel/gem_eio.c
>>> index 6d4b8f7df..99891ad15 100644
>>> --- a/tests/intel/gem_eio.c
>>> +++ b/tests/intel/gem_eio.c
>>> @@ -1111,8 +1111,16 @@ static void test_reset_stress(int fd, unsigned int flags)
>>> const intel_ctx_t *ctx0 = context_create_safe(fd);
>>> uint64_t ahnd = get_reloc_ahnd(fd, ctx0->id);
>>> - for_each_ring(e, fd)
>>> + for_each_ring(e, fd) {
>>> + struct intel_execution_engine2 engine;
>>> +
>>> + engine = gem_eb_flags_to_engine(eb_ring(e));
>>> +
>>> + if (gem_engine_can_block_ggtt_binder(fd, &engine))
>>> + continue;
> Is it possible that this loop will have only bcs egines?
> Or due to (future?) bug in gem_engine_can_block_ggtt_binder this
> loop will never execute any test? In that case:
for_each_ring() iterate over the device so it is not possible to just have copy engine.
Don't think we need to check that.
Regards,
Nirmoy
>
> ++counter;
>
>>> +
>>> reset_stress(fd, ahnd, ctx0, e->name, eb_ring(e), flags);
>>> + }
> igt_require(counter);
>
> Regards,
> Kamil
>
>>> intel_ctx_destroy(fd, ctx0);
>>> put_ahnd(ahnd);
^ permalink raw reply [flat|nested] 18+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev3)
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
` (5 preceding siblings ...)
2023-10-05 20:12 ` [igt-dev] ✗ CI.xeBAT: " Patchwork
@ 2023-10-06 11:36 ` Patchwork
2023-10-06 12:12 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
` (5 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2023-10-06 11:36 UTC (permalink / raw)
To: Nirmoy Das; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 7875 bytes --]
== Series Details ==
Series: tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev3)
URL : https://patchwork.freedesktop.org/series/124517/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13722 -> IGTPW_9939
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/index.html
Participating hosts (39 -> 38)
------------------------------
Additional (1): bat-dg2-9
Missing (2): fi-snb-2520m fi-bsw-n3050
Known issues
------------
Here are the changes found in IGTPW_9939 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s0@smem:
- bat-jsl-3: [PASS][1] -> [INCOMPLETE][2] ([i915#9275])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/bat-jsl-3/igt@gem_exec_suspend@basic-s0@smem.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-jsl-3/igt@gem_exec_suspend@basic-s0@smem.html
* igt@gem_mmap@basic:
- bat-dg2-9: NOTRUN -> [SKIP][3] ([i915#4083])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@gem_mmap@basic.html
* igt@gem_mmap_gtt@basic:
- bat-dg2-9: NOTRUN -> [SKIP][4] ([i915#4077]) +2 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@gem_mmap_gtt@basic.html
* igt@gem_render_tiled_blits@basic:
- bat-dg2-9: NOTRUN -> [SKIP][5] ([i915#4079]) +1 other test skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@gem_render_tiled_blits@basic.html
* igt@i915_pm_rps@basic-api:
- bat-dg2-9: NOTRUN -> [SKIP][6] ([i915#6621])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@i915_pm_rps@basic-api.html
* igt@i915_selftest@live@requests:
- bat-mtlp-8: [PASS][7] -> [ABORT][8] ([i915#9414])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/bat-mtlp-8/igt@i915_selftest@live@requests.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-mtlp-8/igt@i915_selftest@live@requests.html
* igt@i915_suspend@basic-s3-without-i915:
- bat-jsl-3: [PASS][9] -> [FAIL][10] ([fdo#103375])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/bat-jsl-3/igt@i915_suspend@basic-s3-without-i915.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-jsl-3/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-9: NOTRUN -> [SKIP][11] ([i915#5190])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg2-9: NOTRUN -> [SKIP][12] ([i915#4215] / [i915#5190])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- bat-dg2-9: NOTRUN -> [SKIP][13] ([i915#4212]) +6 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- bat-dg2-9: NOTRUN -> [SKIP][14] ([i915#4212] / [i915#5608])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-dg2-9: NOTRUN -> [SKIP][15] ([i915#4103] / [i915#4213] / [i915#5608]) +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-dg2-9: NOTRUN -> [SKIP][16] ([fdo#109285])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-dg2-9: NOTRUN -> [SKIP][17] ([i915#5274])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
- bat-adlp-9: NOTRUN -> [SKIP][18] ([i915#3546]) +2 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-adlp-9/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
* igt@kms_psr@sprite_plane_onoff:
- bat-dg2-9: NOTRUN -> [SKIP][19] ([i915#1072]) +3 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@kms_psr@sprite_plane_onoff.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-dg2-9: NOTRUN -> [SKIP][20] ([i915#3555])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-dg2-9: NOTRUN -> [SKIP][21] ([i915#3708])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- bat-dg2-9: NOTRUN -> [SKIP][22] ([i915#3708] / [i915#4077]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-write:
- bat-dg2-9: NOTRUN -> [SKIP][23] ([i915#3291] / [i915#3708]) +2 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/bat-dg2-9/igt@prime_vgem@basic-write.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#7952]: https://gitlab.freedesktop.org/drm/intel/issues/7952
[i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275
[i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7518 -> IGTPW_9939
CI-20190529: 20190529
CI_DRM_13722: ead693ec2d2fddb30bff4718845d42f9adabcce6 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9939: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/index.html
IGT_7518: 2d4a57e28db0c2ccbf8b2e763074c9aa74a1ae52 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Testlist changes
----------------
+++ 720 lines
--- 720 lines
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/index.html
[-- Attachment #2: Type: text/html, Size: 9246 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev3)
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
` (6 preceding siblings ...)
2023-10-06 11:36 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev3) Patchwork
@ 2023-10-06 12:12 ` Patchwork
2023-10-06 23:51 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
` (4 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2023-10-06 12:12 UTC (permalink / raw)
To: Nirmoy Das; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2078 bytes --]
== Series Details ==
Series: tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev3)
URL : https://patchwork.freedesktop.org/series/124517/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7518_BAT -> XEIGTPW_9939_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_9939_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@kms_cursor_legacy@basic-flip-after-cursor-legacy:
- bat-dg2-oem2: [FAIL][1] ([Intel XE#773]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7518/bat-dg2-oem2/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9939/bat-dg2-oem2/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html
* {igt@xe_create@create-execqueues-noleak}:
- bat-adlp-7: [FAIL][3] ([Intel XE#524]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7518/bat-adlp-7/igt@xe_create@create-execqueues-noleak.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9939/bat-adlp-7/igt@xe_create@create-execqueues-noleak.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524
[Intel XE#773]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/773
Build changes
-------------
* IGT: IGT_7518 -> IGTPW_9939
IGTPW_9939: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/index.html
IGT_7518: 2d4a57e28db0c2ccbf8b2e763074c9aa74a1ae52 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-417-b3daf7f07d6accbe43feafcadeb0b0498063761e: b3daf7f07d6accbe43feafcadeb0b0498063761e
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9939/index.html
[-- Attachment #2: Type: text/html, Size: 2685 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev3)
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
` (7 preceding siblings ...)
2023-10-06 12:12 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
@ 2023-10-06 23:51 ` Patchwork
2023-10-09 11:34 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4) Patchwork
` (3 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2023-10-06 23:51 UTC (permalink / raw)
To: Nirmoy Das; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 76030 bytes --]
== Series Details ==
Series: tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev3)
URL : https://patchwork.freedesktop.org/series/124517/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13722_full -> IGTPW_9939_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9939_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9939_full, please notify your bug team (lgci.bug.filing@intel.com) 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_9939/index.html
Participating hosts (10 -> 9)
------------------------------
Missing (1): shard-tglu0
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9939_full:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@hangcheck:
- shard-dg2: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg2-6/igt@i915_selftest@live@hangcheck.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-6/igt@i915_selftest@live@hangcheck.html
Known issues
------------
Here are the changes found in IGTPW_9939_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@device_reset@unbind-reset-rebind:
- shard-dg1: NOTRUN -> [INCOMPLETE][3] ([i915#9408])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-14/igt@device_reset@unbind-reset-rebind.html
* igt@drm_fdinfo@busy@ccs0:
- shard-dg2: NOTRUN -> [SKIP][4] ([i915#8414]) +12 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-5/igt@drm_fdinfo@busy@ccs0.html
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [PASS][5] -> [FAIL][6] ([i915#7742])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-rkl-7/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_basic@multigpu-create-close:
- shard-rkl: NOTRUN -> [SKIP][7] ([i915#7697])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-1/igt@gem_basic@multigpu-create-close.html
- shard-dg1: NOTRUN -> [SKIP][8] ([i915#7697])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-15/igt@gem_basic@multigpu-create-close.html
- shard-tglu: NOTRUN -> [SKIP][9] ([i915#7697]) +1 other test skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-3/igt@gem_basic@multigpu-create-close.html
- shard-dg2: NOTRUN -> [SKIP][10] ([i915#7697])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-5/igt@gem_basic@multigpu-create-close.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-mtlp: [PASS][11] -> [FAIL][12] ([i915#6268])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-mtlp-2/igt@gem_ctx_exec@basic-nohangcheck.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-2/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_isolation@preservation-reset@ccs0:
- shard-mtlp: [PASS][13] -> [ABORT][14] ([i915#9414])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-mtlp-7/igt@gem_ctx_isolation@preservation-reset@ccs0.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-1/igt@gem_ctx_isolation@preservation-reset@ccs0.html
* igt@gem_ctx_persistence@heartbeat-close:
- shard-dg2: NOTRUN -> [SKIP][15] ([i915#8555])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-close.html
* igt@gem_ctx_persistence@legacy-engines-hostile:
- shard-snb: NOTRUN -> [SKIP][16] ([fdo#109271] / [i915#1099])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-snb5/igt@gem_ctx_persistence@legacy-engines-hostile.html
* igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0:
- shard-dg2: NOTRUN -> [SKIP][17] ([i915#5882]) +9 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-10/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html
* igt@gem_ctx_persistence@saturated-hostile@vecs0:
- shard-mtlp: [PASS][18] -> [FAIL][19] ([i915#7816]) +2 other tests fail
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-mtlp-4/igt@gem_ctx_persistence@saturated-hostile@vecs0.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-5/igt@gem_ctx_persistence@saturated-hostile@vecs0.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][20] ([i915#280])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-5/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_exec_balancer@bonded-pair:
- shard-dg2: NOTRUN -> [SKIP][21] ([i915#4771])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-7/igt@gem_exec_balancer@bonded-pair.html
- shard-dg1: NOTRUN -> [SKIP][22] ([i915#4771])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-14/igt@gem_exec_balancer@bonded-pair.html
* igt@gem_exec_balancer@parallel-bb-first:
- shard-rkl: NOTRUN -> [SKIP][23] ([i915#4525])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-1/igt@gem_exec_balancer@parallel-bb-first.html
* igt@gem_exec_capture@capture@vcs1-smem:
- shard-mtlp: [PASS][24] -> [DMESG-WARN][25] ([i915#5591])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-mtlp-1/igt@gem_exec_capture@capture@vcs1-smem.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-3/igt@gem_exec_capture@capture@vcs1-smem.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-rkl: [PASS][26] -> [FAIL][27] ([i915#2842])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-rkl-4/igt@gem_exec_fair@basic-none-share@rcs0.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-1/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [PASS][28] -> [FAIL][29] ([i915#2842])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-apl7/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-none-vip@rcs0:
- shard-tglu: NOTRUN -> [FAIL][30] ([i915#2842])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-2/igt@gem_exec_fair@basic-none-vip@rcs0.html
* igt@gem_exec_flush@basic-uc-rw-default:
- shard-dg1: NOTRUN -> [SKIP][31] ([i915#3539] / [i915#4852])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-12/igt@gem_exec_flush@basic-uc-rw-default.html
* igt@gem_exec_flush@basic-uc-set-default:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#3539]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-5/igt@gem_exec_flush@basic-uc-set-default.html
* igt@gem_exec_flush@basic-wb-prw-default:
- shard-dg2: NOTRUN -> [SKIP][33] ([i915#3539] / [i915#4852]) +2 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-3/igt@gem_exec_flush@basic-wb-prw-default.html
* igt@gem_exec_params@rsvd2-dirt:
- shard-dg2: NOTRUN -> [SKIP][34] ([fdo#109283] / [i915#5107])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-10/igt@gem_exec_params@rsvd2-dirt.html
* igt@gem_exec_reloc@basic-range-active:
- shard-dg1: NOTRUN -> [SKIP][35] ([i915#3281]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-15/igt@gem_exec_reloc@basic-range-active.html
* igt@gem_exec_reloc@basic-softpin:
- shard-rkl: NOTRUN -> [SKIP][36] ([i915#3281]) +2 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-4/igt@gem_exec_reloc@basic-softpin.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg2: NOTRUN -> [SKIP][37] ([i915#3281]) +13 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-11/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-dg2: NOTRUN -> [SKIP][38] ([i915#4537] / [i915#4812]) +1 other test skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-1/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
- shard-dg1: NOTRUN -> [SKIP][39] ([i915#4812])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-18/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg2: NOTRUN -> [ABORT][40] ([i915#7975] / [i915#8213])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@gem_fenced_exec_thrash@2-spare-fences:
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#4860]) +5 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-10/igt@gem_fenced_exec_thrash@2-spare-fences.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy:
- shard-dg1: NOTRUN -> [SKIP][42] ([i915#4860])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-14/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
* igt@gem_lmem_swapping@heavy-verify-random:
- shard-rkl: NOTRUN -> [SKIP][43] ([i915#4613]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-7/igt@gem_lmem_swapping@heavy-verify-random.html
* igt@gem_lmem_swapping@massive-random:
- shard-tglu: NOTRUN -> [SKIP][44] ([i915#4613]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-6/igt@gem_lmem_swapping@massive-random.html
* igt@gem_lmem_swapping@random:
- shard-apl: NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#4613])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-apl7/igt@gem_lmem_swapping@random.html
* igt@gem_mmap_gtt@basic-read-write:
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#4077]) +5 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-12/igt@gem_mmap_gtt@basic-read-write.html
* igt@gem_mmap_gtt@zero-extend:
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#4077]) +14 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-6/igt@gem_mmap_gtt@zero-extend.html
* igt@gem_mmap_wc@bad-object:
- shard-dg1: NOTRUN -> [SKIP][48] ([i915#4083]) +3 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-12/igt@gem_mmap_wc@bad-object.html
* igt@gem_mmap_wc@close:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#4083]) +6 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-7/igt@gem_mmap_wc@close.html
* igt@gem_partial_pwrite_pread@reads:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#3282]) +4 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-2/igt@gem_partial_pwrite_pread@reads.html
- shard-dg1: NOTRUN -> [SKIP][51] ([i915#3282]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-16/igt@gem_partial_pwrite_pread@reads.html
* igt@gem_pxp@create-protected-buffer:
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#4270]) +3 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-5/igt@gem_pxp@create-protected-buffer.html
- shard-dg1: NOTRUN -> [SKIP][53] ([i915#4270])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-14/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@create-regular-context-2:
- shard-rkl: NOTRUN -> [SKIP][54] ([i915#4270]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-7/igt@gem_pxp@create-regular-context-2.html
* igt@gem_pxp@protected-encrypted-src-copy-not-readible:
- shard-tglu: NOTRUN -> [SKIP][55] ([i915#4270]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-8/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html
* igt@gem_set_tiling_vs_pwrite:
- shard-rkl: NOTRUN -> [SKIP][56] ([i915#3282]) +3 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-7/igt@gem_set_tiling_vs_pwrite.html
- shard-dg1: NOTRUN -> [SKIP][57] ([i915#4079])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-16/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_softpin@evict-snoop:
- shard-rkl: NOTRUN -> [SKIP][58] ([fdo#109312])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-7/igt@gem_softpin@evict-snoop.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#4885])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-7/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_softpin@noreloc-s3:
- shard-dg2: [PASS][60] -> [FAIL][61] ([fdo#103375])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg2-10/igt@gem_softpin@noreloc-s3.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-5/igt@gem_softpin@noreloc-s3.html
* igt@gem_tiled_pread_pwrite:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#4079]) +1 other test skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-10/igt@gem_tiled_pread_pwrite.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#3297]) +6 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-5/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#3297])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-16/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
- shard-tglu: NOTRUN -> [SKIP][65] ([i915#3297]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-3/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate:
- shard-dg1: NOTRUN -> [SKIP][66] ([i915#3297] / [i915#4880])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-15/igt@gem_userptr_blits@map-fixed-invalidate.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#3297] / [i915#4880])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-10/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
* igt@gem_userptr_blits@nohangcheck:
- shard-mtlp: [PASS][68] -> [FAIL][69] ([i915#9353])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-mtlp-7/igt@gem_userptr_blits@nohangcheck.html
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-3/igt@gem_userptr_blits@nohangcheck.html
* igt@gen3_render_linear_blits:
- shard-rkl: NOTRUN -> [SKIP][70] ([fdo#109289])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-2/igt@gen3_render_linear_blits.html
- shard-dg1: NOTRUN -> [SKIP][71] ([fdo#109289])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-19/igt@gen3_render_linear_blits.html
- shard-tglu: NOTRUN -> [SKIP][72] ([fdo#109289]) +2 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-4/igt@gen3_render_linear_blits.html
* igt@gen9_exec_parse@bb-chained:
- shard-rkl: NOTRUN -> [SKIP][73] ([i915#2527]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-2/igt@gen9_exec_parse@bb-chained.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-dg1: NOTRUN -> [SKIP][74] ([i915#2527])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-12/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@shadow-peek:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#2856]) +4 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-7/igt@gen9_exec_parse@shadow-peek.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-mtlp: [PASS][76] -> [ABORT][77] ([i915#8489] / [i915#8668])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-rkl: NOTRUN -> [SKIP][78] ([i915#8399])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-6/igt@i915_pm_freq_api@freq-basic-api.html
- shard-tglu: NOTRUN -> [SKIP][79] ([i915#8399]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-10/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_rc6_residency@rc6-idle@vecs0:
- shard-dg1: [PASS][80] -> [FAIL][81] ([i915#3591]) +1 other test fail
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
* igt@i915_pm_rpm@dpms-non-lpsp:
- shard-rkl: [PASS][82] -> [SKIP][83] ([i915#1397]) +3 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-rkl-1/igt@i915_pm_rpm@dpms-non-lpsp.html
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html
* igt@i915_pm_rpm@gem-execbuf-stress-pc8:
- shard-dg2: NOTRUN -> [SKIP][84] ([fdo#109506])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-2/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
* igt@i915_pm_rpm@i2c:
- shard-glk: [PASS][85] -> [FAIL][86] ([i915#5466])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-glk7/igt@i915_pm_rpm@i2c.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-glk3/igt@i915_pm_rpm@i2c.html
* igt@i915_pm_rpm@modeset-lpsp-stress:
- shard-dg2: NOTRUN -> [SKIP][87] ([i915#1397])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-5/igt@i915_pm_rpm@modeset-lpsp-stress.html
- shard-dg1: [PASS][88] -> [SKIP][89] ([i915#1397])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp-stress.html
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-15/igt@i915_pm_rpm@modeset-lpsp-stress.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress:
- shard-dg2: [PASS][90] -> [SKIP][91] ([i915#1397])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg2-3/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
* igt@i915_pm_rps@thresholds-idle@gt0:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#8925])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-10/igt@i915_pm_rps@thresholds-idle@gt0.html
* igt@i915_query@query-topology-known-pci-ids:
- shard-dg2: NOTRUN -> [SKIP][93] ([fdo#109303])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-2/igt@i915_query@query-topology-known-pci-ids.html
* igt@i915_query@query-topology-unsupported:
- shard-dg1: NOTRUN -> [SKIP][94] ([fdo#109302])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-12/igt@i915_query@query-topology-unsupported.html
- shard-tglu: NOTRUN -> [SKIP][95] ([fdo#109302])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-7/igt@i915_query@query-topology-unsupported.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-tglu: NOTRUN -> [INCOMPLETE][96] ([i915#7443])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-4/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#4215] / [i915#5190])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-2/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@clobberred-modifier:
- shard-dg1: NOTRUN -> [SKIP][98] ([i915#4212])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-12/igt@kms_addfb_basic@clobberred-modifier.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-dg2: NOTRUN -> [SKIP][99] ([i915#4212])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-7/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][100] ([i915#8502]) +3 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-2/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc_ccs:
- shard-dg1: NOTRUN -> [SKIP][101] ([i915#8502]) +7 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-19/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc_ccs.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-2:
- shard-dg2: NOTRUN -> [FAIL][102] ([i915#8247]) +3 other tests fail
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-2/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html
* igt@kms_async_flips@crc@pipe-b-hdmi-a-3:
- shard-dg1: NOTRUN -> [FAIL][103] ([i915#8247]) +3 other tests fail
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-12/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-dg2: NOTRUN -> [SKIP][104] ([i915#1769] / [i915#3555])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
- shard-rkl: NOTRUN -> [SKIP][105] ([i915#1769] / [i915#3555])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
- shard-dg1: NOTRUN -> [SKIP][106] ([i915#1769] / [i915#3555])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-14/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][107] ([i915#5286]) +2 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-2/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
- shard-dg1: NOTRUN -> [SKIP][108] ([i915#4538] / [i915#5286]) +1 other test skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-15/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-tglu: NOTRUN -> [SKIP][109] ([fdo#111615] / [i915#5286])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][110] ([fdo#111614]) +7 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-6/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][111] ([fdo#111614] / [i915#3638]) +1 other test skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-6/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
- shard-dg1: NOTRUN -> [SKIP][112] ([i915#3638]) +1 other test skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-16/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
- shard-tglu: NOTRUN -> [SKIP][113] ([fdo#111614]) +1 other test skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-3/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#5190]) +13 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-6/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-tglu: [PASS][115] -> [FAIL][116] ([i915#3743]) +1 other test fail
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-tglu-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][117] ([i915#4538]) +1 other test skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-16/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
- shard-tglu: NOTRUN -> [SKIP][118] ([fdo#111615]) +2 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-2/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][119] ([i915#4538] / [i915#5190]) +7 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-10/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][120] ([fdo#110723]) +2 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_ccs:
- shard-rkl: NOTRUN -> [SKIP][121] ([i915#3734] / [i915#5354] / [i915#6095]) +2 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-6/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_ccs.html
* igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#3886] / [i915#5354] / [i915#6095])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-1/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs:
- shard-glk: NOTRUN -> [SKIP][123] ([fdo#109271]) +5 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-glk9/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs.html
* igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][124] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +1 other test skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-6/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_rc_ccs_cc:
- shard-tglu: NOTRUN -> [SKIP][125] ([i915#5354] / [i915#6095]) +6 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-9/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc:
- shard-rkl: NOTRUN -> [SKIP][126] ([i915#5354] / [i915#6095]) +5 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-4/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc.html
- shard-dg1: NOTRUN -> [SKIP][127] ([i915#5354] / [i915#6095]) +7 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-12/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-random-ccs-data-4_tiled_dg2_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][128] ([i915#3689] / [i915#5354] / [i915#6095]) +4 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-9/igt@kms_ccs@pipe-b-random-ccs-data-4_tiled_dg2_mc_ccs.html
* igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc:
- shard-dg2: NOTRUN -> [SKIP][129] ([i915#3689] / [i915#3886] / [i915#5354]) +10 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-2/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html
- shard-rkl: NOTRUN -> [SKIP][130] ([i915#5354]) +12 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-1/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
- shard-glk: NOTRUN -> [SKIP][131] ([fdo#109271] / [i915#3886])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-glk2/igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs:
- shard-tglu: NOTRUN -> [SKIP][132] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) +4 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-10/igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs:
- shard-dg2: NOTRUN -> [SKIP][133] ([i915#3689] / [i915#5354]) +33 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-6/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs.html
* igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs:
- shard-dg1: NOTRUN -> [SKIP][134] ([i915#3689] / [i915#5354] / [i915#6095]) +7 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-17/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-rkl: NOTRUN -> [SKIP][135] ([fdo#111827])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-1/igt@kms_chamelium_color@ctm-0-25.html
- shard-dg1: NOTRUN -> [SKIP][136] ([fdo#111827])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-14/igt@kms_chamelium_color@ctm-0-25.html
- shard-tglu: NOTRUN -> [SKIP][137] ([fdo#111827]) +1 other test skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-5/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-dg2: NOTRUN -> [SKIP][138] ([fdo#111827]) +2 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-7/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_frames@dp-frame-dump:
- shard-dg2: NOTRUN -> [SKIP][139] ([i915#7828]) +9 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-11/igt@kms_chamelium_frames@dp-frame-dump.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-rkl: NOTRUN -> [SKIP][140] ([i915#7828]) +2 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-6/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
- shard-dg1: NOTRUN -> [SKIP][141] ([i915#7828]) +1 other test skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-16/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
- shard-tglu: NOTRUN -> [SKIP][142] ([i915#7828]) +2 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-2/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_content_protection@atomic:
- shard-dg2: NOTRUN -> [SKIP][143] ([i915#7118])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-6/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@srm@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [TIMEOUT][144] ([i915#7173])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-11/igt@kms_content_protection@srm@pipe-a-dp-4.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-rkl: NOTRUN -> [SKIP][145] ([i915#3555])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#3359]) +2 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-2/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-tglu: NOTRUN -> [SKIP][147] ([i915#3359]) +1 other test skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-4/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg2: NOTRUN -> [SKIP][148] ([i915#3359]) +2 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-3/igt@kms_cursor_crc@cursor-sliding-512x512.html
- shard-dg1: NOTRUN -> [SKIP][149] ([i915#3359]) +1 other test skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-15/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-dg2: NOTRUN -> [SKIP][150] ([fdo#109274] / [i915#5354]) +5 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][151] ([i915#4103] / [i915#4213] / [i915#5608])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-10/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-tglu: NOTRUN -> [SKIP][152] ([i915#4103])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic:
- shard-tglu: NOTRUN -> [SKIP][153] ([fdo#109274])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-9/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-apl: NOTRUN -> [SKIP][154] ([fdo#109271]) +5 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-apl1/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-apl: [PASS][155] -> [FAIL][156] ([i915#2346])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@single-move@all-pipes:
- shard-mtlp: [PASS][157] -> [DMESG-WARN][158] ([i915#2017]) +1 other test dmesg-warn
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-mtlp-2/igt@kms_cursor_legacy@single-move@all-pipes.html
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-4/igt@kms_cursor_legacy@single-move@all-pipes.html
* igt@kms_dsc@dsc-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#3555] / [i915#3840])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-6/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-tglu: NOTRUN -> [SKIP][160] ([i915#3555] / [i915#3840])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-2/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][161] ([fdo#109274] / [i915#3637]) +2 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-7/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
- shard-snb: NOTRUN -> [SKIP][162] ([fdo#109271] / [fdo#111767]) +1 other test skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-snb2/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-dg2: NOTRUN -> [SKIP][163] ([fdo#109274] / [fdo#111767])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
- shard-rkl: NOTRUN -> [SKIP][164] ([fdo#111767] / [fdo#111825]) +1 other test skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
- shard-dg1: NOTRUN -> [SKIP][165] ([fdo#111767] / [fdo#111825])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-19/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-modeset:
- shard-rkl: NOTRUN -> [SKIP][166] ([fdo#111825]) +5 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-4/igt@kms_flip@2x-flip-vs-modeset.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-dg2: NOTRUN -> [SKIP][167] ([fdo#109274]) +9 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-3/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-dg1: NOTRUN -> [SKIP][168] ([fdo#111825]) +12 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-12/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#2672])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][170] ([i915#2587] / [i915#2672])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][171] ([i915#2587] / [i915#2672]) +1 other test skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#2672]) +4 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#8708]) +18 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][174] ([fdo#111825] / [i915#1825]) +13 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html
- shard-dg1: NOTRUN -> [SKIP][175] ([i915#8708]) +2 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][176] ([i915#8708])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
- shard-dg2: NOTRUN -> [SKIP][177] ([i915#3458]) +22 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
- shard-rkl: NOTRUN -> [SKIP][178] ([i915#3023]) +10 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
- shard-dg1: NOTRUN -> [SKIP][179] ([i915#3458]) +6 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][180] ([i915#5354]) +54 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][181] ([fdo#109280]) +12 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary:
- shard-tglu: NOTRUN -> [SKIP][182] ([fdo#110189]) +13 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#6118])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-7/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@bpc-switch:
- shard-dg1: NOTRUN -> [SKIP][184] ([i915#3555] / [i915#8228])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-18/igt@kms_hdr@bpc-switch.html
- shard-tglu: NOTRUN -> [SKIP][185] ([i915#3555] / [i915#8228])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-9/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@static-toggle-suspend:
- shard-dg2: NOTRUN -> [SKIP][186] ([i915#3555] / [i915#8228]) +3 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-1/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_panel_fitting@legacy:
- shard-dg2: NOTRUN -> [SKIP][187] ([i915#6301])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-11/igt@kms_panel_fitting@legacy.html
* igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
- shard-dg2: NOTRUN -> [SKIP][188] ([fdo#109289]) +8 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-7/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1:
- shard-apl: [PASS][189] -> [INCOMPLETE][190] ([i915#9392])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-apl1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-apl1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#8821])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-1/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@tiling-yf:
- shard-tglu: NOTRUN -> [SKIP][192] ([i915#3555]) +1 other test skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-9/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1:
- shard-dg1: NOTRUN -> [FAIL][193] ([i915#8292])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-19/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#5235]) +7 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-17/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][195] ([i915#5235]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][196] ([i915#5235]) +3 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1:
- shard-snb: NOTRUN -> [SKIP][197] ([fdo#109271]) +62 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-snb6/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][198] ([i915#5235]) +11 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html
* igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:
- shard-tglu: NOTRUN -> [SKIP][199] ([fdo#111068] / [i915#658])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-3/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][200] ([fdo#111068] / [i915#658])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-6/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-dg2: NOTRUN -> [SKIP][201] ([i915#658]) +2 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-1/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@primary_render:
- shard-rkl: NOTRUN -> [SKIP][202] ([i915#1072]) +4 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-1/igt@kms_psr@primary_render.html
- shard-dg1: NOTRUN -> [SKIP][203] ([i915#1072] / [i915#4078]) +2 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-15/igt@kms_psr@primary_render.html
* igt@kms_psr@sprite_blt:
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#1072]) +10 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-7/igt@kms_psr@sprite_blt.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-dg2: NOTRUN -> [SKIP][205] ([i915#4235]) +2 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-11/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-rkl: [PASS][206] -> [INCOMPLETE][207] ([i915#8875])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-rkl-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#4235] / [i915#5190])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-dg2: NOTRUN -> [SKIP][209] ([i915#3555]) +6 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-10/igt@kms_setmode@basic-clone-single-crtc.html
- shard-rkl: NOTRUN -> [SKIP][210] ([i915#3555] / [i915#4098])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-6/igt@kms_setmode@basic-clone-single-crtc.html
- shard-dg1: NOTRUN -> [SKIP][211] ([i915#3555]) +1 other test skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-14/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_sysfs_edid_timing:
- shard-dg2: [PASS][212] -> [FAIL][213] ([IGT#2])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg2-11/igt@kms_sysfs_edid_timing.html
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-6/igt@kms_sysfs_edid_timing.html
* igt@kms_universal_plane@cursor-fb-leak-pipe-d:
- shard-dg1: [PASS][214] -> [FAIL][215] ([i915#9196])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg1-19/igt@kms_universal_plane@cursor-fb-leak-pipe-d.html
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-12/igt@kms_universal_plane@cursor-fb-leak-pipe-d.html
* igt@kms_vblank@pipe-d-query-idle:
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#4070] / [i915#533] / [i915#6768]) +5 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-2/igt@kms_vblank@pipe-d-query-idle.html
* igt@kms_vblank@pipe-d-wait-idle:
- shard-apl: NOTRUN -> [SKIP][217] ([fdo#109271] / [i915#533])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-apl6/igt@kms_vblank@pipe-d-wait-idle.html
* igt@kms_writeback@writeback-check-output:
- shard-tglu: NOTRUN -> [SKIP][218] ([i915#2437])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-2/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#2437])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-10/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@non-zero-reason@0-rcs0:
- shard-dg2: [PASS][220] -> [FAIL][221] ([i915#7484])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg2-7/igt@perf@non-zero-reason@0-rcs0.html
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-5/igt@perf@non-zero-reason@0-rcs0.html
* igt@perf_pmu@rc6-all-gts:
- shard-dg2: NOTRUN -> [SKIP][222] ([i915#5608] / [i915#8516])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-2/igt@perf_pmu@rc6-all-gts.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-rkl: NOTRUN -> [SKIP][223] ([i915#8516])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-1/igt@perf_pmu@rc6@other-idle-gt0.html
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#8516])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-15/igt@perf_pmu@rc6@other-idle-gt0.html
- shard-tglu: NOTRUN -> [SKIP][225] ([i915#8516])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-7/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg2: NOTRUN -> [SKIP][226] ([i915#3708] / [i915#4077])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-2/igt@prime_vgem@basic-fence-mmap.html
- shard-dg1: NOTRUN -> [SKIP][227] ([i915#3708] / [i915#4077])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-16/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@fence-flip-hang:
- shard-rkl: NOTRUN -> [SKIP][228] ([fdo#109295] / [i915#3708]) +1 other test skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-7/igt@prime_vgem@fence-flip-hang.html
* igt@prime_vgem@fence-read-hang:
- shard-dg2: NOTRUN -> [SKIP][229] ([i915#3708]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-11/igt@prime_vgem@fence-read-hang.html
* igt@prime_vgem@fence-wait@vcs0:
- shard-mtlp: [PASS][230] -> [ABORT][231] ([i915#9262])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-mtlp-3/igt@prime_vgem@fence-wait@vcs0.html
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-4/igt@prime_vgem@fence-wait@vcs0.html
* igt@prime_vgem@fence-write-hang:
- shard-tglu: NOTRUN -> [SKIP][232] ([fdo#109295])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-2/igt@prime_vgem@fence-write-hang.html
- shard-dg1: NOTRUN -> [SKIP][233] ([i915#3708])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-12/igt@prime_vgem@fence-write-hang.html
* igt@v3d/v3d_mmap@mmap-bad-flags:
- shard-rkl: NOTRUN -> [SKIP][234] ([fdo#109315]) +3 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-2/igt@v3d/v3d_mmap@mmap-bad-flags.html
* igt@v3d/v3d_submit_cl@bad-multisync-pad:
- shard-tglu: NOTRUN -> [SKIP][235] ([fdo#109315] / [i915#2575]) +2 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-10/igt@v3d/v3d_submit_cl@bad-multisync-pad.html
* igt@v3d/v3d_submit_csd@bad-perfmon:
- shard-dg1: NOTRUN -> [SKIP][236] ([i915#2575]) +2 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-15/igt@v3d/v3d_submit_csd@bad-perfmon.html
* igt@v3d/v3d_submit_csd@single-out-sync:
- shard-dg2: NOTRUN -> [SKIP][237] ([i915#2575]) +13 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-7/igt@v3d/v3d_submit_csd@single-out-sync.html
* igt@vc4/vc4_tiling@get-bad-handle:
- shard-rkl: NOTRUN -> [SKIP][238] ([i915#7711]) +4 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-2/igt@vc4/vc4_tiling@get-bad-handle.html
* igt@vc4/vc4_wait_bo@unused-bo-1ns:
- shard-dg2: NOTRUN -> [SKIP][239] ([i915#7711]) +9 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-11/igt@vc4/vc4_wait_bo@unused-bo-1ns.html
- shard-dg1: NOTRUN -> [SKIP][240] ([i915#7711]) +1 other test skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-17/igt@vc4/vc4_wait_bo@unused-bo-1ns.html
- shard-tglu: NOTRUN -> [SKIP][241] ([i915#2575]) +3 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-5/igt@vc4/vc4_wait_bo@unused-bo-1ns.html
#### Possible fixes ####
* igt@core_hotunplug@unbind-rebind:
- shard-snb: [INCOMPLETE][242] -> [PASS][243]
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-snb2/igt@core_hotunplug@unbind-rebind.html
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-snb5/igt@core_hotunplug@unbind-rebind.html
* igt@gem_ctx_persistence@smoketest:
- shard-tglu: [FAIL][244] -> [PASS][245]
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-tglu-6/igt@gem_ctx_persistence@smoketest.html
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-2/igt@gem_ctx_persistence@smoketest.html
* igt@gem_eio@hibernate:
- shard-dg1: [ABORT][246] ([i915#7975] / [i915#8213]) -> [PASS][247] +1 other test pass
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg1-14/igt@gem_eio@hibernate.html
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-18/igt@gem_eio@hibernate.html
* igt@gem_eio@reset-stress:
- shard-dg1: [FAIL][248] ([i915#5784]) -> [PASS][249] +1 other test pass
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg1-19/igt@gem_eio@reset-stress.html
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-19/igt@gem_eio@reset-stress.html
* igt@gem_eio@unwedge-stress:
- shard-mtlp: [FAIL][250] ([i915#9436]) -> [PASS][251]
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-mtlp-5/igt@gem_eio@unwedge-stress.html
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-8/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-glk: [FAIL][252] ([i915#2842]) -> [PASS][253]
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-glk2/igt@gem_exec_fair@basic-none-share@rcs0.html
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-glk5/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-tglu: [FAIL][254] ([i915#2842]) -> [PASS][255]
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-tglu-6/igt@gem_exec_fair@basic-pace-share@rcs0.html
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-9/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-rkl: [FAIL][256] ([i915#2842]) -> [PASS][257] +2 other tests pass
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-rkl-6/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_fence@parallel@vcs0:
- shard-mtlp: [DMESG-FAIL][258] ([i915#8962]) -> [PASS][259] +2 other tests pass
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-mtlp-4/igt@gem_exec_fence@parallel@vcs0.html
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-2/igt@gem_exec_fence@parallel@vcs0.html
* igt@gem_exec_fence@parallel@vecs0:
- shard-mtlp: [FAIL][260] ([i915#8957]) -> [PASS][261] +2 other tests pass
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-mtlp-4/igt@gem_exec_fence@parallel@vecs0.html
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-2/igt@gem_exec_fence@parallel@vecs0.html
* igt@gem_exec_suspend@basic-s4-devices@smem:
- shard-tglu: [ABORT][262] ([i915#7975] / [i915#8213]) -> [PASS][263]
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-7/igt@gem_exec_suspend@basic-s4-devices@smem.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-dg2: [FAIL][264] ([fdo#103375]) -> [PASS][265]
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg2-5/igt@gem_workarounds@suspend-resume-fd.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-11/igt@gem_workarounds@suspend-resume-fd.html
* igt@i915_hangman@engine-engine-error@vcs0:
- shard-mtlp: [FAIL][266] ([i915#7069]) -> [PASS][267] +2 other tests pass
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-mtlp-2/igt@i915_hangman@engine-engine-error@vcs0.html
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-1/igt@i915_hangman@engine-engine-error@vcs0.html
* igt@i915_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg2: [SKIP][268] ([i915#1397]) -> [PASS][269] +1 other test pass
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg2-10/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-11/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress:
- shard-dg1: [SKIP][270] ([i915#1397]) -> [PASS][271]
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg1-14/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-tglu: [FAIL][272] ([i915#3743]) -> [PASS][273] +1 other test pass
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-tglu-8/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-9/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [FAIL][274] ([i915#2346]) -> [PASS][275] +1 other test pass
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* {igt@kms_pm_dc@dc9-dpms}:
- shard-tglu: [SKIP][276] ([i915#4281]) -> [PASS][277]
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-tglu-8/igt@kms_pm_dc@dc9-dpms.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-9/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-rkl: [INCOMPLETE][278] ([i915#8875] / [i915#9475]) -> [PASS][279]
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-rkl-1/igt@kms_rotation_crc@primary-rotation-90.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-7/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_universal_plane@cursor-fb-leak-pipe-b:
- shard-tglu: [FAIL][280] ([i915#9196]) -> [PASS][281]
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-tglu-7/igt@kms_universal_plane@cursor-fb-leak-pipe-b.html
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-7/igt@kms_universal_plane@cursor-fb-leak-pipe-b.html
* igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend:
- shard-apl: [INCOMPLETE][282] ([i915#9392]) -> [PASS][283]
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-apl1/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-apl6/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
* igt@perf_pmu@busy-double-start@rcs0:
- shard-mtlp: [FAIL][284] ([i915#4349]) -> [PASS][285]
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-mtlp-6/igt@perf_pmu@busy-double-start@rcs0.html
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-mtlp-5/igt@perf_pmu@busy-double-start@rcs0.html
#### Warnings ####
* igt@i915_pm_rc6_residency@rc6-idle@vecs0:
- shard-tglu: [FAIL][286] ([i915#2681] / [i915#3591]) -> [WARN][287] ([i915#2681])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-tglu-8/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][288] ([i915#3955]) -> [SKIP][289] ([fdo#110189] / [i915#3955]) +1 other test skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][290] ([i915#4816]) -> [SKIP][291] ([i915#4070] / [i915#4816])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem:
- shard-dg2: [CRASH][292] ([i915#9351]) -> [INCOMPLETE][293] ([i915#5493])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13722/shard-dg2-10/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/shard-dg2-11/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2
[fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302
[fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303
[fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937
[i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
[i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885
[i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5466]: https://gitlab.freedesktop.org/drm/intel/issues/5466
[i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
[i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591
[i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#5882]: https://gitlab.freedesktop.org/drm/intel/issues/5882
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6118]: https://gitlab.freedesktop.org/drm/intel/issues/6118
[i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
[i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
[i915#7443]: https://gitlab.freedesktop.org/drm/intel/issues/7443
[i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
[i915#7816]: https://gitlab.freedesktop.org/drm/intel/issues/7816
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
[i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292
[i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489
[i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
[i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821
[i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875
[i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925
[i915#8957]: https://gitlab.freedesktop.org/drm/intel/issues/8957
[i915#8962]: https://gitlab.freedesktop.org/drm/intel/issues/8962
[i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196
[i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262
[i915#9351]: https://gitlab.freedesktop.org/drm/intel/issues/9351
[i915#9353]: https://gitlab.freedesktop.org/drm/intel/issues/9353
[i915#9392]: https://gitlab.freedesktop.org/drm/intel/issues/9392
[i915#9408]: https://gitlab.freedesktop.org/drm/intel/issues/9408
[i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412
[i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414
[i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433
[i915#9436]: https://gitlab.freedesktop.org/drm/intel/issues/9436
[i915#9475]: https://gitlab.freedesktop.org/drm/intel/issues/9475
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7518 -> IGTPW_9939
CI-20190529: 20190529
CI_DRM_13722: ead693ec2d2fddb30bff4718845d42f9adabcce6 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9939: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/index.html
IGT_7518: 2d4a57e28db0c2ccbf8b2e763074c9aa74a1ae52 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9939/index.html
[-- Attachment #2: Type: text/html, Size: 93807 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4)
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
` (8 preceding siblings ...)
2023-10-06 23:51 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-10-09 11:34 ` Patchwork
2023-10-09 12:11 ` [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Andrzej Hajda
` (2 subsequent siblings)
12 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2023-10-09 11:34 UTC (permalink / raw)
To: Nirmoy Das; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3297 bytes --]
== Series Details ==
Series: tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4)
URL : https://patchwork.freedesktop.org/series/124517/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13728 -> IGTPW_9950
====================================================
Summary
-------
**WARNING**
Minor unknown changes coming with IGTPW_9950 need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9950, please notify your bug team (lgci.bug.filing@intel.com) 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_9950/index.html
Participating hosts (37 -> 34)
------------------------------
Missing (3): bat-atsm-1 fi-snb-2520m fi-bsw-n3050
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9950:
### IGT changes ###
#### Warnings ####
* igt@i915_suspend@basic-s3-without-i915:
- bat-rpls-1: [ABORT][1] ([i915#7978] / [i915#8668]) -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/bat-rpls-1/igt@i915_suspend@basic-s3-without-i915.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/bat-rpls-1/igt@i915_suspend@basic-s3-without-i915.html
Known issues
------------
Here are the changes found in IGTPW_9950 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@requests:
- bat-mtlp-8: [PASS][3] -> [ABORT][4] ([i915#9414])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/bat-mtlp-8/igt@i915_selftest@live@requests.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/bat-mtlp-8/igt@i915_selftest@live@requests.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s3@smem:
- fi-blb-e6850: [ABORT][5] -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/fi-blb-e6850/igt@gem_exec_suspend@basic-s3@smem.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/fi-blb-e6850/igt@gem_exec_suspend@basic-s3@smem.html
* igt@i915_selftest@live@gt_heartbeat:
- fi-apl-guc: [DMESG-FAIL][7] ([i915#5334]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#7978]: https://gitlab.freedesktop.org/drm/intel/issues/7978
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7520 -> IGTPW_9950
CI-20190529: 20190529
CI_DRM_13728: e642685fe494c1893ab2fd94e6dc7b6827303d90 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9950: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/index.html
IGT_7520: 6435c8825e9269bdac515ca96cba4502b5b770f5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/index.html
[-- Attachment #2: Type: text/html, Size: 3985 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
` (9 preceding siblings ...)
2023-10-09 11:34 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4) Patchwork
@ 2023-10-09 12:11 ` Andrzej Hajda
2023-10-09 12:34 ` [igt-dev] ✓ CI.xeBAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4) Patchwork
2023-10-09 13:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
12 siblings, 0 replies; 18+ messages in thread
From: Andrzej Hajda @ 2023-10-09 12:11 UTC (permalink / raw)
To: Nirmoy Das, igt-dev
On 02.10.2023 12:48, Nirmoy Das wrote:
> We do GGTT update on MTL using bcs engine, blocking that would
> fail the test so skip such subtests on bcs engine for MTL.
>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Regards
Andrzej
> ---
> tests/intel/gem_eio.c | 10 +++++++++-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/tests/intel/gem_eio.c b/tests/intel/gem_eio.c
> index 6d4b8f7df..99891ad15 100644
> --- a/tests/intel/gem_eio.c
> +++ b/tests/intel/gem_eio.c
> @@ -1111,8 +1111,16 @@ static void test_reset_stress(int fd, unsigned int flags)
> const intel_ctx_t *ctx0 = context_create_safe(fd);
> uint64_t ahnd = get_reloc_ahnd(fd, ctx0->id);
>
> - for_each_ring(e, fd)
> + for_each_ring(e, fd) {
> + struct intel_execution_engine2 engine;
> +
> + engine = gem_eb_flags_to_engine(eb_ring(e));
> +
> + if (gem_engine_can_block_ggtt_binder(fd, &engine))
> + continue;
> +
> reset_stress(fd, ahnd, ctx0, e->name, eb_ring(e), flags);
> + }
>
> intel_ctx_destroy(fd, ctx0);
> put_ahnd(ahnd);
^ permalink raw reply [flat|nested] 18+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4)
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
` (10 preceding siblings ...)
2023-10-09 12:11 ` [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Andrzej Hajda
@ 2023-10-09 12:34 ` Patchwork
2023-10-09 13:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
12 siblings, 0 replies; 18+ messages in thread
From: Patchwork @ 2023-10-09 12:34 UTC (permalink / raw)
To: Nirmoy Das; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3143 bytes --]
== Series Details ==
Series: tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4)
URL : https://patchwork.freedesktop.org/series/124517/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7520_BAT -> XEIGTPW_9950_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (3 -> 4)
------------------------------
Additional (1): bat-adlp-7
Known issues
------------
Here are the changes found in XEIGTPW_9950_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-adlp-7: NOTRUN -> [FAIL][1] ([Intel XE#609]) +2 other tests fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9950/bat-adlp-7/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-adlp-7: NOTRUN -> [SKIP][2] ([Intel XE#423])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9950/bat-adlp-7/igt@kms_dsc@dsc-basic.html
* igt@kms_frontbuffer_tracking@basic:
- bat-adlp-7: NOTRUN -> [INCOMPLETE][3] ([Intel XE#632])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9950/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
* igt@xe_evict@evict-small-cm:
- bat-adlp-7: NOTRUN -> [SKIP][4] ([Intel XE#261] / [Intel XE#688]) +15 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9950/bat-adlp-7/igt@xe_evict@evict-small-cm.html
* igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch:
- bat-adlp-7: NOTRUN -> [SKIP][5] ([Intel XE#288]) +17 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9950/bat-adlp-7/igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch.html
* igt@xe_mmap@vram:
- bat-adlp-7: NOTRUN -> [SKIP][6] ([Intel XE#263])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9950/bat-adlp-7/igt@xe_mmap@vram.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261
[Intel XE#263]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/263
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/423
[Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524
[Intel XE#609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/609
[Intel XE#632]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/632
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
Build changes
-------------
* IGT: IGT_7520 -> IGTPW_9950
IGTPW_9950: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/index.html
IGT_7520: 6435c8825e9269bdac515ca96cba4502b5b770f5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-422-973ab92d198430d6023aa21b93ce665193b00342: 973ab92d198430d6023aa21b93ce665193b00342
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9950/index.html
[-- Attachment #2: Type: text/html, Size: 3768 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4)
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
` (11 preceding siblings ...)
2023-10-09 12:34 ` [igt-dev] ✓ CI.xeBAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4) Patchwork
@ 2023-10-09 13:40 ` Patchwork
2023-10-09 14:57 ` Nirmoy Das
12 siblings, 1 reply; 18+ messages in thread
From: Patchwork @ 2023-10-09 13:40 UTC (permalink / raw)
To: Nirmoy Das; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 86872 bytes --]
== Series Details ==
Series: tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4)
URL : https://patchwork.freedesktop.org/series/124517/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13728_full -> IGTPW_9950_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9950_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9950_full, please notify your bug team (lgci.bug.filing@intel.com) 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_9950/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_9950_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_exec_suspend@basic-s0@smem:
- shard-dg2: NOTRUN -> [INCOMPLETE][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@gem_exec_suspend@basic-s0@smem.html
* igt@kms_psr@psr2_cursor_mmap_cpu:
- shard-mtlp: [PASS][2] -> [FAIL][3]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-1/igt@kms_psr@psr2_cursor_mmap_cpu.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@kms_psr@psr2_cursor_mmap_cpu.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-rkl: [PASS][4] -> [INCOMPLETE][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-4/igt@kms_rotation_crc@sprite-rotation-90.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_rotation_crc@sprite-rotation-90.html
New tests
---------
New tests have been introduced between CI_DRM_13728_full and IGTPW_9950_full:
### New IGT tests (6) ###
* igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_universal_plane@disable-primary-vs-flip@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_universal_plane@disable-primary-vs-flip@pipe-b-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_universal_plane@disable-primary-vs-flip@pipe-c-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_universal_plane@disable-primary-vs-flip@pipe-d-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in IGTPW_9950_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@drm_fdinfo@busy-idle@bcs0:
- shard-dg1: NOTRUN -> [SKIP][6] ([i915#8414]) +4 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-16/igt@drm_fdinfo@busy-idle@bcs0.html
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [PASS][7] -> [FAIL][8] ([i915#7742])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-6/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@drm_fdinfo@virtual-busy-hang:
- shard-dg2: NOTRUN -> [SKIP][9] ([i915#8414]) +11 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@drm_fdinfo@virtual-busy-hang.html
* igt@drm_fdinfo@virtual-busy-idle-all:
- shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8414])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-4/igt@drm_fdinfo@virtual-busy-idle-all.html
* igt@gem_bad_reloc@negative-reloc-lut:
- shard-rkl: NOTRUN -> [SKIP][11] ([i915#3281]) +7 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@gem_bad_reloc@negative-reloc-lut.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-dg1: NOTRUN -> [SKIP][12] ([i915#9323])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][13] ([i915#7297])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-10/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-dg2: NOTRUN -> [SKIP][14] ([i915#7697]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_create@create-ext-set-pat:
- shard-dg1: NOTRUN -> [SKIP][15] ([i915#8562])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-rkl: [PASS][16] -> [FAIL][17] ([i915#6268])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-6/igt@gem_ctx_exec@basic-nohangcheck.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_persistence@engines-persistence:
- shard-snb: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#1099])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-snb4/igt@gem_ctx_persistence@engines-persistence.html
* igt@gem_ctx_persistence@heartbeat-hang:
- shard-dg2: NOTRUN -> [SKIP][19] ([i915#8555])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@gem_ctx_persistence@heartbeat-hang.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-mtlp: NOTRUN -> [SKIP][20] ([i915#8555])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_sseu@engines:
- shard-tglu: NOTRUN -> [SKIP][21] ([i915#280])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-5/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-dg2: NOTRUN -> [SKIP][22] ([i915#280])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_eio@kms:
- shard-dg1: NOTRUN -> [FAIL][23] ([i915#5784])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@gem_eio@kms.html
* igt@gem_eio@reset-stress:
- shard-dg1: [PASS][24] -> [FAIL][25] ([i915#5784])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg1-19/igt@gem_eio@reset-stress.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@gem_eio@reset-stress.html
* igt@gem_exec_balancer@bonded-true-hang:
- shard-dg2: NOTRUN -> [SKIP][26] ([i915#4812]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_exec_balancer@bonded-true-hang.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg2: NOTRUN -> [SKIP][27] ([i915#4036])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@parallel-out-fence:
- shard-rkl: NOTRUN -> [SKIP][28] ([i915#4525])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@gem_exec_balancer@parallel-out-fence.html
* igt@gem_exec_capture@capture-invisible@lmem0:
- shard-dg1: NOTRUN -> [SKIP][29] ([i915#6334]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@gem_exec_capture@capture-invisible@lmem0.html
* igt@gem_exec_fair@basic-none-rrul:
- shard-mtlp: NOTRUN -> [SKIP][30] ([i915#4473] / [i915#4771])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-2/igt@gem_exec_fair@basic-none-rrul.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-tglu: NOTRUN -> [FAIL][31] ([i915#2842])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace-solo:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#3539])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_exec_fair@basic-pace-solo.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-rkl: NOTRUN -> [FAIL][33] ([i915#2842])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_fair@basic-throttle:
- shard-dg1: NOTRUN -> [SKIP][34] ([i915#3539]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@gem_exec_fair@basic-throttle.html
* igt@gem_exec_fence@submit67:
- shard-mtlp: NOTRUN -> [SKIP][35] ([i915#4812])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@gem_exec_fence@submit67.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-dg2: NOTRUN -> [SKIP][36] ([i915#3539] / [i915#4852]) +2 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
- shard-rkl: NOTRUN -> [SKIP][37] ([fdo#109313])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-2/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_flush@basic-batch-kernel-default-wb:
- shard-dg1: NOTRUN -> [SKIP][38] ([i915#3539] / [i915#4852]) +2 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@gem_exec_flush@basic-batch-kernel-default-wb.html
* igt@gem_exec_params@rsvd2-dirt:
- shard-mtlp: NOTRUN -> [SKIP][39] ([i915#5107])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@gem_exec_params@rsvd2-dirt.html
- shard-dg2: NOTRUN -> [SKIP][40] ([fdo#109283] / [i915#5107])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_exec_params@rsvd2-dirt.html
* igt@gem_exec_params@secure-non-root:
- shard-dg2: NOTRUN -> [SKIP][41] ([fdo#112283])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_exec_params@secure-non-root.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-dg2: NOTRUN -> [SKIP][42] ([i915#3281]) +16 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_reloc@basic-wc-read-active:
- shard-dg1: NOTRUN -> [SKIP][43] ([i915#3281]) +8 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@gem_exec_reloc@basic-wc-read-active.html
* igt@gem_exec_schedule@preempt-queue-chain:
- shard-dg2: NOTRUN -> [SKIP][44] ([i915#4537] / [i915#4812])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@gem_exec_schedule@preempt-queue-chain.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4537] / [i915#4812])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_exec_schedule@reorder-wide:
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#4812]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-16/igt@gem_exec_schedule@reorder-wide.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg2: NOTRUN -> [ABORT][47] ([i915#7975] / [i915#8213])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg2: NOTRUN -> [SKIP][48] ([i915#4860])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_fence_thrash@bo-copy.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-mtlp: NOTRUN -> [SKIP][49] ([i915#4613])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_lmem_swapping@random:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#4613]) +1 other test skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@gem_lmem_swapping@random.html
* igt@gem_mmap_gtt@cpuset-big-copy-odd:
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#4077]) +13 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
* igt@gem_mmap_gtt@cpuset-medium-copy-xy:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#4077]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html
* igt@gem_mmap_gtt@fault-concurrent:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4077]) +2 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-2/igt@gem_mmap_gtt@fault-concurrent.html
* igt@gem_mmap_wc@bad-object:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#4083]) +4 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-10/igt@gem_mmap_wc@bad-object.html
* igt@gem_mmap_wc@bad-size:
- shard-dg1: NOTRUN -> [SKIP][55] ([i915#4083])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@gem_mmap_wc@bad-size.html
* igt@gem_mmap_wc@close:
- shard-mtlp: NOTRUN -> [SKIP][56] ([i915#4083]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@gem_mmap_wc@close.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-dg1: NOTRUN -> [SKIP][57] ([i915#3282]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-dg2: NOTRUN -> [SKIP][58] ([i915#3282]) +6 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_pxp@protected-raw-src-copy-not-readible:
- shard-rkl: NOTRUN -> [SKIP][59] ([i915#4270])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@gem_pxp@protected-raw-src-copy-not-readible.html
- shard-dg1: NOTRUN -> [SKIP][60] ([i915#4270]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@gem_pxp@protected-raw-src-copy-not-readible.html
* igt@gem_pxp@regular-baseline-src-copy-readible:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#4270]) +3 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@gem_pxp@regular-baseline-src-copy-readible.html
* igt@gem_render_copy@y-tiled-to-vebox-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][62] ([i915#8428])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-4/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#4079])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-17/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#4079])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-6/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_softpin@noreloc-s3:
- shard-dg2: [PASS][65] -> [INCOMPLETE][66] ([i915#7793])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-5/igt@gem_softpin@noreloc-s3.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-5/igt@gem_softpin@noreloc-s3.html
* igt@gem_spin_batch@spin-all-new:
- shard-dg2: NOTRUN -> [FAIL][67] ([i915#5889])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-10/igt@gem_spin_batch@spin-all-new.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-dg1: NOTRUN -> [SKIP][68] ([i915#3297]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#3297] / [i915#4880]) +1 other test skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
* igt@gem_userptr_blits@readonly-pwrite-unsync:
- shard-tglu: NOTRUN -> [SKIP][70] ([i915#3297])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-9/igt@gem_userptr_blits@readonly-pwrite-unsync.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#3297]) +3 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_userptr_blits@unsync-overlap.html
- shard-rkl: NOTRUN -> [SKIP][72] ([i915#3297]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-mtlp: NOTRUN -> [SKIP][73] ([i915#3297]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-2/igt@gem_userptr_blits@unsync-unmap.html
* igt@gen3_render_linear_blits:
- shard-dg1: NOTRUN -> [SKIP][74] ([fdo#109289]) +1 other test skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@gen3_render_linear_blits.html
* igt@gen3_render_tiledy_blits:
- shard-tglu: NOTRUN -> [SKIP][75] ([fdo#109289])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-4/igt@gen3_render_tiledy_blits.html
* igt@gen7_exec_parse@batch-without-end:
- shard-dg2: NOTRUN -> [SKIP][76] ([fdo#109289]) +3 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@gen7_exec_parse@batch-without-end.html
* igt@gen7_exec_parse@oacontrol-tracking:
- shard-rkl: NOTRUN -> [SKIP][77] ([fdo#109289])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-2/igt@gen7_exec_parse@oacontrol-tracking.html
* igt@gen9_exec_parse@allowed-single:
- shard-tglu: NOTRUN -> [SKIP][78] ([i915#2527] / [i915#2856])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-7/igt@gen9_exec_parse@allowed-single.html
- shard-apl: [PASS][79] -> [INCOMPLETE][80] ([i915#5566])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-apl1/igt@gen9_exec_parse@allowed-single.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-apl1/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#2527]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@gen9_exec_parse@bb-oversize.html
- shard-dg1: NOTRUN -> [SKIP][82] ([i915#2527]) +2 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-17/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@valid-registers:
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#2856]) +5 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@gen9_exec_parse@valid-registers.html
* igt@i915_hangman@gt-engine-error@vcs0:
- shard-mtlp: [PASS][84] -> [FAIL][85] ([i915#7069])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-4/igt@i915_hangman@gt-engine-error@vcs0.html
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@i915_hangman@gt-engine-error@vcs0.html
* igt@i915_pm_rc6_residency@media-rc6-accuracy:
- shard-mtlp: NOTRUN -> [SKIP][86] ([fdo#109289])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-5/igt@i915_pm_rc6_residency@media-rc6-accuracy.html
* igt@i915_pm_rc6_residency@rc6-fence:
- shard-tglu: NOTRUN -> [WARN][87] ([i915#2681])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-fence.html
* igt@i915_pm_rc6_residency@rc6-idle@vcs0:
- shard-dg1: [PASS][88] -> [FAIL][89] ([i915#3591]) +1 other test fail
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html
* igt@i915_pm_rpm@dpms-lpsp:
- shard-dg1: NOTRUN -> [SKIP][90] ([i915#1397]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@i915_pm_rpm@dpms-lpsp.html
* igt@i915_pm_rpm@dpms-mode-unset-lpsp:
- shard-dg2: NOTRUN -> [SKIP][91] ([i915#1397]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
* igt@i915_pm_rpm@gem-mmap-type@gtt-smem0:
- shard-mtlp: NOTRUN -> [SKIP][92] ([i915#8431])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-7/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress:
- shard-dg2: [PASS][93] -> [SKIP][94] ([i915#1397])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-6/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
- shard-rkl: [PASS][95] -> [SKIP][96] ([i915#1397]) +2 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-1/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
* igt@i915_pm_rpm@modeset-pc8-residency-stress:
- shard-tglu: NOTRUN -> [SKIP][97] ([fdo#109506])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-4/igt@i915_pm_rpm@modeset-pc8-residency-stress.html
* igt@i915_pm_rpm@pc8-residency:
- shard-dg1: NOTRUN -> [SKIP][98] ([fdo#109506])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-12/igt@i915_pm_rpm@pc8-residency.html
* igt@i915_pm_rps@basic-api:
- shard-dg1: NOTRUN -> [SKIP][99] ([i915#6621])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@i915_pm_rps@basic-api.html
* igt@i915_pm_rps@reset:
- shard-snb: [PASS][100] -> [INCOMPLETE][101] ([i915#7790])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-snb2/igt@i915_pm_rps@reset.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-snb1/igt@i915_pm_rps@reset.html
* igt@i915_pm_rps@thresholds-idle-park@gt0:
- shard-dg2: NOTRUN -> [SKIP][102] ([i915#8925])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@i915_pm_rps@thresholds-idle-park@gt0.html
* igt@i915_query@query-topology-known-pci-ids:
- shard-dg1: NOTRUN -> [SKIP][103] ([fdo#109303])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@i915_query@query-topology-known-pci-ids.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [PASS][104] -> [FAIL][105] ([fdo#103375])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
- shard-dg2: NOTRUN -> [SKIP][106] ([i915#4212])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][107] ([i915#4215] / [i915#5190])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_addfb_basic@basic-y-tiled-legacy.html
- shard-dg1: NOTRUN -> [SKIP][108] ([i915#4215])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-dg1: NOTRUN -> [SKIP][109] ([i915#4212]) +1 other test skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][110] ([i915#8502] / [i915#8709]) +11 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][111] ([i915#8502]) +3 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [FAIL][112] ([i915#8247]) +3 other tests fail
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html
* igt@kms_async_flips@crc@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [FAIL][113] ([i915#8247]) +3 other tests fail
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_async_flips@crc@pipe-d-hdmi-a-4.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-dg1: NOTRUN -> [SKIP][114] ([i915#1769] / [i915#3555])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-dg2: NOTRUN -> [SKIP][115] ([i915#1769] / [i915#3555])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-tglu: NOTRUN -> [SKIP][116] ([fdo#111615] / [i915#5286])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-4/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][117] ([i915#4538] / [i915#5286]) +3 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
- shard-mtlp: [PASS][118] -> [FAIL][119] ([i915#3763] / [i915#5138])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-5/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-addfb-size-overflow:
- shard-dg1: NOTRUN -> [SKIP][120] ([i915#5286])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][121] ([i915#5286]) +1 other test skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-mtlp: [PASS][122] -> [FAIL][123] ([i915#5138])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@linear-32bpp-rotate-90:
- shard-mtlp: NOTRUN -> [SKIP][124] ([fdo#111614]) +2 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-5/igt@kms_big_fb@linear-32bpp-rotate-90.html
* igt@kms_big_fb@linear-64bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][125] ([fdo#111614])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-8/igt@kms_big_fb@linear-64bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][126] ([fdo#111614]) +5 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][127] ([fdo#111614] / [i915#3638])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][128] ([i915#3638])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-tglu: [PASS][129] -> [FAIL][130] ([i915#3743])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-tglu-7/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#5190]) +16 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-mtlp: NOTRUN -> [SKIP][132] ([fdo#111615]) +4 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][133] ([fdo#110723]) +2 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#4538] / [i915#5190]) +6 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-tglu: NOTRUN -> [SKIP][135] ([fdo#111615]) +1 other test skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][136] ([i915#4538]) +2 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_joiner@basic:
- shard-dg2: NOTRUN -> [SKIP][137] ([i915#2705])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@kms_big_joiner@basic.html
* igt@kms_big_joiner@invalid-modeset:
- shard-mtlp: NOTRUN -> [SKIP][138] ([i915#2705])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-4/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_ccs@pipe-a-bad-rotation-90-yf_tiled_ccs:
- shard-mtlp: NOTRUN -> [SKIP][139] ([i915#5354] / [i915#6095]) +3 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@kms_ccs@pipe-a-bad-rotation-90-yf_tiled_ccs.html
* igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#3689] / [i915#3886] / [i915#5354]) +11 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#5354] / [i915#6095]) +4 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc.html
* igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][142] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +1 other test skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-9/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][143] ([i915#3886] / [i915#5354] / [i915#6095]) +2 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs:
- shard-tglu: NOTRUN -> [SKIP][144] ([i915#3689] / [i915#5354] / [i915#6095]) +2 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-8/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs.html
* igt@kms_ccs@pipe-b-bad-rotation-90-4_tiled_dg2_rc_ccs:
- shard-dg1: NOTRUN -> [SKIP][145] ([i915#3689] / [i915#5354] / [i915#6095]) +7 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@kms_ccs@pipe-b-bad-rotation-90-4_tiled_dg2_rc_ccs.html
* igt@kms_ccs@pipe-b-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][146] ([i915#5354] / [i915#6095]) +4 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-5/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_ccs:
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#3734] / [i915#5354] / [i915#6095])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_ccs.html
* igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +1 other test skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs:
- shard-mtlp: NOTRUN -> [SKIP][149] ([i915#3886] / [i915#5354] / [i915#6095]) +2 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_mtl_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][150] ([i915#5354] / [i915#6095]) +13 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-17/igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs:
- shard-dg2: NOTRUN -> [SKIP][151] ([i915#3689] / [i915#5354]) +26 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs.html
* igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][152] ([i915#5354]) +13 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-2/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#4087]) +3 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-dg1: NOTRUN -> [SKIP][154] ([fdo#111827]) +1 other test skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-mtlp: NOTRUN -> [SKIP][155] ([fdo#111827])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_color@ctm-0-75:
- shard-rkl: NOTRUN -> [SKIP][156] ([fdo#111827])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_chamelium_color@ctm-0-75.html
* igt@kms_chamelium_color@ctm-green-to-red:
- shard-dg2: NOTRUN -> [SKIP][157] ([fdo#111827]) +2 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_chamelium_color@ctm-green-to-red.html
* igt@kms_chamelium_frames@dp-crc-single:
- shard-dg1: NOTRUN -> [SKIP][158] ([i915#7828]) +4 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@kms_chamelium_frames@dp-crc-single.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#7828]) +13 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_chamelium_frames@hdmi-crc-single:
- shard-tglu: NOTRUN -> [SKIP][160] ([i915#7828]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-5/igt@kms_chamelium_frames@hdmi-crc-single.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-rkl: NOTRUN -> [SKIP][161] ([i915#7828]) +4 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg2: NOTRUN -> [SKIP][162] ([i915#3299]) +1 other test skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy:
- shard-rkl: NOTRUN -> [SKIP][163] ([i915#7118])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_content_protection@legacy.html
- shard-dg1: NOTRUN -> [SKIP][164] ([i915#7116])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@legacy@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [TIMEOUT][165] ([i915#7173]) +1 other test timeout
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-tglu: NOTRUN -> [SKIP][166] ([i915#3555]) +2 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-2/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-onscreen-32x32:
- shard-dg1: NOTRUN -> [SKIP][167] ([i915#3555]) +4 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@kms_cursor_crc@cursor-onscreen-32x32.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-tglu: NOTRUN -> [SKIP][168] ([fdo#109279] / [i915#3359])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#3555]) +3 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-1/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-dg2: NOTRUN -> [SKIP][170] ([i915#3555]) +5 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-rkl: NOTRUN -> [SKIP][171] ([i915#3359])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
- shard-dg1: NOTRUN -> [SKIP][172] ([i915#3359])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-17/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#3359]) +2 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][174] ([fdo#109274] / [fdo#111767] / [i915#5354])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][175] ([i915#3546])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-rkl: NOTRUN -> [SKIP][176] ([fdo#111825]) +2 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-tglu: NOTRUN -> [SKIP][177] ([fdo#109274]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-dg2: NOTRUN -> [SKIP][178] ([fdo#109274] / [i915#5354]) +8 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-rkl: NOTRUN -> [SKIP][179] ([i915#4103])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-tglu: NOTRUN -> [SKIP][180] ([i915#8588])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-3/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#3804])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dsc@dsc-with-bpc:
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#3555] / [i915#3840])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#3555] / [i915#3840])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_dsc@dsc-with-output-formats.html
- shard-rkl: NOTRUN -> [SKIP][184] ([i915#3555] / [i915#3840])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-1/igt@kms_dsc@dsc-with-output-formats.html
- shard-dg1: NOTRUN -> [SKIP][185] ([i915#3555] / [i915#3840])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][186] ([fdo#110189] / [i915#3955])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_fence_pin_leak:
- shard-mtlp: NOTRUN -> [SKIP][187] ([i915#4881])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@kms_fence_pin_leak.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg1: NOTRUN -> [SKIP][188] ([i915#8381])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-17/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-tglu: NOTRUN -> [SKIP][189] ([fdo#109274] / [i915#3637])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-7/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-dg2: NOTRUN -> [SKIP][190] ([fdo#109274]) +12 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-6/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@flip-vs-suspend@b-dp4:
- shard-dg2: [PASS][191] -> [FAIL][192] ([fdo#103375])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-11/igt@kms_flip@flip-vs-suspend@b-dp4.html
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_flip@flip-vs-suspend@b-dp4.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][193] ([i915#2672])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#2587] / [i915#2672]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][195] ([i915#2672]) +3 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-dg2: NOTRUN -> [SKIP][196] ([i915#5274])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#5354]) +54 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][198] ([i915#8708]) +17 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][199] ([fdo#109280]) +6 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite:
- shard-mtlp: NOTRUN -> [SKIP][200] ([i915#1825]) +4 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite.html
- shard-snb: [PASS][201] -> [SKIP][202] ([fdo#109271])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite.html
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][203] ([fdo#111825]) +17 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-dg1: NOTRUN -> [SKIP][204] ([i915#5439])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt:
- shard-tglu: NOTRUN -> [SKIP][205] ([fdo#110189]) +6 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][206] ([fdo#111825] / [i915#1825]) +11 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render:
- shard-dg1: NOTRUN -> [SKIP][207] ([i915#3458]) +7 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][208] ([i915#8708]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
- shard-dg2: NOTRUN -> [SKIP][209] ([i915#3458]) +23 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][210] ([i915#8708]) +11 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render:
- shard-rkl: NOTRUN -> [SKIP][211] ([i915#3023]) +10 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html
* igt@kms_hdr@invalid-hdr:
- shard-rkl: NOTRUN -> [SKIP][212] ([i915#3555] / [i915#8228])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@static-toggle-suspend:
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#8228]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1:
- shard-apl: [PASS][214] -> [INCOMPLETE][215] ([i915#9392])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-apl2/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-apl1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html
* igt@kms_plane_multiple@tiling-yf:
- shard-mtlp: NOTRUN -> [SKIP][216] ([i915#3555] / [i915#8806])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [FAIL][217] ([i915#8292])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1:
- shard-snb: NOTRUN -> [SKIP][218] ([fdo#109271]) +28 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-snb6/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#5235]) +11 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][220] ([i915#5235]) +3 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-edp-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][221] ([i915#5235]) +11 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg1: NOTRUN -> [SKIP][222] ([i915#6524])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-12/igt@kms_prime@basic-crc-vgem.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf:
- shard-rkl: NOTRUN -> [SKIP][223] ([i915#658])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-1/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][224] ([i915#658]) +4 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@plane-move-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][225] ([fdo#111068] / [i915#658])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_psr2_sf@plane-move-sf-dmg-area.html
- shard-dg1: NOTRUN -> [SKIP][226] ([fdo#111068] / [i915#658])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-17/igt@kms_psr2_sf@plane-move-sf-dmg-area.html
* igt@kms_psr@cursor_mmap_gtt:
- shard-rkl: NOTRUN -> [SKIP][227] ([i915#1072]) +2 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_psr@cursor_mmap_gtt.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-dg2: NOTRUN -> [SKIP][228] ([i915#1072]) +6 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_psr@psr2_sprite_plane_move.html
* igt@kms_psr@psr2_sprite_render:
- shard-dg1: NOTRUN -> [SKIP][229] ([i915#1072] / [i915#4078]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@kms_psr@psr2_sprite_render.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-dg2: NOTRUN -> [SKIP][230] ([i915#5461] / [i915#658])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-tglu: NOTRUN -> [SKIP][231] ([i915#5289])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-5/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-dg2: NOTRUN -> [SKIP][232] ([i915#4235]) +1 other test skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-mtlp: NOTRUN -> [SKIP][233] ([i915#4235])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg1: NOTRUN -> [SKIP][234] ([fdo#111615] / [i915#5289])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-12/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-dg2: NOTRUN -> [SKIP][235] ([i915#3555] / [i915#4098])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-6/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-mtlp: NOTRUN -> [SKIP][236] ([i915#3555] / [i915#8809])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_sysfs_edid_timing:
- shard-dg2: [PASS][237] -> [FAIL][238] ([IGT#2])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-11/igt@kms_sysfs_edid_timing.html
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_sysfs_edid_timing.html
* igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm:
- shard-rkl: NOTRUN -> [SKIP][239] ([i915#4070] / [i915#6768]) +2 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm.html
* igt@kms_writeback@writeback-check-output:
- shard-dg1: NOTRUN -> [SKIP][240] ([i915#2437])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-16/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg2: NOTRUN -> [SKIP][241] ([i915#2437])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@kms_writeback@writeback-invalid-parameters.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: [PASS][242] -> [FAIL][243] ([i915#4349]) +3 other tests fail
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-11/igt@perf_pmu@busy-double-start@vecs1.html
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@perf_pmu@busy-double-start@vecs1.html
* igt@prime_udl:
- shard-tglu: NOTRUN -> [SKIP][244] ([fdo#109291])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-5/igt@prime_udl.html
* igt@prime_vgem@basic-gtt:
- shard-dg1: NOTRUN -> [SKIP][245] ([i915#3708] / [i915#4077])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@basic-read:
- shard-dg2: NOTRUN -> [SKIP][246] ([i915#3291] / [i915#3708])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@prime_vgem@basic-read.html
* igt@prime_vgem@fence-read-hang:
- shard-dg2: NOTRUN -> [SKIP][247] ([i915#3708]) +2 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@prime_vgem@fence-read-hang.html
- shard-rkl: NOTRUN -> [SKIP][248] ([fdo#109295] / [i915#3708])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@prime_vgem@fence-read-hang.html
* igt@runner@aborted:
- shard-snb: NOTRUN -> [FAIL][249] ([i915#7812])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-snb5/igt@runner@aborted.html
* igt@v3d/v3d_get_bo_offset@create-get-offsets:
- shard-tglu: NOTRUN -> [SKIP][250] ([fdo#109315] / [i915#2575]) +2 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-6/igt@v3d/v3d_get_bo_offset@create-get-offsets.html
* igt@v3d/v3d_job_submission@array-job-submission:
- shard-dg2: NOTRUN -> [SKIP][251] ([i915#2575]) +17 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-10/igt@v3d/v3d_job_submission@array-job-submission.html
* igt@v3d/v3d_submit_csd@bad-bo:
- shard-mtlp: NOTRUN -> [SKIP][252] ([i915#2575]) +2 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-4/igt@v3d/v3d_submit_csd@bad-bo.html
* igt@v3d/v3d_submit_csd@bad-perfmon:
- shard-dg1: NOTRUN -> [SKIP][253] ([i915#2575]) +4 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@v3d/v3d_submit_csd@bad-perfmon.html
* igt@v3d/v3d_wait_bo@unused-bo-0ns:
- shard-rkl: NOTRUN -> [SKIP][254] ([fdo#109315]) +4 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@v3d/v3d_wait_bo@unused-bo-0ns.html
* igt@vc4/vc4_create_bo@create-bo-0:
- shard-tglu: NOTRUN -> [SKIP][255] ([i915#2575]) +1 other test skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-8/igt@vc4/vc4_create_bo@create-bo-0.html
* igt@vc4/vc4_tiling@get-bad-handle:
- shard-dg2: NOTRUN -> [SKIP][256] ([i915#7711]) +8 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@vc4/vc4_tiling@get-bad-handle.html
- shard-rkl: NOTRUN -> [SKIP][257] ([i915#7711]) +1 other test skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@vc4/vc4_tiling@get-bad-handle.html
* igt@vc4/vc4_tiling@get-bad-modifier:
- shard-mtlp: NOTRUN -> [SKIP][258] ([i915#7711]) +1 other test skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@vc4/vc4_tiling@get-bad-modifier.html
* igt@vc4/vc4_wait_seqno@bad-seqno-1ns:
- shard-dg1: NOTRUN -> [SKIP][259] ([i915#7711]) +5 other tests skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html
#### Possible fixes ####
* igt@gem_ctx_persistence@engines-hang@ccs0:
- shard-mtlp: [ABORT][260] ([i915#9414]) -> [PASS][261] +1 other test pass
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-4/igt@gem_ctx_persistence@engines-hang@ccs0.html
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@gem_ctx_persistence@engines-hang@ccs0.html
* igt@gem_ctx_persistence@engines-hang@vcs0:
- shard-mtlp: [FAIL][262] ([i915#2410]) -> [PASS][263] +3 other tests pass
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-4/igt@gem_ctx_persistence@engines-hang@vcs0.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@gem_ctx_persistence@engines-hang@vcs0.html
* igt@gem_eio@unwedge-stress:
- shard-mtlp: [FAIL][264] ([i915#9436]) -> [PASS][265]
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-1/igt@gem_eio@unwedge-stress.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-7/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-deadline:
- shard-rkl: [FAIL][266] ([i915#2846]) -> [PASS][267]
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-2/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [FAIL][268] ([i915#2842]) -> [PASS][269]
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-glk3/igt@gem_exec_fair@basic-pace-share@rcs0.html
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-glk4/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_schedule@preempt-engines@ccs0:
- shard-mtlp: [FAIL][270] ([i915#9119]) -> [PASS][271] +4 other tests pass
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-4/igt@gem_exec_schedule@preempt-engines@ccs0.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@gem_exec_schedule@preempt-engines@ccs0.html
* igt@gem_exec_schedule@preempt-engines@rcs0:
- shard-mtlp: [DMESG-FAIL][272] ([i915#8962]) -> [PASS][273]
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-4/igt@gem_exec_schedule@preempt-engines@rcs0.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@gem_exec_schedule@preempt-engines@rcs0.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg1: [TIMEOUT][274] ([i915#5493]) -> [PASS][275]
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg1-19/igt@gem_lmem_swapping@smem-oom@lmem0.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_userptr_blits@nohangcheck:
- shard-mtlp: [FAIL][276] ([i915#9353]) -> [PASS][277]
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-1/igt@gem_userptr_blits@nohangcheck.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@gem_userptr_blits@nohangcheck.html
* igt@i915_hangman@detector@vcs0:
- shard-mtlp: [FAIL][278] ([i915#8456]) -> [PASS][279] +2 other tests pass
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-2/igt@i915_hangman@detector@vcs0.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@i915_hangman@detector@vcs0.html
* igt@i915_hangman@gt-engine-hang@vcs0:
- shard-mtlp: [FAIL][280] ([i915#7069]) -> [PASS][281]
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-1/igt@i915_hangman@gt-engine-hang@vcs0.html
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-5/igt@i915_hangman@gt-engine-hang@vcs0.html
* igt@i915_pm_rpm@modeset-lpsp:
- shard-dg1: [SKIP][282] ([i915#1397]) -> [PASS][283]
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg1-17/igt@i915_pm_rpm@modeset-lpsp.html
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-rkl: [SKIP][284] ([i915#1397]) -> [PASS][285]
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-2/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-dg2: [SKIP][286] ([i915#1397]) -> [PASS][287] +1 other test pass
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-dg2: [INCOMPLETE][288] ([i915#9142]) -> [PASS][289]
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-5/igt@i915_pm_rpm@system-suspend-execbuf.html
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_selftest@live@gt_heartbeat:
- shard-apl: [DMESG-FAIL][290] ([i915#5334]) -> [PASS][291]
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-apl4/igt@i915_selftest@live@gt_heartbeat.html
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-apl6/igt@i915_selftest@live@gt_heartbeat.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-tglu: [FAIL][292] ([i915#3743]) -> [PASS][293] +1 other test pass
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-apl: [DMESG-WARN][294] ([i915#1982] / [i915#7634]) -> [PASS][295]
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-apl2/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-apl6/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_cursor_crc@cursor-dpms@pipe-a-edp-1:
- shard-mtlp: [DMESG-WARN][296] ([i915#9157]) -> [PASS][297]
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-2/igt@kms_cursor_crc@cursor-dpms@pipe-a-edp-1.html
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-2/igt@kms_cursor_crc@cursor-dpms@pipe-a-edp-1.html
* igt@kms_cursor_crc@cursor-rapid-movement-256x85@pipe-c-dp-1:
- shard-apl: [DMESG-WARN][298] ([i915#180] / [i915#7634]) -> [PASS][299] +4 other tests pass
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-apl2/igt@kms_cursor_crc@cursor-rapid-movement-256x85@pipe-c-dp-1.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-apl6/igt@kms_cursor_crc@cursor-rapid-movement-256x85@pipe-c-dp-1.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [FAIL][300] ([i915#2346]) -> [PASS][301]
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a3:
- shard-dg2: [FAIL][302] ([fdo#103375]) -> [PASS][303]
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-5/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a3.html
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a3.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt:
- shard-dg2: [FAIL][304] ([i915#6880]) -> [PASS][305]
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_plane_cursor@overlay@pipe-c-edp-1-size-128:
- shard-mtlp: [DMESG-WARN][306] ([i915#1982]) -> [PASS][307]
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-2/igt@kms_plane_cursor@overlay@pipe-c-edp-1-size-128.html
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@kms_plane_cursor@overlay@pipe-c-edp-1-size-128.html
* {igt@kms_pm_dc@dc9-dpms}:
- shard-apl: [SKIP][308] ([fdo#109271]) -> [PASS][309]
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-apl3/igt@kms_pm_dc@dc9-dpms.html
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-apl1/igt@kms_pm_dc@dc9-dpms.html
* {igt@kms_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a}:
- shard-rkl: [SKIP][310] ([i915#1937]) -> [PASS][311]
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-rkl: [INCOMPLETE][312] ([i915#8875]) -> [PASS][313]
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-2/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][314] -> [PASS][315] +1 other test pass
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-tglu-5/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-10/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1:
- shard-mtlp: [FAIL][316] -> [PASS][317]
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-4/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html
* igt@perf_pmu@busy-double-start@bcs0:
- shard-mtlp: [FAIL][318] ([i915#4349]) -> [PASS][319]
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-7/igt@perf_pmu@busy-double-start@bcs0.html
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@perf_pmu@busy-double-start@bcs0.html
#### Warnings ####
* igt@i915_pm_rc6_residency@rc6-idle@rcs0:
- shard-tglu: [WARN][320] ([i915#2681]) -> [FAIL][321] ([i915#2681] / [i915#3591]) +1 other test fail
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-8/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][322] ([i915#4070] / [i915#4816]) -> [SKIP][323] ([i915#4816])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2
[fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303
[fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
[i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3763]: https://gitlab.freedesktop.org/drm/intel/issues/3763
[i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
[i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881
[i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107
[i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439
[i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461
[i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
[i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#5889]: https://gitlab.freedesktop.org/drm/intel/issues/5889
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
[i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334
[i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
[i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069
[i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
[i915#7297]: https://gitlab.freedesktop.org/drm/intel/issues/7297
[i915#7634]: https://gitlab.freedesktop.org/drm/intel/issues/7634
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
[i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790
[i915#7793]: https://gitlab.freedesktop.org/drm/intel/issues/7793
[i915#7812]: https://gitlab.freedesktop.org/drm/intel/issues/7812
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#8063]: https://gitlab.freedesktop.org/drm/intel/issues/8063
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
[i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292
[i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
[i915#8430]: https://gitlab.freedesktop.org/drm/intel/issues/8430
[i915#8431]: https://gitlab.freedesktop.org/drm/intel/issues/8431
[i915#8456]: https://gitlab.freedesktop.org/drm/intel/issues/8456
[i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
[i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
[i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806
[i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809
[i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875
[i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925
[i915#8962]: https://gitlab.freedesktop.org/drm/intel/issues/8962
[i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053
[i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067
[i915#9119]: https://gitlab.freedesktop.org/drm/intel/issues/9119
[i915#9142]: https://gitlab.freedesktop.org/drm/intel/issues/9142
[i915#9157]: https://gitlab.freedesktop.org/drm/intel/issues/9157
[i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323
[i915#9353]: https://gitlab.freedesktop.org/drm/intel/issues/9353
[i915#9392]: https://gitlab.freedesktop.org/drm/intel/issues/9392
[i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412
[i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414
[i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424
[i915#9436]: https://gitlab.freedesktop.org/drm/intel/issues/9436
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7520 -> IGTPW_9950
CI-20190529: 20190529
CI_DRM_13728: e642685fe494c1893ab2fd94e6dc7b6827303d90 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9950: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/index.html
IGT_7520: 6435c8825e9269bdac515ca96cba4502b5b770f5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/index.html
[-- Attachment #2: Type: text/html, Size: 105661 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4)
2023-10-09 13:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-10-09 14:57 ` Nirmoy Das
0 siblings, 0 replies; 18+ messages in thread
From: Nirmoy Das @ 2023-10-09 14:57 UTC (permalink / raw)
To: igt-dev, Patchwork, Nirmoy Das
[-- Attachment #1: Type: text/plain, Size: 101432 bytes --]
On 10/9/2023 3:40 PM, Patchwork wrote:
> Project List - Patchwork *Patch Details*
> *Series:* tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4)
> *URL:* https://patchwork.freedesktop.org/series/124517/
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/index.html
>
>
> CI Bug Log - changes from CI_DRM_13728_full -> IGTPW_9950_full
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_9950_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_9950_full, please notify your bug team
> (lgci.bug.filing@intel.com) 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_9950/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_9950_full:
>
>
> IGT changes
>
>
> Possible regressions
>
> *
>
> igt@gem_exec_suspend@basic-s0@smem:
>
> o shard-dg2: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@gem_exec_suspend@basic-s0@smem.html>
> *
>
> igt@kms_psr@psr2_cursor_mmap_cpu:
>
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-1/igt@kms_psr@psr2_cursor_mmap_cpu.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@kms_psr@psr2_cursor_mmap_cpu.html>
> *
>
> igt@kms_rotation_crc@sprite-rotation-90:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-4/igt@kms_rotation_crc@sprite-rotation-90.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_rotation_crc@sprite-rotation-90.html>
>
Unrelated Failure.
Regards,
Nirmoy
> *
>
>
> New tests
>
> New tests have been introduced between CI_DRM_13728_full and
> IGTPW_9950_full:
>
>
> New IGT tests (6)
>
> *
>
> igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-2:
>
> o Statuses : 1 pass(s)
> o Exec time: [0.0] s
> *
>
> igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-2:
>
> o Statuses : 1 pass(s)
> o Exec time: [0.0] s
> *
>
> igt@kms_universal_plane@disable-primary-vs-flip@pipe-a-dp-4:
>
> o Statuses : 1 pass(s)
> o Exec time: [0.0] s
> *
>
> igt@kms_universal_plane@disable-primary-vs-flip@pipe-b-dp-4:
>
> o Statuses : 1 pass(s)
> o Exec time: [0.0] s
> *
>
> igt@kms_universal_plane@disable-primary-vs-flip@pipe-c-dp-4:
>
> o Statuses : 1 pass(s)
> o Exec time: [0.0] s
> *
>
> igt@kms_universal_plane@disable-primary-vs-flip@pipe-d-dp-4:
>
> o Statuses : 1 pass(s)
> o Exec time: [0.0] s
>
>
> Known issues
>
> Here are the changes found in IGTPW_9950_full that come from known issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@drm_fdinfo@busy-idle@bcs0:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-16/igt@drm_fdinfo@busy-idle@bcs0.html>
> (i915#8414
> <https://gitlab.freedesktop.org/drm/intel/issues/8414>) +4
> other tests skip
> *
>
> igt@drm_fdinfo@most-busy-check-all@rcs0:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-6/igt@drm_fdinfo@most-busy-check-all@rcs0.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html>
> (i915#7742 <https://gitlab.freedesktop.org/drm/intel/issues/7742>)
> *
>
> igt@drm_fdinfo@virtual-busy-hang:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@drm_fdinfo@virtual-busy-hang.html>
> (i915#8414
> <https://gitlab.freedesktop.org/drm/intel/issues/8414>) +11
> other tests skip
> *
>
> igt@drm_fdinfo@virtual-busy-idle-all:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-4/igt@drm_fdinfo@virtual-busy-idle-all.html>
> (i915#8414 <https://gitlab.freedesktop.org/drm/intel/issues/8414>)
> *
>
> igt@gem_bad_reloc@negative-reloc-lut:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@gem_bad_reloc@negative-reloc-lut.html>
> (i915#3281
> <https://gitlab.freedesktop.org/drm/intel/issues/3281>) +7
> other tests skip
> *
>
> igt@gem_ccs@ctrl-surf-copy-new-ctx:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@gem_ccs@ctrl-surf-copy-new-ctx.html>
> (i915#9323 <https://gitlab.freedesktop.org/drm/intel/issues/9323>)
> *
>
> igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0:
>
> o shard-dg2: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-10/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html>
> (i915#7297 <https://gitlab.freedesktop.org/drm/intel/issues/7297>)
> *
>
> igt@gem_close_race@multigpu-basic-threads:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@gem_close_race@multigpu-basic-threads.html>
> (i915#7697
> <https://gitlab.freedesktop.org/drm/intel/issues/7697>) +1
> other test skip
> *
>
> igt@gem_create@create-ext-set-pat:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@gem_create@create-ext-set-pat.html>
> (i915#8562 <https://gitlab.freedesktop.org/drm/intel/issues/8562>)
> *
>
> igt@gem_ctx_exec@basic-nohangcheck:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-6/igt@gem_ctx_exec@basic-nohangcheck.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@gem_ctx_exec@basic-nohangcheck.html>
> (i915#6268 <https://gitlab.freedesktop.org/drm/intel/issues/6268>)
> *
>
> igt@gem_ctx_persistence@engines-persistence:
>
> o shard-snb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-snb4/igt@gem_ctx_persistence@engines-persistence.html>
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> i915#1099 <https://gitlab.freedesktop.org/drm/intel/issues/1099>)
> *
>
> igt@gem_ctx_persistence@heartbeat-hang:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@gem_ctx_persistence@heartbeat-hang.html>
> (i915#8555 <https://gitlab.freedesktop.org/drm/intel/issues/8555>)
> *
>
> igt@gem_ctx_persistence@heartbeat-hostile:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@gem_ctx_persistence@heartbeat-hostile.html>
> (i915#8555 <https://gitlab.freedesktop.org/drm/intel/issues/8555>)
> *
>
> igt@gem_ctx_sseu@engines:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-5/igt@gem_ctx_sseu@engines.html>
> (i915#280 <https://gitlab.freedesktop.org/drm/intel/issues/280>)
> *
>
> igt@gem_ctx_sseu@invalid-sseu:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@gem_ctx_sseu@invalid-sseu.html>
> (i915#280 <https://gitlab.freedesktop.org/drm/intel/issues/280>)
> *
>
> igt@gem_eio@kms:
>
> o shard-dg1: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@gem_eio@kms.html>
> (i915#5784 <https://gitlab.freedesktop.org/drm/intel/issues/5784>)
> *
>
> igt@gem_eio@reset-stress:
>
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg1-19/igt@gem_eio@reset-stress.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@gem_eio@reset-stress.html>
> (i915#5784 <https://gitlab.freedesktop.org/drm/intel/issues/5784>)
> *
>
> igt@gem_exec_balancer@bonded-true-hang:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_exec_balancer@bonded-true-hang.html>
> (i915#4812
> <https://gitlab.freedesktop.org/drm/intel/issues/4812>) +1
> other test skip
> *
>
> igt@gem_exec_balancer@invalid-bonds:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@gem_exec_balancer@invalid-bonds.html>
> (i915#4036 <https://gitlab.freedesktop.org/drm/intel/issues/4036>)
> *
>
> igt@gem_exec_balancer@parallel-out-fence:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@gem_exec_balancer@parallel-out-fence.html>
> (i915#4525 <https://gitlab.freedesktop.org/drm/intel/issues/4525>)
> *
>
> igt@gem_exec_capture@capture-invisible@lmem0:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@gem_exec_capture@capture-invisible@lmem0.html>
> (i915#6334
> <https://gitlab.freedesktop.org/drm/intel/issues/6334>) +1
> other test skip
> *
>
> igt@gem_exec_fair@basic-none-rrul:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-2/igt@gem_exec_fair@basic-none-rrul.html>
> (i915#4473
> <https://gitlab.freedesktop.org/drm/intel/issues/4473> /
> i915#4771 <https://gitlab.freedesktop.org/drm/intel/issues/4771>)
> *
>
> igt@gem_exec_fair@basic-pace-share@rcs0:
>
> o shard-tglu: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html>
> (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>)
> *
>
> igt@gem_exec_fair@basic-pace-solo:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_exec_fair@basic-pace-solo.html>
> (i915#3539 <https://gitlab.freedesktop.org/drm/intel/issues/3539>)
> *
>
> igt@gem_exec_fair@basic-pace-solo@rcs0:
>
> o shard-rkl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html>
> (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>)
> *
>
> igt@gem_exec_fair@basic-throttle:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@gem_exec_fair@basic-throttle.html>
> (i915#3539
> <https://gitlab.freedesktop.org/drm/intel/issues/3539>) +1
> other test skip
> *
>
> igt@gem_exec_fence@submit67:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@gem_exec_fence@submit67.html>
> (i915#4812 <https://gitlab.freedesktop.org/drm/intel/issues/4812>)
> *
>
> igt@gem_exec_flush@basic-batch-kernel-default-cmd:
>
> o
>
> shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html>
> (i915#3539
> <https://gitlab.freedesktop.org/drm/intel/issues/3539> /
> i915#4852
> <https://gitlab.freedesktop.org/drm/intel/issues/4852>) +2
> other tests skip
>
> o
>
> shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-2/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html>
> (fdo#109313 <https://bugs.freedesktop.org/show_bug.cgi?id=109313>)
>
> *
>
> igt@gem_exec_flush@basic-batch-kernel-default-wb:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@gem_exec_flush@basic-batch-kernel-default-wb.html>
> (i915#3539
> <https://gitlab.freedesktop.org/drm/intel/issues/3539> /
> i915#4852
> <https://gitlab.freedesktop.org/drm/intel/issues/4852>) +2
> other tests skip
> *
>
> igt@gem_exec_params@rsvd2-dirt:
>
> o
>
> shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@gem_exec_params@rsvd2-dirt.html>
> (i915#5107 <https://gitlab.freedesktop.org/drm/intel/issues/5107>)
>
> o
>
> shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_exec_params@rsvd2-dirt.html>
> (fdo#109283
> <https://bugs.freedesktop.org/show_bug.cgi?id=109283> /
> i915#5107 <https://gitlab.freedesktop.org/drm/intel/issues/5107>)
>
> *
>
> igt@gem_exec_params@secure-non-root:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_exec_params@secure-non-root.html>
> (fdo#112283 <https://bugs.freedesktop.org/show_bug.cgi?id=112283>)
> *
>
> igt@gem_exec_reloc@basic-gtt-cpu-active:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@gem_exec_reloc@basic-gtt-cpu-active.html>
> (i915#3281
> <https://gitlab.freedesktop.org/drm/intel/issues/3281>) +16
> other tests skip
> *
>
> igt@gem_exec_reloc@basic-wc-read-active:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@gem_exec_reloc@basic-wc-read-active.html>
> (i915#3281
> <https://gitlab.freedesktop.org/drm/intel/issues/3281>) +8
> other tests skip
> *
>
> igt@gem_exec_schedule@preempt-queue-chain:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@gem_exec_schedule@preempt-queue-chain.html>
> (i915#4537
> <https://gitlab.freedesktop.org/drm/intel/issues/4537> /
> i915#4812 <https://gitlab.freedesktop.org/drm/intel/issues/4812>)
> *
>
> igt@gem_exec_schedule@preempt-queue-contexts-chain:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@gem_exec_schedule@preempt-queue-contexts-chain.html>
> (i915#4537
> <https://gitlab.freedesktop.org/drm/intel/issues/4537> /
> i915#4812 <https://gitlab.freedesktop.org/drm/intel/issues/4812>)
> *
>
> igt@gem_exec_schedule@reorder-wide:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-16/igt@gem_exec_schedule@reorder-wide.html>
> (i915#4812
> <https://gitlab.freedesktop.org/drm/intel/issues/4812>) +1
> other test skip
> *
>
> igt@gem_exec_suspend@basic-s4-devices@lmem0:
>
> o shard-dg2: NOTRUN -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices@lmem0.html>
> (i915#7975
> <https://gitlab.freedesktop.org/drm/intel/issues/7975> /
> i915#8213 <https://gitlab.freedesktop.org/drm/intel/issues/8213>)
> *
>
> igt@gem_fence_thrash@bo-copy:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_fence_thrash@bo-copy.html>
> (i915#4860 <https://gitlab.freedesktop.org/drm/intel/issues/4860>)
> *
>
> igt@gem_lmem_swapping@parallel-random-verify-ccs:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@gem_lmem_swapping@parallel-random-verify-ccs.html>
> (i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>)
> *
>
> igt@gem_lmem_swapping@random:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@gem_lmem_swapping@random.html>
> (i915#4613
> <https://gitlab.freedesktop.org/drm/intel/issues/4613>) +1
> other test skip
> *
>
> igt@gem_mmap_gtt@cpuset-big-copy-odd:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@gem_mmap_gtt@cpuset-big-copy-odd.html>
> (i915#4077
> <https://gitlab.freedesktop.org/drm/intel/issues/4077>) +13
> other tests skip
> *
>
> igt@gem_mmap_gtt@cpuset-medium-copy-xy:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html>
> (i915#4077
> <https://gitlab.freedesktop.org/drm/intel/issues/4077>) +1
> other test skip
> *
>
> igt@gem_mmap_gtt@fault-concurrent:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-2/igt@gem_mmap_gtt@fault-concurrent.html>
> (i915#4077
> <https://gitlab.freedesktop.org/drm/intel/issues/4077>) +2
> other tests skip
> *
>
> igt@gem_mmap_wc@bad-object:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-10/igt@gem_mmap_wc@bad-object.html>
> (i915#4083
> <https://gitlab.freedesktop.org/drm/intel/issues/4083>) +4
> other tests skip
> *
>
> igt@gem_mmap_wc@bad-size:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@gem_mmap_wc@bad-size.html>
> (i915#4083 <https://gitlab.freedesktop.org/drm/intel/issues/4083>)
> *
>
> igt@gem_mmap_wc@close:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@gem_mmap_wc@close.html>
> (i915#4083
> <https://gitlab.freedesktop.org/drm/intel/issues/4083>) +1
> other test skip
> *
>
> igt@gem_partial_pwrite_pread@reads-uncached:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@gem_partial_pwrite_pread@reads-uncached.html>
> (i915#3282
> <https://gitlab.freedesktop.org/drm/intel/issues/3282>) +2
> other tests skip
> *
>
> igt@gem_partial_pwrite_pread@writes-after-reads-display:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@gem_partial_pwrite_pread@writes-after-reads-display.html>
> (i915#3282
> <https://gitlab.freedesktop.org/drm/intel/issues/3282>) +6
> other tests skip
> *
>
> igt@gem_pxp@protected-raw-src-copy-not-readible:
>
> o
>
> shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@gem_pxp@protected-raw-src-copy-not-readible.html>
> (i915#4270 <https://gitlab.freedesktop.org/drm/intel/issues/4270>)
>
> o
>
> shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@gem_pxp@protected-raw-src-copy-not-readible.html>
> (i915#4270
> <https://gitlab.freedesktop.org/drm/intel/issues/4270>) +1
> other test skip
>
> *
>
> igt@gem_pxp@regular-baseline-src-copy-readible:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@gem_pxp@regular-baseline-src-copy-readible.html>
> (i915#4270
> <https://gitlab.freedesktop.org/drm/intel/issues/4270>) +3
> other tests skip
> *
>
> igt@gem_render_copy@y-tiled-to-vebox-yf-tiled:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-4/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html>
> (i915#8428 <https://gitlab.freedesktop.org/drm/intel/issues/8428>)
> *
>
> igt@gem_set_tiling_vs_blt@tiled-to-tiled:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-17/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html>
> (i915#4079 <https://gitlab.freedesktop.org/drm/intel/issues/4079>)
> *
>
> igt@gem_set_tiling_vs_blt@tiled-to-untiled:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-6/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html>
> (i915#4079 <https://gitlab.freedesktop.org/drm/intel/issues/4079>)
> *
>
> igt@gem_softpin@noreloc-s3:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-5/igt@gem_softpin@noreloc-s3.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-5/igt@gem_softpin@noreloc-s3.html>
> (i915#7793 <https://gitlab.freedesktop.org/drm/intel/issues/7793>)
> *
>
> igt@gem_spin_batch@spin-all-new:
>
> o shard-dg2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-10/igt@gem_spin_batch@spin-all-new.html>
> (i915#5889 <https://gitlab.freedesktop.org/drm/intel/issues/5889>)
> *
>
> igt@gem_userptr_blits@invalid-mmap-offset-unsync:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html>
> (i915#3297
> <https://gitlab.freedesktop.org/drm/intel/issues/3297>) +1
> other test skip
> *
>
> igt@gem_userptr_blits@map-fixed-invalidate-overlap:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html>
> (i915#3297
> <https://gitlab.freedesktop.org/drm/intel/issues/3297> /
> i915#4880
> <https://gitlab.freedesktop.org/drm/intel/issues/4880>) +1
> other test skip
> *
>
> igt@gem_userptr_blits@readonly-pwrite-unsync:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-9/igt@gem_userptr_blits@readonly-pwrite-unsync.html>
> (i915#3297 <https://gitlab.freedesktop.org/drm/intel/issues/3297>)
> *
>
> igt@gem_userptr_blits@unsync-overlap:
>
> o
>
> shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@gem_userptr_blits@unsync-overlap.html>
> (i915#3297
> <https://gitlab.freedesktop.org/drm/intel/issues/3297>) +3
> other tests skip
>
> o
>
> shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@gem_userptr_blits@unsync-overlap.html>
> (i915#3297
> <https://gitlab.freedesktop.org/drm/intel/issues/3297>) +1
> other test skip
>
> *
>
> igt@gem_userptr_blits@unsync-unmap:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-2/igt@gem_userptr_blits@unsync-unmap.html>
> (i915#3297
> <https://gitlab.freedesktop.org/drm/intel/issues/3297>) +1
> other test skip
> *
>
> igt@gen3_render_linear_blits:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@gen3_render_linear_blits.html>
> (fdo#109289
> <https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +1
> other test skip
> *
>
> igt@gen3_render_tiledy_blits:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-4/igt@gen3_render_tiledy_blits.html>
> (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289>)
> *
>
> igt@gen7_exec_parse@batch-without-end:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@gen7_exec_parse@batch-without-end.html>
> (fdo#109289
> <https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +3
> other tests skip
> *
>
> igt@gen7_exec_parse@oacontrol-tracking:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-2/igt@gen7_exec_parse@oacontrol-tracking.html>
> (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289>)
> *
>
> igt@gen9_exec_parse@allowed-single:
>
> o
>
> shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-7/igt@gen9_exec_parse@allowed-single.html>
> (i915#2527
> <https://gitlab.freedesktop.org/drm/intel/issues/2527> /
> i915#2856 <https://gitlab.freedesktop.org/drm/intel/issues/2856>)
>
> o
>
> shard-apl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-apl1/igt@gen9_exec_parse@allowed-single.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-apl1/igt@gen9_exec_parse@allowed-single.html>
> (i915#5566 <https://gitlab.freedesktop.org/drm/intel/issues/5566>)
>
> *
>
> igt@gen9_exec_parse@bb-oversize:
>
> o
>
> shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@gen9_exec_parse@bb-oversize.html>
> (i915#2527
> <https://gitlab.freedesktop.org/drm/intel/issues/2527>) +1
> other test skip
>
> o
>
> shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-17/igt@gen9_exec_parse@bb-oversize.html>
> (i915#2527
> <https://gitlab.freedesktop.org/drm/intel/issues/2527>) +2
> other tests skip
>
> *
>
> igt@gen9_exec_parse@valid-registers:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@gen9_exec_parse@valid-registers.html>
> (i915#2856
> <https://gitlab.freedesktop.org/drm/intel/issues/2856>) +5
> other tests skip
> *
>
> igt@i915_hangman@gt-engine-error@vcs0:
>
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-4/igt@i915_hangman@gt-engine-error@vcs0.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@i915_hangman@gt-engine-error@vcs0.html>
> (i915#7069 <https://gitlab.freedesktop.org/drm/intel/issues/7069>)
> *
>
> igt@i915_pm_rc6_residency@media-rc6-accuracy:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-5/igt@i915_pm_rc6_residency@media-rc6-accuracy.html>
> (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289>)
> *
>
> igt@i915_pm_rc6_residency@rc6-fence:
>
> o shard-tglu: NOTRUN -> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-fence.html>
> (i915#2681 <https://gitlab.freedesktop.org/drm/intel/issues/2681>)
> *
>
> igt@i915_pm_rc6_residency@rc6-idle@vcs0:
>
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html>
> (i915#3591
> <https://gitlab.freedesktop.org/drm/intel/issues/3591>) +1
> other test fail
> *
>
> igt@i915_pm_rpm@dpms-lpsp:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@i915_pm_rpm@dpms-lpsp.html>
> (i915#1397
> <https://gitlab.freedesktop.org/drm/intel/issues/1397>) +1
> other test skip
> *
>
> igt@i915_pm_rpm@dpms-mode-unset-lpsp:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html>
> (i915#1397
> <https://gitlab.freedesktop.org/drm/intel/issues/1397>) +1
> other test skip
> *
>
> igt@i915_pm_rpm@gem-mmap-type@gtt-smem0:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-7/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html>
> (i915#8431 <https://gitlab.freedesktop.org/drm/intel/issues/8431>)
> *
>
> igt@i915_pm_rpm@modeset-non-lpsp-stress:
>
> o
>
> shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-6/igt@i915_pm_rpm@modeset-non-lpsp-stress.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress.html>
> (i915#1397 <https://gitlab.freedesktop.org/drm/intel/issues/1397>)
>
> o
>
> shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-1/igt@i915_pm_rpm@modeset-non-lpsp-stress.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress.html>
> (i915#1397
> <https://gitlab.freedesktop.org/drm/intel/issues/1397>) +2
> other tests skip
>
> *
>
> igt@i915_pm_rpm@modeset-pc8-residency-stress:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-4/igt@i915_pm_rpm@modeset-pc8-residency-stress.html>
> (fdo#109506 <https://bugs.freedesktop.org/show_bug.cgi?id=109506>)
> *
>
> igt@i915_pm_rpm@pc8-residency:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-12/igt@i915_pm_rpm@pc8-residency.html>
> (fdo#109506 <https://bugs.freedesktop.org/show_bug.cgi?id=109506>)
> *
>
> igt@i915_pm_rps@basic-api:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@i915_pm_rps@basic-api.html>
> (i915#6621 <https://gitlab.freedesktop.org/drm/intel/issues/6621>)
> *
>
> igt@i915_pm_rps@reset:
>
> o shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-snb2/igt@i915_pm_rps@reset.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-snb1/igt@i915_pm_rps@reset.html>
> (i915#7790 <https://gitlab.freedesktop.org/drm/intel/issues/7790>)
> *
>
> igt@i915_pm_rps@thresholds-idle-park@gt0:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@i915_pm_rps@thresholds-idle-park@gt0.html>
> (i915#8925 <https://gitlab.freedesktop.org/drm/intel/issues/8925>)
> *
>
> igt@i915_query@query-topology-known-pci-ids:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@i915_query@query-topology-known-pci-ids.html>
> (fdo#109303 <https://bugs.freedesktop.org/show_bug.cgi?id=109303>)
> *
>
> igt@i915_suspend@basic-s3-without-i915:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html>
> (fdo#103375 <https://bugs.freedesktop.org/show_bug.cgi?id=103375>)
> *
>
> igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html>
> (i915#4212 <https://gitlab.freedesktop.org/drm/intel/issues/4212>)
> *
>
> igt@kms_addfb_basic@basic-y-tiled-legacy:
>
> o
>
> shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_addfb_basic@basic-y-tiled-legacy.html>
> (i915#4215
> <https://gitlab.freedesktop.org/drm/intel/issues/4215> /
> i915#5190 <https://gitlab.freedesktop.org/drm/intel/issues/5190>)
>
> o
>
> shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_addfb_basic@basic-y-tiled-legacy.html>
> (i915#4215 <https://gitlab.freedesktop.org/drm/intel/issues/4215>)
>
> *
>
> igt@kms_addfb_basic@bo-too-small-due-to-tiling:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html>
> (i915#4212
> <https://gitlab.freedesktop.org/drm/intel/issues/4212>) +1
> other test skip
> *
>
> igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs.html>
> (i915#8502
> <https://gitlab.freedesktop.org/drm/intel/issues/8502> /
> i915#8709
> <https://gitlab.freedesktop.org/drm/intel/issues/8709>) +11
> other tests skip
> *
>
> igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs.html>
> (i915#8502
> <https://gitlab.freedesktop.org/drm/intel/issues/8502>) +3
> other tests skip
> *
>
> igt@kms_async_flips@crc@pipe-a-hdmi-a-3:
>
> o shard-dg2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html>
> (i915#8247
> <https://gitlab.freedesktop.org/drm/intel/issues/8247>) +3
> other tests fail
> *
>
> igt@kms_async_flips@crc@pipe-d-hdmi-a-4:
>
> o shard-dg1: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_async_flips@crc@pipe-d-hdmi-a-4.html>
> (i915#8247
> <https://gitlab.freedesktop.org/drm/intel/issues/8247>) +3
> other tests fail
> *
>
> igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html>
> (i915#1769
> <https://gitlab.freedesktop.org/drm/intel/issues/1769> /
> i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555>)
> *
>
> igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html>
> (i915#1769
> <https://gitlab.freedesktop.org/drm/intel/issues/1769> /
> i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555>)
> *
>
> igt@kms_big_fb@4-tiled-16bpp-rotate-90:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-4/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html>
> (fdo#111615
> <https://bugs.freedesktop.org/show_bug.cgi?id=111615> /
> i915#5286 <https://gitlab.freedesktop.org/drm/intel/issues/5286>)
> *
>
> igt@kms_big_fb@4-tiled-64bpp-rotate-180:
>
> o
>
> shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html>
> (i915#4538
> <https://gitlab.freedesktop.org/drm/intel/issues/4538> /
> i915#5286
> <https://gitlab.freedesktop.org/drm/intel/issues/5286>) +3
> other tests skip
>
> o
>
> shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-5/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html>
> (i915#3763
> <https://gitlab.freedesktop.org/drm/intel/issues/3763> /
> i915#5138 <https://gitlab.freedesktop.org/drm/intel/issues/5138>)
>
> *
>
> igt@kms_big_fb@4-tiled-addfb-size-overflow:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_big_fb@4-tiled-addfb-size-overflow.html>
> (i915#5286 <https://gitlab.freedesktop.org/drm/intel/issues/5286>)
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180.html>
> (i915#5286
> <https://gitlab.freedesktop.org/drm/intel/issues/5286>) +1
> other test skip
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
>
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html>
> (i915#5138 <https://gitlab.freedesktop.org/drm/intel/issues/5138>)
> *
>
> igt@kms_big_fb@linear-32bpp-rotate-90:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-5/igt@kms_big_fb@linear-32bpp-rotate-90.html>
> (fdo#111614
> <https://bugs.freedesktop.org/show_bug.cgi?id=111614>) +2
> other tests skip
> *
>
> igt@kms_big_fb@linear-64bpp-rotate-270:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-8/igt@kms_big_fb@linear-64bpp-rotate-270.html>
> (fdo#111614 <https://bugs.freedesktop.org/show_bug.cgi?id=111614>)
> *
>
> igt@kms_big_fb@x-tiled-16bpp-rotate-90:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html>
> (fdo#111614
> <https://bugs.freedesktop.org/show_bug.cgi?id=111614>) +5
> other tests skip
> *
>
> igt@kms_big_fb@x-tiled-64bpp-rotate-270:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html>
> (fdo#111614
> <https://bugs.freedesktop.org/show_bug.cgi?id=111614> /
> i915#3638 <https://gitlab.freedesktop.org/drm/intel/issues/3638>)
> *
>
> igt@kms_big_fb@x-tiled-64bpp-rotate-90:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html>
> (i915#3638 <https://gitlab.freedesktop.org/drm/intel/issues/3638>)
> *
>
> igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
>
> o shard-tglu: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-tglu-7/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html>
> (i915#3743 <https://gitlab.freedesktop.org/drm/intel/issues/3743>)
> *
>
> igt@kms_big_fb@y-tiled-64bpp-rotate-0:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html>
> (i915#5190
> <https://gitlab.freedesktop.org/drm/intel/issues/5190>) +16
> other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html>
> (fdo#111615
> <https://bugs.freedesktop.org/show_bug.cgi?id=111615>) +4
> other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-32bpp-rotate-90:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html>
> (fdo#110723
> <https://bugs.freedesktop.org/show_bug.cgi?id=110723>) +2
> other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html>
> (i915#4538
> <https://gitlab.freedesktop.org/drm/intel/issues/4538> /
> i915#5190
> <https://gitlab.freedesktop.org/drm/intel/issues/5190>) +6
> other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html>
> (fdo#111615
> <https://bugs.freedesktop.org/show_bug.cgi?id=111615>) +1
> other test skip
> *
>
> igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html>
> (i915#4538
> <https://gitlab.freedesktop.org/drm/intel/issues/4538>) +2
> other tests skip
> *
>
> igt@kms_big_joiner@basic:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@kms_big_joiner@basic.html>
> (i915#2705 <https://gitlab.freedesktop.org/drm/intel/issues/2705>)
> *
>
> igt@kms_big_joiner@invalid-modeset:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-4/igt@kms_big_joiner@invalid-modeset.html>
> (i915#2705 <https://gitlab.freedesktop.org/drm/intel/issues/2705>)
> *
>
> igt@kms_ccs@pipe-a-bad-rotation-90-yf_tiled_ccs:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@kms_ccs@pipe-a-bad-rotation-90-yf_tiled_ccs.html>
> (i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354> /
> i915#6095
> <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +3
> other tests skip
> *
>
> igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html>
> (i915#3689
> <https://gitlab.freedesktop.org/drm/intel/issues/3689> /
> i915#3886
> <https://gitlab.freedesktop.org/drm/intel/issues/3886> /
> i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354>) +11
> other tests skip
> *
>
> igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc.html>
> (i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354> /
> i915#6095
> <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +4
> other tests skip
> *
>
> igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-9/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html>
> (i915#3689
> <https://gitlab.freedesktop.org/drm/intel/issues/3689> /
> i915#3886
> <https://gitlab.freedesktop.org/drm/intel/issues/3886> /
> i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354> /
> i915#6095
> <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +1
> other test skip
> *
>
> igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_mc_ccs:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_mc_ccs.html>
> (i915#3886
> <https://gitlab.freedesktop.org/drm/intel/issues/3886> /
> i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354> /
> i915#6095
> <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +2
> other tests skip
> *
>
> igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-8/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs.html>
> (i915#3689
> <https://gitlab.freedesktop.org/drm/intel/issues/3689> /
> i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354> /
> i915#6095
> <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +2
> other tests skip
> *
>
> igt@kms_ccs@pipe-b-bad-rotation-90-4_tiled_dg2_rc_ccs:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@kms_ccs@pipe-b-bad-rotation-90-4_tiled_dg2_rc_ccs.html>
> (i915#3689
> <https://gitlab.freedesktop.org/drm/intel/issues/3689> /
> i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354> /
> i915#6095
> <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +7
> other tests skip
> *
>
> igt@kms_ccs@pipe-b-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-5/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html>
> (i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354> /
> i915#6095
> <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +4
> other tests skip
> *
>
> igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_ccs:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_ccs.html>
> (i915#3734
> <https://gitlab.freedesktop.org/drm/intel/issues/3734> /
> i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354> /
> i915#6095 <https://gitlab.freedesktop.org/drm/intel/issues/6095>)
> *
>
> igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html>
> (i915#3689
> <https://gitlab.freedesktop.org/drm/intel/issues/3689> /
> i915#3886
> <https://gitlab.freedesktop.org/drm/intel/issues/3886> /
> i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354> /
> i915#6095
> <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +1
> other test skip
> *
>
> igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs.html>
> (i915#3886
> <https://gitlab.freedesktop.org/drm/intel/issues/3886> /
> i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354> /
> i915#6095
> <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +2
> other tests skip
> *
>
> igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_mtl_mc_ccs:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-17/igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_mtl_mc_ccs.html>
> (i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354> /
> i915#6095
> <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +13
> other tests skip
> *
>
> igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs.html>
> (i915#3689
> <https://gitlab.freedesktop.org/drm/intel/issues/3689> /
> i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354>) +26
> other tests skip
> *
>
> igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-2/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs.html>
> (i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354>) +13
> other tests skip
> *
>
> igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html>
> (i915#4087
> <https://gitlab.freedesktop.org/drm/intel/issues/4087>) +3
> other tests skip
> *
>
> igt@kms_chamelium_color@ctm-0-25:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_chamelium_color@ctm-0-25.html>
> (fdo#111827
> <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +1
> other test skip
> *
>
> igt@kms_chamelium_color@ctm-0-50:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@kms_chamelium_color@ctm-0-50.html>
> (fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
> *
>
> igt@kms_chamelium_color@ctm-0-75:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_chamelium_color@ctm-0-75.html>
> (fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
> *
>
> igt@kms_chamelium_color@ctm-green-to-red:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_chamelium_color@ctm-green-to-red.html>
> (fdo#111827
> <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +2
> other tests skip
> *
>
> igt@kms_chamelium_frames@dp-crc-single:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@kms_chamelium_frames@dp-crc-single.html>
> (i915#7828
> <https://gitlab.freedesktop.org/drm/intel/issues/7828>) +4
> other tests skip
> *
>
> igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html>
> (i915#7828
> <https://gitlab.freedesktop.org/drm/intel/issues/7828>) +13
> other tests skip
> *
>
> igt@kms_chamelium_frames@hdmi-crc-single:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-5/igt@kms_chamelium_frames@hdmi-crc-single.html>
> (i915#7828
> <https://gitlab.freedesktop.org/drm/intel/issues/7828>) +1
> other test skip
> *
>
> igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html>
> (i915#7828
> <https://gitlab.freedesktop.org/drm/intel/issues/7828>) +4
> other tests skip
> *
>
> igt@kms_content_protection@dp-mst-type-1:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_content_protection@dp-mst-type-1.html>
> (i915#3299
> <https://gitlab.freedesktop.org/drm/intel/issues/3299>) +1
> other test skip
> *
>
> igt@kms_content_protection@legacy:
>
> o
>
> shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_content_protection@legacy.html>
> (i915#7118 <https://gitlab.freedesktop.org/drm/intel/issues/7118>)
>
> o
>
> shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@kms_content_protection@legacy.html>
> (i915#7116 <https://gitlab.freedesktop.org/drm/intel/issues/7116>)
>
> *
>
> igt@kms_content_protection@legacy@pipe-a-dp-4:
>
> o shard-dg2: NOTRUN -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html>
> (i915#7173
> <https://gitlab.freedesktop.org/drm/intel/issues/7173>) +1
> other test timeout
> *
>
> igt@kms_cursor_crc@cursor-offscreen-32x10:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-2/igt@kms_cursor_crc@cursor-offscreen-32x10.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555>) +2
> other tests skip
> *
>
> igt@kms_cursor_crc@cursor-onscreen-32x32:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@kms_cursor_crc@cursor-onscreen-32x32.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555>) +4
> other tests skip
> *
>
> igt@kms_cursor_crc@cursor-onscreen-512x170:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-512x170.html>
> (fdo#109279
> <https://bugs.freedesktop.org/show_bug.cgi?id=109279> /
> i915#3359 <https://gitlab.freedesktop.org/drm/intel/issues/3359>)
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-32x10:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-1/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555>) +3
> other tests skip
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-32x32:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555>) +5
> other tests skip
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-512x170:
>
> o
>
> shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html>
> (i915#3359 <https://gitlab.freedesktop.org/drm/intel/issues/3359>)
>
> o
>
> shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-17/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html>
> (i915#3359 <https://gitlab.freedesktop.org/drm/intel/issues/3359>)
>
> *
>
> igt@kms_cursor_crc@cursor-sliding-512x512:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-512x512.html>
> (i915#3359
> <https://gitlab.freedesktop.org/drm/intel/issues/3359>) +2
> other tests skip
> *
>
> igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html>
> (fdo#109274
> <https://bugs.freedesktop.org/show_bug.cgi?id=109274> /
> fdo#111767
> <https://bugs.freedesktop.org/show_bug.cgi?id=111767> /
> i915#5354 <https://gitlab.freedesktop.org/drm/intel/issues/5354>)
> *
>
> igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html>
> (i915#3546 <https://gitlab.freedesktop.org/drm/intel/issues/3546>)
> *
>
> igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html>
> (fdo#111825
> <https://bugs.freedesktop.org/show_bug.cgi?id=111825>) +2
> other tests skip
> *
>
> igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html>
> (fdo#109274
> <https://bugs.freedesktop.org/show_bug.cgi?id=109274>) +1
> other test skip
> *
>
> igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html>
> (fdo#109274
> <https://bugs.freedesktop.org/show_bug.cgi?id=109274> /
> i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354>) +8
> other tests skip
> *
>
> igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html>
> (i915#4103 <https://gitlab.freedesktop.org/drm/intel/issues/4103>)
> *
>
> igt@kms_display_modes@mst-extended-mode-negative:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-3/igt@kms_display_modes@mst-extended-mode-negative.html>
> (i915#8588 <https://gitlab.freedesktop.org/drm/intel/issues/8588>)
> *
>
> igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html>
> (i915#3804 <https://gitlab.freedesktop.org/drm/intel/issues/3804>)
> *
>
> igt@kms_dsc@dsc-with-bpc:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@kms_dsc@dsc-with-bpc.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555> /
> i915#3840 <https://gitlab.freedesktop.org/drm/intel/issues/3840>)
> *
>
> igt@kms_dsc@dsc-with-output-formats:
>
> o
>
> shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_dsc@dsc-with-output-formats.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555> /
> i915#3840 <https://gitlab.freedesktop.org/drm/intel/issues/3840>)
>
> o
>
> shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-1/igt@kms_dsc@dsc-with-output-formats.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555> /
> i915#3840 <https://gitlab.freedesktop.org/drm/intel/issues/3840>)
>
> o
>
> shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@kms_dsc@dsc-with-output-formats.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555> /
> i915#3840 <https://gitlab.freedesktop.org/drm/intel/issues/3840>)
>
> *
>
> igt@kms_fbcon_fbt@psr-suspend:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html>
> (fdo#110189
> <https://bugs.freedesktop.org/show_bug.cgi?id=110189> /
> i915#3955 <https://gitlab.freedesktop.org/drm/intel/issues/3955>)
> *
>
> igt@kms_fence_pin_leak:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@kms_fence_pin_leak.html>
> (i915#4881 <https://gitlab.freedesktop.org/drm/intel/issues/4881>)
> *
>
> igt@kms_flip@2x-flip-vs-fences:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-17/igt@kms_flip@2x-flip-vs-fences.html>
> (i915#8381 <https://gitlab.freedesktop.org/drm/intel/issues/8381>)
> *
>
> igt@kms_flip@2x-flip-vs-fences-interruptible:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-7/igt@kms_flip@2x-flip-vs-fences-interruptible.html>
> (fdo#109274
> <https://bugs.freedesktop.org/show_bug.cgi?id=109274> /
> i915#3637 <https://gitlab.freedesktop.org/drm/intel/issues/3637>)
> *
>
> igt@kms_flip@2x-flip-vs-panning-vs-hang:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-6/igt@kms_flip@2x-flip-vs-panning-vs-hang.html>
> (fdo#109274
> <https://bugs.freedesktop.org/show_bug.cgi?id=109274>) +12
> other tests skip
> *
>
> igt@kms_flip@flip-vs-suspend@b-dp4:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-11/igt@kms_flip@flip-vs-suspend@b-dp4.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_flip@flip-vs-suspend@b-dp4.html>
> (fdo#103375 <https://bugs.freedesktop.org/show_bug.cgi?id=103375>)
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
>
> o
>
> shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html>
> (i915#2672 <https://gitlab.freedesktop.org/drm/intel/issues/2672>)
>
> o
>
> shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html>
> (i915#2587
> <https://gitlab.freedesktop.org/drm/intel/issues/2587> /
> i915#2672
> <https://gitlab.freedesktop.org/drm/intel/issues/2672>) +1
> other test skip
>
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-valid-mode:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/intel/issues/2672>) +3
> other tests skip
> *
>
> igt@kms_force_connector_basic@prune-stale-modes:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_force_connector_basic@prune-stale-modes.html>
> (i915#5274 <https://gitlab.freedesktop.org/drm/intel/issues/5274>)
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html>
> (i915#5354
> <https://gitlab.freedesktop.org/drm/intel/issues/5354>) +54
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt.html>
> (i915#8708
> <https://gitlab.freedesktop.org/drm/intel/issues/8708>) +17
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html>
> (fdo#109280
> <https://bugs.freedesktop.org/show_bug.cgi?id=109280>) +6
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite:
>
> o
>
> shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite.html>
> (i915#1825
> <https://gitlab.freedesktop.org/drm/intel/issues/1825>) +4
> other tests skip
>
> o
>
> shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite.html>
> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>)
>
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html>
> (fdo#111825
> <https://bugs.freedesktop.org/show_bug.cgi?id=111825>) +17
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-tiling-4:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-tiling-4.html>
> (i915#5439 <https://gitlab.freedesktop.org/drm/intel/issues/5439>)
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt.html>
> (fdo#110189
> <https://bugs.freedesktop.org/show_bug.cgi?id=110189>) +6
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html>
> (fdo#111825
> <https://bugs.freedesktop.org/show_bug.cgi?id=111825> /
> i915#1825
> <https://gitlab.freedesktop.org/drm/intel/issues/1825>) +11
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render.html>
> (i915#3458
> <https://gitlab.freedesktop.org/drm/intel/issues/3458>) +7
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt.html>
> (i915#8708
> <https://gitlab.freedesktop.org/drm/intel/issues/8708>) +1
> other test skip
> *
>
> igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html>
> (i915#3458
> <https://gitlab.freedesktop.org/drm/intel/issues/3458>) +23
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html>
> (i915#8708
> <https://gitlab.freedesktop.org/drm/intel/issues/8708>) +11
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html>
> (i915#3023
> <https://gitlab.freedesktop.org/drm/intel/issues/3023>) +10
> other tests skip
> *
>
> igt@kms_hdr@invalid-hdr:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@kms_hdr@invalid-hdr.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555> /
> i915#8228 <https://gitlab.freedesktop.org/drm/intel/issues/8228>)
> *
>
> igt@kms_hdr@static-toggle-suspend:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_hdr@static-toggle-suspend.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555> /
> i915#8228
> <https://gitlab.freedesktop.org/drm/intel/issues/8228>) +1
> other test skip
> *
>
> igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1:
>
> o shard-apl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-apl2/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-apl1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html>
> (i915#9392 <https://gitlab.freedesktop.org/drm/intel/issues/9392>)
> *
>
> igt@kms_plane_multiple@tiling-yf:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@kms_plane_multiple@tiling-yf.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555> /
> i915#8806 <https://gitlab.freedesktop.org/drm/intel/issues/8806>)
> *
>
> igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4:
>
> o shard-dg1: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html>
> (i915#8292 <https://gitlab.freedesktop.org/drm/intel/issues/8292>)
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1:
>
> o shard-snb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-snb6/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1.html>
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +28
> other tests skip
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4.html>
> (i915#5235
> <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +11
> other tests skip
> *
>
> igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-edp-1.html>
> (i915#5235
> <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +3
> other tests skip
> *
>
> igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html>
> (i915#5235
> <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +11
> other tests skip
> *
>
> igt@kms_prime@basic-crc-vgem:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-12/igt@kms_prime@basic-crc-vgem.html>
> (i915#6524 <https://gitlab.freedesktop.org/drm/intel/issues/6524>)
> *
>
> igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-1/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html>
> (i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
> *
>
> igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html>
> (i915#658
> <https://gitlab.freedesktop.org/drm/intel/issues/658>) +4
> other tests skip
> *
>
> igt@kms_psr2_sf@plane-move-sf-dmg-area:
>
> o
>
> shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_psr2_sf@plane-move-sf-dmg-area.html>
> (fdo#111068
> <https://bugs.freedesktop.org/show_bug.cgi?id=111068> /
> i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
>
> o
>
> shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-17/igt@kms_psr2_sf@plane-move-sf-dmg-area.html>
> (fdo#111068
> <https://bugs.freedesktop.org/show_bug.cgi?id=111068> /
> i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
>
> *
>
> igt@kms_psr@cursor_mmap_gtt:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_psr@cursor_mmap_gtt.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/intel/issues/1072>) +2
> other tests skip
> *
>
> igt@kms_psr@psr2_sprite_plane_move:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_psr@psr2_sprite_plane_move.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/intel/issues/1072>) +6
> other tests skip
> *
>
> igt@kms_psr@psr2_sprite_render:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-18/igt@kms_psr@psr2_sprite_render.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/intel/issues/1072> /
> i915#4078
> <https://gitlab.freedesktop.org/drm/intel/issues/4078>) +1
> other test skip
> *
>
> igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html>
> (i915#5461
> <https://gitlab.freedesktop.org/drm/intel/issues/5461> /
> i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
> *
>
> igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-5/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html>
> (i915#5289 <https://gitlab.freedesktop.org/drm/intel/issues/5289>)
> *
>
> igt@kms_rotation_crc@primary-rotation-270:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@kms_rotation_crc@primary-rotation-270.html>
> (i915#4235
> <https://gitlab.freedesktop.org/drm/intel/issues/4235>) +1
> other test skip
> *
>
> igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html>
> (i915#4235 <https://gitlab.freedesktop.org/drm/intel/issues/4235>)
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-12/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html>
> (fdo#111615
> <https://bugs.freedesktop.org/show_bug.cgi?id=111615> /
> i915#5289 <https://gitlab.freedesktop.org/drm/intel/issues/5289>)
> *
>
> igt@kms_setmode@basic-clone-single-crtc:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-6/igt@kms_setmode@basic-clone-single-crtc.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555> /
> i915#4098 <https://gitlab.freedesktop.org/drm/intel/issues/4098>)
> *
>
> igt@kms_setmode@invalid-clone-single-crtc-stealing:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@kms_setmode@invalid-clone-single-crtc-stealing.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/intel/issues/3555> /
> i915#8809 <https://gitlab.freedesktop.org/drm/intel/issues/8809>)
> *
>
> igt@kms_sysfs_edid_timing:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-11/igt@kms_sysfs_edid_timing.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_sysfs_edid_timing.html>
> (IGT#2
> <https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2>)
> *
>
> igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-6/igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm.html>
> (i915#4070
> <https://gitlab.freedesktop.org/drm/intel/issues/4070> /
> i915#6768
> <https://gitlab.freedesktop.org/drm/intel/issues/6768>) +2
> other tests skip
> *
>
> igt@kms_writeback@writeback-check-output:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-16/igt@kms_writeback@writeback-check-output.html>
> (i915#2437 <https://gitlab.freedesktop.org/drm/intel/issues/2437>)
> *
>
> igt@kms_writeback@writeback-invalid-parameters:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@kms_writeback@writeback-invalid-parameters.html>
> (i915#2437 <https://gitlab.freedesktop.org/drm/intel/issues/2437>)
> *
>
> igt@perf_pmu@busy-double-start@vecs1:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-11/igt@perf_pmu@busy-double-start@vecs1.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@perf_pmu@busy-double-start@vecs1.html>
> (i915#4349
> <https://gitlab.freedesktop.org/drm/intel/issues/4349>) +3
> other tests fail
> *
>
> igt@prime_udl:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-5/igt@prime_udl.html>
> (fdo#109291 <https://bugs.freedesktop.org/show_bug.cgi?id=109291>)
> *
>
> igt@prime_vgem@basic-gtt:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-14/igt@prime_vgem@basic-gtt.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/intel/issues/3708> /
> i915#4077 <https://gitlab.freedesktop.org/drm/intel/issues/4077>)
> *
>
> igt@prime_vgem@basic-read:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@prime_vgem@basic-read.html>
> (i915#3291
> <https://gitlab.freedesktop.org/drm/intel/issues/3291> /
> i915#3708 <https://gitlab.freedesktop.org/drm/intel/issues/3708>)
> *
>
> igt@prime_vgem@fence-read-hang:
>
> o
>
> shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-2/igt@prime_vgem@fence-read-hang.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/intel/issues/3708>) +2
> other tests skip
>
> o
>
> shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@prime_vgem@fence-read-hang.html>
> (fdo#109295
> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
> i915#3708 <https://gitlab.freedesktop.org/drm/intel/issues/3708>)
>
> *
>
> igt@runner@aborted:
>
> o shard-snb: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-snb5/igt@runner@aborted.html>
> (i915#7812 <https://gitlab.freedesktop.org/drm/intel/issues/7812>)
> *
>
> igt@v3d/v3d_get_bo_offset@create-get-offsets:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-6/igt@v3d/v3d_get_bo_offset@create-get-offsets.html>
> (fdo#109315
> <https://bugs.freedesktop.org/show_bug.cgi?id=109315> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/intel/issues/2575>) +2
> other tests skip
> *
>
> igt@v3d/v3d_job_submission@array-job-submission:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-10/igt@v3d/v3d_job_submission@array-job-submission.html>
> (i915#2575
> <https://gitlab.freedesktop.org/drm/intel/issues/2575>) +17
> other tests skip
> *
>
> igt@v3d/v3d_submit_csd@bad-bo:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-4/igt@v3d/v3d_submit_csd@bad-bo.html>
> (i915#2575
> <https://gitlab.freedesktop.org/drm/intel/issues/2575>) +2
> other tests skip
> *
>
> igt@v3d/v3d_submit_csd@bad-perfmon:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@v3d/v3d_submit_csd@bad-perfmon.html>
> (i915#2575
> <https://gitlab.freedesktop.org/drm/intel/issues/2575>) +4
> other tests skip
> *
>
> igt@v3d/v3d_wait_bo@unused-bo-0ns:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@v3d/v3d_wait_bo@unused-bo-0ns.html>
> (fdo#109315
> <https://bugs.freedesktop.org/show_bug.cgi?id=109315>) +4
> other tests skip
> *
>
> igt@vc4/vc4_create_bo@create-bo-0:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-8/igt@vc4/vc4_create_bo@create-bo-0.html>
> (i915#2575
> <https://gitlab.freedesktop.org/drm/intel/issues/2575>) +1
> other test skip
> *
>
> igt@vc4/vc4_tiling@get-bad-handle:
>
> o
>
> shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@vc4/vc4_tiling@get-bad-handle.html>
> (i915#7711
> <https://gitlab.freedesktop.org/drm/intel/issues/7711>) +8
> other tests skip
>
> o
>
> shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@vc4/vc4_tiling@get-bad-handle.html>
> (i915#7711
> <https://gitlab.freedesktop.org/drm/intel/issues/7711>) +1
> other test skip
>
> *
>
> igt@vc4/vc4_tiling@get-bad-modifier:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@vc4/vc4_tiling@get-bad-modifier.html>
> (i915#7711
> <https://gitlab.freedesktop.org/drm/intel/issues/7711>) +1
> other test skip
> *
>
> igt@vc4/vc4_wait_seqno@bad-seqno-1ns:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html>
> (i915#7711
> <https://gitlab.freedesktop.org/drm/intel/issues/7711>) +5
> other tests skip
>
>
> Possible fixes
>
> *
>
> igt@gem_ctx_persistence@engines-hang@ccs0:
>
> o shard-mtlp: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-4/igt@gem_ctx_persistence@engines-hang@ccs0.html>
> (i915#9414
> <https://gitlab.freedesktop.org/drm/intel/issues/9414>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@gem_ctx_persistence@engines-hang@ccs0.html>
> +1 other test pass
> *
>
> igt@gem_ctx_persistence@engines-hang@vcs0:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-4/igt@gem_ctx_persistence@engines-hang@vcs0.html>
> (i915#2410
> <https://gitlab.freedesktop.org/drm/intel/issues/2410>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-1/igt@gem_ctx_persistence@engines-hang@vcs0.html>
> +3 other tests pass
> *
>
> igt@gem_eio@unwedge-stress:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-1/igt@gem_eio@unwedge-stress.html>
> (i915#9436
> <https://gitlab.freedesktop.org/drm/intel/issues/9436>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-7/igt@gem_eio@unwedge-stress.html>
> *
>
> igt@gem_exec_fair@basic-deadline:
>
> o shard-rkl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html>
> (i915#2846
> <https://gitlab.freedesktop.org/drm/intel/issues/2846>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-2/igt@gem_exec_fair@basic-deadline.html>
> *
>
> igt@gem_exec_fair@basic-pace-share@rcs0:
>
> o shard-glk: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-glk3/igt@gem_exec_fair@basic-pace-share@rcs0.html>
> (i915#2842
> <https://gitlab.freedesktop.org/drm/intel/issues/2842>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-glk4/igt@gem_exec_fair@basic-pace-share@rcs0.html>
> *
>
> igt@gem_exec_schedule@preempt-engines@ccs0:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-4/igt@gem_exec_schedule@preempt-engines@ccs0.html>
> (i915#9119
> <https://gitlab.freedesktop.org/drm/intel/issues/9119>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@gem_exec_schedule@preempt-engines@ccs0.html>
> +4 other tests pass
> *
>
> igt@gem_exec_schedule@preempt-engines@rcs0:
>
> o shard-mtlp: DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-4/igt@gem_exec_schedule@preempt-engines@rcs0.html>
> (i915#8962
> <https://gitlab.freedesktop.org/drm/intel/issues/8962>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@gem_exec_schedule@preempt-engines@rcs0.html>
> *
>
> igt@gem_lmem_swapping@smem-oom@lmem0:
>
> o shard-dg1: TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg1-19/igt@gem_lmem_swapping@smem-oom@lmem0.html>
> (i915#5493
> <https://gitlab.freedesktop.org/drm/intel/issues/5493>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html>
> *
>
> igt@gem_userptr_blits@nohangcheck:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-1/igt@gem_userptr_blits@nohangcheck.html>
> (i915#9353
> <https://gitlab.freedesktop.org/drm/intel/issues/9353>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@gem_userptr_blits@nohangcheck.html>
> *
>
> igt@i915_hangman@detector@vcs0:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-2/igt@i915_hangman@detector@vcs0.html>
> (i915#8456
> <https://gitlab.freedesktop.org/drm/intel/issues/8456>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-6/igt@i915_hangman@detector@vcs0.html>
> +2 other tests pass
> *
>
> igt@i915_hangman@gt-engine-hang@vcs0:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-1/igt@i915_hangman@gt-engine-hang@vcs0.html>
> (i915#7069
> <https://gitlab.freedesktop.org/drm/intel/issues/7069>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-5/igt@i915_hangman@gt-engine-hang@vcs0.html>
> *
>
> igt@i915_pm_rpm@modeset-lpsp:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg1-17/igt@i915_pm_rpm@modeset-lpsp.html>
> (i915#1397
> <https://gitlab.freedesktop.org/drm/intel/issues/1397>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp.html>
> *
>
> igt@i915_pm_rpm@modeset-lpsp-stress-no-wait:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-2/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html>
> (i915#1397
> <https://gitlab.freedesktop.org/drm/intel/issues/1397>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html>
> *
>
> igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html>
> (i915#1397
> <https://gitlab.freedesktop.org/drm/intel/issues/1397>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-3/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html>
> +1 other test pass
> *
>
> igt@i915_pm_rpm@system-suspend-execbuf:
>
> o shard-dg2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-5/igt@i915_pm_rpm@system-suspend-execbuf.html>
> (i915#9142
> <https://gitlab.freedesktop.org/drm/intel/issues/9142>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-11/igt@i915_pm_rpm@system-suspend-execbuf.html>
> *
>
> igt@i915_selftest@live@gt_heartbeat:
>
> o shard-apl: DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-apl4/igt@i915_selftest@live@gt_heartbeat.html>
> (i915#5334
> <https://gitlab.freedesktop.org/drm/intel/issues/5334>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-apl6/igt@i915_selftest@live@gt_heartbeat.html>
> *
>
> igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
>
> o shard-tglu: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html>
> (i915#3743
> <https://gitlab.freedesktop.org/drm/intel/issues/3743>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html>
> +1 other test pass
> *
>
> igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
>
> o shard-apl: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-apl2/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html>
> (i915#1982
> <https://gitlab.freedesktop.org/drm/intel/issues/1982> /
> i915#7634
> <https://gitlab.freedesktop.org/drm/intel/issues/7634>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-apl6/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html>
> *
>
> igt@kms_cursor_crc@cursor-dpms@pipe-a-edp-1:
>
> o shard-mtlp: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-2/igt@kms_cursor_crc@cursor-dpms@pipe-a-edp-1.html>
> (i915#9157
> <https://gitlab.freedesktop.org/drm/intel/issues/9157>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-2/igt@kms_cursor_crc@cursor-dpms@pipe-a-edp-1.html>
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-256x85@pipe-c-dp-1:
>
> o shard-apl: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-apl2/igt@kms_cursor_crc@cursor-rapid-movement-256x85@pipe-c-dp-1.html>
> (i915#180
> <https://gitlab.freedesktop.org/drm/intel/issues/180> /
> i915#7634
> <https://gitlab.freedesktop.org/drm/intel/issues/7634>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-apl6/igt@kms_cursor_crc@cursor-rapid-movement-256x85@pipe-c-dp-1.html>
> +4 other tests pass
> *
>
> igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
>
> o shard-glk: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html>
> (i915#2346
> <https://gitlab.freedesktop.org/drm/intel/issues/2346>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html>
> *
>
> igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a3:
>
> o shard-dg2: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-5/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a3.html>
> (fdo#103375
> <https://bugs.freedesktop.org/show_bug.cgi?id=103375>) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-1/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a3.html>
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt:
>
> o shard-dg2: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html>
> (i915#6880
> <https://gitlab.freedesktop.org/drm/intel/issues/6880>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html>
> *
>
> igt@kms_plane_cursor@overlay@pipe-c-edp-1-size-128:
>
> o shard-mtlp: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-2/igt@kms_plane_cursor@overlay@pipe-c-edp-1-size-128.html>
> (i915#1982
> <https://gitlab.freedesktop.org/drm/intel/issues/1982>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@kms_plane_cursor@overlay@pipe-c-edp-1-size-128.html>
> *
>
> {igt@kms_pm_dc@dc9-dpms}:
>
> o shard-apl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-apl3/igt@kms_pm_dc@dc9-dpms.html>
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-apl1/igt@kms_pm_dc@dc9-dpms.html>
> *
>
> {igt@kms_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a}:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html>
> (i915#1937
> <https://gitlab.freedesktop.org/drm/intel/issues/1937>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-7/igt@kms_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html>
> *
>
> igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
>
> o shard-rkl: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-2/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html>
> (i915#8875
> <https://gitlab.freedesktop.org/drm/intel/issues/8875>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html>
> *
>
> igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1:
>
> o shard-tglu: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-tglu-5/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-10/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html>
> +1 other test pass
> *
>
> igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-4/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-3/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html>
> *
>
> igt@perf_pmu@busy-double-start@bcs0:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-mtlp-7/igt@perf_pmu@busy-double-start@bcs0.html>
> (i915#4349
> <https://gitlab.freedesktop.org/drm/intel/issues/4349>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-mtlp-8/igt@perf_pmu@busy-double-start@bcs0.html>
>
>
> Warnings
>
> *
>
> igt@i915_pm_rc6_residency@rc6-idle@rcs0:
>
> o shard-tglu: WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html>
> (i915#2681
> <https://gitlab.freedesktop.org/drm/intel/issues/2681>) ->
> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-tglu-8/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html>
> (i915#2681
> <https://gitlab.freedesktop.org/drm/intel/issues/2681> /
> i915#3591
> <https://gitlab.freedesktop.org/drm/intel/issues/3591>) +1
> other test fail
> *
>
> igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13728/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html>
> (i915#4070
> <https://gitlab.freedesktop.org/drm/intel/issues/4070> /
> i915#4816
> <https://gitlab.freedesktop.org/drm/intel/issues/4816>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html>
> (i915#4816 <https://gitlab.freedesktop.org/drm/intel/issues/4816>)
>
> {name}: This element is suppressed. This means it is ignored when
> computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
>
> Build changes
>
> * CI: CI-20190529 -> None
> * IGT: IGT_7520 -> IGTPW_9950
>
> CI-20190529: 20190529
> CI_DRM_13728: e642685fe494c1893ab2fd94e6dc7b6827303d90 @
> git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_9950: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9950/index.html
> IGT_7520: 6435c8825e9269bdac515ca96cba4502b5b770f5 @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>
[-- Attachment #2: Type: text/html, Size: 154084 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL
2023-10-06 8:56 ` Nirmoy Das
@ 2023-10-09 16:48 ` Kamil Konieczny
0 siblings, 0 replies; 18+ messages in thread
From: Kamil Konieczny @ 2023-10-09 16:48 UTC (permalink / raw)
To: igt-dev; +Cc: Nirmoy Das
Hi Nirmoy,
On 2023-10-06 at 10:56:41 +0200, Nirmoy Das wrote:
> Hi Kamil,
>
> On 10/5/2023 12:54 PM, Kamil Konieczny wrote:
> > Hi Nirmoy,
> > On 2023-10-05 at 12:39:07 +0200, Nirmoy Das wrote:
> > > ping
> > >
> > > On 10/2/2023 12:48 PM, Nirmoy Das wrote:
> > > > We do GGTT update on MTL using bcs engine, blocking that would
> > > > fail the test so skip such subtests on bcs engine for MTL.
> > > >
> > > > Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> > > > Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
> > Please ask Sai from bug filing team for respin
> > (look at BAT fail).
>
> repin didn't help :/ unrelated failures. Let me check with Sai.
>
>
> >
> > > > ---
> > > > tests/intel/gem_eio.c | 10 +++++++++-
> > > > 1 file changed, 9 insertions(+), 1 deletion(-)
> > > >
> > > > diff --git a/tests/intel/gem_eio.c b/tests/intel/gem_eio.c
> > > > index 6d4b8f7df..99891ad15 100644
> > > > --- a/tests/intel/gem_eio.c
> > > > +++ b/tests/intel/gem_eio.c
> > > > @@ -1111,8 +1111,16 @@ static void test_reset_stress(int fd, unsigned int flags)
> > > > const intel_ctx_t *ctx0 = context_create_safe(fd);
> > > > uint64_t ahnd = get_reloc_ahnd(fd, ctx0->id);
> > > > - for_each_ring(e, fd)
> > > > + for_each_ring(e, fd) {
> > > > + struct intel_execution_engine2 engine;
> > > > +
> > > > + engine = gem_eb_flags_to_engine(eb_ring(e));
> > > > +
> > > > + if (gem_engine_can_block_ggtt_binder(fd, &engine))
> > > > + continue;
> > Is it possible that this loop will have only bcs egines?
> > Or due to (future?) bug in gem_engine_can_block_ggtt_binder this
> > loop will never execute any test? In that case:
>
> for_each_ring() iterate over the device so it is not possible to just have copy engine.
> Don't think we need to check that.
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
>
> Regards,
> Nirmoy
>
> >
> > ++counter;
> >
> > > > +
> > > > reset_stress(fd, ahnd, ctx0, e->name, eb_ring(e), flags);
> > > > + }
> > igt_require(counter);
Hmm, this should be after ctx_destroy and put_ahnd but as
it is not needed you may drop my suggestion.
Regards,
Kamil
> >
> > Regards,
> > Kamil
> >
> > > > intel_ctx_destroy(fd, ctx0);
> > > > put_ahnd(ahnd);
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2023-10-09 16:48 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 10:48 [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Nirmoy Das
2023-10-02 12:44 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2023-10-02 13:52 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork
2023-10-05 10:39 ` [igt-dev] [PATCH i-g-t] " Nirmoy Das
2023-10-05 10:54 ` Kamil Konieczny
2023-10-06 8:56 ` Nirmoy Das
2023-10-09 16:48 ` Kamil Konieczny
2023-10-05 10:46 ` Kamil Konieczny
2023-10-05 19:01 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev2) Patchwork
2023-10-05 20:12 ` [igt-dev] ✗ CI.xeBAT: " Patchwork
2023-10-06 11:36 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev3) Patchwork
2023-10-06 12:12 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-10-06 23:51 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-10-09 11:34 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4) Patchwork
2023-10-09 12:11 ` [igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL Andrzej Hajda
2023-10-09 12:34 ` [igt-dev] ✓ CI.xeBAT: success for tests/intel/gem_eio: Skip stress test on BCS0 for MTL (rev4) Patchwork
2023-10-09 13:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-10-09 14:57 ` Nirmoy Das
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox