* [igt-dev] [PATCH] lib/amdgpu: fix typo in function compare_pattern
@ 2023-09-08 2:50 vitaly.prosyak
2023-09-08 5:17 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: vitaly.prosyak @ 2023-09-08 2:50 UTC (permalink / raw)
To: igt-dev; +Cc: Alex Deucher, Jesse Zhang, Luben Tuikov, Christian Koenig
From: Jesse Zhang <jesse.zhang@amd.com>
In function compare_pattern check the destination buffer (bo2_cpu),
instead of source buffer(bo_cpu).
Add validation of the return value in the eviction test.
Cc: Luben Tuikov <luben.tuikov@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian Koenig <christian.koenig@amd.com>
Signed-off-by: Jesse Zhang <Jesse.Zhang@amd.com>
Reviewed-by: Vitaly Prosyak <vitaly.prosyak@amd.com>
---
lib/amdgpu/amd_ip_blocks.c | 2 +-
tests/amdgpu/amd_basic.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/amdgpu/amd_ip_blocks.c b/lib/amdgpu/amd_ip_blocks.c
index be9ff38c6..7f8d4a4cd 100644
--- a/lib/amdgpu/amd_ip_blocks.c
+++ b/lib/amdgpu/amd_ip_blocks.c
@@ -296,7 +296,7 @@ x_compare_pattern(const struct amdgpu_ip_funcs *func,
int num_compare = ring_context->write_length/div;
while (i < num_compare) {
- if (ring_context->bo_cpu[i++] != func->pattern) {
+ if (ring_context->bo2_cpu[i++] != func->pattern) {
ret = -1;
break;
}
diff --git a/tests/amdgpu/amd_basic.c b/tests/amdgpu/amd_basic.c
index dfe11995f..e7a42a335 100644
--- a/tests/amdgpu/amd_basic.c
+++ b/tests/amdgpu/amd_basic.c
@@ -411,6 +411,7 @@ amdgpu_bo_eviction_test(amdgpu_device_handle device_handle)
amdgpu_test_exec_cs_helper(device_handle, ip_block->type, ring_context);
/* fulfill PM4: test DMA copy linear */
r = ip_block->funcs->compare_pattern(ip_block->funcs, ring_context, sdma_write_length);
+ igt_assert_eq(r, 0);
amdgpu_bo_unmap_and_free(ring_context->bo, ring_context->va_handle, ring_context->bo_mc,
ring_context->write_length);
amdgpu_bo_unmap_and_free(ring_context->bo2, ring_context->va_handle2, ring_context->bo_mc2,
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for lib/amdgpu: fix typo in function compare_pattern 2023-09-08 2:50 [igt-dev] [PATCH] lib/amdgpu: fix typo in function compare_pattern vitaly.prosyak @ 2023-09-08 5:17 ` Patchwork 2023-09-08 5:42 ` [igt-dev] ✓ CI.xeBAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-09-08 5:17 UTC (permalink / raw) To: vitaly.prosyak; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5036 bytes --] == Series Details == Series: lib/amdgpu: fix typo in function compare_pattern URL : https://patchwork.freedesktop.org/series/123410/ State : success == Summary == CI Bug Log - changes from CI_DRM_13613 -> IGTPW_9748 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/index.html Participating hosts (38 -> 38) ------------------------------ Additional (1): fi-hsw-4770 Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9748 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_busy@busy@all-engines: - bat-mtlp-8: [PASS][1] -> [DMESG-FAIL][2] ([i915#9121]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/bat-mtlp-8/igt@gem_busy@busy@all-engines.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/bat-mtlp-8/igt@gem_busy@busy@all-engines.html * igt@i915_selftest@live@workarounds: - bat-dg2-11: [PASS][3] -> [INCOMPLETE][4] ([i915#7913]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/bat-dg2-11/igt@i915_selftest@live@workarounds.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/bat-dg2-11/igt@i915_selftest@live@workarounds.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - fi-hsw-4770: NOTRUN -> [SKIP][5] ([fdo#109271]) +13 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/fi-hsw-4770/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_frontbuffer_tracking@basic: - fi-bsw-nick: [PASS][6] -> [FAIL][7] ([i915#9276]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/fi-bsw-nick/igt@kms_frontbuffer_tracking@basic.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/fi-bsw-nick/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-vga-1: - fi-hsw-4770: NOTRUN -> [DMESG-WARN][8] ([i915#8841]) +6 other tests dmesg-warn [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/fi-hsw-4770/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-vga-1.html * igt@kms_psr@primary_page_flip: - bat-rplp-1: NOTRUN -> [SKIP][9] ([i915#1072]) +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/bat-rplp-1/igt@kms_psr@primary_page_flip.html * igt@kms_psr@sprite_plane_onoff: - fi-hsw-4770: NOTRUN -> [SKIP][10] ([fdo#109271] / [i915#1072]) +3 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/fi-hsw-4770/igt@kms_psr@sprite_plane_onoff.html - bat-rplp-1: NOTRUN -> [ABORT][11] ([i915#8712]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/bat-rplp-1/igt@kms_psr@sprite_plane_onoff.html #### Possible fixes #### * igt@i915_selftest@live@gt_heartbeat: - fi-apl-guc: [DMESG-FAIL][12] ([i915#5334]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1: - bat-rplp-1: [ABORT][14] ([i915#8442] / [i915#8668]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7952]: https://gitlab.freedesktop.org/drm/intel/issues/7952 [i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8712]: https://gitlab.freedesktop.org/drm/intel/issues/8712 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#9121]: https://gitlab.freedesktop.org/drm/intel/issues/9121 [i915#9276]: https://gitlab.freedesktop.org/drm/intel/issues/9276 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7474 -> IGTPW_9748 CI-20190529: 20190529 CI_DRM_13613: 25ec37710fd81562fd25eccebaac156d9334ff0c @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9748: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/index.html IGT_7474: 9d91cf2c6e7bb64d60c2030d1535e40ca0ad53ee @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/index.html [-- Attachment #2: Type: text/html, Size: 5951 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for lib/amdgpu: fix typo in function compare_pattern 2023-09-08 2:50 [igt-dev] [PATCH] lib/amdgpu: fix typo in function compare_pattern vitaly.prosyak 2023-09-08 5:17 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-09-08 5:42 ` Patchwork 2023-09-08 8:37 ` [igt-dev] [PATCH] " Christian König ` (2 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-09-08 5:42 UTC (permalink / raw) To: vitaly.prosyak; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 1912 bytes --] == Series Details == Series: lib/amdgpu: fix typo in function compare_pattern URL : https://patchwork.freedesktop.org/series/123410/ State : success == Summary == CI Bug Log - changes from XEIGT_7474_BAT -> XEIGTPW_9748_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_9748_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_cursor_legacy@basic-flip-after-cursor-atomic: - bat-dg2-oem2: [PASS][1] -> [FAIL][2] ([i915#2346]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7474/bat-dg2-oem2/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9748/bat-dg2-oem2/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#526]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/526 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 Build changes ------------- * IGT: IGT_7474 -> IGTPW_9748 * Linux: xe-357-bae46e59a7f667734376ddb0d2451967dfb264f1 -> xe-362-758f01ec2a6774fda1e8f8075d31f42b81783caf IGTPW_9748: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/index.html IGT_7474: 9d91cf2c6e7bb64d60c2030d1535e40ca0ad53ee @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-357-bae46e59a7f667734376ddb0d2451967dfb264f1: bae46e59a7f667734376ddb0d2451967dfb264f1 xe-362-758f01ec2a6774fda1e8f8075d31f42b81783caf: 758f01ec2a6774fda1e8f8075d31f42b81783caf == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9748/index.html [-- Attachment #2: Type: text/html, Size: 2427 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] lib/amdgpu: fix typo in function compare_pattern 2023-09-08 2:50 [igt-dev] [PATCH] lib/amdgpu: fix typo in function compare_pattern vitaly.prosyak 2023-09-08 5:17 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-09-08 5:42 ` [igt-dev] ✓ CI.xeBAT: " Patchwork @ 2023-09-08 8:37 ` Christian König 2023-09-08 9:53 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 2023-09-08 17:18 ` [igt-dev] [PATCH] " Kamil Konieczny 4 siblings, 0 replies; 7+ messages in thread From: Christian König @ 2023-09-08 8:37 UTC (permalink / raw) To: vitaly.prosyak, igt-dev; +Cc: Alex Deucher, Jesse Zhang, Luben Tuikov Am 08.09.23 um 04:50 schrieb vitaly.prosyak@amd.com: > From: Jesse Zhang <jesse.zhang@amd.com> > > In function compare_pattern check the destination buffer (bo2_cpu), > instead of source buffer(bo_cpu). > Add validation of the return value in the eviction test. > > Cc: Luben Tuikov <luben.tuikov@amd.com> > Cc: Alex Deucher <alexander.deucher@amd.com> > Cc: Christian Koenig <christian.koenig@amd.com> > Signed-off-by: Jesse Zhang <Jesse.Zhang@amd.com> > Reviewed-by: Vitaly Prosyak <vitaly.prosyak@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> > --- > lib/amdgpu/amd_ip_blocks.c | 2 +- > tests/amdgpu/amd_basic.c | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/lib/amdgpu/amd_ip_blocks.c b/lib/amdgpu/amd_ip_blocks.c > index be9ff38c6..7f8d4a4cd 100644 > --- a/lib/amdgpu/amd_ip_blocks.c > +++ b/lib/amdgpu/amd_ip_blocks.c > @@ -296,7 +296,7 @@ x_compare_pattern(const struct amdgpu_ip_funcs *func, > int num_compare = ring_context->write_length/div; > > while (i < num_compare) { > - if (ring_context->bo_cpu[i++] != func->pattern) { > + if (ring_context->bo2_cpu[i++] != func->pattern) { > ret = -1; > break; > } > diff --git a/tests/amdgpu/amd_basic.c b/tests/amdgpu/amd_basic.c > index dfe11995f..e7a42a335 100644 > --- a/tests/amdgpu/amd_basic.c > +++ b/tests/amdgpu/amd_basic.c > @@ -411,6 +411,7 @@ amdgpu_bo_eviction_test(amdgpu_device_handle device_handle) > amdgpu_test_exec_cs_helper(device_handle, ip_block->type, ring_context); > /* fulfill PM4: test DMA copy linear */ > r = ip_block->funcs->compare_pattern(ip_block->funcs, ring_context, sdma_write_length); > + igt_assert_eq(r, 0); > amdgpu_bo_unmap_and_free(ring_context->bo, ring_context->va_handle, ring_context->bo_mc, > ring_context->write_length); > amdgpu_bo_unmap_and_free(ring_context->bo2, ring_context->va_handle2, ring_context->bo_mc2, ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for lib/amdgpu: fix typo in function compare_pattern 2023-09-08 2:50 [igt-dev] [PATCH] lib/amdgpu: fix typo in function compare_pattern vitaly.prosyak ` (2 preceding siblings ...) 2023-09-08 8:37 ` [igt-dev] [PATCH] " Christian König @ 2023-09-08 9:53 ` Patchwork 2023-09-08 17:18 ` [igt-dev] [PATCH] " Kamil Konieczny 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-09-08 9:53 UTC (permalink / raw) To: vitaly.prosyak; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 87508 bytes --] == Series Details == Series: lib/amdgpu: fix typo in function compare_pattern URL : https://patchwork.freedesktop.org/series/123410/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13613_full -> IGTPW_9748_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9748_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9748_full, please notify your bug team (lgci.bug.filing@intel.com) to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/index.html Participating hosts (9 -> 10) ------------------------------ Additional (1): shard-tglu0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9748_full: ### IGT changes ### #### Possible regressions #### * igt@gen9_exec_parse@allowed-single: - shard-apl: [PASS][1] -> [INCOMPLETE][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-apl3/igt@gen9_exec_parse@allowed-single.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-apl1/igt@gen9_exec_parse@allowed-single.html - shard-glk: [PASS][3] -> [INCOMPLETE][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-glk2/igt@gen9_exec_parse@allowed-single.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-glk7/igt@gen9_exec_parse@allowed-single.html Known issues ------------ Here are the changes found in IGTPW_9748_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-purge-cache: - shard-mtlp: NOTRUN -> [SKIP][5] ([i915#8411]) +1 other test skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@api_intel_bb@crc32: - shard-rkl: NOTRUN -> [SKIP][6] ([i915#6230]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-2/igt@api_intel_bb@crc32.html * igt@api_intel_bb@render-ccs: - shard-dg2: NOTRUN -> [FAIL][7] ([i915#6122]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-1/igt@api_intel_bb@render-ccs.html * igt@device_reset@unbind-cold-reset-rebind: - shard-mtlp: NOTRUN -> [SKIP][8] ([i915#7701]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-4/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_buddy@drm_buddy_test: - shard-rkl: NOTRUN -> [SKIP][9] ([i915#8661]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-1/igt@drm_buddy@drm_buddy_test.html * igt@drm_fdinfo@busy-idle-check-all@ccs0: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8414]) +12 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-1/igt@drm_fdinfo@busy-idle-check-all@ccs0.html * igt@drm_fdinfo@busy@ccs0: - shard-dg2: NOTRUN -> [SKIP][11] ([i915#8414]) +11 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-2/igt@drm_fdinfo@busy@ccs0.html * igt@drm_fdinfo@most-busy-check-all@rcs0: - shard-rkl: [PASS][12] -> [FAIL][13] ([i915#7742]) +1 other test fail [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@gem_basic@multigpu-create-close: - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#7697]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-2/igt@gem_basic@multigpu-create-close.html * igt@gem_busy@semaphore: - shard-dg2: NOTRUN -> [SKIP][15] ([i915#3936]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-6/igt@gem_busy@semaphore.html * igt@gem_ccs@block-copy-compressed: - shard-mtlp: NOTRUN -> [SKIP][16] ([i915#3555] / [i915#5325]) +1 other test skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-rkl: NOTRUN -> [SKIP][17] ([i915#4098] / [i915#5325]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-4/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_create@create-ext-set-pat: - shard-dg2: NOTRUN -> [SKIP][18] ([i915#8562]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-3/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#8555]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-6/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_persistence@legacy-engines-cleanup: - shard-snb: NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#1099]) +1 other test skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-snb5/igt@gem_ctx_persistence@legacy-engines-cleanup.html * igt@gem_ctx_persistence@saturated-hostile@vecs0: - shard-mtlp: NOTRUN -> [FAIL][21] ([i915#7816]) +2 other tests fail [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-7/igt@gem_ctx_persistence@saturated-hostile@vecs0.html * igt@gem_eio@in-flight-suspend: - shard-mtlp: NOTRUN -> [ABORT][22] ([i915#7892] / [i915#9262]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-4/igt@gem_eio@in-flight-suspend.html * igt@gem_eio@kms: - shard-dg1: [PASS][23] -> [FAIL][24] ([i915#5784]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-12/igt@gem_eio@kms.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-13/igt@gem_eio@kms.html * igt@gem_exec_balancer@parallel-keep-submit-fence: - shard-rkl: NOTRUN -> [SKIP][25] ([i915#4525]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-6/igt@gem_exec_balancer@parallel-keep-submit-fence.html * igt@gem_exec_fair@basic-none-vip: - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#4473] / [i915#4771]) +1 other test skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-2/igt@gem_exec_fair@basic-none-vip.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: NOTRUN -> [FAIL][27] ([i915#2842]) +3 other tests fail [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-6/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-rkl: [PASS][28] -> [FAIL][29] ([i915#2842]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-2/igt@gem_exec_fair@basic-pace-share@rcs0.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-6/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-glk: [PASS][30] -> [FAIL][31] ([i915#2842]) +1 other test fail [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-glk9/igt@gem_exec_fair@basic-pace@rcs0.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-glk4/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fence@concurrent: - shard-mtlp: NOTRUN -> [SKIP][32] ([i915#4812]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@gem_exec_fence@concurrent.html * igt@gem_exec_fence@submit: - shard-dg2: NOTRUN -> [SKIP][33] ([i915#4812]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-10/igt@gem_exec_fence@submit.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#3539] / [i915#4852]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-7/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_flush@basic-uc-prw-default: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#3539]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-6/igt@gem_exec_flush@basic-uc-prw-default.html * igt@gem_exec_params@secure-non-master: - shard-mtlp: NOTRUN -> [SKIP][36] ([fdo#112283]) +1 other test skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@gem_exec_params@secure-non-master.html * igt@gem_exec_reloc@basic-cpu-read-noreloc: - shard-mtlp: NOTRUN -> [SKIP][37] ([i915#3281]) +12 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@gem_exec_reloc@basic-cpu-read-noreloc.html * igt@gem_exec_reloc@basic-gtt-wc-active: - shard-rkl: NOTRUN -> [SKIP][38] ([i915#3281]) +3 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-7/igt@gem_exec_reloc@basic-gtt-wc-active.html * igt@gem_exec_reloc@basic-softpin: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#3281]) +11 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-10/igt@gem_exec_reloc@basic-softpin.html * igt@gem_exec_schedule@deep@rcs0: - shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4537]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-3/igt@gem_exec_schedule@deep@rcs0.html * igt@gem_exec_schedule@preempt-queue-chain: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#4537] / [i915#4812]) +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-3/igt@gem_exec_schedule@preempt-queue-chain.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4537] / [i915#4812]) +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-6/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_exec_suspend@basic-s0@smem: - shard-dg2: [PASS][43] -> [INCOMPLETE][44] ([i915#8797]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-7/igt@gem_exec_suspend@basic-s0@smem.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-2/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_exec_suspend@basic-s3@smem: - shard-dg2: [PASS][45] -> [INCOMPLETE][46] ([i915#7793]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-3/igt@gem_exec_suspend@basic-s3@smem.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-1/igt@gem_exec_suspend@basic-s3@smem.html * igt@gem_exec_suspend@basic-s4-devices@smem: - shard-tglu: [PASS][47] -> [ABORT][48] ([i915#7975] / [i915#8213]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-tglu-3/igt@gem_exec_suspend@basic-s4-devices@smem.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html * igt@gem_fence_thrash@bo-write-verify-threaded-none: - shard-mtlp: NOTRUN -> [SKIP][49] ([i915#4860]) +1 other test skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-2/igt@gem_fence_thrash@bo-write-verify-threaded-none.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#4860]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-6/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-rkl: NOTRUN -> [SKIP][51] ([i915#4613]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-1/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4613]) +4 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-4/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: NOTRUN -> [TIMEOUT][53] ([i915#5493]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-5/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_media_vme: - shard-rkl: NOTRUN -> [SKIP][54] ([i915#284]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-2/igt@gem_media_vme.html * igt@gem_mmap_gtt@hang-busy: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4077]) +13 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@gem_mmap_gtt@hang-busy.html * igt@gem_mmap_gtt@medium-copy-xy: - shard-dg1: NOTRUN -> [SKIP][56] ([i915#4077]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-19/igt@gem_mmap_gtt@medium-copy-xy.html * igt@gem_mmap_wc@set-cache-level: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4083]) +6 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-3/igt@gem_mmap_wc@set-cache-level.html * igt@gem_mmap_wc@write-wc-read-gtt: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#4083]) +3 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-10/igt@gem_mmap_wc@write-wc-read-gtt.html * igt@gem_partial_pwrite_pread@reads-uncached: - shard-dg2: NOTRUN -> [SKIP][59] ([i915#3282]) +5 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-10/igt@gem_partial_pwrite_pread@reads-uncached.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-dg2: NOTRUN -> [SKIP][60] ([i915#4270]) +1 other test skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-1/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-rkl: NOTRUN -> [SKIP][61] ([i915#4270]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-4/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4270]) +5 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@gem_readwrite@new-obj: - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#3282]) +8 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-3/igt@gem_readwrite@new-obj.html * igt@gem_readwrite@write-bad-handle: - shard-rkl: NOTRUN -> [SKIP][64] ([i915#3282]) +2 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-6/igt@gem_readwrite@write-bad-handle.html * igt@gem_render_copy@linear-to-vebox-y-tiled: - shard-mtlp: NOTRUN -> [SKIP][65] ([i915#8428]) +6 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@gem_render_copy@linear-to-vebox-y-tiled.html * igt@gem_set_tiling_vs_blt@tiled-to-tiled: - shard-rkl: NOTRUN -> [SKIP][66] ([i915#8411]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-7/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html * igt@gem_set_tiling_vs_pwrite: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#4079]) +3 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@gem_set_tiling_vs_pwrite.html * igt@gem_softpin@evict-snoop: - shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4885]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-6/igt@gem_softpin@evict-snoop.html * igt@gem_tiled_blits@basic: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#4077]) +11 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-7/igt@gem_tiled_blits@basic.html * igt@gem_unfence_active_buffers: - shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4879]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-1/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@coherency-sync: - shard-rkl: NOTRUN -> [SKIP][71] ([fdo#110542]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-6/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-dg2: NOTRUN -> [SKIP][72] ([i915#3297]) +2 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-11/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-mtlp: NOTRUN -> [SKIP][73] ([i915#3297]) +5 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-4/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-dg1: NOTRUN -> [SKIP][74] ([i915#3297] / [i915#4880]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-17/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gem_workarounds@suspend-resume: - shard-dg2: [PASS][75] -> [FAIL][76] ([fdo#103375]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-11/igt@gem_workarounds@suspend-resume.html [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-5/igt@gem_workarounds@suspend-resume.html * igt@gen7_exec_parse@basic-offset: - shard-dg2: NOTRUN -> [SKIP][77] ([fdo#109289]) +1 other test skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-11/igt@gen7_exec_parse@basic-offset.html * igt@gen9_exec_parse@allowed-all: - shard-rkl: NOTRUN -> [SKIP][78] ([i915#2527]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-2/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@batch-zero-length: - shard-mtlp: NOTRUN -> [SKIP][79] ([i915#2856]) +5 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-3/igt@gen9_exec_parse@batch-zero-length.html - shard-dg1: NOTRUN -> [SKIP][80] ([i915#2527]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-19/igt@gen9_exec_parse@batch-zero-length.html * igt@gen9_exec_parse@bb-chained: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#2856]) +1 other test skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-7/igt@gen9_exec_parse@bb-chained.html * igt@i915_fb_tiling: - shard-mtlp: NOTRUN -> [SKIP][82] ([i915#4881]) +1 other test skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@i915_fb_tiling.html * igt@i915_hwmon@hwmon-read: - shard-rkl: NOTRUN -> [SKIP][83] ([i915#7707]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-4/igt@i915_hwmon@hwmon-read.html * igt@i915_module_load@load: - shard-mtlp: NOTRUN -> [SKIP][84] ([i915#6227]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-4/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: NOTRUN -> [DMESG-WARN][85] ([i915#7061] / [i915#8617]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-mtlp: NOTRUN -> [SKIP][86] ([i915#6412]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-3/igt@i915_module_load@resize-bar.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-mtlp: NOTRUN -> [SKIP][87] ([i915#8436]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_backlight@fade-with-dpms: - shard-dg2: NOTRUN -> [SKIP][88] ([i915#5354] / [i915#7561]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-6/igt@i915_pm_backlight@fade-with-dpms.html * igt@i915_pm_backlight@fade-with-suspend: - shard-dg1: NOTRUN -> [SKIP][89] ([i915#5354] / [i915#7561]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-17/igt@i915_pm_backlight@fade-with-suspend.html * igt@i915_pm_dc@dc5-psr: - shard-dg2: NOTRUN -> [SKIP][90] ([i915#658]) +4 other tests skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-7/igt@i915_pm_dc@dc5-psr.html * igt@i915_pm_dc@dc6-dpms: - shard-tglu: [PASS][91] -> [FAIL][92] ([i915#3989] / [i915#454]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-tglu-10/igt@i915_pm_dc@dc6-dpms.html [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-tglu-4/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp: - shard-dg2: NOTRUN -> [SKIP][93] ([i915#1937]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-11/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html * igt@i915_pm_lpsp@screens-disabled: - shard-dg2: NOTRUN -> [SKIP][94] ([i915#1902]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-6/igt@i915_pm_lpsp@screens-disabled.html * igt@i915_pm_rpm@dpms-mode-unset-lpsp: - shard-rkl: NOTRUN -> [SKIP][95] ([i915#1397]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-4/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html * igt@i915_pm_rpm@gem-mmap-type@gtt-smem0: - shard-mtlp: NOTRUN -> [SKIP][96] ([i915#8431]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-3/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html * igt@i915_pm_rpm@modeset-lpsp: - shard-dg1: [PASS][97] -> [SKIP][98] ([i915#1397]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-16/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: NOTRUN -> [SKIP][99] ([i915#1397]) +3 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-1/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@i915_pm_rpm@modeset-pc8-residency-stress: - shard-mtlp: NOTRUN -> [SKIP][100] ([fdo#109293]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-1/igt@i915_pm_rpm@modeset-pc8-residency-stress.html * igt@i915_pm_rps@basic-api: - shard-mtlp: NOTRUN -> [SKIP][101] ([i915#6621]) +2 other tests skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@i915_pm_rps@basic-api.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg2: NOTRUN -> [SKIP][102] ([i915#6621]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-5/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@thresholds-idle@gt0: - shard-dg2: NOTRUN -> [SKIP][103] ([i915#8925]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-10/igt@i915_pm_rps@thresholds-idle@gt0.html * igt@i915_pm_rps@thresholds@gt1: - shard-mtlp: NOTRUN -> [SKIP][104] ([i915#8925]) +3 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-2/igt@i915_pm_rps@thresholds@gt1.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-mtlp: NOTRUN -> [SKIP][105] ([i915#6188]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-6/igt@i915_query@query-topology-coherent-slice-mask.html - shard-dg2: NOTRUN -> [SKIP][106] ([i915#6188]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-2/igt@i915_query@query-topology-coherent-slice-mask.html * igt@i915_selftest@live@gt_engines: - shard-mtlp: NOTRUN -> [FAIL][107] ([i915#9278]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@i915_selftest@live@gt_engines.html * igt@i915_selftest@live@gt_pm: - shard-mtlp: NOTRUN -> [DMESG-FAIL][108] ([i915#9270]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@i915_selftest@live@gt_pm.html * igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy: - shard-dg1: NOTRUN -> [SKIP][109] ([i915#4212]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-12/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-mtlp: NOTRUN -> [SKIP][110] ([i915#5190]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][111] ([i915#4215] / [i915#5190]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-1/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@bo-too-small-due-to-tiling: - shard-dg2: NOTRUN -> [SKIP][112] ([i915#4212]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-1/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc_ccs: - shard-mtlp: NOTRUN -> [SKIP][113] ([i915#8502]) +11 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc_ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs: - shard-dg2: NOTRUN -> [SKIP][114] ([i915#8502] / [i915#8709]) +11 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs: - shard-rkl: NOTRUN -> [SKIP][115] ([i915#8502]) +3 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-rkl: NOTRUN -> [SKIP][116] ([i915#404]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-mtlp: NOTRUN -> [SKIP][117] ([i915#1769] / [i915#3555]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#1769] / [i915#3555]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-16bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][119] ([fdo#111614]) +6 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-1/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][120] ([i915#4538] / [i915#5286]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-17/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@4-tiled-addfb: - shard-rkl: NOTRUN -> [SKIP][121] ([i915#5286]) +1 other test skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-4/igt@kms_big_fb@4-tiled-addfb.html * igt@kms_big_fb@linear-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][122] ([fdo#111614]) +3 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-2/igt@kms_big_fb@linear-16bpp-rotate-90.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][123] ([i915#3638]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-12/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@y-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#5190]) +13 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-1/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html * igt@kms_big_fb@y-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][125] ([fdo#111614] / [i915#3638]) +1 other test skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-4/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-0: - shard-mtlp: NOTRUN -> [SKIP][126] ([fdo#111615]) +13 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-180: - shard-rkl: NOTRUN -> [SKIP][127] ([fdo#110723]) +2 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-mtlp: NOTRUN -> [SKIP][128] ([i915#6187]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-3/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][129] ([i915#4538] / [i915#5190]) +6 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][130] ([i915#5354] / [i915#6095]) +5 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-4/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-mtlp: NOTRUN -> [SKIP][131] ([i915#3886] / [i915#6095]) +14 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-6/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs: - shard-mtlp: NOTRUN -> [SKIP][132] ([i915#5354] / [i915#6095]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-2/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs: - shard-mtlp: NOTRUN -> [SKIP][133] ([i915#6095]) +54 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/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-4_tiled_mtl_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][134] ([i915#5354] / [i915#6095]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-tglu-4/igt@kms_ccs@pipe-b-bad-aux-stride-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][135] ([i915#3734] / [i915#5354] / [i915#6095]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-7/igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs.html * igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#3689] / [i915#3886] / [i915#5354]) +14 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-7/igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs: - shard-snb: NOTRUN -> [SKIP][137] ([fdo#109271]) +193 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-snb6/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs.html * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][138] ([i915#3886] / [i915#5354] / [i915#6095]) +2 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-4/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-yf_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][139] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-tglu-3/igt@kms_ccs@pipe-c-crc-primary-rotation-180-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc: - shard-dg1: NOTRUN -> [SKIP][140] ([i915#5354] / [i915#6095]) +1 other test skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-12/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#3689] / [i915#5354]) +23 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-2/igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs.html * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][142] ([i915#5354]) +10 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-2/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs.html * igt@kms_cdclk@mode-transition: - shard-rkl: NOTRUN -> [SKIP][143] ([i915#3742]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-1/igt@kms_cdclk@mode-transition.html * igt@kms_cdclk@plane-scaling@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][144] ([i915#4087]) +3 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@kms_cdclk@plane-scaling@pipe-c-edp-1.html * igt@kms_chamelium_color@ctm-0-50: - shard-rkl: NOTRUN -> [SKIP][145] ([fdo#111827]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-4/igt@kms_chamelium_color@ctm-0-50.html - shard-tglu: NOTRUN -> [SKIP][146] ([fdo#111827]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-tglu-4/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_color@ctm-green-to-red: - shard-mtlp: NOTRUN -> [SKIP][147] ([fdo#111827]) +1 other test skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-2/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_color@gamma: - shard-dg2: NOTRUN -> [SKIP][148] ([fdo#111827]) +2 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-1/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-rkl: NOTRUN -> [SKIP][149] ([i915#7828]) +4 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-6/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_frames@hdmi-crc-multiple: - shard-dg2: NOTRUN -> [SKIP][150] ([i915#7828]) +9 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-7/igt@kms_chamelium_frames@hdmi-crc-multiple.html * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: - shard-mtlp: NOTRUN -> [SKIP][151] ([i915#7828]) +11 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-3/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html * igt@kms_color@deep-color: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#3555]) +6 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-7/igt@kms_color@deep-color.html * igt@kms_color@degamma@pipe-a: - shard-mtlp: NOTRUN -> [FAIL][153] ([i915#9257]) +3 other tests fail [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-6/igt@kms_color@degamma@pipe-a.html * igt@kms_content_protection@atomic-dpms: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#7118]) +1 other test skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-7/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#3299]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-4/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#3299]) +1 other test skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-11/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-rkl: NOTRUN -> [SKIP][157] ([fdo#109279] / [i915#3359]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#3359]) +2 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-2/igt@kms_cursor_crc@cursor-random-512x170.html - shard-mtlp: NOTRUN -> [SKIP][159] ([i915#3359]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-6/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-rkl: NOTRUN -> [SKIP][160] ([i915#3359]) +1 other test skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-6/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-32x10: - shard-mtlp: NOTRUN -> [SKIP][161] ([i915#3555] / [i915#8814]) +4 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy: - shard-dg2: NOTRUN -> [SKIP][162] ([fdo#109274] / [i915#5354]) +5 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#4103] / [i915#4213]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-10/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-rkl: NOTRUN -> [SKIP][164] ([fdo#111825]) +5 other tests skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][165] ([fdo#111767] / [i915#3546]) +1 other test skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [PASS][166] -> [FAIL][167] ([i915#2346]) +1 other test fail [166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][168] ([i915#4213]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1: - shard-dg1: NOTRUN -> [SKIP][169] ([i915#9227]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-19/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1.html * igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1: - shard-dg1: NOTRUN -> [SKIP][170] ([i915#9226] / [i915#9261]) +1 other test skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-19/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2: NOTRUN -> [SKIP][171] ([i915#8588]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-3/igt@kms_display_modes@mst-extended-mode-negative.html - shard-mtlp: NOTRUN -> [SKIP][172] ([i915#8588]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-7/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_draw_crc@draw-method-blt@xrgb2101010-ytiled: - shard-glk: [PASS][173] -> [DMESG-WARN][174] ([i915#9152]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-glk2/igt@kms_draw_crc@draw-method-blt@xrgb2101010-ytiled.html [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-glk5/igt@kms_draw_crc@draw-method-blt@xrgb2101010-ytiled.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2: NOTRUN -> [SKIP][175] ([i915#3555] / [i915#3840]) +1 other test skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-7/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-snb: NOTRUN -> [SKIP][176] ([fdo#109271] / [fdo#111767]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-snb6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-fences: - shard-mtlp: NOTRUN -> [SKIP][177] ([i915#8381]) +1 other test skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@kms_flip@2x-flip-vs-fences.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][178] ([i915#8381]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-1/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-suspend: - shard-mtlp: NOTRUN -> [SKIP][179] ([i915#3637]) +11 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-dg2: NOTRUN -> [SKIP][180] ([fdo#109274]) +3 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-7/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip@flip-vs-suspend@b-edp1: - shard-mtlp: NOTRUN -> [DMESG-WARN][181] ([i915#8797] / [i915#9260] / [i915#9262]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-4/igt@kms_flip@flip-vs-suspend@b-edp1.html * igt@kms_flip@flip-vs-suspend@d-edp1: - shard-mtlp: NOTRUN -> [DMESG-WARN][182] ([i915#9260] / [i915#9262]) +1 other test dmesg-warn [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-4/igt@kms_flip@flip-vs-suspend@d-edp1.html * igt@kms_flip@plain-flip-ts-check@a-hdmi-a2: - shard-glk: [PASS][183] -> [FAIL][184] ([i915#2122]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-glk1/igt@kms_flip@plain-flip-ts-check@a-hdmi-a2.html [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-glk7/igt@kms_flip@plain-flip-ts-check@a-hdmi-a2.html * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][185] ([i915#3555] / [i915#8810]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][186] ([i915#2672]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][187] ([i915#2672]) +3 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][188] ([i915#8810]) +1 other test skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][189] ([i915#2672] / [i915#3555]) +2 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][190] ([i915#2672]) +8 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#5274]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-1/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite: - shard-dg2: [PASS][192] -> [FAIL][193] ([i915#6880]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite.html [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff: - shard-dg2: NOTRUN -> [FAIL][194] ([i915#6880]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite: - shard-mtlp: NOTRUN -> [SKIP][195] ([i915#1825]) +41 other tests skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][196] ([i915#8708]) +2 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][197] ([i915#5354]) +42 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html - shard-rkl: NOTRUN -> [SKIP][198] ([fdo#111825] / [i915#1825]) +13 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][199] ([i915#8708]) +13 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render: - shard-tglu: NOTRUN -> [SKIP][200] ([fdo#110189]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-tglu-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-dg2: NOTRUN -> [SKIP][201] ([i915#3458]) +27 other tests skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt: - shard-dg1: NOTRUN -> [SKIP][202] ([fdo#111825]) +2 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][203] ([i915#8708]) +26 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][204] ([i915#3023]) +13 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-suspend.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2: NOTRUN -> [SKIP][205] ([i915#6118]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-1/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@bpc-switch: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#3555] / [i915#8228]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-3/igt@kms_hdr@bpc-switch.html - shard-rkl: NOTRUN -> [SKIP][207] ([i915#3555] / [i915#8228]) +2 other tests skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-6/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@bpc-switch-suspend@pipe-a-edp-1: - shard-mtlp: [PASS][208] -> [ABORT][209] ([i915#9262]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-4/igt@kms_hdr@bpc-switch-suspend@pipe-a-edp-1.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-4/igt@kms_hdr@bpc-switch-suspend@pipe-a-edp-1.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg2: NOTRUN -> [SKIP][210] ([i915#4816]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: - shard-rkl: NOTRUN -> [SKIP][211] ([fdo#109289]) +2 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-1/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes: - shard-mtlp: NOTRUN -> [ABORT][212] ([i915#9262]) +9 other tests abort [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes: - shard-mtlp: NOTRUN -> [DMESG-WARN][213] ([i915#9262]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html * igt@kms_plane_lowres@tiling-y: - shard-dg2: NOTRUN -> [SKIP][214] ([i915#8821]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-7/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_multiple@tiling-yf: - shard-mtlp: NOTRUN -> [SKIP][215] ([i915#3555] / [i915#8806]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-3/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-mtlp: NOTRUN -> [SKIP][216] ([i915#3546]) +4 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_plane_scaling@intel-max-src-size: - shard-mtlp: NOTRUN -> [SKIP][217] ([i915#6953]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [FAIL][218] ([i915#8292]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-7/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [FAIL][219] ([i915#8292]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-12/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][220] ([i915#5176]) +7 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-4/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][221] ([i915#5176]) +19 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-13/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][222] ([i915#5176]) +5 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-7/igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][223] ([i915#5235]) +7 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-2/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-factor-0-25@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][224] ([i915#5235]) +15 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][225] ([i915#5235]) +19 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][226] ([i915#5235]) +3 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-16/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-hdmi-a-4.html * igt@kms_prime@basic-crc-hybrid: - shard-dg2: NOTRUN -> [SKIP][227] ([i915#6524] / [i915#6805]) +2 other tests skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-3/igt@kms_prime@basic-crc-hybrid.html * igt@kms_psr2_sf@cursor-plane-update-sf: - shard-rkl: NOTRUN -> [SKIP][228] ([fdo#111068] / [i915#658]) +1 other test skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-7/igt@kms_psr2_sf@cursor-plane-update-sf.html - shard-mtlp: NOTRUN -> [SKIP][229] ([i915#2920]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-2/igt@kms_psr2_sf@cursor-plane-update-sf.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb: - shard-rkl: NOTRUN -> [SKIP][230] ([i915#658]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-mtlp: NOTRUN -> [SKIP][231] ([i915#4348]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-7/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr@primary_page_flip: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#1072]) +8 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-11/igt@kms_psr@primary_page_flip.html * igt@kms_psr@psr2_sprite_plane_move: - shard-rkl: NOTRUN -> [SKIP][233] ([i915#1072]) +2 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-7/igt@kms_psr@psr2_sprite_plane_move.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg2: NOTRUN -> [SKIP][234] ([i915#4235]) +1 other test skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-6/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-mtlp: NOTRUN -> [SKIP][235] ([i915#4235]) +2 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-mtlp: NOTRUN -> [SKIP][236] ([i915#5289]) +2 other tests skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][237] ([i915#4235] / [i915#5190]) +1 other test skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_selftest@drm_damage: - shard-mtlp: NOTRUN -> [SKIP][238] ([i915#8661]) +1 other test skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-7/igt@kms_selftest@drm_damage.html * igt@kms_selftest@drm_format_helper: - shard-dg2: NOTRUN -> [SKIP][239] ([i915#8661]) +3 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-2/igt@kms_selftest@drm_format_helper.html * igt@kms_setmode@basic@pipe-a-vga-1: - shard-snb: NOTRUN -> [FAIL][240] ([i915#5465]) +1 other test fail [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-snb6/igt@kms_setmode@basic@pipe-a-vga-1.html * igt@kms_setmode@invalid-clone-single-crtc: - shard-rkl: NOTRUN -> [SKIP][241] ([i915#3555] / [i915#4098]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-1/igt@kms_setmode@invalid-clone-single-crtc.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2: NOTRUN -> [SKIP][242] ([i915#8623]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-10/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_universal_plane@universal-plane-pipe-d-functional: - shard-rkl: NOTRUN -> [SKIP][243] ([i915#4070] / [i915#533] / [i915#6768]) +1 other test skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-1/igt@kms_universal_plane@universal-plane-pipe-d-functional.html * igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend: - shard-snb: NOTRUN -> [DMESG-WARN][244] ([i915#8841]) +1 other test dmesg-warn [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-snb6/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html * igt@kms_vblank@pipe-c-query-forked-busy: - shard-rkl: NOTRUN -> [SKIP][245] ([i915#4070] / [i915#6768]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-1/igt@kms_vblank@pipe-c-query-forked-busy.html * igt@kms_vrr@flip-basic: - shard-mtlp: NOTRUN -> [SKIP][246] ([i915#3555] / [i915#8808]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-3/igt@kms_vrr@flip-basic.html * igt@kms_vrr@flip-dpms: - shard-rkl: NOTRUN -> [SKIP][247] ([i915#3555]) +1 other test skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-2/igt@kms_vrr@flip-dpms.html * igt@kms_writeback@writeback-check-output: - shard-dg1: NOTRUN -> [SKIP][248] ([i915#2437]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-12/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-fb-id: - shard-dg2: NOTRUN -> [SKIP][249] ([i915#2437]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-10/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-invalid-parameters: - shard-mtlp: NOTRUN -> [SKIP][250] ([i915#2437]) +1 other test skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@buffer-fill@0-rcs0: - shard-mtlp: NOTRUN -> [FAIL][251] ([i915#7823] / [i915#9265]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@perf@buffer-fill@0-rcs0.html * igt@perf@gen12-group-concurrent-oa-buffer-read: - shard-mtlp: NOTRUN -> [FAIL][252] ([i915#9259]) +2 other tests fail [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-6/igt@perf@gen12-group-concurrent-oa-buffer-read.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-mtlp: NOTRUN -> [SKIP][253] ([fdo#109289]) +8 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf_pmu@all-busy-idle-check-all: - shard-mtlp: NOTRUN -> [FAIL][254] ([i915#5234]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-2/igt@perf_pmu@all-busy-idle-check-all.html * igt@perf_pmu@busy-accuracy-50@ccs0: - shard-mtlp: NOTRUN -> [FAIL][255] ([i915#4349]) +2 other tests fail [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-1/igt@perf_pmu@busy-accuracy-50@ccs0.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: NOTRUN -> [FAIL][256] ([i915#4349]) +3 other tests fail [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-3/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@cpu-hotplug: - shard-mtlp: NOTRUN -> [SKIP][257] ([i915#8850]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@faulting-read@gtt: - shard-mtlp: NOTRUN -> [SKIP][258] ([i915#8440]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-8/igt@perf_pmu@faulting-read@gtt.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg2: NOTRUN -> [SKIP][259] ([i915#8516]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-6/igt@perf_pmu@rc6@other-idle-gt0.html * igt@perf_pmu@render-node-busy@rcs0: - shard-mtlp: [PASS][260] -> [FAIL][261] ([i915#4349]) +2 other tests fail [260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-4/igt@perf_pmu@render-node-busy@rcs0.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@perf_pmu@render-node-busy@rcs0.html * igt@prime_vgem@basic-fence-blt: - shard-mtlp: NOTRUN -> [FAIL][262] ([i915#8445]) +1 other test fail [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-2/igt@prime_vgem@basic-fence-blt.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][263] ([i915#3291] / [i915#3708]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-11/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-gtt: - shard-mtlp: NOTRUN -> [SKIP][264] ([i915#3708] / [i915#4077]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-7/igt@prime_vgem@basic-gtt.html * igt@v3d/v3d_mmap@mmap-bo: - shard-mtlp: NOTRUN -> [SKIP][265] ([i915#2575]) +23 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@v3d/v3d_mmap@mmap-bo.html * igt@v3d/v3d_submit_cl@bad-bo: - shard-dg2: NOTRUN -> [SKIP][266] ([i915#2575]) +13 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-5/igt@v3d/v3d_submit_cl@bad-bo.html * igt@v3d/v3d_submit_cl@bad-extension: - shard-rkl: NOTRUN -> [SKIP][267] ([fdo#109315]) +3 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-6/igt@v3d/v3d_submit_cl@bad-extension.html * igt@v3d/v3d_submit_csd@bad-in-sync: - shard-dg1: NOTRUN -> [SKIP][268] ([i915#2575]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-16/igt@v3d/v3d_submit_csd@bad-in-sync.html * igt@vc4/vc4_label_bo@set-label: - shard-rkl: NOTRUN -> [SKIP][269] ([i915#7711]) +1 other test skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-4/igt@vc4/vc4_label_bo@set-label.html * igt@vc4/vc4_perfmon@create-perfmon-exceed: - shard-mtlp: NOTRUN -> [SKIP][270] ([i915#7711]) +12 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-2/igt@vc4/vc4_perfmon@create-perfmon-exceed.html * igt@vc4/vc4_wait_seqno@bad-seqno-1ns: - shard-dg2: NOTRUN -> [SKIP][271] ([i915#7711]) +9 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-3/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html #### Possible fixes #### * igt@gem_ctx_exec@basic-nohangcheck: - shard-mtlp: [FAIL][272] ([i915#6121]) -> [PASS][273] [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-8/igt@gem_ctx_exec@basic-nohangcheck.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-2/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [FAIL][274] ([i915#2842]) -> [PASS][275] [274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-apl7/igt@gem_exec_fair@basic-none-solo@rcs0.html [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][276] ([i915#2842]) -> [PASS][277] [276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-glk3/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-rkl: [FAIL][278] ([i915#2842]) -> [PASS][279] +2 other tests pass [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-6/igt@gem_exec_fair@basic-throttle@rcs0.html [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-2/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_schedule@noreorder@bcs0: - shard-mtlp: [DMESG-WARN][280] ([i915#9121] / [i915#9262]) -> [PASS][281] [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-4/igt@gem_exec_schedule@noreorder@bcs0.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-6/igt@gem_exec_schedule@noreorder@bcs0.html * igt@gem_exec_schedule@noreorder@rcs0: - shard-mtlp: [ABORT][282] ([i915#4537] / [i915#9121] / [i915#9262]) -> [PASS][283] [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-4/igt@gem_exec_schedule@noreorder@rcs0.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-6/igt@gem_exec_schedule@noreorder@rcs0.html * igt@gem_softpin@noreloc-s3: - shard-mtlp: [ABORT][284] ([i915#9262]) -> [PASS][285] +2 other tests pass [284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-5/igt@gem_softpin@noreloc-s3.html [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-5/igt@gem_softpin@noreloc-s3.html * igt@i915_hangman@gt-engine-error@vcs0: - shard-mtlp: [FAIL][286] ([i915#7069]) -> [PASS][287] [286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-6/igt@i915_hangman@gt-engine-error@vcs0.html [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-1/igt@i915_hangman@gt-engine-error@vcs0.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [SKIP][288] ([fdo#109271]) -> [PASS][289] [288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-apl2/igt@i915_pm_dc@dc9-dpms.html [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-apl4/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - shard-dg1: [FAIL][290] ([i915#3591]) -> [PASS][291] +1 other test pass [290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@i915_pm_rpm@dpms-lpsp: - shard-rkl: [SKIP][292] ([i915#1397]) -> [PASS][293] +1 other test pass [292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-6/igt@i915_pm_rpm@dpms-lpsp.html [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@dpms-non-lpsp: - shard-dg1: [SKIP][294] ([i915#1397]) -> [PASS][295] +2 other tests pass [294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-14/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@i915_pm_rpm@i2c: - shard-dg2: [FAIL][296] ([i915#8717]) -> [PASS][297] [296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-2/igt@i915_pm_rpm@i2c.html [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-10/igt@i915_pm_rpm@i2c.html * igt@i915_selftest@live@gt_heartbeat: - shard-apl: [DMESG-FAIL][298] ([i915#5334]) -> [PASS][299] [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-apl1/igt@i915_selftest@live@gt_heartbeat.html [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-apl1/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_suspend@debugfs-reader: - shard-mtlp: [ABORT][300] ([i915#7461] / [i915#9262]) -> [PASS][301] [300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-1/igt@i915_suspend@debugfs-reader.html [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-6/igt@i915_suspend@debugfs-reader.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: - shard-dg2: [FAIL][302] ([i915#6880]) -> [PASS][303] +1 other test pass [302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-rkl: [INCOMPLETE][304] -> [PASS][305] [304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-6/igt@kms_rotation_crc@sprite-rotation-90.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-6/igt@kms_rotation_crc@sprite-rotation-90.html * igt@perf@i915-ref-count: - shard-tglu: [FAIL][306] ([i915#9285]) -> [PASS][307] [306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-tglu-4/igt@perf@i915-ref-count.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-tglu-3/igt@perf@i915-ref-count.html #### Warnings #### * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: [ABORT][308] ([i915#7461]) -> [INCOMPLETE][309] ([i915#9283]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-10/igt@gem_create@create-ext-cpu-access-big.html * igt@i915_suspend@sysfs-reader: - shard-mtlp: [FAIL][310] ([fdo#103375]) -> [ABORT][311] ([i915#9262]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-3/igt@i915_suspend@sysfs-reader.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-mtlp-7/igt@i915_suspend@sysfs-reader.html * igt@kms_content_protection@type1: - shard-dg2: [SKIP][312] ([i915#7118] / [i915#7162]) -> [SKIP][313] ([i915#7118]) [312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-11/igt@kms_content_protection@type1.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg2-2/igt@kms_content_protection@type1.html * igt@kms_force_connector_basic@force-load-detect: - shard-rkl: [SKIP][314] ([fdo#109285] / [i915#4098]) -> [SKIP][315] ([fdo#109285]) [314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-4/igt@kms_force_connector_basic@force-load-detect.html [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-rkl-6/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_psr@cursor_plane_move: - shard-dg1: [SKIP][316] ([i915#1072] / [i915#4078]) -> [SKIP][317] ([i915#1072]) +1 other test skip [316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-12/igt@kms_psr@cursor_plane_move.html [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-15/igt@kms_psr@cursor_plane_move.html * igt@kms_psr@primary_mmap_gtt: - shard-dg1: [SKIP][318] ([i915#1072]) -> [SKIP][319] ([i915#1072] / [i915#4078]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-15/igt@kms_psr@primary_mmap_gtt.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/shard-dg1-16/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). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110542]: https://bugs.freedesktop.org/show_bug.cgi?id=110542 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [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#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [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#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#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#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234 [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#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6118]: https://gitlab.freedesktop.org/drm/intel/issues/6118 [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121 [i915#6122]: https://gitlab.freedesktop.org/drm/intel/issues/6122 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7061]: https://gitlab.freedesktop.org/drm/intel/issues/7061 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7793]: https://gitlab.freedesktop.org/drm/intel/issues/7793 [i915#7816]: https://gitlab.freedesktop.org/drm/intel/issues/7816 [i915#7823]: https://gitlab.freedesktop.org/drm/intel/issues/7823 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7892]: https://gitlab.freedesktop.org/drm/intel/issues/7892 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [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#8436]: https://gitlab.freedesktop.org/drm/intel/issues/8436 [i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440 [i915#8445]: https://gitlab.freedesktop.org/drm/intel/issues/8445 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562 [i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588 [i915#8617]: https://gitlab.freedesktop.org/drm/intel/issues/8617 [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8717]: https://gitlab.freedesktop.org/drm/intel/issues/8717 [i915#8797]: https://gitlab.freedesktop.org/drm/intel/issues/8797 [i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806 [i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8850]: https://gitlab.freedesktop.org/drm/intel/issues/8850 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 [i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053 [i915#9121]: https://gitlab.freedesktop.org/drm/intel/issues/9121 [i915#9152]: https://gitlab.freedesktop.org/drm/intel/issues/9152 [i915#9226]: https://gitlab.freedesktop.org/drm/intel/issues/9226 [i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227 [i915#9257]: https://gitlab.freedesktop.org/drm/intel/issues/9257 [i915#9259]: https://gitlab.freedesktop.org/drm/intel/issues/9259 [i915#9260]: https://gitlab.freedesktop.org/drm/intel/issues/9260 [i915#9261]: https://gitlab.freedesktop.org/drm/intel/issues/9261 [i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262 [i915#9265]: https://gitlab.freedesktop.org/drm/intel/issues/9265 [i915#9270]: https://gitlab.freedesktop.org/drm/intel/issues/9270 [i915#9278]: https://gitlab.freedesktop.org/drm/intel/issues/9278 [i915#9283]: https://gitlab.freedesktop.org/drm/intel/issues/9283 [i915#9285]: https://gitlab.freedesktop.org/drm/intel/issues/9285 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7474 -> IGTPW_9748 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13613: 25ec37710fd81562fd25eccebaac156d9334ff0c @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9748: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9748/index.html IGT_7474: 9d91cf2c6e7bb64d60c2030d1535e40ca0ad53ee @ 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_9748/index.html [-- Attachment #2: Type: text/html, Size: 106183 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] lib/amdgpu: fix typo in function compare_pattern 2023-09-08 2:50 [igt-dev] [PATCH] lib/amdgpu: fix typo in function compare_pattern vitaly.prosyak ` (3 preceding siblings ...) 2023-09-08 9:53 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork @ 2023-09-08 17:18 ` Kamil Konieczny 2023-09-21 19:56 ` vitaly prosyak 4 siblings, 1 reply; 7+ messages in thread From: Kamil Konieczny @ 2023-09-08 17:18 UTC (permalink / raw) To: igt-dev; +Cc: Alex Deucher, Jesse Zhang, Luben Tuikov, Christian Koenig Hi Vitaly, some nit about description: [PATCH] lib/amdgpu: fix typo in function ----------------------- ^ looks rather like fixing a bug On 2023-09-07 at 22:50:38 -0400, vitaly.prosyak@amd.com wrote: > From: Jesse Zhang <jesse.zhang@amd.com> > > In function compare_pattern check the destination buffer (bo2_cpu), > instead of source buffer(bo_cpu). > Add validation of the return value in the eviction test. -- ^^^^^^^^^^^^^^ And this is unrelated to your desription and unexpected change in other test, imho should be separate patch. Regards, Kamil > > Cc: Luben Tuikov <luben.tuikov@amd.com> > Cc: Alex Deucher <alexander.deucher@amd.com> > Cc: Christian Koenig <christian.koenig@amd.com> > Signed-off-by: Jesse Zhang <Jesse.Zhang@amd.com> > Reviewed-by: Vitaly Prosyak <vitaly.prosyak@amd.com> > --- > lib/amdgpu/amd_ip_blocks.c | 2 +- > tests/amdgpu/amd_basic.c | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/lib/amdgpu/amd_ip_blocks.c b/lib/amdgpu/amd_ip_blocks.c > index be9ff38c6..7f8d4a4cd 100644 > --- a/lib/amdgpu/amd_ip_blocks.c > +++ b/lib/amdgpu/amd_ip_blocks.c > @@ -296,7 +296,7 @@ x_compare_pattern(const struct amdgpu_ip_funcs *func, > int num_compare = ring_context->write_length/div; > > while (i < num_compare) { > - if (ring_context->bo_cpu[i++] != func->pattern) { > + if (ring_context->bo2_cpu[i++] != func->pattern) { > ret = -1; > break; > } > diff --git a/tests/amdgpu/amd_basic.c b/tests/amdgpu/amd_basic.c > index dfe11995f..e7a42a335 100644 > --- a/tests/amdgpu/amd_basic.c > +++ b/tests/amdgpu/amd_basic.c > @@ -411,6 +411,7 @@ amdgpu_bo_eviction_test(amdgpu_device_handle device_handle) > amdgpu_test_exec_cs_helper(device_handle, ip_block->type, ring_context); > /* fulfill PM4: test DMA copy linear */ > r = ip_block->funcs->compare_pattern(ip_block->funcs, ring_context, sdma_write_length); > + igt_assert_eq(r, 0); > amdgpu_bo_unmap_and_free(ring_context->bo, ring_context->va_handle, ring_context->bo_mc, > ring_context->write_length); > amdgpu_bo_unmap_and_free(ring_context->bo2, ring_context->va_handle2, ring_context->bo_mc2, > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] lib/amdgpu: fix typo in function compare_pattern 2023-09-08 17:18 ` [igt-dev] [PATCH] " Kamil Konieczny @ 2023-09-21 19:56 ` vitaly prosyak 0 siblings, 0 replies; 7+ messages in thread From: vitaly prosyak @ 2023-09-21 19:56 UTC (permalink / raw) To: Kamil Konieczny, igt-dev, vitaly.prosyak, Alex Deucher, Jesse Zhang, Luben Tuikov, Christian Koenig Hi Kamil, Sorry, I did not see your email because I reconfigured into new directories of my Thunderbird. This patch was merged as is. I would be more careful next time to validate responses. Thanks, Vitaly On 2023-09-08 13:18, Kamil Konieczny wrote: > Hi Vitaly, > > some nit about description: > [PATCH] lib/amdgpu: fix typo in function > ----------------------- ^ > looks rather like fixing a bug > > On 2023-09-07 at 22:50:38 -0400, vitaly.prosyak@amd.com wrote: >> From: Jesse Zhang <jesse.zhang@amd.com> >> >> In function compare_pattern check the destination buffer (bo2_cpu), >> instead of source buffer(bo_cpu). >> Add validation of the return value in the eviction test. > -- ^^^^^^^^^^^^^^ > And this is unrelated to your desription and unexpected change > in other test, imho should be separate patch. > > Regards, > Kamil > >> Cc: Luben Tuikov <luben.tuikov@amd.com> >> Cc: Alex Deucher <alexander.deucher@amd.com> >> Cc: Christian Koenig <christian.koenig@amd.com> >> Signed-off-by: Jesse Zhang <Jesse.Zhang@amd.com> >> Reviewed-by: Vitaly Prosyak <vitaly.prosyak@amd.com> >> --- >> lib/amdgpu/amd_ip_blocks.c | 2 +- >> tests/amdgpu/amd_basic.c | 1 + >> 2 files changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/lib/amdgpu/amd_ip_blocks.c b/lib/amdgpu/amd_ip_blocks.c >> index be9ff38c6..7f8d4a4cd 100644 >> --- a/lib/amdgpu/amd_ip_blocks.c >> +++ b/lib/amdgpu/amd_ip_blocks.c >> @@ -296,7 +296,7 @@ x_compare_pattern(const struct amdgpu_ip_funcs *func, >> int num_compare = ring_context->write_length/div; >> >> while (i < num_compare) { >> - if (ring_context->bo_cpu[i++] != func->pattern) { >> + if (ring_context->bo2_cpu[i++] != func->pattern) { >> ret = -1; >> break; >> } >> diff --git a/tests/amdgpu/amd_basic.c b/tests/amdgpu/amd_basic.c >> index dfe11995f..e7a42a335 100644 >> --- a/tests/amdgpu/amd_basic.c >> +++ b/tests/amdgpu/amd_basic.c >> @@ -411,6 +411,7 @@ amdgpu_bo_eviction_test(amdgpu_device_handle device_handle) >> amdgpu_test_exec_cs_helper(device_handle, ip_block->type, ring_context); >> /* fulfill PM4: test DMA copy linear */ >> r = ip_block->funcs->compare_pattern(ip_block->funcs, ring_context, sdma_write_length); >> + igt_assert_eq(r, 0); >> amdgpu_bo_unmap_and_free(ring_context->bo, ring_context->va_handle, ring_context->bo_mc, >> ring_context->write_length); >> amdgpu_bo_unmap_and_free(ring_context->bo2, ring_context->va_handle2, ring_context->bo_mc2, >> -- >> 2.25.1 >> ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-09-21 19:56 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-09-08 2:50 [igt-dev] [PATCH] lib/amdgpu: fix typo in function compare_pattern vitaly.prosyak 2023-09-08 5:17 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-09-08 5:42 ` [igt-dev] ✓ CI.xeBAT: " Patchwork 2023-09-08 8:37 ` [igt-dev] [PATCH] " Christian König 2023-09-08 9:53 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 2023-09-08 17:18 ` [igt-dev] [PATCH] " Kamil Konieczny 2023-09-21 19:56 ` vitaly prosyak
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox