* [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Remove unused argument in exec_blit
@ 2023-06-28 8:10 Karolina Stolarek
2023-06-28 10:26 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 9+ messages in thread
From: Karolina Stolarek @ 2023-06-28 8:10 UTC (permalink / raw)
To: igt-dev
We don't use information about platform's gen anymore, so
stop passing it in.
Signed-off-by: Karolina Stolarek <karolina.stolarek@intel.com>
---
lib/intel_batchbuffer.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c
index 186f65aff..0e92c6f70 100644
--- a/lib/intel_batchbuffer.c
+++ b/lib/intel_batchbuffer.c
@@ -214,8 +214,8 @@ static uint32_t find_engine(const intel_ctx_cfg_t *cfg, unsigned int class)
static void exec_blit(int fd,
struct drm_i915_gem_exec_object2 *objs,
- uint32_t count, unsigned int gen,
- uint32_t ctx, const intel_ctx_cfg_t *cfg)
+ uint32_t count, uint32_t ctx,
+ const intel_ctx_cfg_t *cfg)
{
struct drm_i915_gem_execbuffer2 exec;
uint32_t devid = intel_get_drm_devid(fd);
@@ -514,7 +514,7 @@ void igt_blitter_src_copy(int fd,
objs[2].flags |= EXEC_OBJECT_PINNED | EXEC_OBJECT_SUPPORTS_48B_ADDRESS;
}
- exec_blit(fd, objs, 3, gen, ctx, cfg);
+ exec_blit(fd, objs, 3, ctx, cfg);
gem_close(fd, batch_handle);
}
@@ -636,7 +636,7 @@ void igt_blitter_fast_copy__raw(int fd,
objs[2].flags |= EXEC_OBJECT_PINNED;
}
- exec_blit(fd, objs, 3, intel_gen(intel_get_drm_devid(fd)), ctx, cfg);
+ exec_blit(fd, objs, 3, ctx, cfg);
gem_close(fd, batch_handle);
}
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for lib/intel_batchbuffer: Remove unused argument in exec_blit 2023-06-28 8:10 [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Remove unused argument in exec_blit Karolina Stolarek @ 2023-06-28 10:26 ` Patchwork 2023-06-29 0:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2023-06-28 10:26 UTC (permalink / raw) To: Karolina Stolarek; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 6232 bytes --] == Series Details == Series: lib/intel_batchbuffer: Remove unused argument in exec_blit URL : https://patchwork.freedesktop.org/series/119961/ State : success == Summary == CI Bug Log - changes from CI_DRM_13329 -> IGTPW_9287 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html Participating hosts (42 -> 41) ------------------------------ Additional (1): bat-dg1-8 Missing (2): fi-kbl-soraka fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9287: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@xe_create@create-massive-size}: - {bat-dg1-8}: NOTRUN -> [FAIL][1] +2 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/bat-dg1-8/igt@xe_create@create-massive-size.html * igt@xe_guc_pc@rc6_on_idle: - {bat-dg1-8}: NOTRUN -> [INCOMPLETE][2] +1 similar issue [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/bat-dg1-8/igt@xe_guc_pc@rc6_on_idle.html Known issues ------------ Here are the changes found in IGTPW_9287 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_auth@basic-auth: - bat-adlp-11: [PASS][3] -> [ABORT][4] ([i915#8011]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/bat-adlp-11/igt@core_auth@basic-auth.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/bat-adlp-11/igt@core_auth@basic-auth.html * igt@i915_module_load@load: - bat-adlp-11: [PASS][5] -> [DMESG-WARN][6] ([i915#4423]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/bat-adlp-11/igt@i915_module_load@load.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/bat-adlp-11/igt@i915_module_load@load.html * igt@i915_selftest@live@execlists: - fi-bsw-nick: [PASS][7] -> [ABORT][8] ([i915#7911] / [i915#7913]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/fi-bsw-nick/igt@i915_selftest@live@execlists.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/fi-bsw-nick/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@hangcheck: - bat-adlm-1: [PASS][9] -> [INCOMPLETE][10] ([i915#4983] / [i915#7677]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/bat-adlm-1/igt@i915_selftest@live@hangcheck.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/bat-adlm-1/igt@i915_selftest@live@hangcheck.html #### Possible fixes #### * igt@i915_selftest@live@dmabuf: - fi-bsw-nick: [DMESG-FAIL][11] ([i915#7562] / [i915#7913]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/fi-bsw-nick/igt@i915_selftest@live@dmabuf.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/fi-bsw-nick/igt@i915_selftest@live@dmabuf.html * igt@i915_selftest@live@slpc: - bat-mtlp-8: [DMESG-WARN][13] ([i915#6367]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/bat-mtlp-8/igt@i915_selftest@live@slpc.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/bat-mtlp-8/igt@i915_selftest@live@slpc.html - bat-rpls-1: [DMESG-WARN][15] ([i915#6367]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/bat-rpls-1/igt@i915_selftest@live@slpc.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/bat-rpls-1/igt@i915_selftest@live@slpc.html #### Warnings #### * igt@kms_psr@primary_mmap_gtt: - bat-rplp-1: [SKIP][17] ([i915#1072]) -> [ABORT][18] ([i915#8442]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/bat-rplp-1/igt@kms_psr@primary_mmap_gtt.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/bat-rplp-1/igt@kms_psr@primary_mmap_gtt.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#7562]: https://gitlab.freedesktop.org/drm/intel/issues/7562 [i915#7677]: https://gitlab.freedesktop.org/drm/intel/issues/7677 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442 [i915#8513]: https://gitlab.freedesktop.org/drm/intel/issues/8513 [i915#8676]: https://gitlab.freedesktop.org/drm/intel/issues/8676 [i915#8678]: https://gitlab.freedesktop.org/drm/intel/issues/8678 [i915#8679]: https://gitlab.freedesktop.org/drm/intel/issues/8679 [i915#8698]: https://gitlab.freedesktop.org/drm/intel/issues/8698 [i915#8699]: https://gitlab.freedesktop.org/drm/intel/issues/8699 [i915#8700]: https://gitlab.freedesktop.org/drm/intel/issues/8700 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7353 -> IGTPW_9287 CI-20190529: 20190529 CI_DRM_13329: bd707928a4b45e1044e797ee6515e5a4a5c41ef7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html IGT_7353: cacdae5ad7cb92bdc26a79802fcdd244dadccd42 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html [-- Attachment #2: Type: text/html, Size: 6335 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for lib/intel_batchbuffer: Remove unused argument in exec_blit 2023-06-28 8:10 [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Remove unused argument in exec_blit Karolina Stolarek 2023-06-28 10:26 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-06-29 0:34 ` Patchwork 2023-06-29 6:33 ` Karolina Stolarek 2023-06-30 6:16 ` Patchwork ` (2 subsequent siblings) 4 siblings, 1 reply; 9+ messages in thread From: Patchwork @ 2023-06-29 0:34 UTC (permalink / raw) To: Karolina Stolarek; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 73508 bytes --] == Series Details == Series: lib/intel_batchbuffer: Remove unused argument in exec_blit URL : https://patchwork.freedesktop.org/series/119961/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13329_full -> IGTPW_9287_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9287_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9287_full, please notify your bug team 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_9287/index.html Participating hosts (10 -> 9) ------------------------------ Missing (1): shard-rkl0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9287_full: ### IGT changes ### #### Possible regressions #### * igt@i915_selftest@live@gt_pm: - shard-mtlp: [PASS][1] -> [INCOMPLETE][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-1/igt@i915_selftest@live@gt_pm.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@i915_selftest@live@gt_pm.html * igt@kms_psr@psr2_sprite_blt: - shard-mtlp: [PASS][3] -> [FAIL][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@kms_psr@psr2_sprite_blt.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_psr@psr2_sprite_blt.html Known issues ------------ Here are the changes found in IGTPW_9287_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@crc32: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#6230]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@api_intel_bb@crc32.html * igt@drm_fdinfo@busy@ccs0: - shard-dg2: NOTRUN -> [SKIP][6] ([i915#8414]) +9 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@drm_fdinfo@busy@ccs0.html * igt@drm_fdinfo@busy@ccs3: - shard-dg2: NOTRUN -> [SKIP][7] ([i915#4579] / [i915#8414]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@drm_fdinfo@busy@ccs3.html * igt@drm_fdinfo@virtual-busy-hang-all: - shard-mtlp: NOTRUN -> [SKIP][8] ([i915#8414]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@drm_fdinfo@virtual-busy-hang-all.html * igt@feature_discovery@psr1: - shard-dg2: NOTRUN -> [SKIP][9] ([i915#658]) +2 similar issues [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@feature_discovery@psr1.html * igt@gem_bad_reloc@negative-reloc-lut: - shard-rkl: NOTRUN -> [SKIP][10] ([i915#3281]) +4 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@gem_bad_reloc@negative-reloc-lut.html * igt@gem_busy@semaphore: - shard-dg2: NOTRUN -> [SKIP][11] ([i915#3936]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@gem_busy@semaphore.html * igt@gem_close_race@multigpu-basic-threads: - shard-mtlp: NOTRUN -> [SKIP][12] ([i915#7697]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_create@create-ext-set-pat: - shard-tglu: NOTRUN -> [FAIL][13] ([i915#8621]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_param@set-priority-not-supported: - shard-mtlp: NOTRUN -> [SKIP][14] ([fdo#109314]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_sseu@engines: - shard-mtlp: NOTRUN -> [SKIP][15] ([i915#280]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_ctx_sseu@engines.html * igt@gem_eio@hibernate: - shard-rkl: NOTRUN -> [ABORT][16] ([i915#7975] / [i915#8213]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@gem_eio@hibernate.html * igt@gem_exec_await@wide-contexts: - shard-dg2: [PASS][17] -> [FAIL][18] ([i915#5892]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@gem_exec_await@wide-contexts.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_exec_await@wide-contexts.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#4812]) +1 similar issue [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@full-pulse: - shard-dg2: [PASS][20] -> [FAIL][21] ([i915#6032]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@gem_exec_balancer@full-pulse.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@gem_exec_balancer@full-pulse.html * igt@gem_exec_balancer@parallel-keep-in-fence: - shard-rkl: NOTRUN -> [SKIP][22] ([i915#4525]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@gem_exec_balancer@parallel-keep-in-fence.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-mtlp: NOTRUN -> [SKIP][23] ([i915#4579] / [i915#6334]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_fair@basic-flow: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#3539] / [i915#4852]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_exec_fair@basic-flow.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-rkl: [PASS][25] -> [FAIL][26] ([i915#2842]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@gem_exec_fair@basic-none-share@rcs0.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none-vip: - shard-mtlp: NOTRUN -> [SKIP][27] ([i915#4473] / [i915#4771]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@gem_exec_fair@basic-none-vip.html * igt@gem_exec_fair@basic-sync: - shard-dg2: NOTRUN -> [SKIP][28] ([i915#3539]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_fence@submit3: - shard-mtlp: NOTRUN -> [SKIP][29] ([i915#4812]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_fence@submit3.html * igt@gem_exec_reloc@basic-gtt-read: - shard-dg2: NOTRUN -> [SKIP][30] ([i915#3281]) +6 similar issues [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_exec_reloc@basic-gtt-read.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][31] ([i915#3281]) +10 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_schedule@deep@vcs1: - shard-mtlp: [PASS][32] -> [FAIL][33] ([i915#8606]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-2/igt@gem_exec_schedule@deep@vcs1.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_schedule@deep@vcs1.html * igt@gem_exec_schedule@preemptive-hang@vcs0: - shard-mtlp: NOTRUN -> [FAIL][34] ([i915#7327]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_exec_schedule@preemptive-hang@vcs0.html * igt@gem_exec_whisper@basic-queues-all: - shard-mtlp: [PASS][35] -> [FAIL][36] ([i915#6363]) +2 similar issues [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@gem_exec_whisper@basic-queues-all.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_whisper@basic-queues-all.html * igt@gem_fence_thrash@bo-write-verify-threaded-none: - shard-mtlp: NOTRUN -> [SKIP][37] ([i915#4860]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_fence_thrash@bo-write-verify-threaded-none.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#4860]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html * igt@gem_lmem_swapping@heavy-multi: - shard-apl: NOTRUN -> [SKIP][39] ([fdo#109271] / [i915#4613]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@gem_lmem_swapping@heavy-multi.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-tglu: NOTRUN -> [SKIP][40] ([i915#4613]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@parallel-multi: - shard-rkl: NOTRUN -> [SKIP][41] ([i915#4613]) +1 similar issue [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@parallel-random-verify: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4613]) +2 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_lmem_swapping@parallel-random-verify.html * igt@gem_madvise@dontneed-after-mmap: - shard-mtlp: NOTRUN -> [WARN][43] ([i915#8747]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_madvise@dontneed-after-mmap.html * igt@gem_mmap_gtt@cpuset-big-copy-odd: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4077]) +8 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_mmap_gtt@cpuset-big-copy-odd.html * igt@gem_mmap_gtt@cpuset-medium-copy-xy: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#4077]) +6 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html * igt@gem_mmap_wc@bad-offset: - shard-mtlp: NOTRUN -> [SKIP][46] ([i915#4083]) +2 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@gem_mmap_wc@bad-offset.html * igt@gem_mmap_wc@read: - shard-dg2: NOTRUN -> [SKIP][47] ([i915#4083]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_mmap_wc@read.html * igt@gem_partial_pwrite_pread@writes-after-reads-snoop: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#3282]) +3 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-rkl: NOTRUN -> [SKIP][49] ([i915#3282]) +2 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pwrite@basic-random: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#3282]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_pwrite@basic-random.html * igt@gem_pxp@fail-invalid-protected-context: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4270]) +2 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_pxp@fail-invalid-protected-context.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#4270]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_pxp@protected-raw-src-copy-not-readible.html - shard-rkl: NOTRUN -> [SKIP][53] ([i915#4270]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-tglu: NOTRUN -> [SKIP][54] ([i915#4270]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#8428]) +2 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#4079]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_set_tiling_vs_gtt: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4079]) +2 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_set_tiling_vs_gtt.html * igt@gem_userptr_blits@coherency-unsync: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#3297]) +1 similar issue [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: NOTRUN -> [SKIP][59] ([i915#3297] / [i915#4880]) +1 similar issue [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-rkl: NOTRUN -> [SKIP][60] ([i915#3297]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@set-cache-level: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#3297]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_userptr_blits@set-cache-level.html * igt@gen7_exec_parse@batch-without-end: - shard-dg2: NOTRUN -> [SKIP][62] ([fdo#109289]) +2 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gen7_exec_parse@batch-without-end.html - shard-rkl: NOTRUN -> [SKIP][63] ([fdo#109289]) +1 similar issue [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gen7_exec_parse@batch-without-end.html * igt@gen7_exec_parse@chained-batch: - shard-mtlp: NOTRUN -> [SKIP][64] ([fdo#109289]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@gen7_exec_parse@chained-batch.html * igt@gen9_exec_parse@allowed-single: - shard-apl: [PASS][65] -> [ABORT][66] ([i915#5566]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl3/igt@gen9_exec_parse@allowed-single.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@batch-without-end: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#2856]) +2 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gen9_exec_parse@batch-without-end.html - shard-rkl: NOTRUN -> [SKIP][68] ([i915#2527]) +1 similar issue [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@gen9_exec_parse@batch-without-end.html * igt@gen9_exec_parse@bb-start-far: - shard-mtlp: NOTRUN -> [SKIP][69] ([i915#2856]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@bb-start-param: - shard-tglu: NOTRUN -> [SKIP][70] ([i915#2527] / [i915#2856]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-3/igt@gen9_exec_parse@bb-start-param.html * igt@i915_fb_tiling: - shard-mtlp: NOTRUN -> [SKIP][71] ([i915#4881]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@i915_fb_tiling.html * igt@i915_hangman@engine-engine-hang@vcs0: - shard-mtlp: [PASS][72] -> [FAIL][73] ([i915#7069]) +1 similar issue [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@i915_hangman@engine-engine-hang@vcs0.html [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@i915_hangman@engine-engine-hang@vcs0.html * igt@i915_module_load@resize-bar: - shard-rkl: NOTRUN -> [SKIP][74] ([i915#6412]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@i915_module_load@resize-bar.html * igt@i915_pm_dc@dc9-dpms: - shard-mtlp: NOTRUN -> [SKIP][75] ([i915#3361]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_freq_api@freq-basic-api: - shard-apl: NOTRUN -> [SKIP][76] ([fdo#109271]) +49 similar issues [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl2/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_pm_rc6_residency@media-rc6-accuracy: - shard-mtlp: NOTRUN -> [SKIP][77] ([fdo#109289] / [i915#8403]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html * igt@i915_pm_rc6_residency@rc6-accuracy: - shard-dg2: [PASS][78] -> [FAIL][79] ([i915#8230]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@i915_pm_rc6_residency@rc6-accuracy.html [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@i915_pm_rc6_residency@rc6-accuracy.html * igt@i915_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#1397]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/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][81] ([i915#8431]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html * igt@i915_pm_rpm@modeset-lpsp: - shard-dg2: [PASS][82] -> [SKIP][83] ([i915#1397]) +1 similar issue [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@i915_pm_rpm@modeset-lpsp.html [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rps@engine-order: - shard-apl: [PASS][84] -> [FAIL][85] ([i915#6537]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl2/igt@i915_pm_rps@engine-order.html [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@i915_pm_rps@engine-order.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#6621]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_rps@waitboost: - shard-mtlp: NOTRUN -> [FAIL][87] ([i915#8346]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@i915_pm_rps@waitboost.html * igt@i915_selftest@live@dmabuf: - shard-apl: [PASS][88] -> [DMESG-FAIL][89] ([i915#7562]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl2/igt@i915_selftest@live@dmabuf.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@i915_selftest@live@dmabuf.html * igt@i915_selftest@live@gt_heartbeat: - shard-rkl: [PASS][90] -> [DMESG-FAIL][91] ([i915#7872]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-1/igt@i915_selftest@live@gt_heartbeat.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@gt_mocs: - shard-mtlp: [PASS][92] -> [ABORT][93] ([i915#7059]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-1/igt@i915_selftest@live@gt_mocs.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@i915_selftest@live@gt_mocs.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: [PASS][94] -> [FAIL][95] ([fdo#103375]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@i915_suspend@basic-s3-without-i915.html [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][96] ([i915#4212]) +1 similar issue [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs: - shard-rkl: NOTRUN -> [SKIP][97] ([i915#8502]) +3 similar issues [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/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][98] ([i915#8247]) +3 similar issues [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-dg2: NOTRUN -> [SKIP][99] ([i915#1769] / [i915#3555] / [i915#4579]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html - shard-rkl: NOTRUN -> [SKIP][100] ([i915#1769] / [i915#3555] / [i915#4579]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][101] ([fdo#111615] / [i915#5286]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-addfb-size-overflow: - shard-rkl: NOTRUN -> [SKIP][102] ([i915#5286]) +2 similar issues [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_big_fb@4-tiled-addfb-size-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [PASS][103] -> [FAIL][104] ([i915#5138]) +1 similar issue [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-mtlp: NOTRUN -> [FAIL][105] ([i915#3743]) +1 similar issue [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@linear-16bpp-rotate-0: - shard-mtlp: NOTRUN -> [DMESG-WARN][106] ([i915#1982]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_big_fb@linear-16bpp-rotate-0.html * igt@kms_big_fb@x-tiled-16bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][107] ([fdo#111614]) +2 similar issues [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][108] ([fdo#111614]) +1 similar issue [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html - shard-rkl: NOTRUN -> [SKIP][109] ([fdo#111614] / [i915#3638]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@y-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][110] ([i915#5190]) +6 similar issues [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-mtlp: NOTRUN -> [SKIP][111] ([fdo#111615]) +8 similar issues [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][112] ([fdo#110723]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html - shard-dg2: NOTRUN -> [SKIP][113] ([i915#4538] / [i915#5190]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html * igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][114] ([fdo#109271] / [i915#3886]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl1/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: - shard-mtlp: NOTRUN -> [SKIP][115] ([i915#3886] / [i915#6095]) +3 similar issues [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc: - shard-tglu: NOTRUN -> [SKIP][116] ([i915#5354] / [i915#6095]) +4 similar issues [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][117] ([i915#3886] / [i915#5354] / [i915#6095]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_rc_ccs_cc: - shard-rkl: NOTRUN -> [SKIP][118] ([i915#5354] / [i915#6095]) +4 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs: - shard-mtlp: NOTRUN -> [SKIP][119] ([i915#6095]) +22 similar issues [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs.html * igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][120] ([i915#3689] / [i915#3886] / [i915#5354]) +3 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][121] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +1 similar issue [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-2/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_mtl_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][122] ([i915#5354]) +16 similar issues [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_dg2_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][123] ([i915#3689] / [i915#5354] / [i915#6095]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][124] ([i915#5354]) +10 similar issues [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs.html * igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#3689] / [i915#5354]) +6 similar issues [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#4087]) +2 similar issues [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#4579]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html * igt@kms_chamelium_color@ctm-red-to-blue: - shard-mtlp: NOTRUN -> [SKIP][128] ([fdo#111827]) +1 similar issue [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@kms_chamelium_color@ctm-red-to-blue.html * igt@kms_chamelium_color@gamma: - shard-dg2: NOTRUN -> [SKIP][129] ([fdo#111827]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_chamelium_color@gamma.html - shard-rkl: NOTRUN -> [SKIP][130] ([fdo#111827]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_hpd@hdmi-hpd-fast: - shard-tglu: NOTRUN -> [SKIP][131] ([i915#7828]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@kms_chamelium_hpd@hdmi-hpd-fast.html * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: - shard-rkl: NOTRUN -> [SKIP][132] ([i915#7828]) +2 similar issues [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#7828]) +5 similar issues [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html * igt@kms_content_protection@atomic-dpms: - shard-dg2: NOTRUN -> [SKIP][134] ([i915#4579] / [i915#7118]) +2 similar issues [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_content_protection@atomic-dpms.html - shard-rkl: NOTRUN -> [SKIP][135] ([i915#4579] / [i915#7118]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-mtlp: NOTRUN -> [SKIP][136] ([i915#3299]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-mtlp: NOTRUN -> [SKIP][137] ([i915#3359]) +1 similar issue [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg2: NOTRUN -> [SKIP][138] ([i915#3359]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-mtlp: NOTRUN -> [SKIP][139] ([i915#4579]) +9 similar issues [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][140] ([fdo#103375]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-4.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][141] ([i915#4213]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-dg2: NOTRUN -> [SKIP][142] ([fdo#109274] / [i915#5354]) +1 similar issue [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: - shard-tglu: NOTRUN -> [SKIP][143] ([fdo#109274]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][144] ([fdo#111767] / [i915#3546]) +1 similar issue [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2: NOTRUN -> [SKIP][145] ([i915#4103] / [i915#4213]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-dg2: NOTRUN -> [SKIP][146] ([i915#3555] / [i915#4579]) +2 similar issues [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][147] ([i915#3804] / [i915#4579]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2: NOTRUN -> [SKIP][148] ([i915#3840] / [i915#4579]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_dsc@dsc-with-bpc.html * igt@kms_fence_pin_leak: - shard-dg2: NOTRUN -> [SKIP][149] ([i915#4881]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][150] ([fdo#109274]) +3 similar issues [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-rmfb: - shard-tglu: NOTRUN -> [SKIP][151] ([fdo#109274] / [i915#3637]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-3/igt@kms_flip@2x-flip-vs-rmfb.html * igt@kms_flip@2x-nonexisting-fb: - shard-snb: NOTRUN -> [SKIP][152] ([fdo#109271]) +13 similar issues [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-snb2/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@flip-vs-fences: - shard-mtlp: NOTRUN -> [SKIP][153] ([i915#8381]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_flip@flip-vs-fences.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][154] ([i915#2587] / [i915#2672] / [i915#4579]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#5274]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-1p-indfb-fliptrack-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][156] ([i915#8708]) +3 similar issues [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-1p-indfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move: - shard-dg2: [PASS][157] -> [FAIL][158] ([i915#6880]) +1 similar issue [157]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: - shard-dg2: NOTRUN -> [FAIL][159] ([i915#6880]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][160] ([i915#8708]) +13 similar issues [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][161] ([i915#3023]) +5 similar issues [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc: - shard-mtlp: NOTRUN -> [SKIP][162] ([i915#1825]) +20 similar issues [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][163] ([fdo#111825]) +2 similar issues [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][164] ([i915#3458]) +6 similar issues [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][165] ([fdo#109280]) +5 similar issues [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff: - shard-rkl: NOTRUN -> [SKIP][166] ([fdo#111825] / [i915#1825]) +6 similar issues [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][167] ([fdo#110189]) +5 similar issues [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-5/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1: - shard-apl: NOTRUN -> [FAIL][168] ([i915#4573]) +1 similar issue [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][169] ([i915#5176]) +1 similar issue [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][170] ([i915#4579] / [i915#5176]) +1 similar issue [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][171] ([i915#5176]) +4 similar issues [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-edp-1.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#5176]) +8 similar issues [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-dp-1: - shard-apl: NOTRUN -> [SKIP][173] ([fdo#109271] / [i915#4579]) +5 similar issues [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-dp-1.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][174] ([i915#4579] / [i915#5176]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][175] ([i915#4579] / [i915#5176]) +2 similar issues [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][176] ([i915#4579] / [i915#5235]) +2 similar issues [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][177] ([i915#5235]) +2 similar issues [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][178] ([i915#4579] / [i915#5235]) +2 similar issues [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][179] ([i915#5235]) +2 similar issues [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][180] ([i915#4579] / [i915#5235]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-hdmi-a-1: - shard-snb: NOTRUN -> [SKIP][181] ([fdo#109271] / [i915#4579]) +9 similar issues [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-snb1/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][182] ([i915#5235]) +2 similar issues [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][183] ([i915#5235]) +8 similar issues [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#4579] / [i915#5235]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1.html * igt@kms_psr2_su@page_flip-p010: - shard-apl: NOTRUN -> [SKIP][185] ([fdo#109271] / [i915#658]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl1/igt@kms_psr2_su@page_flip-p010.html - shard-mtlp: NOTRUN -> [SKIP][186] ([i915#4348]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@cursor_render: - shard-rkl: NOTRUN -> [SKIP][187] ([i915#1072]) +2 similar issues [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_psr@cursor_render.html * igt@kms_psr@psr2_sprite_mmap_gtt: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#1072]) +3 similar issues [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_psr@psr2_sprite_mmap_gtt.html * igt@kms_rotation_crc@bad-tiling: - shard-mtlp: NOTRUN -> [SKIP][189] ([i915#4235]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][190] ([i915#5289]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#4235]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#5289]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#4235] / [i915#5190]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-rkl: NOTRUN -> [SKIP][194] ([fdo#111615] / [i915#5289]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-tglu: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#4579]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend: - shard-dg2: [PASS][196] -> [FAIL][197] ([fdo#103375]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html * igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm: - shard-rkl: NOTRUN -> [SKIP][198] ([i915#4070] / [i915#6768]) +1 similar issue [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm.html * igt@kms_vblank@pipe-d-accuracy-idle: - shard-rkl: NOTRUN -> [SKIP][199] ([i915#4070] / [i915#533] / [i915#6768]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_vblank@pipe-d-accuracy-idle.html * igt@kms_vrr@flipline: - shard-rkl: NOTRUN -> [SKIP][200] ([i915#3555] / [i915#4579]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_vrr@flipline.html * igt@kms_writeback@writeback-check-output: - shard-dg2: NOTRUN -> [SKIP][201] ([i915#2437]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_writeback@writeback-check-output.html * igt@perf@global-sseu-config-invalid: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#7387]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@perf@global-sseu-config-invalid.html * igt@perf_pmu@busy-idle-check-all@ccs0: - shard-mtlp: [PASS][203] -> [FAIL][204] ([i915#4521]) +3 similar issues [203]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@perf_pmu@busy-idle-check-all@ccs0.html [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@perf_pmu@busy-idle-check-all@ccs0.html * igt@perf_pmu@busy-idle-check-all@vcs0: - shard-dg2: [PASS][205] -> [FAIL][206] ([i915#4521]) +6 similar issues [205]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@perf_pmu@busy-idle-check-all@vcs0.html [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@perf_pmu@busy-idle-check-all@vcs0.html * igt@perf_pmu@faulting-read@gtt: - shard-mtlp: NOTRUN -> [SKIP][207] ([i915#8440]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@perf_pmu@faulting-read@gtt.html * igt@perf_pmu@render-node-busy-idle@ccs0: - shard-mtlp: [PASS][208] -> [FAIL][209] ([i915#4349]) +3 similar issues [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-4/igt@perf_pmu@render-node-busy-idle@ccs0.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@perf_pmu@render-node-busy-idle@ccs0.html * igt@prime_vgem@basic-blt: - shard-mtlp: NOTRUN -> [FAIL][210] ([i915#8445]) +1 similar issue [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@prime_vgem@basic-blt.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#3291] / [i915#3708]) +1 similar issue [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-read: - shard-rkl: NOTRUN -> [SKIP][212] ([fdo#109295] / [i915#3291] / [i915#3708]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@prime_vgem@basic-read.html * igt@prime_vgem@fence-flip-hang: - shard-dg2: NOTRUN -> [SKIP][213] ([i915#3708]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@prime_vgem@fence-flip-hang.html * igt@prime_vgem@fence-write-hang: - shard-tglu: NOTRUN -> [SKIP][214] ([fdo#109295]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@prime_vgem@fence-write-hang.html * igt@sysfs_heartbeat_interval@precise@vecs0: - shard-mtlp: NOTRUN -> [FAIL][215] ([i915#8332]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@sysfs_heartbeat_interval@precise@vecs0.html * igt@tools_test@sysfs_l3_parity: - shard-mtlp: NOTRUN -> [SKIP][216] ([i915#4818]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@tools_test@sysfs_l3_parity.html * igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync: - shard-mtlp: NOTRUN -> [SKIP][217] ([i915#2575]) +4 similar issues [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync.html * igt@v3d/v3d_submit_cl@bad-multisync-in-sync: - shard-tglu: NOTRUN -> [SKIP][218] ([fdo#109315] / [i915#2575]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@v3d/v3d_submit_cl@bad-multisync-in-sync.html * igt@v3d/v3d_submit_cl@simple-flush-cache: - shard-dg2: NOTRUN -> [SKIP][219] ([i915#2575]) +5 similar issues [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@v3d/v3d_submit_cl@simple-flush-cache.html * igt@v3d/v3d_submit_csd@bad-multisync-out-sync: - shard-rkl: NOTRUN -> [SKIP][220] ([fdo#109315]) +1 similar issue [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@v3d/v3d_submit_csd@bad-multisync-out-sync.html * igt@vc4/vc4_mmap@mmap-bad-handle: - shard-dg2: NOTRUN -> [SKIP][221] ([i915#7711]) +3 similar issues [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@vc4/vc4_mmap@mmap-bad-handle.html - shard-rkl: NOTRUN -> [SKIP][222] ([i915#7711]) +2 similar issues [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@vc4/vc4_mmap@mmap-bad-handle.html * igt@vc4/vc4_purgeable_bo@free-purged-bo: - shard-mtlp: NOTRUN -> [SKIP][223] ([i915#7711]) +5 similar issues [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@vc4/vc4_purgeable_bo@free-purged-bo.html #### Possible fixes #### * igt@gem_create@hog-create@smem0: - shard-dg2: [FAIL][224] ([i915#5892] / [i915#7679]) -> [PASS][225] [224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@gem_create@hog-create@smem0.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_create@hog-create@smem0.html * igt@gem_eio@unwedge-stress: - {shard-dg1}: [FAIL][226] ([i915#5784]) -> [PASS][227] [226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg1-12/igt@gem_eio@unwedge-stress.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg1-18/igt@gem_eio@unwedge-stress.html * igt@gem_exec_capture@pi@vcs0: - shard-mtlp: [FAIL][228] ([i915#4475]) -> [PASS][229] [228]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-8/igt@gem_exec_capture@pi@vcs0.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_exec_capture@pi@vcs0.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: [FAIL][230] ([i915#2842]) -> [PASS][231] +3 similar issues [230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][232] ([i915#2842]) -> [PASS][233] [232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html - shard-tglu: [FAIL][234] ([i915#2842]) -> [PASS][235] [234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_whisper@basic-contexts-forked-all: - shard-mtlp: [TIMEOUT][236] ([i915#8628]) -> [PASS][237] [236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-2/igt@gem_exec_whisper@basic-contexts-forked-all.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_exec_whisper@basic-contexts-forked-all.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [DMESG-WARN][238] ([i915#4936] / [i915#5493]) -> [PASS][239] [238]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][240] ([i915#8489]) -> [PASS][241] [240]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@i915_module_load@reload-with-fault-injection.html [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [SKIP][242] ([fdo#109271]) -> [PASS][243] [242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl1/igt@i915_pm_dc@dc9-dpms.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl2/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - {shard-dg1}: [FAIL][244] ([i915#3591]) -> [PASS][245] [244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@kms_cursor_legacy@cursor-vs-flip-toggle: - shard-mtlp: [FAIL][246] ([i915#8248]) -> [PASS][247] [246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][248] ([i915#2346]) -> [PASS][249] [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1: - shard-apl: [ABORT][250] ([i915#180]) -> [PASS][251] [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl1/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt: - shard-dg2: [FAIL][252] ([i915#6880]) -> [PASS][253] +1 similar issue [252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html * igt@kms_hdmi_inject@inject-audio: - shard-tglu: [SKIP][254] ([i915#433]) -> [PASS][255] [254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-6/igt@kms_hdmi_inject@inject-audio.html [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_hdmi_inject@inject-audio.html * igt@kms_vblank@pipe-b-ts-continuation-suspend: - shard-dg2: [FAIL][256] ([fdo#103375]) -> [PASS][257] +1 similar issue [256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-suspend.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_vblank@pipe-b-ts-continuation-suspend.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][258] ([i915#7484]) -> [PASS][259] [258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@perf@non-zero-reason@0-rcs0.html [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@perf@non-zero-reason@0-rcs0.html * igt@perf_pmu@busy-double-start@rcs0: - shard-dg2: [FAIL][260] ([i915#4349]) -> [PASS][261] [260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-1/igt@perf_pmu@busy-double-start@rcs0.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@perf_pmu@busy-double-start@rcs0.html * igt@perf_pmu@busy-double-start@vcs1: - shard-mtlp: [FAIL][262] ([i915#4349]) -> [PASS][263] +2 similar issues [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@perf_pmu@busy-double-start@vcs1.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@perf_pmu@busy-double-start@vcs1.html #### Warnings #### * igt@gem_exec_whisper@basic-contexts-priority-all: - shard-mtlp: [ABORT][264] ([i915#8131]) -> [TIMEOUT][265] ([i915#7392]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-3/igt@gem_exec_whisper@basic-contexts-priority-all.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_whisper@basic-contexts-priority-all.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - shard-tglu: [WARN][266] ([i915#2681]) -> [FAIL][267] ([i915#2681] / [i915#3591]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@kms_async_flips@crc@pipe-b-edp-1: - shard-mtlp: [FAIL][268] ([i915#8247]) -> [DMESG-FAIL][269] ([i915#8561]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-5/igt@kms_async_flips@crc@pipe-b-edp-1.html [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_async_flips@crc@pipe-b-edp-1.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][270] ([fdo#110189] / [i915#3955]) -> [SKIP][271] ([i915#3955]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-1/igt@kms_fbcon_fbt@psr.html [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_fbcon_fbt@psr.html * igt@sysfs_preempt_timeout@timeout@vecs0: - shard-mtlp: [TIMEOUT][272] ([i915#7947]) -> [ABORT][273] ([i915#8521]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-4/igt@sysfs_preempt_timeout@timeout@vecs0.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@sysfs_preempt_timeout@timeout@vecs0.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#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#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [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#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#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [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#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#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [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#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [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#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936 [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#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [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#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475 [i915#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [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#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [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#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [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#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [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#5892]: https://gitlab.freedesktop.org/drm/intel/issues/5892 [i915#6032]: https://gitlab.freedesktop.org/drm/intel/issues/6032 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6363]: https://gitlab.freedesktop.org/drm/intel/issues/6363 [i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412 [i915#6537]: https://gitlab.freedesktop.org/drm/intel/issues/6537 [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#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7327]: https://gitlab.freedesktop.org/drm/intel/issues/7327 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484 [i915#7562]: https://gitlab.freedesktop.org/drm/intel/issues/7562 [i915#7679]: https://gitlab.freedesktop.org/drm/intel/issues/7679 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7872]: https://gitlab.freedesktop.org/drm/intel/issues/7872 [i915#7947]: https://gitlab.freedesktop.org/drm/intel/issues/7947 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8131]: https://gitlab.freedesktop.org/drm/intel/issues/8131 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8230]: https://gitlab.freedesktop.org/drm/intel/issues/8230 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8248]: https://gitlab.freedesktop.org/drm/intel/issues/8248 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8332]: https://gitlab.freedesktop.org/drm/intel/issues/8332 [i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8403]: https://gitlab.freedesktop.org/drm/intel/issues/8403 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8431]: https://gitlab.freedesktop.org/drm/intel/issues/8431 [i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440 [i915#8445]: https://gitlab.freedesktop.org/drm/intel/issues/8445 [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561 [i915#8606]: https://gitlab.freedesktop.org/drm/intel/issues/8606 [i915#8621]: https://gitlab.freedesktop.org/drm/intel/issues/8621 [i915#8628]: https://gitlab.freedesktop.org/drm/intel/issues/8628 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8747]: https://gitlab.freedesktop.org/drm/intel/issues/8747 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7353 -> IGTPW_9287 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13329: bd707928a4b45e1044e797ee6515e5a4a5c41ef7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html IGT_7353: cacdae5ad7cb92bdc26a79802fcdd244dadccd42 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html [-- Attachment #2: Type: text/html, Size: 89372 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for lib/intel_batchbuffer: Remove unused argument in exec_blit 2023-06-29 0:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2023-06-29 6:33 ` Karolina Stolarek 2023-06-30 7:34 ` Yedireswarapu, SaiX Nandan 0 siblings, 1 reply; 9+ messages in thread From: Karolina Stolarek @ 2023-06-29 6:33 UTC (permalink / raw) To: igt-dev; +Cc: Yedireswarapu, SaiX Nandan On 29.06.2023 02:34, Patchwork wrote: > *Patch Details* > *Series:* lib/intel_batchbuffer: Remove unused argument in exec_blit > *URL:* https://patchwork.freedesktop.org/series/119961/ > <https://patchwork.freedesktop.org/series/119961/> > *State:* failure > *Details:* > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html> > > > CI Bug Log - changes from CI_DRM_13329_full -> IGTPW_9287_full > > > Summary > > *FAILURE* > > Serious unknown changes coming with IGTPW_9287_full absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_9287_full, please notify your bug team 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_9287/index.html > > > Participating hosts (10 -> 9) > > Missing (1): shard-rkl0 > > > Possible new issues > > Here are the unknown changes that may have been introduced in > IGTPW_9287_full: > > > IGT changes > > > Possible regressions > > * > > igt@i915_selftest@live@gt_pm: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-1/igt@i915_selftest@live@gt_pm.html> -> INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@i915_selftest@live@gt_pm.html> > * > > igt@kms_psr@psr2_sprite_blt: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@kms_psr@psr2_sprite_blt.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_psr@psr2_sprite_blt.html> > Both failures are not related to my changes. All the best, Karolina > Known issues > > Here are the changes found in IGTPW_9287_full that come from known issues: > > > IGT changes > > > Issues hit > > * > > igt@api_intel_bb@crc32: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@api_intel_bb@crc32.html> (i915#6230 <https://gitlab.freedesktop.org/drm/intel/issues/6230>) > * > > igt@drm_fdinfo@busy@ccs0: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@drm_fdinfo@busy@ccs0.html> (i915#8414 <https://gitlab.freedesktop.org/drm/intel/issues/8414>) +9 similar issues > * > > igt@drm_fdinfo@busy@ccs3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@drm_fdinfo@busy@ccs3.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#8414 <https://gitlab.freedesktop.org/drm/intel/issues/8414>) > * > > igt@drm_fdinfo@virtual-busy-hang-all: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@drm_fdinfo@virtual-busy-hang-all.html> (i915#8414 <https://gitlab.freedesktop.org/drm/intel/issues/8414>) > * > > igt@feature_discovery@psr1: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@feature_discovery@psr1.html> (i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>) +2 similar issues > * > > igt@gem_bad_reloc@negative-reloc-lut: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@gem_bad_reloc@negative-reloc-lut.html> (i915#3281 <https://gitlab.freedesktop.org/drm/intel/issues/3281>) +4 similar issues > * > > igt@gem_busy@semaphore: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@gem_busy@semaphore.html> (i915#3936 <https://gitlab.freedesktop.org/drm/intel/issues/3936>) > * > > igt@gem_close_race@multigpu-basic-threads: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_close_race@multigpu-basic-threads.html> (i915#7697 <https://gitlab.freedesktop.org/drm/intel/issues/7697>) > * > > igt@gem_create@create-ext-set-pat: > > o shard-tglu: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@gem_create@create-ext-set-pat.html> (i915#8621 <https://gitlab.freedesktop.org/drm/intel/issues/8621>) > * > > igt@gem_ctx_param@set-priority-not-supported: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_ctx_param@set-priority-not-supported.html> (fdo#109314 <https://bugs.freedesktop.org/show_bug.cgi?id=109314>) > * > > igt@gem_ctx_sseu@engines: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_ctx_sseu@engines.html> (i915#280 <https://gitlab.freedesktop.org/drm/intel/issues/280>) > * > > igt@gem_eio@hibernate: > > o shard-rkl: NOTRUN -> ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@gem_eio@hibernate.html> (i915#7975 <https://gitlab.freedesktop.org/drm/intel/issues/7975> / i915#8213 <https://gitlab.freedesktop.org/drm/intel/issues/8213>) > * > > igt@gem_exec_await@wide-contexts: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@gem_exec_await@wide-contexts.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_exec_await@wide-contexts.html> (i915#5892 <https://gitlab.freedesktop.org/drm/intel/issues/5892>) > * > > igt@gem_exec_balancer@bonded-true-hang: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gem_exec_balancer@bonded-true-hang.html> (i915#4812 <https://gitlab.freedesktop.org/drm/intel/issues/4812>) +1 similar issue > * > > igt@gem_exec_balancer@full-pulse: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@gem_exec_balancer@full-pulse.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@gem_exec_balancer@full-pulse.html> (i915#6032 <https://gitlab.freedesktop.org/drm/intel/issues/6032>) > * > > igt@gem_exec_balancer@parallel-keep-in-fence: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@gem_exec_balancer@parallel-keep-in-fence.html> (i915#4525 <https://gitlab.freedesktop.org/drm/intel/issues/4525>) > * > > igt@gem_exec_capture@capture-invisible@smem0: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_exec_capture@capture-invisible@smem0.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#6334 <https://gitlab.freedesktop.org/drm/intel/issues/6334>) > * > > igt@gem_exec_fair@basic-flow: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_exec_fair@basic-flow.html> (i915#3539 <https://gitlab.freedesktop.org/drm/intel/issues/3539> / i915#4852 <https://gitlab.freedesktop.org/drm/intel/issues/4852>) > * > > igt@gem_exec_fair@basic-none-share@rcs0: > > o shard-rkl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@gem_exec_fair@basic-none-share@rcs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_exec_fair@basic-none-share@rcs0.html> (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>) > * > > igt@gem_exec_fair@basic-none-vip: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@gem_exec_fair@basic-none-vip.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-sync: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_exec_fair@basic-sync.html> (i915#3539 <https://gitlab.freedesktop.org/drm/intel/issues/3539>) > * > > igt@gem_exec_fence@submit3: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_fence@submit3.html> (i915#4812 <https://gitlab.freedesktop.org/drm/intel/issues/4812>) > * > > igt@gem_exec_reloc@basic-gtt-read: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_exec_reloc@basic-gtt-read.html> (i915#3281 <https://gitlab.freedesktop.org/drm/intel/issues/3281>) +6 similar issues > * > > igt@gem_exec_reloc@basic-gtt-wc-noreloc: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html> (i915#3281 <https://gitlab.freedesktop.org/drm/intel/issues/3281>) +10 similar issues > * > > igt@gem_exec_schedule@deep@vcs1: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-2/igt@gem_exec_schedule@deep@vcs1.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_schedule@deep@vcs1.html> (i915#8606 <https://gitlab.freedesktop.org/drm/intel/issues/8606>) > * > > igt@gem_exec_schedule@preemptive-hang@vcs0: > > o shard-mtlp: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_exec_schedule@preemptive-hang@vcs0.html> (i915#7327 <https://gitlab.freedesktop.org/drm/intel/issues/7327>) > * > > igt@gem_exec_whisper@basic-queues-all: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@gem_exec_whisper@basic-queues-all.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_whisper@basic-queues-all.html> (i915#6363 <https://gitlab.freedesktop.org/drm/intel/issues/6363>) +2 similar issues > * > > igt@gem_fence_thrash@bo-write-verify-threaded-none: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_fence_thrash@bo-write-verify-threaded-none.html> (i915#4860 <https://gitlab.freedesktop.org/drm/intel/issues/4860>) > * > > igt@gem_fenced_exec_thrash@no-spare-fences-busy: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html> (i915#4860 <https://gitlab.freedesktop.org/drm/intel/issues/4860>) > * > > igt@gem_lmem_swapping@heavy-multi: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@gem_lmem_swapping@heavy-multi.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>) > * > > igt@gem_lmem_swapping@heavy-verify-multi-ccs: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html> (i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>) > * > > igt@gem_lmem_swapping@parallel-multi: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_lmem_swapping@parallel-multi.html> (i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>) +1 similar issue > * > > igt@gem_lmem_swapping@parallel-random-verify: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_lmem_swapping@parallel-random-verify.html> (i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>) +2 similar issues > * > > igt@gem_madvise@dontneed-after-mmap: > > o shard-mtlp: NOTRUN -> WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_madvise@dontneed-after-mmap.html> (i915#8747 <https://gitlab.freedesktop.org/drm/intel/issues/8747>) > * > > igt@gem_mmap_gtt@cpuset-big-copy-odd: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_mmap_gtt@cpuset-big-copy-odd.html> (i915#4077 <https://gitlab.freedesktop.org/drm/intel/issues/4077>) +8 similar issues > * > > igt@gem_mmap_gtt@cpuset-medium-copy-xy: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html> (i915#4077 <https://gitlab.freedesktop.org/drm/intel/issues/4077>) +6 similar issues > * > > igt@gem_mmap_wc@bad-offset: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@gem_mmap_wc@bad-offset.html> (i915#4083 <https://gitlab.freedesktop.org/drm/intel/issues/4083>) +2 similar issues > * > > igt@gem_mmap_wc@read: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_mmap_wc@read.html> (i915#4083 <https://gitlab.freedesktop.org/drm/intel/issues/4083>) > * > > igt@gem_partial_pwrite_pread@writes-after-reads-snoop: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html> (i915#3282 <https://gitlab.freedesktop.org/drm/intel/issues/3282>) +3 similar issues > * > > igt@gem_partial_pwrite_pread@writes-after-reads-uncached: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html> (i915#3282 <https://gitlab.freedesktop.org/drm/intel/issues/3282>) +2 similar issues > * > > igt@gem_pwrite@basic-random: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_pwrite@basic-random.html> (i915#3282 <https://gitlab.freedesktop.org/drm/intel/issues/3282>) > * > > igt@gem_pxp@fail-invalid-protected-context: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_pxp@fail-invalid-protected-context.html> (i915#4270 <https://gitlab.freedesktop.org/drm/intel/issues/4270>) +2 similar issues > * > > igt@gem_pxp@protected-raw-src-copy-not-readible: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_pxp@protected-raw-src-copy-not-readible.html> (i915#4270 <https://gitlab.freedesktop.org/drm/intel/issues/4270>) > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gem_pxp@protected-raw-src-copy-not-readible.html> (i915#4270 <https://gitlab.freedesktop.org/drm/intel/issues/4270>) > > * > > igt@gem_pxp@regular-baseline-src-copy-readible: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@gem_pxp@regular-baseline-src-copy-readible.html> (i915#4270 <https://gitlab.freedesktop.org/drm/intel/issues/4270>) > * > > igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html> (i915#8428 <https://gitlab.freedesktop.org/drm/intel/issues/8428>) +2 similar issues > * > > igt@gem_set_tiling_vs_blt@untiled-to-tiled: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html> (i915#4079 <https://gitlab.freedesktop.org/drm/intel/issues/4079>) > * > > igt@gem_set_tiling_vs_gtt: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_set_tiling_vs_gtt.html> (i915#4079 <https://gitlab.freedesktop.org/drm/intel/issues/4079>) +2 similar issues > * > > igt@gem_userptr_blits@coherency-unsync: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_userptr_blits@coherency-unsync.html> (i915#3297 <https://gitlab.freedesktop.org/drm/intel/issues/3297>) +1 similar issue > * > > igt@gem_userptr_blits@map-fixed-invalidate-overlap: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/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 similar issue > * > > igt@gem_userptr_blits@readonly-pwrite-unsync: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_userptr_blits@readonly-pwrite-unsync.html> (i915#3297 <https://gitlab.freedesktop.org/drm/intel/issues/3297>) > * > > igt@gem_userptr_blits@set-cache-level: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_userptr_blits@set-cache-level.html> (i915#3297 <https://gitlab.freedesktop.org/drm/intel/issues/3297>) > * > > igt@gen7_exec_parse@batch-without-end: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gen7_exec_parse@batch-without-end.html> (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +2 similar issues > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gen7_exec_parse@batch-without-end.html> (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +1 similar issue > > * > > igt@gen7_exec_parse@chained-batch: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@gen7_exec_parse@chained-batch.html> (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289>) > * > > igt@gen9_exec_parse@allowed-single: > > o shard-apl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl3/igt@gen9_exec_parse@allowed-single.html> -> ABORT <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@gen9_exec_parse@allowed-single.html> (i915#5566 <https://gitlab.freedesktop.org/drm/intel/issues/5566>) > * > > igt@gen9_exec_parse@batch-without-end: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gen9_exec_parse@batch-without-end.html> (i915#2856 <https://gitlab.freedesktop.org/drm/intel/issues/2856>) +2 similar issues > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@gen9_exec_parse@batch-without-end.html> (i915#2527 <https://gitlab.freedesktop.org/drm/intel/issues/2527>) +1 similar issue > > * > > igt@gen9_exec_parse@bb-start-far: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@gen9_exec_parse@bb-start-far.html> (i915#2856 <https://gitlab.freedesktop.org/drm/intel/issues/2856>) > * > > igt@gen9_exec_parse@bb-start-param: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-3/igt@gen9_exec_parse@bb-start-param.html> (i915#2527 <https://gitlab.freedesktop.org/drm/intel/issues/2527> / i915#2856 <https://gitlab.freedesktop.org/drm/intel/issues/2856>) > * > > igt@i915_fb_tiling: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@i915_fb_tiling.html> (i915#4881 <https://gitlab.freedesktop.org/drm/intel/issues/4881>) > * > > igt@i915_hangman@engine-engine-hang@vcs0: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@i915_hangman@engine-engine-hang@vcs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@i915_hangman@engine-engine-hang@vcs0.html> (i915#7069 <https://gitlab.freedesktop.org/drm/intel/issues/7069>) +1 similar issue > * > > igt@i915_module_load@resize-bar: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@i915_module_load@resize-bar.html> (i915#6412 <https://gitlab.freedesktop.org/drm/intel/issues/6412>) > * > > igt@i915_pm_dc@dc9-dpms: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@i915_pm_dc@dc9-dpms.html> (i915#3361 <https://gitlab.freedesktop.org/drm/intel/issues/3361>) > * > > igt@i915_pm_freq_api@freq-basic-api: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl2/igt@i915_pm_freq_api@freq-basic-api.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +49 similar issues > * > > igt@i915_pm_rc6_residency@media-rc6-accuracy: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html> (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289> / i915#8403 <https://gitlab.freedesktop.org/drm/intel/issues/8403>) > * > > igt@i915_pm_rc6_residency@rc6-accuracy: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@i915_pm_rc6_residency@rc6-accuracy.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@i915_pm_rc6_residency@rc6-accuracy.html> (i915#8230 <https://gitlab.freedesktop.org/drm/intel/issues/8230>) > * > > igt@i915_pm_rpm@dpms-mode-unset-lpsp: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html> (i915#1397 <https://gitlab.freedesktop.org/drm/intel/issues/1397>) > * > > igt@i915_pm_rpm@gem-mmap-type@gtt-smem0: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/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-lpsp: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@i915_pm_rpm@modeset-lpsp.html> -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@i915_pm_rpm@modeset-lpsp.html> (i915#1397 <https://gitlab.freedesktop.org/drm/intel/issues/1397>) +1 similar issue > * > > igt@i915_pm_rps@engine-order: > > o shard-apl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl2/igt@i915_pm_rps@engine-order.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@i915_pm_rps@engine-order.html> (i915#6537 <https://gitlab.freedesktop.org/drm/intel/issues/6537>) > * > > igt@i915_pm_rps@min-max-config-loaded: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@i915_pm_rps@min-max-config-loaded.html> (i915#6621 <https://gitlab.freedesktop.org/drm/intel/issues/6621>) > * > > igt@i915_pm_rps@waitboost: > > o shard-mtlp: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@i915_pm_rps@waitboost.html> (i915#8346 <https://gitlab.freedesktop.org/drm/intel/issues/8346>) > * > > igt@i915_selftest@live@dmabuf: > > o shard-apl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl2/igt@i915_selftest@live@dmabuf.html> -> DMESG-FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@i915_selftest@live@dmabuf.html> (i915#7562 <https://gitlab.freedesktop.org/drm/intel/issues/7562>) > * > > igt@i915_selftest@live@gt_heartbeat: > > o shard-rkl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-1/igt@i915_selftest@live@gt_heartbeat.html> -> DMESG-FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@i915_selftest@live@gt_heartbeat.html> (i915#7872 <https://gitlab.freedesktop.org/drm/intel/issues/7872>) > * > > igt@i915_selftest@live@gt_mocs: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-1/igt@i915_selftest@live@gt_mocs.html> -> ABORT <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@i915_selftest@live@gt_mocs.html> (i915#7059 <https://gitlab.freedesktop.org/drm/intel/issues/7059>) > * > > igt@i915_suspend@basic-s3-without-i915: > > o shard-rkl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@i915_suspend@basic-s3-without-i915.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/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@framebuffer-vs-set-tiling: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html> (i915#4212 <https://gitlab.freedesktop.org/drm/intel/issues/4212>) +1 similar issue > * > > 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_9287/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 similar issues > * > > 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_9287/shard-dg2-8/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html> (i915#8247 <https://gitlab.freedesktop.org/drm/intel/issues/8247>) +3 similar issues > * > > igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/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> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/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> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > > * > > igt@kms_big_fb@4-tiled-64bpp-rotate-90: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_big_fb@4-tiled-64bpp-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-addfb-size-overflow: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_big_fb@4-tiled-addfb-size-overflow.html> (i915#5286 <https://gitlab.freedesktop.org/drm/intel/issues/5286>) +2 similar issues > * > > igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> (i915#5138 <https://gitlab.freedesktop.org/drm/intel/issues/5138>) +1 similar issue > * > > igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: > > o shard-mtlp: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html> (i915#3743 <https://gitlab.freedesktop.org/drm/intel/issues/3743>) +1 similar issue > * > > igt@kms_big_fb@linear-16bpp-rotate-0: > > o shard-mtlp: NOTRUN -> DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_big_fb@linear-16bpp-rotate-0.html> (i915#1982 <https://gitlab.freedesktop.org/drm/intel/issues/1982>) > * > > igt@kms_big_fb@x-tiled-16bpp-rotate-270: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html> (fdo#111614 <https://bugs.freedesktop.org/show_bug.cgi?id=111614>) +2 similar issues > * > > igt@kms_big_fb@x-tiled-16bpp-rotate-90: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html> (fdo#111614 <https://bugs.freedesktop.org/show_bug.cgi?id=111614>) +1 similar issue > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_big_fb@x-tiled-16bpp-rotate-90.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@y-tiled-64bpp-rotate-0: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html> (i915#5190 <https://gitlab.freedesktop.org/drm/intel/issues/5190>) +6 similar issues > * > > igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html> (fdo#111615 <https://bugs.freedesktop.org/show_bug.cgi?id=111615>) +8 similar issues > * > > igt@kms_big_fb@yf-tiled-16bpp-rotate-270: > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html> (fdo#110723 <https://bugs.freedesktop.org/show_bug.cgi?id=110723>) > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html> (i915#4538 <https://gitlab.freedesktop.org/drm/intel/issues/4538> / i915#5190 <https://gitlab.freedesktop.org/drm/intel/issues/5190>) > > * > > igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl1/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#3886 <https://gitlab.freedesktop.org/drm/intel/issues/3886>) > * > > igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html> (i915#3886 <https://gitlab.freedesktop.org/drm/intel/issues/3886> / i915#6095 <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +3 similar issues > * > > igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_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 similar issues > * > > igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_ccs@pipe-a-bad-pixel-format-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>) > * > > igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_rc_ccs_cc: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_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 similar issues > * > > igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs.html> (i915#6095 <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +22 similar issues > * > > igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.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>) +3 similar issues > * > > igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-2/igt@kms_ccs@pipe-b-bad-pixel-format-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 similar issue > * > > igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_mtl_mc_ccs: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_mtl_mc_ccs.html> (i915#5354 <https://gitlab.freedesktop.org/drm/intel/issues/5354>) +16 similar issues > * > > igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_dg2_mc_ccs: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_dg2_mc_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>) > * > > igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs.html> (i915#5354 <https://gitlab.freedesktop.org/drm/intel/issues/5354>) +10 similar issues > * > > igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs.html> (i915#3689 <https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#5354 <https://gitlab.freedesktop.org/drm/intel/issues/5354>) +6 similar issues > * > > igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1.html> (i915#4087 <https://gitlab.freedesktop.org/drm/intel/issues/4087>) +2 similar issues > * > > igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_chamelium_color@ctm-red-to-blue: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@kms_chamelium_color@ctm-red-to-blue.html> (fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +1 similar issue > * > > igt@kms_chamelium_color@gamma: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_chamelium_color@gamma.html> (fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_chamelium_color@gamma.html> (fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) > > * > > igt@kms_chamelium_hpd@hdmi-hpd-fast: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@kms_chamelium_hpd@hdmi-hpd-fast.html> (i915#7828 <https://gitlab.freedesktop.org/drm/intel/issues/7828>) > * > > igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html> (i915#7828 <https://gitlab.freedesktop.org/drm/intel/issues/7828>) +2 similar issues > * > > igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html> (i915#7828 <https://gitlab.freedesktop.org/drm/intel/issues/7828>) +5 similar issues > * > > igt@kms_content_protection@atomic-dpms: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_content_protection@atomic-dpms.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#7118 <https://gitlab.freedesktop.org/drm/intel/issues/7118>) +2 similar issues > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_content_protection@atomic-dpms.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#7118 <https://gitlab.freedesktop.org/drm/intel/issues/7118>) > > * > > igt@kms_content_protection@dp-mst-lic-type-0: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_content_protection@dp-mst-lic-type-0.html> (i915#3299 <https://gitlab.freedesktop.org/drm/intel/issues/3299>) > * > > igt@kms_cursor_crc@cursor-offscreen-512x170: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_cursor_crc@cursor-offscreen-512x170.html> (i915#3359 <https://gitlab.freedesktop.org/drm/intel/issues/3359>) +1 similar issue > * > > igt@kms_cursor_crc@cursor-onscreen-512x170: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_cursor_crc@cursor-onscreen-512x170.html> (i915#3359 <https://gitlab.freedesktop.org/drm/intel/issues/3359>) > * > > igt@kms_cursor_crc@cursor-sliding-32x32: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_cursor_crc@cursor-sliding-32x32.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) +9 similar issues > * > > igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-4: > > o shard-dg2: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-4.html> (fdo#103375 <https://bugs.freedesktop.org/show_bug.cgi?id=103375>) > * > > igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html> (i915#4213 <https://gitlab.freedesktop.org/drm/intel/issues/4213>) > * > > igt@kms_cursor_legacy@cursora-vs-flipb-atomic: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html> (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274> / i915#5354 <https://gitlab.freedesktop.org/drm/intel/issues/5354>) +1 similar issue > * > > igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html> (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274>) > * > > igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html> (fdo#111767 <https://bugs.freedesktop.org/show_bug.cgi?id=111767> / i915#3546 <https://gitlab.freedesktop.org/drm/intel/issues/3546>) +1 similar issue > * > > igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> (i915#4103 <https://gitlab.freedesktop.org/drm/intel/issues/4103> / i915#4213 <https://gitlab.freedesktop.org/drm/intel/issues/4213>) > * > > igt@kms_dither@fb-8bpc-vs-panel-6bpc: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html> (i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) +2 similar issues > * > > igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html> (i915#3804 <https://gitlab.freedesktop.org/drm/intel/issues/3804> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_dsc@dsc-with-bpc: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_dsc@dsc-with-bpc.html> (i915#3840 <https://gitlab.freedesktop.org/drm/intel/issues/3840> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_fence_pin_leak: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_fence_pin_leak.html> (i915#4881 <https://gitlab.freedesktop.org/drm/intel/issues/4881>) > * > > igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html> (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274>) +3 similar issues > * > > igt@kms_flip@2x-flip-vs-rmfb: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-3/igt@kms_flip@2x-flip-vs-rmfb.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-nonexisting-fb: > > o shard-snb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-snb2/igt@kms_flip@2x-nonexisting-fb.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +13 similar issues > * > > igt@kms_flip@flip-vs-fences: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_flip@flip-vs-fences.html> (i915#8381 <https://gitlab.freedesktop.org/drm/intel/issues/8381>) > * > > igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-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> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_force_connector_basic@prune-stale-modes: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_force_connector_basic@prune-stale-modes.html> (i915#5274 <https://gitlab.freedesktop.org/drm/intel/issues/5274>) > * > > igt@kms_frontbuffer_tracking@fbc-1p-indfb-fliptrack-mmap-gtt: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-1p-indfb-fliptrack-mmap-gtt.html> (i915#8708 <https://gitlab.freedesktop.org/drm/intel/issues/8708>) +3 similar issues > * > > igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html> (i915#6880 <https://gitlab.freedesktop.org/drm/intel/issues/6880>) +1 similar issue > * > > igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: > > o shard-dg2: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html> (i915#6880 <https://gitlab.freedesktop.org/drm/intel/issues/6880>) > * > > igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html> (i915#8708 <https://gitlab.freedesktop.org/drm/intel/issues/8708>) +13 similar issues > * > > igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt.html> (i915#3023 <https://gitlab.freedesktop.org/drm/intel/issues/3023>) +5 similar issues > * > > igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc.html> (i915#1825 <https://gitlab.freedesktop.org/drm/intel/issues/1825>) +20 similar issues > * > > igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html> (fdo#111825 <https://bugs.freedesktop.org/show_bug.cgi?id=111825>) +2 similar issues > * > > igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite.html> (i915#3458 <https://gitlab.freedesktop.org/drm/intel/issues/3458>) +6 similar issues > * > > igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html> (fdo#109280 <https://bugs.freedesktop.org/show_bug.cgi?id=109280>) +5 similar issues > * > > igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html> (fdo#111825 <https://bugs.freedesktop.org/show_bug.cgi?id=111825> / i915#1825 <https://gitlab.freedesktop.org/drm/intel/issues/1825>) +6 similar issues > * > > igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-5/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html> (fdo#110189 <https://bugs.freedesktop.org/show_bug.cgi?id=110189>) +5 similar issues > * > > igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1: > > o shard-apl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1.html> (i915#4573 <https://gitlab.freedesktop.org/drm/intel/issues/4573>) +1 similar issue > * > > igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2.html> (i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +1 similar issue > * > > igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +1 similar issue > * > > igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-edp-1.html> (i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +4 similar issues > * > > igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3.html> (i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +8 similar issues > * > > igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-dp-1: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-dp-1.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) +5 similar issues > * > > igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>) > * > > igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-hdmi-a-3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-hdmi-a-3.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +2 similar issues > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-3.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +2 similar issues > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2.html> (i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +2 similar issues > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +2 similar issues > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1.html> (i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +2 similar issues > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) > * > > igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-hdmi-a-1: > > o shard-snb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-snb1/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-hdmi-a-1.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) +9 similar issues > * > > igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1.html> (i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +2 similar issues > * > > 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_9287/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>) +8 similar issues > * > > igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) > * > > igt@kms_psr2_su@page_flip-p010: > > o > > shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl1/igt@kms_psr2_su@page_flip-p010.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>) > > o > > shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_psr2_su@page_flip-p010.html> (i915#4348 <https://gitlab.freedesktop.org/drm/intel/issues/4348>) > > * > > igt@kms_psr@cursor_render: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_psr@cursor_render.html> (i915#1072 <https://gitlab.freedesktop.org/drm/intel/issues/1072>) +2 similar issues > * > > igt@kms_psr@psr2_sprite_mmap_gtt: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_psr@psr2_sprite_mmap_gtt.html> (i915#1072 <https://gitlab.freedesktop.org/drm/intel/issues/1072>) +3 similar issues > * > > igt@kms_rotation_crc@bad-tiling: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_rotation_crc@bad-tiling.html> (i915#4235 <https://gitlab.freedesktop.org/drm/intel/issues/4235>) > * > > igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/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_9287/shard-dg2-1/igt@kms_rotation_crc@primary-rotation-270.html> (i915#4235 <https://gitlab.freedesktop.org/drm/intel/issues/4235>) > * > > igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html> (i915#5289 <https://gitlab.freedesktop.org/drm/intel/issues/5289>) > * > > igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (i915#4235 <https://gitlab.freedesktop.org/drm/intel/issues/4235> / i915#5190 <https://gitlab.freedesktop.org/drm/intel/issues/5190>) > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.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@invalid-clone-exclusive-crtc: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_setmode@invalid-clone-exclusive-crtc.html> (i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html> (fdo#103375 <https://bugs.freedesktop.org/show_bug.cgi?id=103375>) > * > > igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/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>) +1 similar issue > * > > igt@kms_vblank@pipe-d-accuracy-idle: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_vblank@pipe-d-accuracy-idle.html> (i915#4070 <https://gitlab.freedesktop.org/drm/intel/issues/4070> / i915#533 <https://gitlab.freedesktop.org/drm/intel/issues/533> / i915#6768 <https://gitlab.freedesktop.org/drm/intel/issues/6768>) > * > > igt@kms_vrr@flipline: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_vrr@flipline.html> (i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_writeback@writeback-check-output: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_writeback@writeback-check-output.html> (i915#2437 <https://gitlab.freedesktop.org/drm/intel/issues/2437>) > * > > igt@perf@global-sseu-config-invalid: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@perf@global-sseu-config-invalid.html> (i915#7387 <https://gitlab.freedesktop.org/drm/intel/issues/7387>) > * > > igt@perf_pmu@busy-idle-check-all@ccs0: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@perf_pmu@busy-idle-check-all@ccs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@perf_pmu@busy-idle-check-all@ccs0.html> (i915#4521 <https://gitlab.freedesktop.org/drm/intel/issues/4521>) +3 similar issues > * > > igt@perf_pmu@busy-idle-check-all@vcs0: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@perf_pmu@busy-idle-check-all@vcs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@perf_pmu@busy-idle-check-all@vcs0.html> (i915#4521 <https://gitlab.freedesktop.org/drm/intel/issues/4521>) +6 similar issues > * > > igt@perf_pmu@faulting-read@gtt: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@perf_pmu@faulting-read@gtt.html> (i915#8440 <https://gitlab.freedesktop.org/drm/intel/issues/8440>) > * > > igt@perf_pmu@render-node-busy-idle@ccs0: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-4/igt@perf_pmu@render-node-busy-idle@ccs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@perf_pmu@render-node-busy-idle@ccs0.html> (i915#4349 <https://gitlab.freedesktop.org/drm/intel/issues/4349>) +3 similar issues > * > > igt@prime_vgem@basic-blt: > > o shard-mtlp: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@prime_vgem@basic-blt.html> (i915#8445 <https://gitlab.freedesktop.org/drm/intel/issues/8445>) +1 similar issue > * > > igt@prime_vgem@basic-fence-read: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@prime_vgem@basic-fence-read.html> (i915#3291 <https://gitlab.freedesktop.org/drm/intel/issues/3291> / i915#3708 <https://gitlab.freedesktop.org/drm/intel/issues/3708>) +1 similar issue > * > > igt@prime_vgem@basic-read: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@prime_vgem@basic-read.html> (fdo#109295 <https://bugs.freedesktop.org/show_bug.cgi?id=109295> / i915#3291 <https://gitlab.freedesktop.org/drm/intel/issues/3291> / i915#3708 <https://gitlab.freedesktop.org/drm/intel/issues/3708>) > * > > igt@prime_vgem@fence-flip-hang: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@prime_vgem@fence-flip-hang.html> (i915#3708 <https://gitlab.freedesktop.org/drm/intel/issues/3708>) > * > > igt@prime_vgem@fence-write-hang: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@prime_vgem@fence-write-hang.html> (fdo#109295 <https://bugs.freedesktop.org/show_bug.cgi?id=109295>) > * > > igt@sysfs_heartbeat_interval@precise@vecs0: > > o shard-mtlp: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@sysfs_heartbeat_interval@precise@vecs0.html> (i915#8332 <https://gitlab.freedesktop.org/drm/intel/issues/8332>) > * > > igt@tools_test@sysfs_l3_parity: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@tools_test@sysfs_l3_parity.html> (i915#4818 <https://gitlab.freedesktop.org/drm/intel/issues/4818>) > * > > igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync.html> (i915#2575 <https://gitlab.freedesktop.org/drm/intel/issues/2575>) +4 similar issues > * > > igt@v3d/v3d_submit_cl@bad-multisync-in-sync: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@v3d/v3d_submit_cl@bad-multisync-in-sync.html> (fdo#109315 <https://bugs.freedesktop.org/show_bug.cgi?id=109315> / i915#2575 <https://gitlab.freedesktop.org/drm/intel/issues/2575>) > * > > igt@v3d/v3d_submit_cl@simple-flush-cache: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@v3d/v3d_submit_cl@simple-flush-cache.html> (i915#2575 <https://gitlab.freedesktop.org/drm/intel/issues/2575>) +5 similar issues > * > > igt@v3d/v3d_submit_csd@bad-multisync-out-sync: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@v3d/v3d_submit_csd@bad-multisync-out-sync.html> (fdo#109315 <https://bugs.freedesktop.org/show_bug.cgi?id=109315>) +1 similar issue > * > > igt@vc4/vc4_mmap@mmap-bad-handle: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@vc4/vc4_mmap@mmap-bad-handle.html> (i915#7711 <https://gitlab.freedesktop.org/drm/intel/issues/7711>) +3 similar issues > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@vc4/vc4_mmap@mmap-bad-handle.html> (i915#7711 <https://gitlab.freedesktop.org/drm/intel/issues/7711>) +2 similar issues > > * > > igt@vc4/vc4_purgeable_bo@free-purged-bo: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@vc4/vc4_purgeable_bo@free-purged-bo.html> (i915#7711 <https://gitlab.freedesktop.org/drm/intel/issues/7711>) +5 similar issues > > > Possible fixes > > * > > igt@gem_create@hog-create@smem0: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@gem_create@hog-create@smem0.html> (i915#5892 <https://gitlab.freedesktop.org/drm/intel/issues/5892> / i915#7679 <https://gitlab.freedesktop.org/drm/intel/issues/7679>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_create@hog-create@smem0.html> > * > > igt@gem_eio@unwedge-stress: > > o {shard-dg1}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg1-12/igt@gem_eio@unwedge-stress.html> (i915#5784 <https://gitlab.freedesktop.org/drm/intel/issues/5784>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg1-18/igt@gem_eio@unwedge-stress.html> > * > > igt@gem_exec_capture@pi@vcs0: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-8/igt@gem_exec_capture@pi@vcs0.html> (i915#4475 <https://gitlab.freedesktop.org/drm/intel/issues/4475>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_exec_capture@pi@vcs0.html> > * > > igt@gem_exec_fair@basic-none@bcs0: > > o shard-rkl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html> (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gem_exec_fair@basic-none@bcs0.html> +3 similar issues > * > > igt@gem_exec_fair@basic-pace-share@rcs0: > > o > > shard-glk: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-glk1/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_9287/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html> > > o > > shard-tglu: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-8/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_9287/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html> > > * > > igt@gem_exec_whisper@basic-contexts-forked-all: > > o shard-mtlp: TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-2/igt@gem_exec_whisper@basic-contexts-forked-all.html> (i915#8628 <https://gitlab.freedesktop.org/drm/intel/issues/8628>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_exec_whisper@basic-contexts-forked-all.html> > * > > igt@gem_lmem_swapping@smem-oom@lmem0: > > o shard-dg2: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html> (i915#4936 <https://gitlab.freedesktop.org/drm/intel/issues/4936> / i915#5493 <https://gitlab.freedesktop.org/drm/intel/issues/5493>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html> > * > > igt@i915_module_load@reload-with-fault-injection: > > o shard-mtlp: ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@i915_module_load@reload-with-fault-injection.html> (i915#8489 <https://gitlab.freedesktop.org/drm/intel/issues/8489>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html> > * > > igt@i915_pm_dc@dc9-dpms: > > o shard-apl: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl1/igt@i915_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_9287/shard-apl2/igt@i915_pm_dc@dc9-dpms.html> > * > > igt@i915_pm_rc6_residency@rc6-idle@vecs0: > > o {shard-dg1}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html> (i915#3591 <https://gitlab.freedesktop.org/drm/intel/issues/3591>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html> > * > > igt@kms_cursor_legacy@cursor-vs-flip-toggle: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html> (i915#8248 <https://gitlab.freedesktop.org/drm/intel/issues/8248>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html> > * > > igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: > > o shard-glk: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> (i915#2346 <https://gitlab.freedesktop.org/drm/intel/issues/2346>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> > * > > igt@kms_flip@flip-vs-suspend-interruptible@a-dp1: > > o shard-apl: ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl1/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html> (i915#180 <https://gitlab.freedesktop.org/drm/intel/issues/180>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html> > * > > igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html> (i915#6880 <https://gitlab.freedesktop.org/drm/intel/issues/6880>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html> +1 similar issue > * > > igt@kms_hdmi_inject@inject-audio: > > o shard-tglu: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-6/igt@kms_hdmi_inject@inject-audio.html> (i915#433 <https://gitlab.freedesktop.org/drm/intel/issues/433>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_hdmi_inject@inject-audio.html> > * > > igt@kms_vblank@pipe-b-ts-continuation-suspend: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-suspend.html> (fdo#103375 <https://bugs.freedesktop.org/show_bug.cgi?id=103375>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_vblank@pipe-b-ts-continuation-suspend.html> +1 similar issue > * > > igt@perf@non-zero-reason@0-rcs0: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@perf@non-zero-reason@0-rcs0.html> (i915#7484 <https://gitlab.freedesktop.org/drm/intel/issues/7484>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@perf@non-zero-reason@0-rcs0.html> > * > > igt@perf_pmu@busy-double-start@rcs0: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-1/igt@perf_pmu@busy-double-start@rcs0.html> (i915#4349 <https://gitlab.freedesktop.org/drm/intel/issues/4349>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@perf_pmu@busy-double-start@rcs0.html> > * > > igt@perf_pmu@busy-double-start@vcs1: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@perf_pmu@busy-double-start@vcs1.html> (i915#4349 <https://gitlab.freedesktop.org/drm/intel/issues/4349>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@perf_pmu@busy-double-start@vcs1.html> +2 similar issues > > > Warnings > > * > > igt@gem_exec_whisper@basic-contexts-priority-all: > > o shard-mtlp: ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-3/igt@gem_exec_whisper@basic-contexts-priority-all.html> (i915#8131 <https://gitlab.freedesktop.org/drm/intel/issues/8131>) -> TIMEOUT <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_whisper@basic-contexts-priority-all.html> (i915#7392 <https://gitlab.freedesktop.org/drm/intel/issues/7392>) > * > > igt@i915_pm_rc6_residency@rc6-idle@vcs0: > > o shard-tglu: WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html> (i915#2681 <https://gitlab.freedesktop.org/drm/intel/issues/2681>) -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html> (i915#2681 <https://gitlab.freedesktop.org/drm/intel/issues/2681> / i915#3591 <https://gitlab.freedesktop.org/drm/intel/issues/3591>) > * > > igt@kms_async_flips@crc@pipe-b-edp-1: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-5/igt@kms_async_flips@crc@pipe-b-edp-1.html> (i915#8247 <https://gitlab.freedesktop.org/drm/intel/issues/8247>) -> DMESG-FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_async_flips@crc@pipe-b-edp-1.html> (i915#8561 <https://gitlab.freedesktop.org/drm/intel/issues/8561>) > * > > igt@kms_fbcon_fbt@psr: > > o shard-rkl: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-1/igt@kms_fbcon_fbt@psr.html> (fdo#110189 <https://bugs.freedesktop.org/show_bug.cgi?id=110189> / i915#3955 <https://gitlab.freedesktop.org/drm/intel/issues/3955>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_fbcon_fbt@psr.html> (i915#3955 <https://gitlab.freedesktop.org/drm/intel/issues/3955>) > * > > igt@sysfs_preempt_timeout@timeout@vecs0: > > o shard-mtlp: TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-4/igt@sysfs_preempt_timeout@timeout@vecs0.html> (i915#7947 <https://gitlab.freedesktop.org/drm/intel/issues/7947>) -> ABORT <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@sysfs_preempt_timeout@timeout@vecs0.html> (i915#8521 <https://gitlab.freedesktop.org/drm/intel/issues/8521>) > > {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_7353 -> IGTPW_9287 > * Piglit: piglit_4509 -> None > > CI-20190529: 20190529 > CI_DRM_13329: bd707928a4b45e1044e797ee6515e5a4a5c41ef7 @ > git://anongit.freedesktop.org/gfx-ci/linux > IGTPW_9287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html > IGT_7353: cacdae5ad7cb92bdc26a79802fcdd244dadccd42 @ > https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ > git://anongit.freedesktop.org/piglit > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for lib/intel_batchbuffer: Remove unused argument in exec_blit 2023-06-29 6:33 ` Karolina Stolarek @ 2023-06-30 7:34 ` Yedireswarapu, SaiX Nandan 0 siblings, 0 replies; 9+ messages in thread From: Yedireswarapu, SaiX Nandan @ 2023-06-30 7:34 UTC (permalink / raw) To: Stolarek, Karolina, igt-dev@lists.freedesktop.org Cc: Marikkar, SanjuX, Veesam, RavitejaX Hi, Issue re-reported, https://patchwork.freedesktop.org/series/119961/ Thanks, Y Sai Nandan -----Original Message----- From: Stolarek, Karolina <karolina.stolarek@intel.com> Sent: Thursday, June 29, 2023 12:03 PM To: igt-dev@lists.freedesktop.org Cc: Yedireswarapu, SaiX Nandan <saix.nandan.yedireswarapu@intel.com> Subject: Re: ✗ Fi.CI.IGT: failure for lib/intel_batchbuffer: Remove unused argument in exec_blit On 29.06.2023 02:34, Patchwork wrote: > *Patch Details* > *Series:* lib/intel_batchbuffer: Remove unused argument in exec_blit > *URL:* https://patchwork.freedesktop.org/series/119961/ > <https://patchwork.freedesktop.org/series/119961/> > *State:* failure > *Details:* > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html> > > > CI Bug Log - changes from CI_DRM_13329_full -> IGTPW_9287_full > > > Summary > > *FAILURE* > > Serious unknown changes coming with IGTPW_9287_full absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_9287_full, please notify your bug team 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_9287/index.html > > > Participating hosts (10 -> 9) > > Missing (1): shard-rkl0 > > > Possible new issues > > Here are the unknown changes that may have been introduced in > IGTPW_9287_full: > > > IGT changes > > > Possible regressions > > * > > igt@i915_selftest@live@gt_pm: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-1/igt@i915_selftest@live@gt_pm.html> -> INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@i915_selftest@live@gt_pm.html> > * > > igt@kms_psr@psr2_sprite_blt: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@kms_psr@psr2_sprite_blt.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_psr@psr2_sprite_blt.html> > Both failures are not related to my changes. All the best, Karolina > Known issues > > Here are the changes found in IGTPW_9287_full that come from known issues: > > > IGT changes > > > Issues hit > > * > > igt@api_intel_bb@crc32: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@api_intel_bb@crc32.html> (i915#6230 <https://gitlab.freedesktop.org/drm/intel/issues/6230>) > * > > igt@drm_fdinfo@busy@ccs0: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@drm_fdinfo@busy@ccs0.html> (i915#8414 <https://gitlab.freedesktop.org/drm/intel/issues/8414>) +9 similar issues > * > > igt@drm_fdinfo@busy@ccs3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@drm_fdinfo@busy@ccs3.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#8414 <https://gitlab.freedesktop.org/drm/intel/issues/8414>) > * > > igt@drm_fdinfo@virtual-busy-hang-all: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@drm_fdinfo@virtual-busy-hang-all.html> (i915#8414 <https://gitlab.freedesktop.org/drm/intel/issues/8414>) > * > > igt@feature_discovery@psr1: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@feature_discovery@psr1.html> (i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>) +2 similar issues > * > > igt@gem_bad_reloc@negative-reloc-lut: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@gem_bad_reloc@negative-reloc-lut.html> (i915#3281 <https://gitlab.freedesktop.org/drm/intel/issues/3281>) +4 similar issues > * > > igt@gem_busy@semaphore: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@gem_busy@semaphore.html> (i915#3936 <https://gitlab.freedesktop.org/drm/intel/issues/3936>) > * > > igt@gem_close_race@multigpu-basic-threads: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_close_race@multigpu-basic-threads.html> (i915#7697 <https://gitlab.freedesktop.org/drm/intel/issues/7697>) > * > > igt@gem_create@create-ext-set-pat: > > o shard-tglu: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@gem_create@create-ext-set-pat.html> (i915#8621 <https://gitlab.freedesktop.org/drm/intel/issues/8621>) > * > > igt@gem_ctx_param@set-priority-not-supported: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_ctx_param@set-priority-not-supported.html> (fdo#109314 <https://bugs.freedesktop.org/show_bug.cgi?id=109314>) > * > > igt@gem_ctx_sseu@engines: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_ctx_sseu@engines.html> (i915#280 <https://gitlab.freedesktop.org/drm/intel/issues/280>) > * > > igt@gem_eio@hibernate: > > o shard-rkl: NOTRUN -> ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@gem_eio@hibernate.html> (i915#7975 <https://gitlab.freedesktop.org/drm/intel/issues/7975> / i915#8213 <https://gitlab.freedesktop.org/drm/intel/issues/8213>) > * > > igt@gem_exec_await@wide-contexts: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@gem_exec_await@wide-contexts.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_exec_await@wide-contexts.html> (i915#5892 <https://gitlab.freedesktop.org/drm/intel/issues/5892>) > * > > igt@gem_exec_balancer@bonded-true-hang: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gem_exec_balancer@bonded-true-hang.html> (i915#4812 <https://gitlab.freedesktop.org/drm/intel/issues/4812>) +1 similar issue > * > > igt@gem_exec_balancer@full-pulse: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@gem_exec_balancer@full-pulse.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@gem_exec_balancer@full-pulse.html> (i915#6032 <https://gitlab.freedesktop.org/drm/intel/issues/6032>) > * > > igt@gem_exec_balancer@parallel-keep-in-fence: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@gem_exec_balancer@parallel-keep-in-fence.html> (i915#4525 <https://gitlab.freedesktop.org/drm/intel/issues/4525>) > * > > igt@gem_exec_capture@capture-invisible@smem0: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_exec_capture@capture-invisible@smem0.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#6334 <https://gitlab.freedesktop.org/drm/intel/issues/6334>) > * > > igt@gem_exec_fair@basic-flow: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_exec_fair@basic-flow.html> (i915#3539 <https://gitlab.freedesktop.org/drm/intel/issues/3539> / i915#4852 <https://gitlab.freedesktop.org/drm/intel/issues/4852>) > * > > igt@gem_exec_fair@basic-none-share@rcs0: > > o shard-rkl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@gem_exec_fair@basic-none-share@rcs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_exec_fair@basic-none-share@rcs0.html> (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>) > * > > igt@gem_exec_fair@basic-none-vip: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@gem_exec_fair@basic-none-vip.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-sync: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_exec_fair@basic-sync.html> (i915#3539 <https://gitlab.freedesktop.org/drm/intel/issues/3539>) > * > > igt@gem_exec_fence@submit3: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_fence@submit3.html> (i915#4812 <https://gitlab.freedesktop.org/drm/intel/issues/4812>) > * > > igt@gem_exec_reloc@basic-gtt-read: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_exec_reloc@basic-gtt-read.html> (i915#3281 <https://gitlab.freedesktop.org/drm/intel/issues/3281>) +6 similar issues > * > > igt@gem_exec_reloc@basic-gtt-wc-noreloc: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html> (i915#3281 <https://gitlab.freedesktop.org/drm/intel/issues/3281>) +10 similar issues > * > > igt@gem_exec_schedule@deep@vcs1: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-2/igt@gem_exec_schedule@deep@vcs1.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_schedule@deep@vcs1.html> (i915#8606 <https://gitlab.freedesktop.org/drm/intel/issues/8606>) > * > > igt@gem_exec_schedule@preemptive-hang@vcs0: > > o shard-mtlp: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_exec_schedule@preemptive-hang@vcs0.html> (i915#7327 <https://gitlab.freedesktop.org/drm/intel/issues/7327>) > * > > igt@gem_exec_whisper@basic-queues-all: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@gem_exec_whisper@basic-queues-all.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_whisper@basic-queues-all.html> (i915#6363 <https://gitlab.freedesktop.org/drm/intel/issues/6363>) +2 similar issues > * > > igt@gem_fence_thrash@bo-write-verify-threaded-none: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_fence_thrash@bo-write-verify-threaded-none.html> (i915#4860 <https://gitlab.freedesktop.org/drm/intel/issues/4860>) > * > > igt@gem_fenced_exec_thrash@no-spare-fences-busy: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html> (i915#4860 <https://gitlab.freedesktop.org/drm/intel/issues/4860>) > * > > igt@gem_lmem_swapping@heavy-multi: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@gem_lmem_swapping@heavy-multi.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>) > * > > igt@gem_lmem_swapping@heavy-verify-multi-ccs: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html> (i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>) > * > > igt@gem_lmem_swapping@parallel-multi: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_lmem_swapping@parallel-multi.html> (i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>) +1 similar issue > * > > igt@gem_lmem_swapping@parallel-random-verify: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_lmem_swapping@parallel-random-verify.html> (i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>) +2 similar issues > * > > igt@gem_madvise@dontneed-after-mmap: > > o shard-mtlp: NOTRUN -> WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_madvise@dontneed-after-mmap.html> (i915#8747 <https://gitlab.freedesktop.org/drm/intel/issues/8747>) > * > > igt@gem_mmap_gtt@cpuset-big-copy-odd: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_mmap_gtt@cpuset-big-copy-odd.html> (i915#4077 <https://gitlab.freedesktop.org/drm/intel/issues/4077>) +8 similar issues > * > > igt@gem_mmap_gtt@cpuset-medium-copy-xy: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html> (i915#4077 <https://gitlab.freedesktop.org/drm/intel/issues/4077>) +6 similar issues > * > > igt@gem_mmap_wc@bad-offset: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@gem_mmap_wc@bad-offset.html> (i915#4083 <https://gitlab.freedesktop.org/drm/intel/issues/4083>) +2 similar issues > * > > igt@gem_mmap_wc@read: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_mmap_wc@read.html> (i915#4083 <https://gitlab.freedesktop.org/drm/intel/issues/4083>) > * > > igt@gem_partial_pwrite_pread@writes-after-reads-snoop: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html> (i915#3282 <https://gitlab.freedesktop.org/drm/intel/issues/3282>) +3 similar issues > * > > igt@gem_partial_pwrite_pread@writes-after-reads-uncached: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html> (i915#3282 <https://gitlab.freedesktop.org/drm/intel/issues/3282>) +2 similar issues > * > > igt@gem_pwrite@basic-random: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_pwrite@basic-random.html> (i915#3282 <https://gitlab.freedesktop.org/drm/intel/issues/3282>) > * > > igt@gem_pxp@fail-invalid-protected-context: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_pxp@fail-invalid-protected-context.html> (i915#4270 <https://gitlab.freedesktop.org/drm/intel/issues/4270>) +2 similar issues > * > > igt@gem_pxp@protected-raw-src-copy-not-readible: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_pxp@protected-raw-src-copy-not-readible.html> (i915#4270 <https://gitlab.freedesktop.org/drm/intel/issues/4270>) > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gem_pxp@protected-raw-src-copy-not-readible.html> (i915#4270 <https://gitlab.freedesktop.org/drm/intel/issues/4270>) > > * > > igt@gem_pxp@regular-baseline-src-copy-readible: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@gem_pxp@regular-baseline-src-copy-readible.html> (i915#4270 <https://gitlab.freedesktop.org/drm/intel/issues/4270>) > * > > igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html> (i915#8428 <https://gitlab.freedesktop.org/drm/intel/issues/8428>) +2 similar issues > * > > igt@gem_set_tiling_vs_blt@untiled-to-tiled: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html> (i915#4079 <https://gitlab.freedesktop.org/drm/intel/issues/4079>) > * > > igt@gem_set_tiling_vs_gtt: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_set_tiling_vs_gtt.html> (i915#4079 <https://gitlab.freedesktop.org/drm/intel/issues/4079>) +2 similar issues > * > > igt@gem_userptr_blits@coherency-unsync: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_userptr_blits@coherency-unsync.html> (i915#3297 <https://gitlab.freedesktop.org/drm/intel/issues/3297>) +1 similar issue > * > > igt@gem_userptr_blits@map-fixed-invalidate-overlap: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/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 similar issue > * > > igt@gem_userptr_blits@readonly-pwrite-unsync: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_userptr_blits@readonly-pwrite-unsync.html> (i915#3297 <https://gitlab.freedesktop.org/drm/intel/issues/3297>) > * > > igt@gem_userptr_blits@set-cache-level: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_userptr_blits@set-cache-level.html> (i915#3297 <https://gitlab.freedesktop.org/drm/intel/issues/3297>) > * > > igt@gen7_exec_parse@batch-without-end: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gen7_exec_parse@batch-without-end.html> (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +2 similar issues > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gen7_exec_parse@batch-without-end.html> (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +1 similar issue > > * > > igt@gen7_exec_parse@chained-batch: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@gen7_exec_parse@chained-batch.html> (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289>) > * > > igt@gen9_exec_parse@allowed-single: > > o shard-apl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl3/igt@gen9_exec_parse@allowed-single.html> -> ABORT <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@gen9_exec_parse@allowed-single.html> (i915#5566 <https://gitlab.freedesktop.org/drm/intel/issues/5566>) > * > > igt@gen9_exec_parse@batch-without-end: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gen9_exec_parse@batch-without-end.html> (i915#2856 <https://gitlab.freedesktop.org/drm/intel/issues/2856>) +2 similar issues > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@gen9_exec_parse@batch-without-end.html> (i915#2527 <https://gitlab.freedesktop.org/drm/intel/issues/2527>) +1 similar issue > > * > > igt@gen9_exec_parse@bb-start-far: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@gen9_exec_parse@bb-start-far.html> (i915#2856 <https://gitlab.freedesktop.org/drm/intel/issues/2856>) > * > > igt@gen9_exec_parse@bb-start-param: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-3/igt@gen9_exec_parse@bb-start-param.html> (i915#2527 <https://gitlab.freedesktop.org/drm/intel/issues/2527> / i915#2856 <https://gitlab.freedesktop.org/drm/intel/issues/2856>) > * > > igt@i915_fb_tiling: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@i915_fb_tiling.html> (i915#4881 <https://gitlab.freedesktop.org/drm/intel/issues/4881>) > * > > igt@i915_hangman@engine-engine-hang@vcs0: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@i915_hangman@engine-engine-hang@vcs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@i915_hangman@engine-engine-hang@vcs0.html> (i915#7069 <https://gitlab.freedesktop.org/drm/intel/issues/7069>) +1 similar issue > * > > igt@i915_module_load@resize-bar: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@i915_module_load@resize-bar.html> (i915#6412 <https://gitlab.freedesktop.org/drm/intel/issues/6412>) > * > > igt@i915_pm_dc@dc9-dpms: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@i915_pm_dc@dc9-dpms.html> (i915#3361 <https://gitlab.freedesktop.org/drm/intel/issues/3361>) > * > > igt@i915_pm_freq_api@freq-basic-api: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl2/igt@i915_pm_freq_api@freq-basic-api.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +49 similar issues > * > > igt@i915_pm_rc6_residency@media-rc6-accuracy: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html> (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289> / i915#8403 <https://gitlab.freedesktop.org/drm/intel/issues/8403>) > * > > igt@i915_pm_rc6_residency@rc6-accuracy: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@i915_pm_rc6_residency@rc6-accuracy.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@i915_pm_rc6_residency@rc6-accuracy.html> (i915#8230 <https://gitlab.freedesktop.org/drm/intel/issues/8230>) > * > > igt@i915_pm_rpm@dpms-mode-unset-lpsp: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html> (i915#1397 <https://gitlab.freedesktop.org/drm/intel/issues/1397>) > * > > igt@i915_pm_rpm@gem-mmap-type@gtt-smem0: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/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-lpsp: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@i915_pm_rpm@modeset-lpsp.html> -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@i915_pm_rpm@modeset-lpsp.html> (i915#1397 <https://gitlab.freedesktop.org/drm/intel/issues/1397>) +1 similar issue > * > > igt@i915_pm_rps@engine-order: > > o shard-apl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl2/igt@i915_pm_rps@engine-order.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@i915_pm_rps@engine-order.html> (i915#6537 <https://gitlab.freedesktop.org/drm/intel/issues/6537>) > * > > igt@i915_pm_rps@min-max-config-loaded: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@i915_pm_rps@min-max-config-loaded.html> (i915#6621 <https://gitlab.freedesktop.org/drm/intel/issues/6621>) > * > > igt@i915_pm_rps@waitboost: > > o shard-mtlp: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@i915_pm_rps@waitboost.html> (i915#8346 <https://gitlab.freedesktop.org/drm/intel/issues/8346>) > * > > igt@i915_selftest@live@dmabuf: > > o shard-apl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl2/igt@i915_selftest@live@dmabuf.html> -> DMESG-FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@i915_selftest@live@dmabuf.html> (i915#7562 <https://gitlab.freedesktop.org/drm/intel/issues/7562>) > * > > igt@i915_selftest@live@gt_heartbeat: > > o shard-rkl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-1/igt@i915_selftest@live@gt_heartbeat.html> -> DMESG-FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@i915_selftest@live@gt_heartbeat.html> (i915#7872 <https://gitlab.freedesktop.org/drm/intel/issues/7872>) > * > > igt@i915_selftest@live@gt_mocs: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-1/igt@i915_selftest@live@gt_mocs.html> -> ABORT <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@i915_selftest@live@gt_mocs.html> (i915#7059 <https://gitlab.freedesktop.org/drm/intel/issues/7059>) > * > > igt@i915_suspend@basic-s3-without-i915: > > o shard-rkl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@i915_suspend@basic-s3-without-i915.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/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@framebuffer-vs-set-tiling: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html> (i915#4212 <https://gitlab.freedesktop.org/drm/intel/issues/4212>) +1 similar issue > * > > 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_9287/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 similar issues > * > > 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_9287/shard-dg2-8/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html> (i915#8247 <https://gitlab.freedesktop.org/drm/intel/issues/8247>) +3 similar issues > * > > igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/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> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/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> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > > * > > igt@kms_big_fb@4-tiled-64bpp-rotate-90: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_big_fb@4-tiled-64bpp-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-addfb-size-overflow: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_big_fb@4-tiled-addfb-size-overflow.html> (i915#5286 <https://gitlab.freedesktop.org/drm/intel/issues/5286>) +2 similar issues > * > > igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> (i915#5138 <https://gitlab.freedesktop.org/drm/intel/issues/5138>) +1 similar issue > * > > igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: > > o shard-mtlp: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html> (i915#3743 <https://gitlab.freedesktop.org/drm/intel/issues/3743>) +1 similar issue > * > > igt@kms_big_fb@linear-16bpp-rotate-0: > > o shard-mtlp: NOTRUN -> DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_big_fb@linear-16bpp-rotate-0.html> (i915#1982 <https://gitlab.freedesktop.org/drm/intel/issues/1982>) > * > > igt@kms_big_fb@x-tiled-16bpp-rotate-270: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html> (fdo#111614 <https://bugs.freedesktop.org/show_bug.cgi?id=111614>) +2 similar issues > * > > igt@kms_big_fb@x-tiled-16bpp-rotate-90: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html> (fdo#111614 <https://bugs.freedesktop.org/show_bug.cgi?id=111614>) +1 similar issue > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_big_fb@x-tiled-16bpp-rotate-90.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@y-tiled-64bpp-rotate-0: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html> (i915#5190 <https://gitlab.freedesktop.org/drm/intel/issues/5190>) +6 similar issues > * > > igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html> (fdo#111615 <https://bugs.freedesktop.org/show_bug.cgi?id=111615>) +8 similar issues > * > > igt@kms_big_fb@yf-tiled-16bpp-rotate-270: > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html> (fdo#110723 <https://bugs.freedesktop.org/show_bug.cgi?id=110723>) > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html> (i915#4538 <https://gitlab.freedesktop.org/drm/intel/issues/4538> / i915#5190 <https://gitlab.freedesktop.org/drm/intel/issues/5190>) > > * > > igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl1/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#3886 <https://gitlab.freedesktop.org/drm/intel/issues/3886>) > * > > igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html> (i915#3886 <https://gitlab.freedesktop.org/drm/intel/issues/3886> / i915#6095 <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +3 similar issues > * > > igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_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 similar issues > * > > igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_ccs@pipe-a-bad-pixel-format-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>) > * > > igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_rc_ccs_cc: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_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 similar issues > * > > igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs.html> (i915#6095 <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +22 similar issues > * > > igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.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>) +3 similar issues > * > > igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-2/igt@kms_ccs@pipe-b-bad-pixel-format-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 similar issue > * > > igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_mtl_mc_ccs: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_mtl_mc_ccs.html> (i915#5354 <https://gitlab.freedesktop.org/drm/intel/issues/5354>) +16 similar issues > * > > igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_dg2_mc_ccs: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_dg2_mc_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>) > * > > igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs.html> (i915#5354 <https://gitlab.freedesktop.org/drm/intel/issues/5354>) +10 similar issues > * > > igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs.html> (i915#3689 <https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#5354 <https://gitlab.freedesktop.org/drm/intel/issues/5354>) +6 similar issues > * > > igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1.html> (i915#4087 <https://gitlab.freedesktop.org/drm/intel/issues/4087>) +2 similar issues > * > > igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_chamelium_color@ctm-red-to-blue: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@kms_chamelium_color@ctm-red-to-blue.html> (fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +1 similar issue > * > > igt@kms_chamelium_color@gamma: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_chamelium_color@gamma.html> (fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_chamelium_color@gamma.html> (fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) > > * > > igt@kms_chamelium_hpd@hdmi-hpd-fast: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@kms_chamelium_hpd@hdmi-hpd-fast.html> (i915#7828 <https://gitlab.freedesktop.org/drm/intel/issues/7828>) > * > > igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html> (i915#7828 <https://gitlab.freedesktop.org/drm/intel/issues/7828>) +2 similar issues > * > > igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html> (i915#7828 <https://gitlab.freedesktop.org/drm/intel/issues/7828>) +5 similar issues > * > > igt@kms_content_protection@atomic-dpms: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_content_protection@atomic-dpms.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#7118 <https://gitlab.freedesktop.org/drm/intel/issues/7118>) +2 similar issues > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_content_protection@atomic-dpms.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#7118 <https://gitlab.freedesktop.org/drm/intel/issues/7118>) > > * > > igt@kms_content_protection@dp-mst-lic-type-0: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_content_protection@dp-mst-lic-type-0.html> (i915#3299 <https://gitlab.freedesktop.org/drm/intel/issues/3299>) > * > > igt@kms_cursor_crc@cursor-offscreen-512x170: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_cursor_crc@cursor-offscreen-512x170.html> (i915#3359 <https://gitlab.freedesktop.org/drm/intel/issues/3359>) +1 similar issue > * > > igt@kms_cursor_crc@cursor-onscreen-512x170: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_cursor_crc@cursor-onscreen-512x170.html> (i915#3359 <https://gitlab.freedesktop.org/drm/intel/issues/3359>) > * > > igt@kms_cursor_crc@cursor-sliding-32x32: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_cursor_crc@cursor-sliding-32x32.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) +9 similar issues > * > > igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-4: > > o shard-dg2: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-4.html> (fdo#103375 <https://bugs.freedesktop.org/show_bug.cgi?id=103375>) > * > > igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html> (i915#4213 <https://gitlab.freedesktop.org/drm/intel/issues/4213>) > * > > igt@kms_cursor_legacy@cursora-vs-flipb-atomic: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html> (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274> / i915#5354 <https://gitlab.freedesktop.org/drm/intel/issues/5354>) +1 similar issue > * > > igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html> (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274>) > * > > igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html> (fdo#111767 <https://bugs.freedesktop.org/show_bug.cgi?id=111767> / i915#3546 <https://gitlab.freedesktop.org/drm/intel/issues/3546>) +1 similar issue > * > > igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> (i915#4103 <https://gitlab.freedesktop.org/drm/intel/issues/4103> / i915#4213 <https://gitlab.freedesktop.org/drm/intel/issues/4213>) > * > > igt@kms_dither@fb-8bpc-vs-panel-6bpc: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html> (i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) +2 similar issues > * > > igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html> (i915#3804 <https://gitlab.freedesktop.org/drm/intel/issues/3804> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_dsc@dsc-with-bpc: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_dsc@dsc-with-bpc.html> (i915#3840 <https://gitlab.freedesktop.org/drm/intel/issues/3840> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_fence_pin_leak: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_fence_pin_leak.html> (i915#4881 <https://gitlab.freedesktop.org/drm/intel/issues/4881>) > * > > igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html> (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274>) +3 similar issues > * > > igt@kms_flip@2x-flip-vs-rmfb: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-3/igt@kms_flip@2x-flip-vs-rmfb.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-nonexisting-fb: > > o shard-snb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-snb2/igt@kms_flip@2x-nonexisting-fb.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +13 similar issues > * > > igt@kms_flip@flip-vs-fences: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_flip@flip-vs-fences.html> (i915#8381 <https://gitlab.freedesktop.org/drm/intel/issues/8381>) > * > > igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-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> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_force_connector_basic@prune-stale-modes: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_force_connector_basic@prune-stale-modes.html> (i915#5274 <https://gitlab.freedesktop.org/drm/intel/issues/5274>) > * > > igt@kms_frontbuffer_tracking@fbc-1p-indfb-fliptrack-mmap-gtt: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-1p-indfb-fliptrack-mmap-gtt.html> (i915#8708 <https://gitlab.freedesktop.org/drm/intel/issues/8708>) +3 similar issues > * > > igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html> (i915#6880 <https://gitlab.freedesktop.org/drm/intel/issues/6880>) +1 similar issue > * > > igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: > > o shard-dg2: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html> (i915#6880 <https://gitlab.freedesktop.org/drm/intel/issues/6880>) > * > > igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html> (i915#8708 <https://gitlab.freedesktop.org/drm/intel/issues/8708>) +13 similar issues > * > > igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt.html> (i915#3023 <https://gitlab.freedesktop.org/drm/intel/issues/3023>) +5 similar issues > * > > igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc.html> (i915#1825 <https://gitlab.freedesktop.org/drm/intel/issues/1825>) +20 similar issues > * > > igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html> (fdo#111825 <https://bugs.freedesktop.org/show_bug.cgi?id=111825>) +2 similar issues > * > > igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite.html> (i915#3458 <https://gitlab.freedesktop.org/drm/intel/issues/3458>) +6 similar issues > * > > igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html> (fdo#109280 <https://bugs.freedesktop.org/show_bug.cgi?id=109280>) +5 similar issues > * > > igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html> (fdo#111825 <https://bugs.freedesktop.org/show_bug.cgi?id=111825> / i915#1825 <https://gitlab.freedesktop.org/drm/intel/issues/1825>) +6 similar issues > * > > igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-5/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html> (fdo#110189 <https://bugs.freedesktop.org/show_bug.cgi?id=110189>) +5 similar issues > * > > igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1: > > o shard-apl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1.html> (i915#4573 <https://gitlab.freedesktop.org/drm/intel/issues/4573>) +1 similar issue > * > > igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2.html> (i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +1 similar issue > * > > igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +1 similar issue > * > > igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-edp-1.html> (i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +4 similar issues > * > > igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3.html> (i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +8 similar issues > * > > igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-dp-1: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-dp-1.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) +5 similar issues > * > > igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>) > * > > igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-hdmi-a-3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-hdmi-a-3.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +2 similar issues > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-3.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +2 similar issues > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2.html> (i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +2 similar issues > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +2 similar issues > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1.html> (i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +2 similar issues > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) > * > > igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-hdmi-a-1: > > o shard-snb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-snb1/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-hdmi-a-1.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) +9 similar issues > * > > igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1.html> (i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +2 similar issues > * > > 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_9287/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>) +8 similar issues > * > > igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1.html> (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579> / i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) > * > > igt@kms_psr2_su@page_flip-p010: > > o > > shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl1/igt@kms_psr2_su@page_flip-p010.html> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>) > > o > > shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_psr2_su@page_flip-p010.html> (i915#4348 <https://gitlab.freedesktop.org/drm/intel/issues/4348>) > > * > > igt@kms_psr@cursor_render: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_psr@cursor_render.html> (i915#1072 <https://gitlab.freedesktop.org/drm/intel/issues/1072>) +2 similar issues > * > > igt@kms_psr@psr2_sprite_mmap_gtt: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_psr@psr2_sprite_mmap_gtt.html> (i915#1072 <https://gitlab.freedesktop.org/drm/intel/issues/1072>) +3 similar issues > * > > igt@kms_rotation_crc@bad-tiling: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_rotation_crc@bad-tiling.html> (i915#4235 <https://gitlab.freedesktop.org/drm/intel/issues/4235>) > * > > igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/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_9287/shard-dg2-1/igt@kms_rotation_crc@primary-rotation-270.html> (i915#4235 <https://gitlab.freedesktop.org/drm/intel/issues/4235>) > * > > igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html> (i915#5289 <https://gitlab.freedesktop.org/drm/intel/issues/5289>) > * > > igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (i915#4235 <https://gitlab.freedesktop.org/drm/intel/issues/4235> / i915#5190 <https://gitlab.freedesktop.org/drm/intel/issues/5190>) > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.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@invalid-clone-exclusive-crtc: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_setmode@invalid-clone-exclusive-crtc.html> (i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html> (fdo#103375 <https://bugs.freedesktop.org/show_bug.cgi?id=103375>) > * > > igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/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>) +1 similar issue > * > > igt@kms_vblank@pipe-d-accuracy-idle: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_vblank@pipe-d-accuracy-idle.html> (i915#4070 <https://gitlab.freedesktop.org/drm/intel/issues/4070> / i915#533 <https://gitlab.freedesktop.org/drm/intel/issues/533> / i915#6768 <https://gitlab.freedesktop.org/drm/intel/issues/6768>) > * > > igt@kms_vrr@flipline: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_vrr@flipline.html> (i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_writeback@writeback-check-output: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_writeback@writeback-check-output.html> (i915#2437 <https://gitlab.freedesktop.org/drm/intel/issues/2437>) > * > > igt@perf@global-sseu-config-invalid: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@perf@global-sseu-config-invalid.html> (i915#7387 <https://gitlab.freedesktop.org/drm/intel/issues/7387>) > * > > igt@perf_pmu@busy-idle-check-all@ccs0: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@perf_pmu@busy-idle-check-all@ccs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@perf_pmu@busy-idle-check-all@ccs0.html> (i915#4521 <https://gitlab.freedesktop.org/drm/intel/issues/4521>) +3 similar issues > * > > igt@perf_pmu@busy-idle-check-all@vcs0: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@perf_pmu@busy-idle-check-all@vcs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@perf_pmu@busy-idle-check-all@vcs0.html> (i915#4521 <https://gitlab.freedesktop.org/drm/intel/issues/4521>) +6 similar issues > * > > igt@perf_pmu@faulting-read@gtt: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@perf_pmu@faulting-read@gtt.html> (i915#8440 <https://gitlab.freedesktop.org/drm/intel/issues/8440>) > * > > igt@perf_pmu@render-node-busy-idle@ccs0: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-4/igt@perf_pmu@render-node-busy-idle@ccs0.html> -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@perf_pmu@render-node-busy-idle@ccs0.html> (i915#4349 <https://gitlab.freedesktop.org/drm/intel/issues/4349>) +3 similar issues > * > > igt@prime_vgem@basic-blt: > > o shard-mtlp: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@prime_vgem@basic-blt.html> (i915#8445 <https://gitlab.freedesktop.org/drm/intel/issues/8445>) +1 similar issue > * > > igt@prime_vgem@basic-fence-read: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@prime_vgem@basic-fence-read.html> (i915#3291 <https://gitlab.freedesktop.org/drm/intel/issues/3291> / i915#3708 <https://gitlab.freedesktop.org/drm/intel/issues/3708>) +1 similar issue > * > > igt@prime_vgem@basic-read: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@prime_vgem@basic-read.html> (fdo#109295 <https://bugs.freedesktop.org/show_bug.cgi?id=109295> / i915#3291 <https://gitlab.freedesktop.org/drm/intel/issues/3291> / i915#3708 <https://gitlab.freedesktop.org/drm/intel/issues/3708>) > * > > igt@prime_vgem@fence-flip-hang: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@prime_vgem@fence-flip-hang.html> (i915#3708 <https://gitlab.freedesktop.org/drm/intel/issues/3708>) > * > > igt@prime_vgem@fence-write-hang: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@prime_vgem@fence-write-hang.html> (fdo#109295 <https://bugs.freedesktop.org/show_bug.cgi?id=109295>) > * > > igt@sysfs_heartbeat_interval@precise@vecs0: > > o shard-mtlp: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@sysfs_heartbeat_interval@precise@vecs0.html> (i915#8332 <https://gitlab.freedesktop.org/drm/intel/issues/8332>) > * > > igt@tools_test@sysfs_l3_parity: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@tools_test@sysfs_l3_parity.html> (i915#4818 <https://gitlab.freedesktop.org/drm/intel/issues/4818>) > * > > igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync.html> (i915#2575 <https://gitlab.freedesktop.org/drm/intel/issues/2575>) +4 similar issues > * > > igt@v3d/v3d_submit_cl@bad-multisync-in-sync: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@v3d/v3d_submit_cl@bad-multisync-in-sync.html> (fdo#109315 <https://bugs.freedesktop.org/show_bug.cgi?id=109315> / i915#2575 <https://gitlab.freedesktop.org/drm/intel/issues/2575>) > * > > igt@v3d/v3d_submit_cl@simple-flush-cache: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@v3d/v3d_submit_cl@simple-flush-cache.html> (i915#2575 <https://gitlab.freedesktop.org/drm/intel/issues/2575>) +5 similar issues > * > > igt@v3d/v3d_submit_csd@bad-multisync-out-sync: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@v3d/v3d_submit_csd@bad-multisync-out-sync.html> (fdo#109315 <https://bugs.freedesktop.org/show_bug.cgi?id=109315>) +1 similar issue > * > > igt@vc4/vc4_mmap@mmap-bad-handle: > > o > > shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@vc4/vc4_mmap@mmap-bad-handle.html> (i915#7711 <https://gitlab.freedesktop.org/drm/intel/issues/7711>) +3 similar issues > > o > > shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@vc4/vc4_mmap@mmap-bad-handle.html> (i915#7711 <https://gitlab.freedesktop.org/drm/intel/issues/7711>) +2 similar issues > > * > > igt@vc4/vc4_purgeable_bo@free-purged-bo: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@vc4/vc4_purgeable_bo@free-purged-bo.html> (i915#7711 <https://gitlab.freedesktop.org/drm/intel/issues/7711>) +5 similar issues > > > Possible fixes > > * > > igt@gem_create@hog-create@smem0: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@gem_create@hog-create@smem0.html> (i915#5892 <https://gitlab.freedesktop.org/drm/intel/issues/5892> / i915#7679 <https://gitlab.freedesktop.org/drm/intel/issues/7679>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_create@hog-create@smem0.html> > * > > igt@gem_eio@unwedge-stress: > > o {shard-dg1}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg1-12/igt@gem_eio@unwedge-stress.html> (i915#5784 <https://gitlab.freedesktop.org/drm/intel/issues/5784>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg1-18/igt@gem_eio@unwedge-stress.html> > * > > igt@gem_exec_capture@pi@vcs0: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-8/igt@gem_exec_capture@pi@vcs0.html> (i915#4475 <https://gitlab.freedesktop.org/drm/intel/issues/4475>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_exec_capture@pi@vcs0.html> > * > > igt@gem_exec_fair@basic-none@bcs0: > > o shard-rkl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html> (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gem_exec_fair@basic-none@bcs0.html> +3 similar issues > * > > igt@gem_exec_fair@basic-pace-share@rcs0: > > o > > shard-glk: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-glk1/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_9287/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html> > > o > > shard-tglu: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-8/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_9287/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html> > > * > > igt@gem_exec_whisper@basic-contexts-forked-all: > > o shard-mtlp: TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-2/igt@gem_exec_whisper@basic-contexts-forked-all.html> (i915#8628 <https://gitlab.freedesktop.org/drm/intel/issues/8628>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_exec_whisper@basic-contexts-forked-all.html> > * > > igt@gem_lmem_swapping@smem-oom@lmem0: > > o shard-dg2: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html> (i915#4936 <https://gitlab.freedesktop.org/drm/intel/issues/4936> / i915#5493 <https://gitlab.freedesktop.org/drm/intel/issues/5493>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html> > * > > igt@i915_module_load@reload-with-fault-injection: > > o shard-mtlp: ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@i915_module_load@reload-with-fault-injection.html> (i915#8489 <https://gitlab.freedesktop.org/drm/intel/issues/8489>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html> > * > > igt@i915_pm_dc@dc9-dpms: > > o shard-apl: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl1/igt@i915_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_9287/shard-apl2/igt@i915_pm_dc@dc9-dpms.html> > * > > igt@i915_pm_rc6_residency@rc6-idle@vecs0: > > o {shard-dg1}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html> (i915#3591 <https://gitlab.freedesktop.org/drm/intel/issues/3591>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html> > * > > igt@kms_cursor_legacy@cursor-vs-flip-toggle: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html> (i915#8248 <https://gitlab.freedesktop.org/drm/intel/issues/8248>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html> > * > > igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: > > o shard-glk: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> (i915#2346 <https://gitlab.freedesktop.org/drm/intel/issues/2346>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> > * > > igt@kms_flip@flip-vs-suspend-interruptible@a-dp1: > > o shard-apl: ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl1/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html> (i915#180 <https://gitlab.freedesktop.org/drm/intel/issues/180>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html> > * > > igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html> (i915#6880 <https://gitlab.freedesktop.org/drm/intel/issues/6880>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html> +1 similar issue > * > > igt@kms_hdmi_inject@inject-audio: > > o shard-tglu: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-6/igt@kms_hdmi_inject@inject-audio.html> (i915#433 <https://gitlab.freedesktop.org/drm/intel/issues/433>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_hdmi_inject@inject-audio.html> > * > > igt@kms_vblank@pipe-b-ts-continuation-suspend: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-suspend.html> (fdo#103375 <https://bugs.freedesktop.org/show_bug.cgi?id=103375>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_vblank@pipe-b-ts-continuation-suspend.html> +1 similar issue > * > > igt@perf@non-zero-reason@0-rcs0: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@perf@non-zero-reason@0-rcs0.html> (i915#7484 <https://gitlab.freedesktop.org/drm/intel/issues/7484>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@perf@non-zero-reason@0-rcs0.html> > * > > igt@perf_pmu@busy-double-start@rcs0: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-1/igt@perf_pmu@busy-double-start@rcs0.html> (i915#4349 <https://gitlab.freedesktop.org/drm/intel/issues/4349>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@perf_pmu@busy-double-start@rcs0.html> > * > > igt@perf_pmu@busy-double-start@vcs1: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@perf_pmu@busy-double-start@vcs1.html> (i915#4349 <https://gitlab.freedesktop.org/drm/intel/issues/4349>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@perf_pmu@busy-double-start@vcs1.html> +2 similar issues > > > Warnings > > * > > igt@gem_exec_whisper@basic-contexts-priority-all: > > o shard-mtlp: ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-3/igt@gem_exec_whisper@basic-contexts-priority-all.html> (i915#8131 <https://gitlab.freedesktop.org/drm/intel/issues/8131>) -> TIMEOUT <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_whisper@basic-contexts-priority-all.html> (i915#7392 <https://gitlab.freedesktop.org/drm/intel/issues/7392>) > * > > igt@i915_pm_rc6_residency@rc6-idle@vcs0: > > o shard-tglu: WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html> (i915#2681 <https://gitlab.freedesktop.org/drm/intel/issues/2681>) -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html> (i915#2681 <https://gitlab.freedesktop.org/drm/intel/issues/2681> / i915#3591 <https://gitlab.freedesktop.org/drm/intel/issues/3591>) > * > > igt@kms_async_flips@crc@pipe-b-edp-1: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-5/igt@kms_async_flips@crc@pipe-b-edp-1.html> (i915#8247 <https://gitlab.freedesktop.org/drm/intel/issues/8247>) -> DMESG-FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_async_flips@crc@pipe-b-edp-1.html> (i915#8561 <https://gitlab.freedesktop.org/drm/intel/issues/8561>) > * > > igt@kms_fbcon_fbt@psr: > > o shard-rkl: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-1/igt@kms_fbcon_fbt@psr.html> (fdo#110189 <https://bugs.freedesktop.org/show_bug.cgi?id=110189> / i915#3955 <https://gitlab.freedesktop.org/drm/intel/issues/3955>) -> SKIP <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_fbcon_fbt@psr.html> (i915#3955 <https://gitlab.freedesktop.org/drm/intel/issues/3955>) > * > > igt@sysfs_preempt_timeout@timeout@vecs0: > > o shard-mtlp: TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-4/igt@sysfs_preempt_timeout@timeout@vecs0.html> (i915#7947 <https://gitlab.freedesktop.org/drm/intel/issues/7947>) -> ABORT <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@sysfs_preempt_timeout@timeout@vecs0.html> (i915#8521 <https://gitlab.freedesktop.org/drm/intel/issues/8521>) > > {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_7353 -> IGTPW_9287 > * Piglit: piglit_4509 -> None > > CI-20190529: 20190529 > CI_DRM_13329: bd707928a4b45e1044e797ee6515e5a4a5c41ef7 @ > git://anongit.freedesktop.org/gfx-ci/linux > IGTPW_9287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html > IGT_7353: cacdae5ad7cb92bdc26a79802fcdd244dadccd42 @ > https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ > git://anongit.freedesktop.org/piglit > ^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for lib/intel_batchbuffer: Remove unused argument in exec_blit 2023-06-28 8:10 [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Remove unused argument in exec_blit Karolina Stolarek 2023-06-28 10:26 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-06-29 0:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2023-06-30 6:16 ` Patchwork 2023-06-30 7:13 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork 2023-06-30 15:43 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2023-06-30 6:16 UTC (permalink / raw) To: Karolina Stolarek; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 73590 bytes --] == Series Details == Series: lib/intel_batchbuffer: Remove unused argument in exec_blit URL : https://patchwork.freedesktop.org/series/119961/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13329_full -> IGTPW_9287_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9287_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9287_full, please notify your bug team 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_9287/index.html Participating hosts (10 -> 9) ------------------------------ Missing (1): shard-rkl0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9287_full: ### IGT changes ### #### Possible regressions #### * igt@i915_selftest@live@gt_pm: - shard-mtlp: [PASS][1] -> [INCOMPLETE][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-1/igt@i915_selftest@live@gt_pm.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@i915_selftest@live@gt_pm.html Known issues ------------ Here are the changes found in IGTPW_9287_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@crc32: - shard-rkl: NOTRUN -> [SKIP][3] ([i915#6230]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@api_intel_bb@crc32.html * igt@drm_fdinfo@busy@ccs0: - shard-dg2: NOTRUN -> [SKIP][4] ([i915#8414]) +9 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@drm_fdinfo@busy@ccs0.html * igt@drm_fdinfo@busy@ccs3: - shard-dg2: NOTRUN -> [SKIP][5] ([i915#4579] / [i915#8414]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@drm_fdinfo@busy@ccs3.html * igt@drm_fdinfo@virtual-busy-hang-all: - shard-mtlp: NOTRUN -> [SKIP][6] ([i915#8414]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@drm_fdinfo@virtual-busy-hang-all.html * igt@feature_discovery@psr1: - shard-dg2: NOTRUN -> [SKIP][7] ([i915#658]) +2 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@feature_discovery@psr1.html * igt@gem_bad_reloc@negative-reloc-lut: - shard-rkl: NOTRUN -> [SKIP][8] ([i915#3281]) +4 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@gem_bad_reloc@negative-reloc-lut.html * igt@gem_busy@semaphore: - shard-dg2: NOTRUN -> [SKIP][9] ([i915#3936]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@gem_busy@semaphore.html * igt@gem_close_race@multigpu-basic-threads: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#7697]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_create@create-ext-set-pat: - shard-tglu: NOTRUN -> [FAIL][11] ([i915#8621]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_param@set-priority-not-supported: - shard-mtlp: NOTRUN -> [SKIP][12] ([fdo#109314]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_sseu@engines: - shard-mtlp: NOTRUN -> [SKIP][13] ([i915#280]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_ctx_sseu@engines.html * igt@gem_eio@hibernate: - shard-rkl: NOTRUN -> [ABORT][14] ([i915#7975] / [i915#8213]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@gem_eio@hibernate.html * igt@gem_exec_await@wide-contexts: - shard-dg2: [PASS][15] -> [FAIL][16] ([i915#5892]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@gem_exec_await@wide-contexts.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_exec_await@wide-contexts.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg2: NOTRUN -> [SKIP][17] ([i915#4812]) +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@full-pulse: - shard-dg2: [PASS][18] -> [FAIL][19] ([i915#6032]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@gem_exec_balancer@full-pulse.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@gem_exec_balancer@full-pulse.html * igt@gem_exec_balancer@parallel-keep-in-fence: - shard-rkl: NOTRUN -> [SKIP][20] ([i915#4525]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@gem_exec_balancer@parallel-keep-in-fence.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-mtlp: NOTRUN -> [SKIP][21] ([i915#4579] / [i915#6334]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_fair@basic-flow: - shard-dg2: NOTRUN -> [SKIP][22] ([i915#3539] / [i915#4852]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_exec_fair@basic-flow.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-rkl: [PASS][23] -> [FAIL][24] ([i915#2842]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@gem_exec_fair@basic-none-share@rcs0.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none-vip: - shard-mtlp: NOTRUN -> [SKIP][25] ([i915#4473] / [i915#4771]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@gem_exec_fair@basic-none-vip.html * igt@gem_exec_fair@basic-sync: - shard-dg2: NOTRUN -> [SKIP][26] ([i915#3539]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_fence@submit3: - shard-mtlp: NOTRUN -> [SKIP][27] ([i915#4812]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_fence@submit3.html * igt@gem_exec_reloc@basic-gtt-read: - shard-dg2: NOTRUN -> [SKIP][28] ([i915#3281]) +6 similar issues [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_exec_reloc@basic-gtt-read.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][29] ([i915#3281]) +10 similar issues [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_schedule@deep@vcs1: - shard-mtlp: [PASS][30] -> [FAIL][31] ([i915#8606]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-2/igt@gem_exec_schedule@deep@vcs1.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_schedule@deep@vcs1.html * igt@gem_exec_schedule@preemptive-hang@vcs0: - shard-mtlp: NOTRUN -> [FAIL][32] ([i915#7327]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_exec_schedule@preemptive-hang@vcs0.html * igt@gem_exec_whisper@basic-queues-all: - shard-mtlp: [PASS][33] -> [FAIL][34] ([i915#6363]) +2 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@gem_exec_whisper@basic-queues-all.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_whisper@basic-queues-all.html * igt@gem_fence_thrash@bo-write-verify-threaded-none: - shard-mtlp: NOTRUN -> [SKIP][35] ([i915#4860]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_fence_thrash@bo-write-verify-threaded-none.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#4860]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html * igt@gem_lmem_swapping@heavy-multi: - shard-apl: NOTRUN -> [SKIP][37] ([fdo#109271] / [i915#4613]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@gem_lmem_swapping@heavy-multi.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-tglu: NOTRUN -> [SKIP][38] ([i915#4613]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@parallel-multi: - shard-rkl: NOTRUN -> [SKIP][39] ([i915#4613]) +1 similar issue [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@parallel-random-verify: - shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4613]) +2 similar issues [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_lmem_swapping@parallel-random-verify.html * igt@gem_madvise@dontneed-after-mmap: - shard-mtlp: NOTRUN -> [WARN][41] ([i915#8747]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_madvise@dontneed-after-mmap.html * igt@gem_mmap_gtt@cpuset-big-copy-odd: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4077]) +8 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_mmap_gtt@cpuset-big-copy-odd.html * igt@gem_mmap_gtt@cpuset-medium-copy-xy: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#4077]) +6 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html * igt@gem_mmap_wc@bad-offset: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4083]) +2 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@gem_mmap_wc@bad-offset.html * igt@gem_mmap_wc@read: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#4083]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_mmap_wc@read.html * igt@gem_partial_pwrite_pread@writes-after-reads-snoop: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#3282]) +3 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-rkl: NOTRUN -> [SKIP][47] ([i915#3282]) +2 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pwrite@basic-random: - shard-mtlp: NOTRUN -> [SKIP][48] ([i915#3282]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_pwrite@basic-random.html * igt@gem_pxp@fail-invalid-protected-context: - shard-mtlp: NOTRUN -> [SKIP][49] ([i915#4270]) +2 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_pxp@fail-invalid-protected-context.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#4270]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_pxp@protected-raw-src-copy-not-readible.html - shard-rkl: NOTRUN -> [SKIP][51] ([i915#4270]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-tglu: NOTRUN -> [SKIP][52] ([i915#4270]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled: - shard-mtlp: NOTRUN -> [SKIP][53] ([i915#8428]) +2 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][54] ([i915#4079]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_set_tiling_vs_gtt: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4079]) +2 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_set_tiling_vs_gtt.html * igt@gem_userptr_blits@coherency-unsync: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#3297]) +1 similar issue [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#3297] / [i915#4880]) +1 similar issue [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-rkl: NOTRUN -> [SKIP][58] ([i915#3297]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@set-cache-level: - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#3297]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_userptr_blits@set-cache-level.html * igt@gen7_exec_parse@batch-without-end: - shard-dg2: NOTRUN -> [SKIP][60] ([fdo#109289]) +2 similar issues [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gen7_exec_parse@batch-without-end.html - shard-rkl: NOTRUN -> [SKIP][61] ([fdo#109289]) +1 similar issue [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gen7_exec_parse@batch-without-end.html * igt@gen7_exec_parse@chained-batch: - shard-mtlp: NOTRUN -> [SKIP][62] ([fdo#109289]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@gen7_exec_parse@chained-batch.html * igt@gen9_exec_parse@allowed-single: - shard-apl: [PASS][63] -> [ABORT][64] ([i915#5566]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl3/igt@gen9_exec_parse@allowed-single.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@batch-without-end: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#2856]) +2 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gen9_exec_parse@batch-without-end.html - shard-rkl: NOTRUN -> [SKIP][66] ([i915#2527]) +1 similar issue [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@gen9_exec_parse@batch-without-end.html * igt@gen9_exec_parse@bb-start-far: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#2856]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@bb-start-param: - shard-tglu: NOTRUN -> [SKIP][68] ([i915#2527] / [i915#2856]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-3/igt@gen9_exec_parse@bb-start-param.html * igt@i915_fb_tiling: - shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4881]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@i915_fb_tiling.html * igt@i915_hangman@engine-engine-hang@vcs0: - shard-mtlp: [PASS][70] -> [FAIL][71] ([i915#7069]) +1 similar issue [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@i915_hangman@engine-engine-hang@vcs0.html [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@i915_hangman@engine-engine-hang@vcs0.html * igt@i915_module_load@resize-bar: - shard-rkl: NOTRUN -> [SKIP][72] ([i915#6412]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@i915_module_load@resize-bar.html * igt@i915_pm_dc@dc9-dpms: - shard-mtlp: NOTRUN -> [SKIP][73] ([i915#3361]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_freq_api@freq-basic-api: - shard-apl: NOTRUN -> [SKIP][74] ([fdo#109271]) +49 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl2/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_pm_rc6_residency@media-rc6-accuracy: - shard-mtlp: NOTRUN -> [SKIP][75] ([fdo#109289] / [i915#8403]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html * igt@i915_pm_rc6_residency@rc6-accuracy: - shard-dg2: [PASS][76] -> [FAIL][77] ([i915#8230]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@i915_pm_rc6_residency@rc6-accuracy.html [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@i915_pm_rc6_residency@rc6-accuracy.html * igt@i915_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2: NOTRUN -> [SKIP][78] ([i915#1397]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/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][79] ([i915#8431]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html * igt@i915_pm_rpm@modeset-lpsp: - shard-dg2: [PASS][80] -> [SKIP][81] ([i915#1397]) +1 similar issue [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@i915_pm_rpm@modeset-lpsp.html [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rps@engine-order: - shard-apl: [PASS][82] -> [FAIL][83] ([i915#6537]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl2/igt@i915_pm_rps@engine-order.html [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@i915_pm_rps@engine-order.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg2: NOTRUN -> [SKIP][84] ([i915#6621]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_rps@waitboost: - shard-mtlp: NOTRUN -> [FAIL][85] ([i915#8346]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@i915_pm_rps@waitboost.html * igt@i915_selftest@live@dmabuf: - shard-apl: [PASS][86] -> [DMESG-FAIL][87] ([i915#7562]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl2/igt@i915_selftest@live@dmabuf.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@i915_selftest@live@dmabuf.html * igt@i915_selftest@live@gt_heartbeat: - shard-rkl: [PASS][88] -> [DMESG-FAIL][89] ([i915#7872]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-1/igt@i915_selftest@live@gt_heartbeat.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@gt_mocs: - shard-mtlp: [PASS][90] -> [ABORT][91] ([i915#7059]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-1/igt@i915_selftest@live@gt_mocs.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@i915_selftest@live@gt_mocs.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: [PASS][92] -> [FAIL][93] ([fdo#103375]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@i915_suspend@basic-s3-without-i915.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][94] ([i915#4212]) +1 similar issue [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs: - shard-rkl: NOTRUN -> [SKIP][95] ([i915#8502]) +3 similar issues [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/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][96] ([i915#8247]) +3 similar issues [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-dg2: NOTRUN -> [SKIP][97] ([i915#1769] / [i915#3555] / [i915#4579]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html - shard-rkl: NOTRUN -> [SKIP][98] ([i915#1769] / [i915#3555] / [i915#4579]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][99] ([fdo#111615] / [i915#5286]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-addfb-size-overflow: - shard-rkl: NOTRUN -> [SKIP][100] ([i915#5286]) +2 similar issues [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_big_fb@4-tiled-addfb-size-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [PASS][101] -> [FAIL][102] ([i915#5138]) +1 similar issue [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-mtlp: NOTRUN -> [FAIL][103] ([i915#3743]) +1 similar issue [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@linear-16bpp-rotate-0: - shard-mtlp: NOTRUN -> [DMESG-WARN][104] ([i915#1982]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_big_fb@linear-16bpp-rotate-0.html * igt@kms_big_fb@x-tiled-16bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][105] ([fdo#111614]) +2 similar issues [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][106] ([fdo#111614]) +1 similar issue [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html - shard-rkl: NOTRUN -> [SKIP][107] ([fdo#111614] / [i915#3638]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@y-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#5190]) +6 similar issues [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-mtlp: NOTRUN -> [SKIP][109] ([fdo#111615]) +8 similar issues [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][110] ([fdo#110723]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html - shard-dg2: NOTRUN -> [SKIP][111] ([i915#4538] / [i915#5190]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html * igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][112] ([fdo#109271] / [i915#3886]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl1/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: - shard-mtlp: NOTRUN -> [SKIP][113] ([i915#3886] / [i915#6095]) +3 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc: - shard-tglu: NOTRUN -> [SKIP][114] ([i915#5354] / [i915#6095]) +4 similar issues [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][115] ([i915#3886] / [i915#5354] / [i915#6095]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_rc_ccs_cc: - shard-rkl: NOTRUN -> [SKIP][116] ([i915#5354] / [i915#6095]) +4 similar issues [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs: - shard-mtlp: NOTRUN -> [SKIP][117] ([i915#6095]) +22 similar issues [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs.html * igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#3689] / [i915#3886] / [i915#5354]) +3 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][119] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +1 similar issue [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-2/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_mtl_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][120] ([i915#5354]) +16 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_dg2_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][121] ([i915#3689] / [i915#5354] / [i915#6095]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#5354]) +10 similar issues [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs.html * igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#3689] / [i915#5354]) +6 similar issues [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#4087]) +2 similar issues [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#4579]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html * igt@kms_chamelium_color@ctm-red-to-blue: - shard-mtlp: NOTRUN -> [SKIP][126] ([fdo#111827]) +1 similar issue [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@kms_chamelium_color@ctm-red-to-blue.html * igt@kms_chamelium_color@gamma: - shard-dg2: NOTRUN -> [SKIP][127] ([fdo#111827]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_chamelium_color@gamma.html - shard-rkl: NOTRUN -> [SKIP][128] ([fdo#111827]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_hpd@hdmi-hpd-fast: - shard-tglu: NOTRUN -> [SKIP][129] ([i915#7828]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@kms_chamelium_hpd@hdmi-hpd-fast.html * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: - shard-rkl: NOTRUN -> [SKIP][130] ([i915#7828]) +2 similar issues [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#7828]) +5 similar issues [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html * igt@kms_content_protection@atomic-dpms: - shard-dg2: NOTRUN -> [SKIP][132] ([i915#4579] / [i915#7118]) +2 similar issues [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_content_protection@atomic-dpms.html - shard-rkl: NOTRUN -> [SKIP][133] ([i915#4579] / [i915#7118]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-mtlp: NOTRUN -> [SKIP][134] ([i915#3299]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-mtlp: NOTRUN -> [SKIP][135] ([i915#3359]) +1 similar issue [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#3359]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-mtlp: NOTRUN -> [SKIP][137] ([i915#4579]) +9 similar issues [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][138] ([fdo#103375]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-4.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][139] ([i915#4213]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-dg2: NOTRUN -> [SKIP][140] ([fdo#109274] / [i915#5354]) +1 similar issue [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: - shard-tglu: NOTRUN -> [SKIP][141] ([fdo#109274]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][142] ([fdo#111767] / [i915#3546]) +1 similar issue [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#4103] / [i915#4213]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#3555] / [i915#4579]) +2 similar issues [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][145] ([i915#3804] / [i915#4579]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2: NOTRUN -> [SKIP][146] ([i915#3840] / [i915#4579]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_dsc@dsc-with-bpc.html * igt@kms_fence_pin_leak: - shard-dg2: NOTRUN -> [SKIP][147] ([i915#4881]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][148] ([fdo#109274]) +3 similar issues [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-rmfb: - shard-tglu: NOTRUN -> [SKIP][149] ([fdo#109274] / [i915#3637]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-3/igt@kms_flip@2x-flip-vs-rmfb.html * igt@kms_flip@2x-nonexisting-fb: - shard-snb: NOTRUN -> [SKIP][150] ([fdo#109271]) +13 similar issues [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-snb2/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@flip-vs-fences: - shard-mtlp: NOTRUN -> [SKIP][151] ([i915#8381]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_flip@flip-vs-fences.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][152] ([i915#2587] / [i915#2672] / [i915#4579]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-mtlp: NOTRUN -> [SKIP][153] ([i915#5274]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-1p-indfb-fliptrack-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#8708]) +3 similar issues [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-1p-indfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move: - shard-dg2: [PASS][155] -> [FAIL][156] ([i915#6880]) +1 similar issue [155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: - shard-dg2: NOTRUN -> [FAIL][157] ([i915#6880]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#8708]) +13 similar issues [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][159] ([i915#3023]) +5 similar issues [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc: - shard-mtlp: NOTRUN -> [SKIP][160] ([i915#1825]) +20 similar issues [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][161] ([fdo#111825]) +2 similar issues [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#3458]) +6 similar issues [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][163] ([fdo#109280]) +5 similar issues [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff: - shard-rkl: NOTRUN -> [SKIP][164] ([fdo#111825] / [i915#1825]) +6 similar issues [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][165] ([fdo#110189]) +5 similar issues [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-5/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1: - shard-apl: NOTRUN -> [FAIL][166] ([i915#4573]) +1 similar issue [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][167] ([i915#5176]) +1 similar issue [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][168] ([i915#4579] / [i915#5176]) +1 similar issue [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][169] ([i915#5176]) +4 similar issues [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-edp-1.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][170] ([i915#5176]) +8 similar issues [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-dp-1: - shard-apl: NOTRUN -> [SKIP][171] ([fdo#109271] / [i915#4579]) +5 similar issues [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-dp-1.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][172] ([i915#4579] / [i915#5176]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#4579] / [i915#5176]) +2 similar issues [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][174] ([i915#4579] / [i915#5235]) +2 similar issues [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][175] ([i915#5235]) +2 similar issues [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][176] ([i915#4579] / [i915#5235]) +2 similar issues [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][177] ([i915#5235]) +2 similar issues [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][178] ([i915#4579] / [i915#5235]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-hdmi-a-1: - shard-snb: NOTRUN -> [SKIP][179] ([fdo#109271] / [i915#4579]) +9 similar issues [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-snb1/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][180] ([i915#5235]) +2 similar issues [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][181] ([i915#5235]) +8 similar issues [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][182] ([i915#4579] / [i915#5235]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1.html * igt@kms_psr2_su@page_flip-p010: - shard-apl: NOTRUN -> [SKIP][183] ([fdo#109271] / [i915#658]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl1/igt@kms_psr2_su@page_flip-p010.html - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#4348]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@cursor_render: - shard-rkl: NOTRUN -> [SKIP][185] ([i915#1072]) +2 similar issues [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_psr@cursor_render.html * igt@kms_psr@psr2_sprite_blt: - shard-mtlp: [PASS][186] -> [FAIL][187] ([i915#8726]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@kms_psr@psr2_sprite_blt.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_psr@psr2_sprite_blt.html * igt@kms_psr@psr2_sprite_mmap_gtt: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#1072]) +3 similar issues [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_psr@psr2_sprite_mmap_gtt.html * igt@kms_rotation_crc@bad-tiling: - shard-mtlp: NOTRUN -> [SKIP][189] ([i915#4235]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][190] ([i915#5289]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#4235]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#5289]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#4235] / [i915#5190]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-rkl: NOTRUN -> [SKIP][194] ([fdo#111615] / [i915#5289]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-tglu: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#4579]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend: - shard-dg2: [PASS][196] -> [FAIL][197] ([fdo#103375]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html * igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm: - shard-rkl: NOTRUN -> [SKIP][198] ([i915#4070] / [i915#6768]) +1 similar issue [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm.html * igt@kms_vblank@pipe-d-accuracy-idle: - shard-rkl: NOTRUN -> [SKIP][199] ([i915#4070] / [i915#533] / [i915#6768]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_vblank@pipe-d-accuracy-idle.html * igt@kms_vrr@flipline: - shard-rkl: NOTRUN -> [SKIP][200] ([i915#3555] / [i915#4579]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_vrr@flipline.html * igt@kms_writeback@writeback-check-output: - shard-dg2: NOTRUN -> [SKIP][201] ([i915#2437]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_writeback@writeback-check-output.html * igt@perf@global-sseu-config-invalid: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#7387]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@perf@global-sseu-config-invalid.html * igt@perf_pmu@busy-idle-check-all@ccs0: - shard-mtlp: [PASS][203] -> [FAIL][204] ([i915#4521]) +3 similar issues [203]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@perf_pmu@busy-idle-check-all@ccs0.html [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@perf_pmu@busy-idle-check-all@ccs0.html * igt@perf_pmu@busy-idle-check-all@vcs0: - shard-dg2: [PASS][205] -> [FAIL][206] ([i915#4521]) +6 similar issues [205]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@perf_pmu@busy-idle-check-all@vcs0.html [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@perf_pmu@busy-idle-check-all@vcs0.html * igt@perf_pmu@faulting-read@gtt: - shard-mtlp: NOTRUN -> [SKIP][207] ([i915#8440]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@perf_pmu@faulting-read@gtt.html * igt@perf_pmu@render-node-busy-idle@ccs0: - shard-mtlp: [PASS][208] -> [FAIL][209] ([i915#4349]) +3 similar issues [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-4/igt@perf_pmu@render-node-busy-idle@ccs0.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@perf_pmu@render-node-busy-idle@ccs0.html * igt@prime_vgem@basic-blt: - shard-mtlp: NOTRUN -> [FAIL][210] ([i915#8445]) +1 similar issue [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@prime_vgem@basic-blt.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#3291] / [i915#3708]) +1 similar issue [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-read: - shard-rkl: NOTRUN -> [SKIP][212] ([fdo#109295] / [i915#3291] / [i915#3708]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@prime_vgem@basic-read.html * igt@prime_vgem@fence-flip-hang: - shard-dg2: NOTRUN -> [SKIP][213] ([i915#3708]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@prime_vgem@fence-flip-hang.html * igt@prime_vgem@fence-write-hang: - shard-tglu: NOTRUN -> [SKIP][214] ([fdo#109295]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@prime_vgem@fence-write-hang.html * igt@sysfs_heartbeat_interval@precise@vecs0: - shard-mtlp: NOTRUN -> [FAIL][215] ([i915#8332]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@sysfs_heartbeat_interval@precise@vecs0.html * igt@tools_test@sysfs_l3_parity: - shard-mtlp: NOTRUN -> [SKIP][216] ([i915#4818]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@tools_test@sysfs_l3_parity.html * igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync: - shard-mtlp: NOTRUN -> [SKIP][217] ([i915#2575]) +4 similar issues [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync.html * igt@v3d/v3d_submit_cl@bad-multisync-in-sync: - shard-tglu: NOTRUN -> [SKIP][218] ([fdo#109315] / [i915#2575]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@v3d/v3d_submit_cl@bad-multisync-in-sync.html * igt@v3d/v3d_submit_cl@simple-flush-cache: - shard-dg2: NOTRUN -> [SKIP][219] ([i915#2575]) +5 similar issues [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@v3d/v3d_submit_cl@simple-flush-cache.html * igt@v3d/v3d_submit_csd@bad-multisync-out-sync: - shard-rkl: NOTRUN -> [SKIP][220] ([fdo#109315]) +1 similar issue [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@v3d/v3d_submit_csd@bad-multisync-out-sync.html * igt@vc4/vc4_mmap@mmap-bad-handle: - shard-dg2: NOTRUN -> [SKIP][221] ([i915#7711]) +3 similar issues [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@vc4/vc4_mmap@mmap-bad-handle.html - shard-rkl: NOTRUN -> [SKIP][222] ([i915#7711]) +2 similar issues [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@vc4/vc4_mmap@mmap-bad-handle.html * igt@vc4/vc4_purgeable_bo@free-purged-bo: - shard-mtlp: NOTRUN -> [SKIP][223] ([i915#7711]) +5 similar issues [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@vc4/vc4_purgeable_bo@free-purged-bo.html #### Possible fixes #### * igt@gem_create@hog-create@smem0: - shard-dg2: [FAIL][224] ([i915#5892] / [i915#7679]) -> [PASS][225] [224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@gem_create@hog-create@smem0.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_create@hog-create@smem0.html * igt@gem_eio@unwedge-stress: - {shard-dg1}: [FAIL][226] ([i915#5784]) -> [PASS][227] [226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg1-12/igt@gem_eio@unwedge-stress.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg1-18/igt@gem_eio@unwedge-stress.html * igt@gem_exec_capture@pi@vcs0: - shard-mtlp: [FAIL][228] ([i915#4475]) -> [PASS][229] [228]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-8/igt@gem_exec_capture@pi@vcs0.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_exec_capture@pi@vcs0.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: [FAIL][230] ([i915#2842]) -> [PASS][231] +3 similar issues [230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][232] ([i915#2842]) -> [PASS][233] [232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html - shard-tglu: [FAIL][234] ([i915#2842]) -> [PASS][235] [234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_whisper@basic-contexts-forked-all: - shard-mtlp: [TIMEOUT][236] ([i915#8628]) -> [PASS][237] [236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-2/igt@gem_exec_whisper@basic-contexts-forked-all.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_exec_whisper@basic-contexts-forked-all.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [DMESG-WARN][238] ([i915#4936] / [i915#5493]) -> [PASS][239] [238]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][240] ([i915#8489]) -> [PASS][241] [240]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@i915_module_load@reload-with-fault-injection.html [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [SKIP][242] ([fdo#109271]) -> [PASS][243] [242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl1/igt@i915_pm_dc@dc9-dpms.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl2/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - {shard-dg1}: [FAIL][244] ([i915#3591]) -> [PASS][245] [244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@kms_cursor_legacy@cursor-vs-flip-toggle: - shard-mtlp: [FAIL][246] ([i915#8248]) -> [PASS][247] [246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][248] ([i915#2346]) -> [PASS][249] [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1: - shard-apl: [ABORT][250] ([i915#180]) -> [PASS][251] [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl1/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt: - shard-dg2: [FAIL][252] ([i915#6880]) -> [PASS][253] +1 similar issue [252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html * igt@kms_hdmi_inject@inject-audio: - shard-tglu: [SKIP][254] ([i915#433]) -> [PASS][255] [254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-6/igt@kms_hdmi_inject@inject-audio.html [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_hdmi_inject@inject-audio.html * igt@kms_vblank@pipe-b-ts-continuation-suspend: - shard-dg2: [FAIL][256] ([fdo#103375]) -> [PASS][257] +1 similar issue [256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-suspend.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_vblank@pipe-b-ts-continuation-suspend.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][258] ([i915#7484]) -> [PASS][259] [258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@perf@non-zero-reason@0-rcs0.html [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@perf@non-zero-reason@0-rcs0.html * igt@perf_pmu@busy-double-start@rcs0: - shard-dg2: [FAIL][260] ([i915#4349]) -> [PASS][261] [260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-1/igt@perf_pmu@busy-double-start@rcs0.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@perf_pmu@busy-double-start@rcs0.html * igt@perf_pmu@busy-double-start@vcs1: - shard-mtlp: [FAIL][262] ([i915#4349]) -> [PASS][263] +2 similar issues [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@perf_pmu@busy-double-start@vcs1.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@perf_pmu@busy-double-start@vcs1.html #### Warnings #### * igt@gem_exec_whisper@basic-contexts-priority-all: - shard-mtlp: [ABORT][264] ([i915#8131]) -> [TIMEOUT][265] ([i915#7392]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-3/igt@gem_exec_whisper@basic-contexts-priority-all.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_whisper@basic-contexts-priority-all.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - shard-tglu: [WARN][266] ([i915#2681]) -> [FAIL][267] ([i915#2681] / [i915#3591]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@kms_async_flips@crc@pipe-b-edp-1: - shard-mtlp: [FAIL][268] ([i915#8247]) -> [DMESG-FAIL][269] ([i915#8561]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-5/igt@kms_async_flips@crc@pipe-b-edp-1.html [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_async_flips@crc@pipe-b-edp-1.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][270] ([fdo#110189] / [i915#3955]) -> [SKIP][271] ([i915#3955]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-1/igt@kms_fbcon_fbt@psr.html [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_fbcon_fbt@psr.html * igt@sysfs_preempt_timeout@timeout@vecs0: - shard-mtlp: [TIMEOUT][272] ([i915#7947]) -> [ABORT][273] ([i915#8521]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-4/igt@sysfs_preempt_timeout@timeout@vecs0.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@sysfs_preempt_timeout@timeout@vecs0.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#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#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [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#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#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [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#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#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [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#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [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#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936 [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#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [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#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475 [i915#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [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#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [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#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [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#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [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#5892]: https://gitlab.freedesktop.org/drm/intel/issues/5892 [i915#6032]: https://gitlab.freedesktop.org/drm/intel/issues/6032 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6363]: https://gitlab.freedesktop.org/drm/intel/issues/6363 [i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412 [i915#6537]: https://gitlab.freedesktop.org/drm/intel/issues/6537 [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#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7327]: https://gitlab.freedesktop.org/drm/intel/issues/7327 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484 [i915#7562]: https://gitlab.freedesktop.org/drm/intel/issues/7562 [i915#7679]: https://gitlab.freedesktop.org/drm/intel/issues/7679 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7872]: https://gitlab.freedesktop.org/drm/intel/issues/7872 [i915#7947]: https://gitlab.freedesktop.org/drm/intel/issues/7947 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8131]: https://gitlab.freedesktop.org/drm/intel/issues/8131 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8230]: https://gitlab.freedesktop.org/drm/intel/issues/8230 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8248]: https://gitlab.freedesktop.org/drm/intel/issues/8248 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8332]: https://gitlab.freedesktop.org/drm/intel/issues/8332 [i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8403]: https://gitlab.freedesktop.org/drm/intel/issues/8403 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8431]: https://gitlab.freedesktop.org/drm/intel/issues/8431 [i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440 [i915#8445]: https://gitlab.freedesktop.org/drm/intel/issues/8445 [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561 [i915#8606]: https://gitlab.freedesktop.org/drm/intel/issues/8606 [i915#8621]: https://gitlab.freedesktop.org/drm/intel/issues/8621 [i915#8628]: https://gitlab.freedesktop.org/drm/intel/issues/8628 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8726]: https://gitlab.freedesktop.org/drm/intel/issues/8726 [i915#8747]: https://gitlab.freedesktop.org/drm/intel/issues/8747 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7353 -> IGTPW_9287 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13329: bd707928a4b45e1044e797ee6515e5a4a5c41ef7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html IGT_7353: cacdae5ad7cb92bdc26a79802fcdd244dadccd42 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html [-- Attachment #2: Type: text/html, Size: 89442 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for lib/intel_batchbuffer: Remove unused argument in exec_blit 2023-06-28 8:10 [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Remove unused argument in exec_blit Karolina Stolarek ` (2 preceding siblings ...) 2023-06-30 6:16 ` Patchwork @ 2023-06-30 7:13 ` Patchwork 2023-06-30 15:43 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2023-06-30 7:13 UTC (permalink / raw) To: Karolina Stolarek; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 73192 bytes --] == Series Details == Series: lib/intel_batchbuffer: Remove unused argument in exec_blit URL : https://patchwork.freedesktop.org/series/119961/ State : success == Summary == CI Bug Log - changes from CI_DRM_13329_full -> IGTPW_9287_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html Participating hosts (10 -> 9) ------------------------------ Missing (1): shard-rkl0 Known issues ------------ Here are the changes found in IGTPW_9287_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@crc32: - shard-rkl: NOTRUN -> [SKIP][1] ([i915#6230]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@api_intel_bb@crc32.html * igt@drm_fdinfo@busy@ccs0: - shard-dg2: NOTRUN -> [SKIP][2] ([i915#8414]) +9 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@drm_fdinfo@busy@ccs0.html * igt@drm_fdinfo@busy@ccs3: - shard-dg2: NOTRUN -> [SKIP][3] ([i915#4579] / [i915#8414]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@drm_fdinfo@busy@ccs3.html * igt@drm_fdinfo@virtual-busy-hang-all: - shard-mtlp: NOTRUN -> [SKIP][4] ([i915#8414]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@drm_fdinfo@virtual-busy-hang-all.html * igt@feature_discovery@psr1: - shard-dg2: NOTRUN -> [SKIP][5] ([i915#658]) +2 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@feature_discovery@psr1.html * igt@gem_bad_reloc@negative-reloc-lut: - shard-rkl: NOTRUN -> [SKIP][6] ([i915#3281]) +4 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@gem_bad_reloc@negative-reloc-lut.html * igt@gem_busy@semaphore: - shard-dg2: NOTRUN -> [SKIP][7] ([i915#3936]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@gem_busy@semaphore.html * igt@gem_close_race@multigpu-basic-threads: - shard-mtlp: NOTRUN -> [SKIP][8] ([i915#7697]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_create@create-ext-set-pat: - shard-tglu: NOTRUN -> [FAIL][9] ([i915#8621]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_param@set-priority-not-supported: - shard-mtlp: NOTRUN -> [SKIP][10] ([fdo#109314]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_sseu@engines: - shard-mtlp: NOTRUN -> [SKIP][11] ([i915#280]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_ctx_sseu@engines.html * igt@gem_eio@hibernate: - shard-rkl: NOTRUN -> [ABORT][12] ([i915#7975] / [i915#8213]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@gem_eio@hibernate.html * igt@gem_exec_await@wide-contexts: - shard-dg2: [PASS][13] -> [FAIL][14] ([i915#5892]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@gem_exec_await@wide-contexts.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_exec_await@wide-contexts.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg2: NOTRUN -> [SKIP][15] ([i915#4812]) +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@full-pulse: - shard-dg2: [PASS][16] -> [FAIL][17] ([i915#6032]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@gem_exec_balancer@full-pulse.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@gem_exec_balancer@full-pulse.html * igt@gem_exec_balancer@parallel-keep-in-fence: - shard-rkl: NOTRUN -> [SKIP][18] ([i915#4525]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@gem_exec_balancer@parallel-keep-in-fence.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-mtlp: NOTRUN -> [SKIP][19] ([i915#4579] / [i915#6334]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_fair@basic-flow: - shard-dg2: NOTRUN -> [SKIP][20] ([i915#3539] / [i915#4852]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_exec_fair@basic-flow.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-rkl: [PASS][21] -> [FAIL][22] ([i915#2842]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@gem_exec_fair@basic-none-share@rcs0.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none-vip: - shard-mtlp: NOTRUN -> [SKIP][23] ([i915#4473] / [i915#4771]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@gem_exec_fair@basic-none-vip.html * igt@gem_exec_fair@basic-sync: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#3539]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_fence@submit3: - shard-mtlp: NOTRUN -> [SKIP][25] ([i915#4812]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_fence@submit3.html * igt@gem_exec_reloc@basic-gtt-read: - shard-dg2: NOTRUN -> [SKIP][26] ([i915#3281]) +6 similar issues [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_exec_reloc@basic-gtt-read.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][27] ([i915#3281]) +10 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_schedule@deep@vcs1: - shard-mtlp: [PASS][28] -> [FAIL][29] ([i915#8606]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-2/igt@gem_exec_schedule@deep@vcs1.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_schedule@deep@vcs1.html * igt@gem_exec_schedule@preemptive-hang@vcs0: - shard-mtlp: NOTRUN -> [FAIL][30] ([i915#7327]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_exec_schedule@preemptive-hang@vcs0.html * igt@gem_exec_whisper@basic-queues-all: - shard-mtlp: [PASS][31] -> [FAIL][32] ([i915#6363]) +2 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@gem_exec_whisper@basic-queues-all.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_whisper@basic-queues-all.html * igt@gem_fence_thrash@bo-write-verify-threaded-none: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#4860]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_fence_thrash@bo-write-verify-threaded-none.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#4860]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html * igt@gem_lmem_swapping@heavy-multi: - shard-apl: NOTRUN -> [SKIP][35] ([fdo#109271] / [i915#4613]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@gem_lmem_swapping@heavy-multi.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-tglu: NOTRUN -> [SKIP][36] ([i915#4613]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@parallel-multi: - shard-rkl: NOTRUN -> [SKIP][37] ([i915#4613]) +1 similar issue [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@parallel-random-verify: - shard-mtlp: NOTRUN -> [SKIP][38] ([i915#4613]) +2 similar issues [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_lmem_swapping@parallel-random-verify.html * igt@gem_madvise@dontneed-after-mmap: - shard-mtlp: NOTRUN -> [WARN][39] ([i915#8747]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@gem_madvise@dontneed-after-mmap.html * igt@gem_mmap_gtt@cpuset-big-copy-odd: - shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4077]) +8 similar issues [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_mmap_gtt@cpuset-big-copy-odd.html * igt@gem_mmap_gtt@cpuset-medium-copy-xy: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#4077]) +6 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html * igt@gem_mmap_wc@bad-offset: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4083]) +2 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@gem_mmap_wc@bad-offset.html * igt@gem_mmap_wc@read: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#4083]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gem_mmap_wc@read.html * igt@gem_partial_pwrite_pread@writes-after-reads-snoop: - shard-dg2: NOTRUN -> [SKIP][44] ([i915#3282]) +3 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-rkl: NOTRUN -> [SKIP][45] ([i915#3282]) +2 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pwrite@basic-random: - shard-mtlp: NOTRUN -> [SKIP][46] ([i915#3282]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_pwrite@basic-random.html * igt@gem_pxp@fail-invalid-protected-context: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4270]) +2 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_pxp@fail-invalid-protected-context.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#4270]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_pxp@protected-raw-src-copy-not-readible.html - shard-rkl: NOTRUN -> [SKIP][49] ([i915#4270]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-tglu: NOTRUN -> [SKIP][50] ([i915#4270]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#8428]) +2 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#4079]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_set_tiling_vs_gtt: - shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4079]) +2 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_set_tiling_vs_gtt.html * igt@gem_userptr_blits@coherency-unsync: - shard-dg2: NOTRUN -> [SKIP][54] ([i915#3297]) +1 similar issue [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: NOTRUN -> [SKIP][55] ([i915#3297] / [i915#4880]) +1 similar issue [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-rkl: NOTRUN -> [SKIP][56] ([i915#3297]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@set-cache-level: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#3297]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@gem_userptr_blits@set-cache-level.html * igt@gen7_exec_parse@batch-without-end: - shard-dg2: NOTRUN -> [SKIP][58] ([fdo#109289]) +2 similar issues [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@gen7_exec_parse@batch-without-end.html - shard-rkl: NOTRUN -> [SKIP][59] ([fdo#109289]) +1 similar issue [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gen7_exec_parse@batch-without-end.html * igt@gen7_exec_parse@chained-batch: - shard-mtlp: NOTRUN -> [SKIP][60] ([fdo#109289]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@gen7_exec_parse@chained-batch.html * igt@gen9_exec_parse@allowed-single: - shard-apl: [PASS][61] -> [ABORT][62] ([i915#5566]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl3/igt@gen9_exec_parse@allowed-single.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@batch-without-end: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#2856]) +2 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@gen9_exec_parse@batch-without-end.html - shard-rkl: NOTRUN -> [SKIP][64] ([i915#2527]) +1 similar issue [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@gen9_exec_parse@batch-without-end.html * igt@gen9_exec_parse@bb-start-far: - shard-mtlp: NOTRUN -> [SKIP][65] ([i915#2856]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@bb-start-param: - shard-tglu: NOTRUN -> [SKIP][66] ([i915#2527] / [i915#2856]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-3/igt@gen9_exec_parse@bb-start-param.html * igt@i915_fb_tiling: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#4881]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@i915_fb_tiling.html * igt@i915_hangman@engine-engine-hang@vcs0: - shard-mtlp: [PASS][68] -> [FAIL][69] ([i915#7069]) +1 similar issue [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@i915_hangman@engine-engine-hang@vcs0.html [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@i915_hangman@engine-engine-hang@vcs0.html * igt@i915_module_load@resize-bar: - shard-rkl: NOTRUN -> [SKIP][70] ([i915#6412]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@i915_module_load@resize-bar.html * igt@i915_pm_dc@dc9-dpms: - shard-mtlp: NOTRUN -> [SKIP][71] ([i915#3361]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_freq_api@freq-basic-api: - shard-apl: NOTRUN -> [SKIP][72] ([fdo#109271]) +49 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl2/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_pm_rc6_residency@media-rc6-accuracy: - shard-mtlp: NOTRUN -> [SKIP][73] ([fdo#109289] / [i915#8403]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html * igt@i915_pm_rc6_residency@rc6-accuracy: - shard-dg2: [PASS][74] -> [FAIL][75] ([i915#8230]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@i915_pm_rc6_residency@rc6-accuracy.html [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@i915_pm_rc6_residency@rc6-accuracy.html * igt@i915_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2: NOTRUN -> [SKIP][76] ([i915#1397]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/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][77] ([i915#8431]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html * igt@i915_pm_rpm@modeset-lpsp: - shard-dg2: [PASS][78] -> [SKIP][79] ([i915#1397]) +1 similar issue [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-10/igt@i915_pm_rpm@modeset-lpsp.html [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rps@engine-order: - shard-apl: [PASS][80] -> [FAIL][81] ([i915#6537]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl2/igt@i915_pm_rps@engine-order.html [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@i915_pm_rps@engine-order.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#6621]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_rps@waitboost: - shard-mtlp: NOTRUN -> [FAIL][83] ([i915#8346]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@i915_pm_rps@waitboost.html * igt@i915_selftest@live@dmabuf: - shard-apl: [PASS][84] -> [DMESG-FAIL][85] ([i915#7562]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl2/igt@i915_selftest@live@dmabuf.html [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@i915_selftest@live@dmabuf.html * igt@i915_selftest@live@gt_heartbeat: - shard-rkl: [PASS][86] -> [DMESG-FAIL][87] ([i915#7872]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-1/igt@i915_selftest@live@gt_heartbeat.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@gt_mocs: - shard-mtlp: [PASS][88] -> [ABORT][89] ([i915#7059]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-1/igt@i915_selftest@live@gt_mocs.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@i915_selftest@live@gt_mocs.html * igt@i915_selftest@live@gt_pm: - shard-mtlp: [PASS][90] -> [INCOMPLETE][91] ([i915#8757]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-1/igt@i915_selftest@live@gt_pm.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@i915_selftest@live@gt_pm.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: [PASS][92] -> [FAIL][93] ([fdo#103375]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@i915_suspend@basic-s3-without-i915.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][94] ([i915#4212]) +1 similar issue [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs: - shard-rkl: NOTRUN -> [SKIP][95] ([i915#8502]) +3 similar issues [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/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][96] ([i915#8247]) +3 similar issues [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-dg2: NOTRUN -> [SKIP][97] ([i915#1769] / [i915#3555] / [i915#4579]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html - shard-rkl: NOTRUN -> [SKIP][98] ([i915#1769] / [i915#3555] / [i915#4579]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][99] ([fdo#111615] / [i915#5286]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-addfb-size-overflow: - shard-rkl: NOTRUN -> [SKIP][100] ([i915#5286]) +2 similar issues [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_big_fb@4-tiled-addfb-size-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [PASS][101] -> [FAIL][102] ([i915#5138]) +1 similar issue [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-mtlp: NOTRUN -> [FAIL][103] ([i915#3743]) +1 similar issue [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@linear-16bpp-rotate-0: - shard-mtlp: NOTRUN -> [DMESG-WARN][104] ([i915#1982]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_big_fb@linear-16bpp-rotate-0.html * igt@kms_big_fb@x-tiled-16bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][105] ([fdo#111614]) +2 similar issues [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][106] ([fdo#111614]) +1 similar issue [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html - shard-rkl: NOTRUN -> [SKIP][107] ([fdo#111614] / [i915#3638]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@y-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#5190]) +6 similar issues [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-mtlp: NOTRUN -> [SKIP][109] ([fdo#111615]) +8 similar issues [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][110] ([fdo#110723]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html - shard-dg2: NOTRUN -> [SKIP][111] ([i915#4538] / [i915#5190]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html * igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][112] ([fdo#109271] / [i915#3886]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl1/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: - shard-mtlp: NOTRUN -> [SKIP][113] ([i915#3886] / [i915#6095]) +3 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc: - shard-tglu: NOTRUN -> [SKIP][114] ([i915#5354] / [i915#6095]) +4 similar issues [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][115] ([i915#3886] / [i915#5354] / [i915#6095]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_rc_ccs_cc: - shard-rkl: NOTRUN -> [SKIP][116] ([i915#5354] / [i915#6095]) +4 similar issues [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs: - shard-mtlp: NOTRUN -> [SKIP][117] ([i915#6095]) +22 similar issues [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs.html * igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#3689] / [i915#3886] / [i915#5354]) +3 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][119] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +1 similar issue [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-2/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_mtl_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][120] ([i915#5354]) +16 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_dg2_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][121] ([i915#3689] / [i915#5354] / [i915#6095]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-9/igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#5354]) +10 similar issues [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs.html * igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#3689] / [i915#5354]) +6 similar issues [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#4087]) +2 similar issues [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#4579]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html * igt@kms_chamelium_color@ctm-red-to-blue: - shard-mtlp: NOTRUN -> [SKIP][126] ([fdo#111827]) +1 similar issue [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@kms_chamelium_color@ctm-red-to-blue.html * igt@kms_chamelium_color@gamma: - shard-dg2: NOTRUN -> [SKIP][127] ([fdo#111827]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_chamelium_color@gamma.html - shard-rkl: NOTRUN -> [SKIP][128] ([fdo#111827]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_hpd@hdmi-hpd-fast: - shard-tglu: NOTRUN -> [SKIP][129] ([i915#7828]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-7/igt@kms_chamelium_hpd@hdmi-hpd-fast.html * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: - shard-rkl: NOTRUN -> [SKIP][130] ([i915#7828]) +2 similar issues [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#7828]) +5 similar issues [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html * igt@kms_content_protection@atomic-dpms: - shard-dg2: NOTRUN -> [SKIP][132] ([i915#4579] / [i915#7118]) +2 similar issues [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@kms_content_protection@atomic-dpms.html - shard-rkl: NOTRUN -> [SKIP][133] ([i915#4579] / [i915#7118]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-mtlp: NOTRUN -> [SKIP][134] ([i915#3299]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-mtlp: NOTRUN -> [SKIP][135] ([i915#3359]) +1 similar issue [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#3359]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-mtlp: NOTRUN -> [SKIP][137] ([i915#4579]) +9 similar issues [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][138] ([fdo#103375]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-4.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][139] ([i915#4213]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-dg2: NOTRUN -> [SKIP][140] ([fdo#109274] / [i915#5354]) +1 similar issue [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: - shard-tglu: NOTRUN -> [SKIP][141] ([fdo#109274]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][142] ([fdo#111767] / [i915#3546]) +1 similar issue [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#4103] / [i915#4213]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#3555] / [i915#4579]) +2 similar issues [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][145] ([i915#3804] / [i915#4579]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2: NOTRUN -> [SKIP][146] ([i915#3840] / [i915#4579]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@kms_dsc@dsc-with-bpc.html * igt@kms_fence_pin_leak: - shard-dg2: NOTRUN -> [SKIP][147] ([i915#4881]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][148] ([fdo#109274]) +3 similar issues [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-rmfb: - shard-tglu: NOTRUN -> [SKIP][149] ([fdo#109274] / [i915#3637]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-3/igt@kms_flip@2x-flip-vs-rmfb.html * igt@kms_flip@2x-nonexisting-fb: - shard-snb: NOTRUN -> [SKIP][150] ([fdo#109271]) +13 similar issues [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-snb2/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@flip-vs-fences: - shard-mtlp: NOTRUN -> [SKIP][151] ([i915#8381]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_flip@flip-vs-fences.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][152] ([i915#2587] / [i915#2672] / [i915#4579]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-mtlp: NOTRUN -> [SKIP][153] ([i915#5274]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-1p-indfb-fliptrack-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#8708]) +3 similar issues [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-1p-indfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move: - shard-dg2: [PASS][155] -> [FAIL][156] ([i915#6880]) +1 similar issue [155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: - shard-dg2: NOTRUN -> [FAIL][157] ([i915#6880]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#8708]) +13 similar issues [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][159] ([i915#3023]) +5 similar issues [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc: - shard-mtlp: NOTRUN -> [SKIP][160] ([i915#1825]) +20 similar issues [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][161] ([fdo#111825]) +2 similar issues [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#3458]) +6 similar issues [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][163] ([fdo#109280]) +5 similar issues [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff: - shard-rkl: NOTRUN -> [SKIP][164] ([fdo#111825] / [i915#1825]) +6 similar issues [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][165] ([fdo#110189]) +5 similar issues [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-5/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1: - shard-apl: NOTRUN -> [FAIL][166] ([i915#4573]) +1 similar issue [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl6/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][167] ([i915#5176]) +1 similar issue [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][168] ([i915#4579] / [i915#5176]) +1 similar issue [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][169] ([i915#5176]) +4 similar issues [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-edp-1.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][170] ([i915#5176]) +8 similar issues [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-dp-1: - shard-apl: NOTRUN -> [SKIP][171] ([fdo#109271] / [i915#4579]) +5 similar issues [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-dp-1.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][172] ([i915#4579] / [i915#5176]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#4579] / [i915#5176]) +2 similar issues [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][174] ([i915#4579] / [i915#5235]) +2 similar issues [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][175] ([i915#5235]) +2 similar issues [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][176] ([i915#4579] / [i915#5235]) +2 similar issues [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][177] ([i915#5235]) +2 similar issues [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][178] ([i915#4579] / [i915#5235]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-hdmi-a-1: - shard-snb: NOTRUN -> [SKIP][179] ([fdo#109271] / [i915#4579]) +9 similar issues [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-snb1/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][180] ([i915#5235]) +2 similar issues [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][181] ([i915#5235]) +8 similar issues [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][182] ([i915#4579] / [i915#5235]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1.html * igt@kms_psr2_su@page_flip-p010: - shard-apl: NOTRUN -> [SKIP][183] ([fdo#109271] / [i915#658]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl1/igt@kms_psr2_su@page_flip-p010.html - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#4348]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@cursor_render: - shard-rkl: NOTRUN -> [SKIP][185] ([i915#1072]) +2 similar issues [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_psr@cursor_render.html * igt@kms_psr@psr2_sprite_blt: - shard-mtlp: [PASS][186] -> [FAIL][187] ([i915#8726]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@kms_psr@psr2_sprite_blt.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@kms_psr@psr2_sprite_blt.html * igt@kms_psr@psr2_sprite_mmap_gtt: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#1072]) +3 similar issues [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_psr@psr2_sprite_mmap_gtt.html * igt@kms_rotation_crc@bad-tiling: - shard-mtlp: NOTRUN -> [SKIP][189] ([i915#4235]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-5/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][190] ([i915#5289]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#4235]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#5289]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#4235] / [i915#5190]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-rkl: NOTRUN -> [SKIP][194] ([fdo#111615] / [i915#5289]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-tglu: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#4579]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend: - shard-dg2: [PASS][196] -> [FAIL][197] ([fdo#103375]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html * igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm: - shard-rkl: NOTRUN -> [SKIP][198] ([i915#4070] / [i915#6768]) +1 similar issue [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm.html * igt@kms_vblank@pipe-d-accuracy-idle: - shard-rkl: NOTRUN -> [SKIP][199] ([i915#4070] / [i915#533] / [i915#6768]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-6/igt@kms_vblank@pipe-d-accuracy-idle.html * igt@kms_vrr@flipline: - shard-rkl: NOTRUN -> [SKIP][200] ([i915#3555] / [i915#4579]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_vrr@flipline.html * igt@kms_writeback@writeback-check-output: - shard-dg2: NOTRUN -> [SKIP][201] ([i915#2437]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_writeback@writeback-check-output.html * igt@perf@global-sseu-config-invalid: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#7387]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@perf@global-sseu-config-invalid.html * igt@perf_pmu@busy-idle-check-all@ccs0: - shard-mtlp: [PASS][203] -> [FAIL][204] ([i915#4521]) +3 similar issues [203]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@perf_pmu@busy-idle-check-all@ccs0.html [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@perf_pmu@busy-idle-check-all@ccs0.html * igt@perf_pmu@busy-idle-check-all@vcs0: - shard-dg2: [PASS][205] -> [FAIL][206] ([i915#4521]) +6 similar issues [205]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-3/igt@perf_pmu@busy-idle-check-all@vcs0.html [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-8/igt@perf_pmu@busy-idle-check-all@vcs0.html * igt@perf_pmu@faulting-read@gtt: - shard-mtlp: NOTRUN -> [SKIP][207] ([i915#8440]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@perf_pmu@faulting-read@gtt.html * igt@perf_pmu@render-node-busy-idle@ccs0: - shard-mtlp: [PASS][208] -> [FAIL][209] ([i915#4349]) +3 similar issues [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-4/igt@perf_pmu@render-node-busy-idle@ccs0.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@perf_pmu@render-node-busy-idle@ccs0.html * igt@prime_vgem@basic-blt: - shard-mtlp: NOTRUN -> [FAIL][210] ([i915#8445]) +1 similar issue [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@prime_vgem@basic-blt.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#3291] / [i915#3708]) +1 similar issue [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-read: - shard-rkl: NOTRUN -> [SKIP][212] ([fdo#109295] / [i915#3291] / [i915#3708]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-1/igt@prime_vgem@basic-read.html * igt@prime_vgem@fence-flip-hang: - shard-dg2: NOTRUN -> [SKIP][213] ([i915#3708]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@prime_vgem@fence-flip-hang.html * igt@prime_vgem@fence-write-hang: - shard-tglu: NOTRUN -> [SKIP][214] ([fdo#109295]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@prime_vgem@fence-write-hang.html * igt@sysfs_heartbeat_interval@precise@vecs0: - shard-mtlp: NOTRUN -> [FAIL][215] ([i915#8332]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@sysfs_heartbeat_interval@precise@vecs0.html * igt@tools_test@sysfs_l3_parity: - shard-mtlp: NOTRUN -> [SKIP][216] ([i915#4818]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@tools_test@sysfs_l3_parity.html * igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync: - shard-mtlp: NOTRUN -> [SKIP][217] ([i915#2575]) +4 similar issues [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-8/igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync.html * igt@v3d/v3d_submit_cl@bad-multisync-in-sync: - shard-tglu: NOTRUN -> [SKIP][218] ([fdo#109315] / [i915#2575]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-10/igt@v3d/v3d_submit_cl@bad-multisync-in-sync.html * igt@v3d/v3d_submit_cl@simple-flush-cache: - shard-dg2: NOTRUN -> [SKIP][219] ([i915#2575]) +5 similar issues [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@v3d/v3d_submit_cl@simple-flush-cache.html * igt@v3d/v3d_submit_csd@bad-multisync-out-sync: - shard-rkl: NOTRUN -> [SKIP][220] ([fdo#109315]) +1 similar issue [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@v3d/v3d_submit_csd@bad-multisync-out-sync.html * igt@vc4/vc4_mmap@mmap-bad-handle: - shard-dg2: NOTRUN -> [SKIP][221] ([i915#7711]) +3 similar issues [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-10/igt@vc4/vc4_mmap@mmap-bad-handle.html - shard-rkl: NOTRUN -> [SKIP][222] ([i915#7711]) +2 similar issues [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@vc4/vc4_mmap@mmap-bad-handle.html * igt@vc4/vc4_purgeable_bo@free-purged-bo: - shard-mtlp: NOTRUN -> [SKIP][223] ([i915#7711]) +5 similar issues [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-3/igt@vc4/vc4_purgeable_bo@free-purged-bo.html #### Possible fixes #### * igt@gem_create@hog-create@smem0: - shard-dg2: [FAIL][224] ([i915#5892] / [i915#7679]) -> [PASS][225] [224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@gem_create@hog-create@smem0.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_create@hog-create@smem0.html * igt@gem_eio@unwedge-stress: - {shard-dg1}: [FAIL][226] ([i915#5784]) -> [PASS][227] [226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg1-12/igt@gem_eio@unwedge-stress.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg1-18/igt@gem_eio@unwedge-stress.html * igt@gem_exec_capture@pi@vcs0: - shard-mtlp: [FAIL][228] ([i915#4475]) -> [PASS][229] [228]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-8/igt@gem_exec_capture@pi@vcs0.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-1/igt@gem_exec_capture@pi@vcs0.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: [FAIL][230] ([i915#2842]) -> [PASS][231] +3 similar issues [230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-2/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][232] ([i915#2842]) -> [PASS][233] [232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html - shard-tglu: [FAIL][234] ([i915#2842]) -> [PASS][235] [234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_whisper@basic-contexts-forked-all: - shard-mtlp: [TIMEOUT][236] ([i915#8628]) -> [PASS][237] [236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-2/igt@gem_exec_whisper@basic-contexts-forked-all.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-7/igt@gem_exec_whisper@basic-contexts-forked-all.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [DMESG-WARN][238] ([i915#4936] / [i915#5493]) -> [PASS][239] [238]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][240] ([i915#8489]) -> [PASS][241] [240]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@i915_module_load@reload-with-fault-injection.html [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [SKIP][242] ([fdo#109271]) -> [PASS][243] [242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl1/igt@i915_pm_dc@dc9-dpms.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl2/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - {shard-dg1}: [FAIL][244] ([i915#3591]) -> [PASS][245] [244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@kms_cursor_legacy@cursor-vs-flip-toggle: - shard-mtlp: [FAIL][246] ([i915#8248]) -> [PASS][247] [246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-6/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][248] ([i915#2346]) -> [PASS][249] [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1: - shard-apl: [ABORT][250] ([i915#180]) -> [PASS][251] [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-apl1/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt: - shard-dg2: [FAIL][252] ([i915#6880]) -> [PASS][253] +1 similar issue [252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html * igt@kms_hdmi_inject@inject-audio: - shard-tglu: [SKIP][254] ([i915#433]) -> [PASS][255] [254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-6/igt@kms_hdmi_inject@inject-audio.html [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-8/igt@kms_hdmi_inject@inject-audio.html * igt@kms_vblank@pipe-b-ts-continuation-suspend: - shard-dg2: [FAIL][256] ([fdo#103375]) -> [PASS][257] +1 similar issue [256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-suspend.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-6/igt@kms_vblank@pipe-b-ts-continuation-suspend.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][258] ([i915#7484]) -> [PASS][259] [258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-8/igt@perf@non-zero-reason@0-rcs0.html [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-5/igt@perf@non-zero-reason@0-rcs0.html * igt@perf_pmu@busy-double-start@rcs0: - shard-dg2: [FAIL][260] ([i915#4349]) -> [PASS][261] [260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-dg2-1/igt@perf_pmu@busy-double-start@rcs0.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-dg2-3/igt@perf_pmu@busy-double-start@rcs0.html * igt@perf_pmu@busy-double-start@vcs1: - shard-mtlp: [FAIL][262] ([i915#4349]) -> [PASS][263] +2 similar issues [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-7/igt@perf_pmu@busy-double-start@vcs1.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@perf_pmu@busy-double-start@vcs1.html #### Warnings #### * igt@gem_exec_whisper@basic-contexts-priority-all: - shard-mtlp: [ABORT][264] ([i915#8131]) -> [TIMEOUT][265] ([i915#7392]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-3/igt@gem_exec_whisper@basic-contexts-priority-all.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-2/igt@gem_exec_whisper@basic-contexts-priority-all.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - shard-tglu: [WARN][266] ([i915#2681]) -> [FAIL][267] ([i915#2681] / [i915#3591]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@kms_async_flips@crc@pipe-b-edp-1: - shard-mtlp: [FAIL][268] ([i915#8247]) -> [DMESG-FAIL][269] ([i915#8561]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-5/igt@kms_async_flips@crc@pipe-b-edp-1.html [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-4/igt@kms_async_flips@crc@pipe-b-edp-1.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][270] ([fdo#110189] / [i915#3955]) -> [SKIP][271] ([i915#3955]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-rkl-1/igt@kms_fbcon_fbt@psr.html [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-rkl-4/igt@kms_fbcon_fbt@psr.html * igt@sysfs_preempt_timeout@timeout@vecs0: - shard-mtlp: [TIMEOUT][272] ([i915#7947]) -> [ABORT][273] ([i915#8521]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13329/shard-mtlp-4/igt@sysfs_preempt_timeout@timeout@vecs0.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/shard-mtlp-6/igt@sysfs_preempt_timeout@timeout@vecs0.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#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#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [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#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#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [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#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#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [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#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [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#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936 [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#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [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#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475 [i915#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [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#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [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#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [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#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [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#5892]: https://gitlab.freedesktop.org/drm/intel/issues/5892 [i915#6032]: https://gitlab.freedesktop.org/drm/intel/issues/6032 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6363]: https://gitlab.freedesktop.org/drm/intel/issues/6363 [i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412 [i915#6537]: https://gitlab.freedesktop.org/drm/intel/issues/6537 [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#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7327]: https://gitlab.freedesktop.org/drm/intel/issues/7327 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484 [i915#7562]: https://gitlab.freedesktop.org/drm/intel/issues/7562 [i915#7679]: https://gitlab.freedesktop.org/drm/intel/issues/7679 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7872]: https://gitlab.freedesktop.org/drm/intel/issues/7872 [i915#7947]: https://gitlab.freedesktop.org/drm/intel/issues/7947 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8131]: https://gitlab.freedesktop.org/drm/intel/issues/8131 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8230]: https://gitlab.freedesktop.org/drm/intel/issues/8230 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8248]: https://gitlab.freedesktop.org/drm/intel/issues/8248 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8332]: https://gitlab.freedesktop.org/drm/intel/issues/8332 [i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8403]: https://gitlab.freedesktop.org/drm/intel/issues/8403 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8431]: https://gitlab.freedesktop.org/drm/intel/issues/8431 [i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440 [i915#8445]: https://gitlab.freedesktop.org/drm/intel/issues/8445 [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561 [i915#8606]: https://gitlab.freedesktop.org/drm/intel/issues/8606 [i915#8621]: https://gitlab.freedesktop.org/drm/intel/issues/8621 [i915#8628]: https://gitlab.freedesktop.org/drm/intel/issues/8628 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8726]: https://gitlab.freedesktop.org/drm/intel/issues/8726 [i915#8747]: https://gitlab.freedesktop.org/drm/intel/issues/8747 [i915#8757]: https://gitlab.freedesktop.org/drm/intel/issues/8757 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7353 -> IGTPW_9287 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13329: bd707928a4b45e1044e797ee6515e5a4a5c41ef7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html IGT_7353: cacdae5ad7cb92bdc26a79802fcdd244dadccd42 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9287/index.html [-- Attachment #2: Type: text/html, Size: 89032 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Remove unused argument in exec_blit 2023-06-28 8:10 [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Remove unused argument in exec_blit Karolina Stolarek ` (3 preceding siblings ...) 2023-06-30 7:13 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork @ 2023-06-30 15:43 ` Kamil Konieczny 2023-07-03 7:27 ` Karolina Stolarek 4 siblings, 1 reply; 9+ messages in thread From: Kamil Konieczny @ 2023-06-30 15:43 UTC (permalink / raw) To: igt-dev Hi Karolina, On 2023-06-28 at 10:10:50 +0200, Karolina Stolarek wrote: > We don't use information about platform's gen anymore, so > stop passing it in. > > Signed-off-by: Karolina Stolarek <karolina.stolarek@intel.com> Even if it will be needed we can get it from fd, so Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com> > --- > lib/intel_batchbuffer.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c > index 186f65aff..0e92c6f70 100644 > --- a/lib/intel_batchbuffer.c > +++ b/lib/intel_batchbuffer.c > @@ -214,8 +214,8 @@ static uint32_t find_engine(const intel_ctx_cfg_t *cfg, unsigned int class) > > static void exec_blit(int fd, > struct drm_i915_gem_exec_object2 *objs, > - uint32_t count, unsigned int gen, > - uint32_t ctx, const intel_ctx_cfg_t *cfg) > + uint32_t count, uint32_t ctx, > + const intel_ctx_cfg_t *cfg) > { > struct drm_i915_gem_execbuffer2 exec; > uint32_t devid = intel_get_drm_devid(fd); > @@ -514,7 +514,7 @@ void igt_blitter_src_copy(int fd, > objs[2].flags |= EXEC_OBJECT_PINNED | EXEC_OBJECT_SUPPORTS_48B_ADDRESS; > } > > - exec_blit(fd, objs, 3, gen, ctx, cfg); > + exec_blit(fd, objs, 3, ctx, cfg); > > gem_close(fd, batch_handle); > } > @@ -636,7 +636,7 @@ void igt_blitter_fast_copy__raw(int fd, > objs[2].flags |= EXEC_OBJECT_PINNED; > } > > - exec_blit(fd, objs, 3, intel_gen(intel_get_drm_devid(fd)), ctx, cfg); > + exec_blit(fd, objs, 3, ctx, cfg); > > gem_close(fd, batch_handle); > } > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Remove unused argument in exec_blit 2023-06-30 15:43 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny @ 2023-07-03 7:27 ` Karolina Stolarek 0 siblings, 0 replies; 9+ messages in thread From: Karolina Stolarek @ 2023-07-03 7:27 UTC (permalink / raw) To: Kamil Konieczny; +Cc: igt-dev On 30.06.2023 17:43, Kamil Konieczny wrote: > Hi Karolina, > On 2023-06-28 at 10:10:50 +0200, Karolina Stolarek wrote: >> We don't use information about platform's gen anymore, so >> stop passing it in. >> >> Signed-off-by: Karolina Stolarek <karolina.stolarek@intel.com> > > Even if it will be needed we can get it from fd, so That is true, many thanks for the review, Kamil. And I see that my changes are already merged, even more thanks to you :) All the best, Karolina > > Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com> > >> --- >> lib/intel_batchbuffer.c | 8 ++++---- >> 1 file changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c >> index 186f65aff..0e92c6f70 100644 >> --- a/lib/intel_batchbuffer.c >> +++ b/lib/intel_batchbuffer.c >> @@ -214,8 +214,8 @@ static uint32_t find_engine(const intel_ctx_cfg_t *cfg, unsigned int class) >> >> static void exec_blit(int fd, >> struct drm_i915_gem_exec_object2 *objs, >> - uint32_t count, unsigned int gen, >> - uint32_t ctx, const intel_ctx_cfg_t *cfg) >> + uint32_t count, uint32_t ctx, >> + const intel_ctx_cfg_t *cfg) >> { >> struct drm_i915_gem_execbuffer2 exec; >> uint32_t devid = intel_get_drm_devid(fd); >> @@ -514,7 +514,7 @@ void igt_blitter_src_copy(int fd, >> objs[2].flags |= EXEC_OBJECT_PINNED | EXEC_OBJECT_SUPPORTS_48B_ADDRESS; >> } >> >> - exec_blit(fd, objs, 3, gen, ctx, cfg); >> + exec_blit(fd, objs, 3, ctx, cfg); >> >> gem_close(fd, batch_handle); >> } >> @@ -636,7 +636,7 @@ void igt_blitter_fast_copy__raw(int fd, >> objs[2].flags |= EXEC_OBJECT_PINNED; >> } >> >> - exec_blit(fd, objs, 3, intel_gen(intel_get_drm_devid(fd)), ctx, cfg); >> + exec_blit(fd, objs, 3, ctx, cfg); >> >> gem_close(fd, batch_handle); >> } >> -- >> 2.25.1 >> ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-07-03 7:28 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-06-28 8:10 [igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Remove unused argument in exec_blit Karolina Stolarek 2023-06-28 10:26 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-06-29 0:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-06-29 6:33 ` Karolina Stolarek 2023-06-30 7:34 ` Yedireswarapu, SaiX Nandan 2023-06-30 6:16 ` Patchwork 2023-06-30 7:13 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork 2023-06-30 15:43 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny 2023-07-03 7:27 ` Karolina Stolarek
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox