* [igt-dev] [PATCH i-g-t v3] tests/kms_plane_cursor: Handle invalid pipe in big joiner
@ 2023-06-30 8:22 Nidhi Gupta
2023-06-30 11:04 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_cursor: Handle invalid pipe in big joiner (rev2) Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Nidhi Gupta @ 2023-06-30 8:22 UTC (permalink / raw)
To: igt-dev; +Cc: Nidhi Gupta
If any pipe is invalid in big joiner currently test throws
as skip for all the pipes as it is within the dynamic subtest
block.
Fixed in IGT by not executing the subtest if valid combo of pipe
and output not found for big joiner and go on to check for the
next pipe.
v2: Fix commit subject and message (Bhanu)
Fix nitpicks (Bhanu)
v3: Have pipe/output valid combo before checking
for big joiner for the pipe. (Bhanu)
Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com>
---
tests/kms_plane_cursor.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/tests/kms_plane_cursor.c b/tests/kms_plane_cursor.c
index a7acb18e1..fb290322e 100644
--- a/tests/kms_plane_cursor.c
+++ b/tests/kms_plane_cursor.c
@@ -85,9 +85,6 @@ static void test_init(data_t *data, enum pipe pipe_id, igt_output_t *output)
data->overlay = igt_pipe_get_plane_type(data->pipe, DRM_PLANE_TYPE_OVERLAY);
data->cursor = igt_pipe_get_plane_type(data->pipe, DRM_PLANE_TYPE_CURSOR);
- igt_output_set_pipe(data->output, data->pipe_id);
- igt_require(i915_pipe_output_combo_valid(display));
-
igt_info("Using (pipe %s + %s) to run the subtest.\n",
kmstest_pipe_name(data->pipe_id), igt_output_name(data->output));
@@ -310,6 +307,10 @@ igt_main
DRM_PLANE_TYPE_OVERLAY))
continue;
+ igt_output_set_pipe(output, pipe);
+ if (!i915_pipe_output_combo_valid(&data.display))
+ continue;
+
test_init(&data, pipe, output);
for (j = 0; j < ARRAY_SIZE(cursor_sizes); j++) {
--
2.39.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_cursor: Handle invalid pipe in big joiner (rev2) 2023-06-30 8:22 [igt-dev] [PATCH i-g-t v3] tests/kms_plane_cursor: Handle invalid pipe in big joiner Nidhi Gupta @ 2023-06-30 11:04 ` Patchwork 2023-06-30 22:03 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-08-04 9:08 ` [igt-dev] [PATCH i-g-t v3] tests/kms_plane_cursor: Handle invalid pipe in big joiner Modem, Bhanuprakash 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-06-30 11:04 UTC (permalink / raw) To: Nidhi Gupta; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9893 bytes --] == Series Details == Series: tests/kms_plane_cursor: Handle invalid pipe in big joiner (rev2) URL : https://patchwork.freedesktop.org/series/119890/ State : success == Summary == CI Bug Log - changes from CI_DRM_13340 -> IGTPW_9310 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/index.html Participating hosts (42 -> 41) ------------------------------ Additional (1): bat-dg1-8 Missing (2): fi-kbl-soraka fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9310: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@xe_create@create-massive-size}: - {bat-dg1-8}: NOTRUN -> [FAIL][1] +2 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-dg1-8/igt@xe_create@create-massive-size.html * igt@xe_guc_pc@rc6_on_idle: - {bat-dg1-8}: NOTRUN -> [INCOMPLETE][2] +1 similar issue [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-dg1-8/igt@xe_guc_pc@rc6_on_idle.html Known issues ------------ Here are the changes found in IGTPW_9310 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_lmem_swapping@parallel-random-engines: - bat-mtlp-8: NOTRUN -> [SKIP][3] ([i915#4613]) +3 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-mtlp-8/igt@gem_lmem_swapping@parallel-random-engines.html * igt@i915_pm_rps@basic-api: - bat-mtlp-8: NOTRUN -> [SKIP][4] ([i915#6621]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-mtlp-8/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live@gt_mocs: - bat-mtlp-8: NOTRUN -> [DMESG-FAIL][5] ([i915#7059]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-mtlp-8/igt@i915_selftest@live@gt_mocs.html * igt@i915_selftest@live@migrate: - bat-dg2-11: [PASS][6] -> [DMESG-WARN][7] ([i915#7699]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/bat-dg2-11/igt@i915_selftest@live@migrate.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-dg2-11/igt@i915_selftest@live@migrate.html * igt@i915_selftest@live@requests: - bat-mtlp-8: NOTRUN -> [DMESG-FAIL][8] ([i915#8497]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-mtlp-8/igt@i915_selftest@live@requests.html - bat-rpls-2: [PASS][9] -> [ABORT][10] ([i915#7913] / [i915#7982]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/bat-rpls-2/igt@i915_selftest@live@requests.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-rpls-2/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@slpc: - bat-mtlp-8: NOTRUN -> [DMESG-WARN][11] ([i915#6367]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-mtlp-8/igt@i915_selftest@live@slpc.html * igt@i915_suspend@basic-s3-without-i915: - bat-mtlp-8: NOTRUN -> [SKIP][12] ([i915#6645]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-mtlp-8/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-mtlp-8: NOTRUN -> [SKIP][13] ([i915#7828]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-mtlp-8/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-dg2-11: NOTRUN -> [SKIP][14] ([i915#1845] / [i915#5354]) +3 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html * igt@kms_psr@primary_mmap_gtt: - bat-rplp-1: NOTRUN -> [SKIP][15] ([i915#1072]) +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-rplp-1/igt@kms_psr@primary_mmap_gtt.html * igt@kms_setmode@basic-clone-single-crtc: - bat-rplp-1: NOTRUN -> [ABORT][16] ([i915#4579] / [i915#8260] / [i915#8668]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-rplp-1/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-read: - bat-mtlp-8: NOTRUN -> [SKIP][17] ([i915#3708]) +2 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-mtlp-8/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-gtt: - bat-mtlp-8: NOTRUN -> [SKIP][18] ([i915#3708] / [i915#4077]) +1 similar issue [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-mtlp-8/igt@prime_vgem@basic-gtt.html #### Possible fixes #### * igt@i915_pm_rpm@basic-pci-d3-state: - bat-mtlp-8: [ABORT][19] ([i915#7077] / [i915#7977]) -> [PASS][20] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/bat-mtlp-8/igt@i915_pm_rpm@basic-pci-d3-state.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-mtlp-8/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_selftest@live@gt_mocs: - bat-mtlp-6: [DMESG-FAIL][21] ([i915#7059]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/bat-mtlp-6/igt@i915_selftest@live@gt_mocs.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-mtlp-6/igt@i915_selftest@live@gt_mocs.html * igt@i915_selftest@live@gt_pm: - bat-rpls-2: [DMESG-FAIL][23] ([i915#4258] / [i915#7913]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/bat-rpls-2/igt@i915_selftest@live@gt_pm.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-rpls-2/igt@i915_selftest@live@gt_pm.html * igt@i915_selftest@live@hangcheck: - fi-skl-guc: [DMESG-FAIL][25] ([i915#8723]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/fi-skl-guc/igt@i915_selftest@live@hangcheck.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/fi-skl-guc/igt@i915_selftest@live@hangcheck.html #### Warnings #### * igt@i915_module_load@load: - bat-adlp-11: [DMESG-WARN][27] ([i915#4423]) -> [ABORT][28] ([i915#4423]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/bat-adlp-11/igt@i915_module_load@load.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-adlp-11/igt@i915_module_load@load.html * igt@kms_psr@cursor_plane_move: - bat-rplp-1: [ABORT][29] ([i915#8434] / [i915#8668]) -> [SKIP][30] ([i915#1072]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/bat-rplp-1/igt@kms_psr@cursor_plane_move.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/bat-rplp-1/igt@kms_psr@cursor_plane_move.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4258]: https://gitlab.freedesktop.org/drm/intel/issues/4258 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059 [i915#7077]: https://gitlab.freedesktop.org/drm/intel/issues/7077 [i915#7699]: https://gitlab.freedesktop.org/drm/intel/issues/7699 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7977]: https://gitlab.freedesktop.org/drm/intel/issues/7977 [i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8260]: https://gitlab.freedesktop.org/drm/intel/issues/8260 [i915#8434]: https://gitlab.freedesktop.org/drm/intel/issues/8434 [i915#8497]: https://gitlab.freedesktop.org/drm/intel/issues/8497 [i915#8513]: https://gitlab.freedesktop.org/drm/intel/issues/8513 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8676]: https://gitlab.freedesktop.org/drm/intel/issues/8676 [i915#8698]: https://gitlab.freedesktop.org/drm/intel/issues/8698 [i915#8700]: https://gitlab.freedesktop.org/drm/intel/issues/8700 [i915#8723]: https://gitlab.freedesktop.org/drm/intel/issues/8723 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7357 -> IGTPW_9310 CI-20190529: 20190529 CI_DRM_13340: a3b671a5e12f1fd972ad7046f39a470acbefbbdc @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9310: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/index.html IGT_7357: 790f69303f49066b150fbdff95e471e14d046710 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- +igt@xe_guc_pc@rc0_on_exec +igt@xe_guc_pc@rc6_on_idle -igt@xe_pm_residency@gt-c6-on-idle -igt@xe_pm_residency@idle-residency == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/index.html [-- Attachment #2: Type: text/html, Size: 10857 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_cursor: Handle invalid pipe in big joiner (rev2) 2023-06-30 8:22 [igt-dev] [PATCH i-g-t v3] tests/kms_plane_cursor: Handle invalid pipe in big joiner Nidhi Gupta 2023-06-30 11:04 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_cursor: Handle invalid pipe in big joiner (rev2) Patchwork @ 2023-06-30 22:03 ` Patchwork 2023-08-04 9:08 ` [igt-dev] [PATCH i-g-t v3] tests/kms_plane_cursor: Handle invalid pipe in big joiner Modem, Bhanuprakash 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-06-30 22:03 UTC (permalink / raw) To: Nidhi Gupta; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 68157 bytes --] == Series Details == Series: tests/kms_plane_cursor: Handle invalid pipe in big joiner (rev2) URL : https://patchwork.freedesktop.org/series/119890/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13340_full -> IGTPW_9310_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9310_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9310_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9310_full: ### IGT changes ### #### Possible regressions #### * igt@i915_pm_rc6_residency@rc6-fence: - shard-dg2: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg2-11/igt@i915_pm_rc6_residency@rc6-fence.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-1/igt@i915_pm_rc6_residency@rc6-fence.html Known issues ------------ Here are the changes found in IGTPW_9310_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@drm_fdinfo@all-busy-idle-check-all: - shard-dg2: NOTRUN -> [SKIP][3] ([i915#8414]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-1/igt@drm_fdinfo@all-busy-idle-check-all.html * igt@drm_fdinfo@virtual-busy-hang: - shard-mtlp: NOTRUN -> [SKIP][4] ([i915#8414]) +1 similar issue [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-7/igt@drm_fdinfo@virtual-busy-hang.html * igt@gem_create@create-ext-set-pat: - shard-dg2: NOTRUN -> [FAIL][5] ([i915#8621]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-6/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_isolation@preservation-s3@bcs0: - shard-dg2: [PASS][6] -> [FAIL][7] ([fdo#103375]) +4 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg2-12/igt@gem_ctx_isolation@preservation-s3@bcs0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-5/igt@gem_ctx_isolation@preservation-s3@bcs0.html * igt@gem_ctx_persistence@engines-hostile@vcs0: - shard-mtlp: [PASS][8] -> [FAIL][9] ([i915#2410]) +5 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-1/igt@gem_ctx_persistence@engines-hostile@vcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-7/igt@gem_ctx_persistence@engines-hostile@vcs0.html * igt@gem_ctx_persistence@heartbeat-stop: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8555]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-8/igt@gem_ctx_persistence@heartbeat-stop.html * igt@gem_ctx_persistence@smoketest: - shard-tglu: [PASS][11] -> [FAIL][12] ([i915#5099]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-tglu-4/igt@gem_ctx_persistence@smoketest.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-8/igt@gem_ctx_persistence@smoketest.html * igt@gem_exec_await@wide-contexts: - shard-dg2: [PASS][13] -> [FAIL][14] ([i915#5892]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg2-11/igt@gem_exec_await@wide-contexts.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-1/igt@gem_exec_await@wide-contexts.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][15] ([i915#4812]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-1/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@bonded-sync: - shard-mtlp: NOTRUN -> [SKIP][16] ([i915#4771]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-5/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_capture@pi@vcs0: - shard-mtlp: [PASS][17] -> [FAIL][18] ([i915#4475]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-2/igt@gem_exec_capture@pi@vcs0.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-2/igt@gem_exec_capture@pi@vcs0.html * igt@gem_exec_fair@basic-deadline: - shard-rkl: [PASS][19] -> [FAIL][20] ([i915#2846]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-4/igt@gem_exec_fair@basic-deadline.html - shard-glk: [PASS][21] -> [FAIL][22] ([i915#2846]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-glk2/igt@gem_exec_fair@basic-deadline.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-glk4/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: [PASS][23] -> [FAIL][24] ([i915#2842]) +1 similar issue [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-4/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-solo: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#3539]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-12/igt@gem_exec_fair@basic-pace-solo.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-rkl: NOTRUN -> [FAIL][26] ([i915#2842]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-1/igt@gem_exec_fair@basic-throttle@rcs0.html - shard-tglu: NOTRUN -> [FAIL][27] ([i915#2842]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-5/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_fence@concurrent: - shard-mtlp: NOTRUN -> [SKIP][28] ([i915#4812]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-8/igt@gem_exec_fence@concurrent.html * igt@gem_exec_flush@basic-wb-prw-default: - shard-dg2: NOTRUN -> [SKIP][29] ([i915#3539] / [i915#4852]) +1 similar issue [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-12/igt@gem_exec_flush@basic-wb-prw-default.html * igt@gem_exec_gttfill@multigpu-basic: - shard-mtlp: NOTRUN -> [SKIP][30] ([i915#7697]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-1/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_reloc@basic-wc-read: - shard-rkl: NOTRUN -> [SKIP][31] ([i915#3281]) +2 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-4/igt@gem_exec_reloc@basic-wc-read.html * igt@gem_exec_reloc@basic-write-wc-active: - shard-mtlp: NOTRUN -> [SKIP][32] ([i915#3281]) +2 similar issues [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-2/igt@gem_exec_reloc@basic-write-wc-active.html * igt@gem_exec_whisper@basic-queues-forked-all: - shard-mtlp: [PASS][33] -> [FAIL][34] ([i915#6363]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-5/igt@gem_exec_whisper@basic-queues-forked-all.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-2/igt@gem_exec_whisper@basic-queues-forked-all.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy: - shard-mtlp: NOTRUN -> [SKIP][35] ([i915#4860]) +1 similar issue [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-4/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html * igt@gem_lmem_swapping@parallel-random: - shard-rkl: NOTRUN -> [SKIP][36] ([i915#4613]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-7/igt@gem_lmem_swapping@parallel-random.html * igt@gem_lmem_swapping@smem-oom: - shard-mtlp: NOTRUN -> [SKIP][37] ([i915#4613]) +1 similar issue [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-5/igt@gem_lmem_swapping@smem-oom.html * igt@gem_mmap_gtt@basic-write-cpu-read-gtt: - shard-mtlp: NOTRUN -> [SKIP][38] ([i915#4077]) +7 similar issues [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-2/igt@gem_mmap_gtt@basic-write-cpu-read-gtt.html * igt@gem_mmap_gtt@medium-copy-xy: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#4077]) +6 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-3/igt@gem_mmap_gtt@medium-copy-xy.html * igt@gem_mmap_wc@set-cache-level: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#4083]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-7/igt@gem_mmap_wc@set-cache-level.html * igt@gem_mmap_wc@write-wc-read-gtt: - shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4083]) +1 similar issue [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-5/igt@gem_mmap_wc@write-wc-read-gtt.html * igt@gem_pwrite_snooped: - shard-dg2: NOTRUN -> [SKIP][42] ([i915#3282]) +3 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-7/igt@gem_pwrite_snooped.html * igt@gem_pxp@create-regular-buffer: - shard-mtlp: NOTRUN -> [SKIP][43] ([i915#4270]) +1 similar issue [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-7/igt@gem_pxp@create-regular-buffer.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-rkl: NOTRUN -> [SKIP][44] ([i915#4270]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-1/igt@gem_pxp@reject-modify-context-protection-on.html - shard-tglu: NOTRUN -> [SKIP][45] ([i915#4270]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-5/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_readwrite@read-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][46] ([i915#3282]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-3/igt@gem_readwrite@read-bad-handle.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][47] ([i915#5190]) +2 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-7/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html * igt@gem_render_copy@y-tiled-to-vebox-x-tiled: - shard-mtlp: NOTRUN -> [SKIP][48] ([i915#8428]) +7 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-3/igt@gem_render_copy@y-tiled-to-vebox-x-tiled.html * igt@gem_softpin@evict-snoop-interruptible: - shard-rkl: NOTRUN -> [SKIP][49] ([fdo#109312]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-6/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_tiled_pread_basic: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4079]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-4/igt@gem_tiled_pread_basic.html * igt@gen7_exec_parse@basic-rejected: - shard-dg2: NOTRUN -> [SKIP][51] ([fdo#109289]) +2 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-7/igt@gen7_exec_parse@basic-rejected.html * igt@gen9_exec_parse@bb-chained: - shard-rkl: NOTRUN -> [SKIP][52] ([i915#2527]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-2/igt@gen9_exec_parse@bb-chained.html - shard-tglu: NOTRUN -> [SKIP][53] ([i915#2527] / [i915#2856]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-3/igt@gen9_exec_parse@bb-chained.html * igt@gen9_exec_parse@secure-batches: - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#2856]) +1 similar issue [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-4/igt@gen9_exec_parse@secure-batches.html * igt@i915_hangman@engine-engine-error@vcs0: - shard-mtlp: [PASS][55] -> [FAIL][56] ([i915#7069]) +1 similar issue [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-5/igt@i915_hangman@engine-engine-error@vcs0.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-5/igt@i915_hangman@engine-engine-error@vcs0.html * igt@i915_module_load@load: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#6227]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-2/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [PASS][58] -> [ABORT][59] ([i915#8489]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_backlight@fade-with-dpms: - shard-rkl: NOTRUN -> [SKIP][60] ([i915#7561]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-4/igt@i915_pm_backlight@fade-with-dpms.html - shard-tglu: NOTRUN -> [SKIP][61] ([i915#7561]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-6/igt@i915_pm_backlight@fade-with-dpms.html * igt@i915_pm_dc@dc3co-vpb-simulation: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#6295]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-4/igt@i915_pm_dc@dc3co-vpb-simulation.html * igt@i915_pm_dc@dc9-dpms: - shard-rkl: NOTRUN -> [SKIP][63] ([i915#3361]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-6/igt@i915_pm_dc@dc9-dpms.html - shard-apl: [PASS][64] -> [SKIP][65] ([fdo#109271]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-apl6/igt@i915_pm_dc@dc9-dpms.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-apl1/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a: - shard-rkl: [PASS][66] -> [SKIP][67] ([i915#1937]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-rkl-7/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-4/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html * igt@i915_pm_rc6_residency@rc6-accuracy: - shard-mtlp: [PASS][68] -> [SKIP][69] ([fdo#109289] / [i915#8403]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-4/igt@i915_pm_rc6_residency@rc6-accuracy.html [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-4/igt@i915_pm_rc6_residency@rc6-accuracy.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-tglu: [PASS][70] -> [WARN][71] ([i915#2681]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-fence.html [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-fence.html * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait: - shard-rkl: [PASS][72] -> [SKIP][73] ([i915#1397]) +1 similar issue [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-2/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-dg2: [PASS][74] -> [SKIP][75] ([i915#1397]) +1 similar issue [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg2-8/igt@i915_pm_rpm@modeset-non-lpsp-stress.html [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress.html - shard-mtlp: NOTRUN -> [SKIP][76] ([i915#1397]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-3/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg2: NOTRUN -> [SKIP][77] ([i915#6621]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-12/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@waitboost: - shard-mtlp: NOTRUN -> [FAIL][78] ([i915#8346]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-1/igt@i915_pm_rps@waitboost.html * igt@i915_suspend@forcewake: - shard-dg2: [PASS][79] -> [TIMEOUT][80] ([fdo#103375]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg2-10/igt@i915_suspend@forcewake.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-5/igt@i915_suspend@forcewake.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#4212]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-11/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-b-edp-1: - shard-mtlp: [PASS][82] -> [FAIL][83] ([i915#2521]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-5/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-edp-1.html [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-1/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-edp-1.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-1: - shard-glk: [PASS][84] -> [FAIL][85] ([i915#2521]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-glk9/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-1.html [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-glk4/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-1.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][86] ([i915#5286]) +1 similar issue [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-6/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-mtlp: [PASS][87] -> [FAIL][88] ([i915#5138]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-7/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-7/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180: - shard-tglu: NOTRUN -> [SKIP][89] ([fdo#111615] / [i915#5286]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-mtlp: NOTRUN -> [FAIL][90] ([i915#3743]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@x-tiled-64bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][91] ([fdo#111614]) +2 similar issues [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-5/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][92] ([fdo#111614]) +1 similar issue [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-2/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-mtlp: [PASS][93] -> [FAIL][94] ([i915#3743]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-3/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-5/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][95] ([fdo#110723]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-4/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-mtlp: NOTRUN -> [SKIP][96] ([i915#6187]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-1/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-mtlp: NOTRUN -> [SKIP][97] ([fdo#111615]) +4 similar issues [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-dg2: NOTRUN -> [SKIP][98] ([i915#4538] / [i915#5190]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-12/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][99] ([i915#3886] / [i915#5354] / [i915#6095]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-1/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html - shard-tglu: NOTRUN -> [SKIP][100] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-7/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_dg2_rc_ccs: - shard-rkl: NOTRUN -> [SKIP][101] ([i915#5354] / [i915#6095]) +4 similar issues [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-7/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_dg2_rc_ccs.html - shard-tglu: NOTRUN -> [SKIP][102] ([i915#3689] / [i915#5354] / [i915#6095]) +3 similar issues [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-6/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_dg2_rc_ccs.html * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs: - shard-dg2: NOTRUN -> [SKIP][103] ([i915#3689] / [i915#5354]) +6 similar issues [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-3/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs.html * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-mtlp: NOTRUN -> [SKIP][104] ([i915#3886] / [i915#6095]) +3 similar issues [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-8/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#3689] / [i915#3886] / [i915#5354]) +3 similar issues [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-7/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-d-bad-aux-stride-yf_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][106] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-8/igt@kms_ccs@pipe-d-bad-aux-stride-yf_tiled_ccs.html * igt@kms_ccs@pipe-d-bad-rotation-90-4_tiled_dg2_rc_ccs_cc: - shard-mtlp: NOTRUN -> [SKIP][107] ([i915#6095]) +11 similar issues [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-4/igt@kms_ccs@pipe-d-bad-rotation-90-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][108] ([i915#5354]) +9 similar issues [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-4/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html - shard-tglu: NOTRUN -> [SKIP][109] ([i915#5354] / [i915#6095]) +4 similar issues [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-4/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-d-missing-ccs-buffer-4_tiled_mtl_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][110] ([i915#5354]) +14 similar issues [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-1/igt@kms_ccs@pipe-d-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#7213]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-7/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_cdclk@plane-scaling@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][112] ([i915#4087]) +3 similar issues [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-11/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html * igt@kms_chamelium_color@ctm-0-75: - shard-dg2: NOTRUN -> [SKIP][113] ([fdo#111827]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-10/igt@kms_chamelium_color@ctm-0-75.html * igt@kms_chamelium_color@ctm-blue-to-red: - shard-rkl: NOTRUN -> [SKIP][114] ([fdo#111827]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-2/igt@kms_chamelium_color@ctm-blue-to-red.html - shard-tglu: NOTRUN -> [SKIP][115] ([fdo#111827]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-3/igt@kms_chamelium_color@ctm-blue-to-red.html * igt@kms_chamelium_color@ctm-max: - shard-mtlp: NOTRUN -> [SKIP][116] ([fdo#111827]) +1 similar issue [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-7/igt@kms_chamelium_color@ctm-max.html * igt@kms_chamelium_frames@dp-crc-multiple: - shard-dg2: NOTRUN -> [SKIP][117] ([i915#7828]) +2 similar issues [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-1/igt@kms_chamelium_frames@dp-crc-multiple.html * igt@kms_chamelium_frames@hdmi-crc-multiple: - shard-mtlp: NOTRUN -> [SKIP][118] ([i915#7828]) +4 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-1/igt@kms_chamelium_frames@hdmi-crc-multiple.html * igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode: - shard-rkl: NOTRUN -> [SKIP][119] ([i915#7828]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-6/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html * igt@kms_color@deep-color: - shard-dg2: NOTRUN -> [SKIP][120] ([i915#3555]) +2 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-5/igt@kms_color@deep-color.html * igt@kms_content_protection@atomic: - shard-rkl: NOTRUN -> [SKIP][121] ([i915#7118]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-4/igt@kms_content_protection@atomic.html * igt@kms_content_protection@atomic-dpms@pipe-a-dp-2: - shard-dg2: NOTRUN -> [TIMEOUT][122] ([i915#8628]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-12/igt@kms_content_protection@atomic-dpms@pipe-a-dp-2.html * igt@kms_content_protection@legacy@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][123] ([i915#7173]) +1 similar issue [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html * igt@kms_content_protection@srm: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#7118]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-10/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-onscreen-32x10: - shard-mtlp: NOTRUN -> [SKIP][125] ([i915#8761]) +7 similar issues [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-4/igt@kms_cursor_crc@cursor-onscreen-32x10.html * igt@kms_cursor_crc@cursor-onscreen-32x32: - shard-rkl: NOTRUN -> [SKIP][126] ([i915#3555]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-2/igt@kms_cursor_crc@cursor-onscreen-32x32.html - shard-tglu: NOTRUN -> [SKIP][127] ([i915#3555]) +1 similar issue [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-32x32.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-mtlp: NOTRUN -> [SKIP][128] ([i915#3359]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-2/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic: - shard-tglu: NOTRUN -> [SKIP][129] ([fdo#109274]) +1 similar issue [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-4/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#4103] / [i915#4213]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-mtlp: NOTRUN -> [SKIP][131] ([i915#4213]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-mtlp: NOTRUN -> [SKIP][132] ([i915#3546]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-5/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-rkl: NOTRUN -> [SKIP][133] ([fdo#111767] / [fdo#111825]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-4/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html - shard-tglu: NOTRUN -> [SKIP][134] ([fdo#109274] / [fdo#111767]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-6/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [PASS][135] -> [FAIL][136] ([i915#2346]) +1 similar issue [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#3804]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_flip@2x-flip-vs-expired-vblank: - shard-mtlp: NOTRUN -> [SKIP][138] ([i915#3637]) +6 similar issues [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-1/igt@kms_flip@2x-flip-vs-expired-vblank.html * igt@kms_flip@2x-flip-vs-panning-interruptible: - shard-dg2: NOTRUN -> [SKIP][139] ([fdo#109274]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-7/igt@kms_flip@2x-flip-vs-panning-interruptible.html * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible: - shard-rkl: NOTRUN -> [SKIP][140] ([fdo#111825]) +3 similar issues [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-1/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html - shard-tglu: NOTRUN -> [SKIP][141] ([fdo#109274] / [i915#3637]) +1 similar issue [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-7/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html * igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1: - shard-glk: [PASS][142] -> [FAIL][143] ([i915#79]) +1 similar issue [142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-glk8/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-glk2/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][144] ([i915#2672]) +1 similar issue [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html - shard-tglu: NOTRUN -> [SKIP][145] ([i915#2587] / [i915#2672]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][146] ([i915#2672]) +1 similar issue [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@force-load-detect: - shard-rkl: NOTRUN -> [SKIP][147] ([fdo#109285]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-6/igt@kms_force_connector_basic@force-load-detect.html - shard-tglu: NOTRUN -> [SKIP][148] ([fdo#109285]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-6/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][149] ([i915#8708]) +4 similar issues [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt: - shard-rkl: NOTRUN -> [SKIP][150] ([fdo#111825] / [i915#1825]) +12 similar issues [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html - shard-tglu: NOTRUN -> [SKIP][151] ([fdo#109280]) +6 similar issues [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#8708]) +3 similar issues [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-stridechange: - shard-tglu: NOTRUN -> [SKIP][153] ([fdo#110189]) +5 similar issues [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-4/igt@kms_frontbuffer_tracking@fbcpsr-stridechange.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#3458]) +3 similar issues [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][155] ([i915#3023]) +5 similar issues [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt: - shard-mtlp: NOTRUN -> [SKIP][156] ([i915#1825]) +15 similar issues [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html * igt@kms_hdr@invalid-hdr: - shard-rkl: NOTRUN -> [SKIP][157] ([i915#6953] / [i915#8228]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-7/igt@kms_hdr@invalid-hdr.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-mtlp: NOTRUN -> [SKIP][158] ([i915#4816]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@atomic-fastset: - shard-rkl: NOTRUN -> [SKIP][159] ([i915#6301]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-1/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes: - shard-mtlp: NOTRUN -> [SKIP][160] ([fdo#109289]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-7/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes: - shard-mtlp: [PASS][161] -> [FAIL][162] ([fdo#103375]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-4/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-4/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#5176]) +3 similar issues [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][164] ([i915#5176]) +2 similar issues [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-c-edp-1.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][165] ([i915#5176] / [i915#8761]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-d-edp-1.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-vga-1: - shard-snb: NOTRUN -> [SKIP][166] ([fdo#109271]) +23 similar issues [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-snb7/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-vga-1.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][167] ([i915#5176]) +7 similar issues [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-8/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][168] ([i915#5176]) +11 similar issues [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-dp-2: - shard-dg2: NOTRUN -> [SKIP][169] ([i915#5235]) +15 similar issues [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-12/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-dp-2.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][170] ([i915#5235]) +1 similar issue [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_prime@d3hot: - shard-mtlp: NOTRUN -> [SKIP][171] ([i915#6524]) +1 similar issue [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-5/igt@kms_prime@d3hot.html * igt@kms_psr2_sf@plane-move-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][172] ([fdo#111068] / [i915#658]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-1/igt@kms_psr2_sf@plane-move-sf-dmg-area.html - shard-tglu: NOTRUN -> [SKIP][173] ([fdo#111068] / [i915#658]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-7/igt@kms_psr2_sf@plane-move-sf-dmg-area.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-mtlp: NOTRUN -> [SKIP][174] ([i915#4348]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-2/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr@psr2_primary_blt: - shard-dg2: NOTRUN -> [SKIP][175] ([i915#1072]) +2 similar issues [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-3/igt@kms_psr@psr2_primary_blt.html * igt@kms_psr@sprite_mmap_cpu: - shard-rkl: NOTRUN -> [SKIP][176] ([i915#1072]) +2 similar issues [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-2/igt@kms_psr@sprite_mmap_cpu.html * igt@kms_rotation_crc@bad-tiling: - shard-mtlp: NOTRUN -> [SKIP][177] ([i915#4235]) +1 similar issue [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-2/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][178] ([i915#4235] / [i915#5190]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_setmode@basic@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [FAIL][179] ([i915#5465]) +1 similar issue [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-snb1/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html * igt@kms_tv_load_detect@load-detect: - shard-mtlp: NOTRUN -> [SKIP][180] ([fdo#109309]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-3/igt@kms_tv_load_detect@load-detect.html * igt@kms_vblank@pipe-c-ts-continuation-modeset: - shard-rkl: NOTRUN -> [SKIP][181] ([i915#4070] / [i915#6768]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-7/igt@kms_vblank@pipe-c-ts-continuation-modeset.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#2437]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-7/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@global-sseu-config-invalid: - shard-mtlp: NOTRUN -> [SKIP][183] ([i915#7387]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-4/igt@perf@global-sseu-config-invalid.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: NOTRUN -> [INCOMPLETE][184] ([i915#5493]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-11/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html * igt@prime_vgem@basic-blt: - shard-mtlp: NOTRUN -> [FAIL][185] ([i915#8445]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-2/igt@prime_vgem@basic-blt.html * igt@prime_vgem@basic-fence-read: - shard-mtlp: NOTRUN -> [SKIP][186] ([i915#3708]) +1 similar issue [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-5/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@fence-write-hang: - shard-tglu: NOTRUN -> [SKIP][187] ([fdo#109295]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-7/igt@prime_vgem@fence-write-hang.html - shard-rkl: NOTRUN -> [SKIP][188] ([fdo#109295] / [i915#3708]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-7/igt@prime_vgem@fence-write-hang.html * igt@sysfs_heartbeat_interval@precise@vecs0: - shard-mtlp: [PASS][189] -> [FAIL][190] ([i915#8332]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-1/igt@sysfs_heartbeat_interval@precise@vecs0.html [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-8/igt@sysfs_heartbeat_interval@precise@vecs0.html * igt@sysfs_preempt_timeout@timeout@vecs0: - shard-mtlp: [PASS][191] -> [ABORT][192] ([i915#8521]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-1/igt@sysfs_preempt_timeout@timeout@vecs0.html [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-1/igt@sysfs_preempt_timeout@timeout@vecs0.html * igt@v3d/v3d_submit_cl@bad-multisync-pad: - shard-mtlp: NOTRUN -> [SKIP][193] ([i915#2575]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-2/igt@v3d/v3d_submit_cl@bad-multisync-pad.html * igt@v3d/v3d_submit_cl@valid-multisync-submission: - shard-dg2: NOTRUN -> [SKIP][194] ([i915#2575]) +4 similar issues [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-10/igt@v3d/v3d_submit_cl@valid-multisync-submission.html * igt@v3d/v3d_wait_bo@bad-pad: - shard-rkl: NOTRUN -> [SKIP][195] ([fdo#109315]) +3 similar issues [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-2/igt@v3d/v3d_wait_bo@bad-pad.html - shard-tglu: NOTRUN -> [SKIP][196] ([fdo#109315] / [i915#2575]) +2 similar issues [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-8/igt@v3d/v3d_wait_bo@bad-pad.html * igt@vc4/vc4_label_bo@set-bad-name: - shard-mtlp: NOTRUN -> [SKIP][197] ([i915#7711]) +1 similar issue [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-2/igt@vc4/vc4_label_bo@set-bad-name.html * igt@vc4/vc4_tiling@get-after-free: - shard-rkl: NOTRUN -> [SKIP][198] ([i915#7711]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-6/igt@vc4/vc4_tiling@get-after-free.html * igt@vc4/vc4_wait_bo@used-bo-1ns: - shard-dg2: NOTRUN -> [SKIP][199] ([i915#7711]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-10/igt@vc4/vc4_wait_bo@used-bo-1ns.html #### Possible fixes #### * igt@gem_busy@close-race: - shard-dg2: [ABORT][200] ([i915#6016] / [i915#7349]) -> [PASS][201] [200]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg2-8/igt@gem_busy@close-race.html [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-1/igt@gem_busy@close-race.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-mtlp: [FAIL][202] ([i915#6121] / [i915#7916]) -> [PASS][203] [202]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-3/igt@gem_ctx_exec@basic-nohangcheck.html [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-5/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_isolation@preservation-s3@ccs0: - shard-mtlp: [FAIL][204] ([fdo#103375]) -> [PASS][205] [204]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-4/igt@gem_ctx_isolation@preservation-s3@ccs0.html [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-1/igt@gem_ctx_isolation@preservation-s3@ccs0.html * igt@gem_exec_balancer@full-pulse: - shard-dg2: [FAIL][206] ([i915#6032]) -> [PASS][207] [206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg2-6/igt@gem_exec_balancer@full-pulse.html [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-6/igt@gem_exec_balancer@full-pulse.html * igt@gem_exec_balancer@hang: - shard-mtlp: [ABORT][208] ([i915#8104]) -> [PASS][209] [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-2/igt@gem_exec_balancer@hang.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-7/igt@gem_exec_balancer@hang.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [FAIL][210] ([i915#2842]) -> [PASS][211] [210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-apl1/igt@gem_exec_fair@basic-none-solo@rcs0.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][212] ([i915#2842]) -> [PASS][213] [212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_schedule@deep@vcs1: - shard-mtlp: [FAIL][214] ([i915#8606]) -> [PASS][215] [214]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-1/igt@gem_exec_schedule@deep@vcs1.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-8/igt@gem_exec_schedule@deep@vcs1.html * igt@gem_exec_whisper@basic-contexts-forked-all: - shard-mtlp: [TIMEOUT][216] ([i915#8628]) -> [PASS][217] [216]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-3/igt@gem_exec_whisper@basic-contexts-forked-all.html [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-3/igt@gem_exec_whisper@basic-contexts-forked-all.html * igt@gem_userptr_blits@nohangcheck: - shard-mtlp: [FAIL][218] ([i915#7916]) -> [PASS][219] [218]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-3/igt@gem_userptr_blits@nohangcheck.html [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-1/igt@gem_userptr_blits@nohangcheck.html * {igt@i915_pm_freq_api@freq-suspend@gt0}: - shard-dg2: [FAIL][220] ([fdo#103375]) -> [PASS][221] +1 similar issue [220]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg2-10/igt@i915_pm_freq_api@freq-suspend@gt0.html [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-11/igt@i915_pm_freq_api@freq-suspend@gt0.html * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-tglu: [WARN][222] ([i915#2681]) -> [PASS][223] [222]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-tglu-9/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-8/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - {shard-dg1}: [FAIL][224] ([i915#3591]) -> [PASS][225] [224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@i915_pm_rpm@dpms-lpsp: - shard-rkl: [SKIP][226] ([i915#1397]) -> [PASS][227] [226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-rkl-6/igt@i915_pm_rpm@dpms-lpsp.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html - {shard-dg1}: [SKIP][228] ([i915#1397]) -> [PASS][229] [228]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg1-14/igt@i915_pm_rpm@dpms-lpsp.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg1-19/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@modeset-lpsp-stress: - shard-dg2: [SKIP][230] ([i915#1397]) -> [PASS][231] +1 similar issue [230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg2-7/igt@i915_pm_rpm@modeset-lpsp-stress.html [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-12/igt@i915_pm_rpm@modeset-lpsp-stress.html * igt@i915_selftest@live@workarounds: - shard-mtlp: [DMESG-FAIL][232] ([i915#6763]) -> [PASS][233] [232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-1/igt@i915_selftest@live@workarounds.html [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-4/igt@i915_selftest@live@workarounds.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-mtlp: [FAIL][234] ([i915#3743]) -> [PASS][235] +1 similar issue [234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1: - shard-glk: [FAIL][236] ([i915#2122]) -> [PASS][237] [236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-glk8/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-glk2/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][238] ([i915#7484]) -> [PASS][239] [238]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg2-8/igt@perf@non-zero-reason@0-rcs0.html [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-10/igt@perf@non-zero-reason@0-rcs0.html * igt@perf_pmu@busy-idle@bcs0: - shard-mtlp: [FAIL][240] ([i915#4349]) -> [PASS][241] +1 similar issue [240]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-1/igt@perf_pmu@busy-idle@bcs0.html [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-5/igt@perf_pmu@busy-idle@bcs0.html * igt@perf_pmu@busy-idle@vecs1: - shard-dg2: [FAIL][242] ([i915#4349]) -> [PASS][243] +4 similar issues [242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg2-10/igt@perf_pmu@busy-idle@vecs1.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-11/igt@perf_pmu@busy-idle@vecs1.html * igt@sysfs_heartbeat_interval@mixed@ccs0: - shard-mtlp: [ABORT][244] ([i915#8552]) -> [PASS][245] [244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-1/igt@sysfs_heartbeat_interval@mixed@ccs0.html [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-5/igt@sysfs_heartbeat_interval@mixed@ccs0.html * igt@sysfs_heartbeat_interval@mixed@vecs0: - shard-mtlp: [FAIL][246] ([i915#1731]) -> [PASS][247] [246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-1/igt@sysfs_heartbeat_interval@mixed@vecs0.html [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-5/igt@sysfs_heartbeat_interval@mixed@vecs0.html * igt@sysfs_timeslice_duration@timeout@vecs0: - shard-mtlp: [TIMEOUT][248] ([i915#6950]) -> [PASS][249] [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-8/igt@sysfs_timeslice_duration@timeout@vecs0.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-8/igt@sysfs_timeslice_duration@timeout@vecs0.html #### Warnings #### * igt@gem_exec_whisper@basic-contexts-priority-all: - shard-mtlp: [ABORT][250] ([i915#8131]) -> [TIMEOUT][251] ([i915#7392]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-7/igt@gem_exec_whisper@basic-contexts-priority-all.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-1/igt@gem_exec_whisper@basic-contexts-priority-all.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - shard-tglu: [WARN][252] ([i915#2681]) -> [FAIL][253] ([i915#2681] / [i915#3591]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-tglu-9/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-tglu-8/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@kms_async_flips@crc@pipe-b-edp-1: - shard-mtlp: [FAIL][254] ([i915#8247]) -> [DMESG-FAIL][255] ([i915#8561]) +1 similar issue [254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-7/igt@kms_async_flips@crc@pipe-b-edp-1.html [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-4/igt@kms_async_flips@crc@pipe-b-edp-1.html * igt@kms_content_protection@type1: - shard-dg2: [SKIP][256] ([i915#7118] / [i915#7162]) -> [SKIP][257] ([i915#7118]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-dg2-11/igt@kms_content_protection@type1.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-dg2-7/igt@kms_content_protection@type1.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-mtlp: [FAIL][258] ([i915#2346]) -> [DMESG-FAIL][259] ([i915#2017] / [i915#5954]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-mtlp-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-mtlp-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: [SKIP][260] ([i915#3955]) -> [SKIP][261] ([fdo#110189] / [i915#3955]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][262] ([i915#4816]) -> [SKIP][263] ([i915#4070] / [i915#4816]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13340/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1731]: https://gitlab.freedesktop.org/drm/intel/issues/1731 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#5099]: https://gitlab.freedesktop.org/drm/intel/issues/5099 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [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#5892]: https://gitlab.freedesktop.org/drm/intel/issues/5892 [i915#5954]: https://gitlab.freedesktop.org/drm/intel/issues/5954 [i915#6016]: https://gitlab.freedesktop.org/drm/intel/issues/6016 [i915#6032]: https://gitlab.freedesktop.org/drm/intel/issues/6032 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6295]: https://gitlab.freedesktop.org/drm/intel/issues/6295 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6363]: https://gitlab.freedesktop.org/drm/intel/issues/6363 [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#6763]: https://gitlab.freedesktop.org/drm/intel/issues/6763 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6950]: https://gitlab.freedesktop.org/drm/intel/issues/6950 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7349]: https://gitlab.freedesktop.org/drm/intel/issues/7349 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#7916]: https://gitlab.freedesktop.org/drm/intel/issues/7916 [i915#8104]: https://gitlab.freedesktop.org/drm/intel/issues/8104 [i915#8131]: https://gitlab.freedesktop.org/drm/intel/issues/8131 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8332]: https://gitlab.freedesktop.org/drm/intel/issues/8332 [i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346 [i915#8403]: https://gitlab.freedesktop.org/drm/intel/issues/8403 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8445]: https://gitlab.freedesktop.org/drm/intel/issues/8445 [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8552]: https://gitlab.freedesktop.org/drm/intel/issues/8552 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561 [i915#8606]: https://gitlab.freedesktop.org/drm/intel/issues/8606 [i915#8621]: https://gitlab.freedesktop.org/drm/intel/issues/8621 [i915#8628]: https://gitlab.freedesktop.org/drm/intel/issues/8628 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8761]: https://gitlab.freedesktop.org/drm/intel/issues/8761 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7357 -> IGTPW_9310 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13340: a3b671a5e12f1fd972ad7046f39a470acbefbbdc @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9310: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9310/index.html IGT_7357: 790f69303f49066b150fbdff95e471e14d046710 @ 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_9310/index.html [-- Attachment #2: Type: text/html, Size: 80710 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t v3] tests/kms_plane_cursor: Handle invalid pipe in big joiner 2023-06-30 8:22 [igt-dev] [PATCH i-g-t v3] tests/kms_plane_cursor: Handle invalid pipe in big joiner Nidhi Gupta 2023-06-30 11:04 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_cursor: Handle invalid pipe in big joiner (rev2) Patchwork 2023-06-30 22:03 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2023-08-04 9:08 ` Modem, Bhanuprakash 2 siblings, 0 replies; 4+ messages in thread From: Modem, Bhanuprakash @ 2023-08-04 9:08 UTC (permalink / raw) To: Nidhi Gupta, igt-dev Hi Nidhi, On Fri-30-06-2023 01:52 pm, Nidhi Gupta wrote: > If any pipe is invalid in big joiner currently test throws > as skip for all the pipes as it is within the dynamic subtest > block. > Fixed in IGT by not executing the subtest if valid combo of pipe > and output not found for big joiner and go on to check for the > next pipe. > > v2: Fix commit subject and message (Bhanu) > Fix nitpicks (Bhanu) > > v3: Have pipe/output valid combo before checking > for big joiner for the pipe. (Bhanu) > > Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com> > --- > tests/kms_plane_cursor.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/tests/kms_plane_cursor.c b/tests/kms_plane_cursor.c > index a7acb18e1..fb290322e 100644 > --- a/tests/kms_plane_cursor.c > +++ b/tests/kms_plane_cursor.c > @@ -85,9 +85,6 @@ static void test_init(data_t *data, enum pipe pipe_id, igt_output_t *output) > data->overlay = igt_pipe_get_plane_type(data->pipe, DRM_PLANE_TYPE_OVERLAY); > data->cursor = igt_pipe_get_plane_type(data->pipe, DRM_PLANE_TYPE_CURSOR); > > - igt_output_set_pipe(data->output, data->pipe_id); > - igt_require(i915_pipe_output_combo_valid(display)); > - > igt_info("Using (pipe %s + %s) to run the subtest.\n", > kmstest_pipe_name(data->pipe_id), igt_output_name(data->output)); > > @@ -310,6 +307,10 @@ igt_main > DRM_PLANE_TYPE_OVERLAY)) > continue; > Please call igt_display_reset() here before setting the pipe and drop it from test_init(). With this change, you can get my R-b. - Bhanu > + igt_output_set_pipe(output, pipe); > + if (!i915_pipe_output_combo_valid(&data.display)) > + continue; > + > test_init(&data, pipe, output); > > for (j = 0; j < ARRAY_SIZE(cursor_sizes); j++) { ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-04 9:08 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-06-30 8:22 [igt-dev] [PATCH i-g-t v3] tests/kms_plane_cursor: Handle invalid pipe in big joiner Nidhi Gupta 2023-06-30 11:04 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_cursor: Handle invalid pipe in big joiner (rev2) Patchwork 2023-06-30 22:03 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-08-04 9:08 ` [igt-dev] [PATCH i-g-t v3] tests/kms_plane_cursor: Handle invalid pipe in big joiner Modem, Bhanuprakash
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox