* [PATCH v3] tests/intel/xe_pm_residency: Skip on igt_power_open failure
@ 2024-10-23 21:58 Jonathan Cavitt
2024-10-24 6:52 ` ✓ Fi.CI.BAT: success for tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev4) Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Jonathan Cavitt @ 2024-10-23 21:58 UTC (permalink / raw)
To: igt-dev
Cc: jonathan.cavitt, saurabhg.gupta, alex.zuo, kamil.konieczny,
riana.tauro
The xe_pm_residency@toggle-gt-c6 test fails when
gt_c6_power >= gt_c0_power. These values are reported by
igt_power_get_mW, which will always report 0 in the case that
igt_power_open fails to open either the hwmon_fd or rapl.fd. Since the
expected result will always be a failure in this case, skip the
assertion that gt_c6_power < gt_c0_power.
v2: Do not skip the full test, and instead only ignore the part that is
guaranteed to fail.
v3: Use || instead of && (Riana)
Signed-off-by: Jonathan-Cavitt <jonathan.cavitt@intel.com>
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
CC: Riana Tauro <riana.tauro@intel.com>
---
tests/intel/xe_pm_residency.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/tests/intel/xe_pm_residency.c b/tests/intel/xe_pm_residency.c
index 772fe9b574..7bd6bcc267 100644
--- a/tests/intel/xe_pm_residency.c
+++ b/tests/intel/xe_pm_residency.c
@@ -282,10 +282,14 @@ static void measure_power(struct igt_power *gpu, double *power)
static void toggle_gt_c6(int fd, int n)
{
double gt_c0_power, gt_c6_power;
- int gt;
+ int gt, ret;
struct igt_power gpu;
- igt_power_open(fd, &gpu, "gpu");
+ /*
+ * igt_power_get_mW will always return 0 if igt_power_open fails,
+ * so skip the power check in this case.
+ */
+ ret = igt_power_open(fd, &gpu, "gpu");
do {
fw_handle = igt_debugfs_open(fd, "forcewake_all", O_RDONLY);
@@ -312,7 +316,7 @@ static void toggle_gt_c6(int fd, int n)
igt_info("GPU consumed %fmW in GT C6 and %fmW in GT C0\n", gt_c6_power, gt_c0_power);
/* FIXME: Remove dgfx check after hwmon is added */
- if (!xe_has_vram(fd))
+ if (!(xe_has_vram(fd) || ret))
igt_assert_f(gt_c6_power < gt_c0_power,
"Power consumed in GT C6 should be lower than GT C0\n");
}
--
2.43.0
^ permalink raw reply related [flat|nested] 6+ messages in thread* ✓ Fi.CI.BAT: success for tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev4) 2024-10-23 21:58 [PATCH v3] tests/intel/xe_pm_residency: Skip on igt_power_open failure Jonathan Cavitt @ 2024-10-24 6:52 ` Patchwork 2024-10-24 7:50 ` ✗ Fi.CI.IGT: failure " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-10-24 6:52 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5570 bytes --] == Series Details == Series: tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev4) URL : https://patchwork.freedesktop.org/series/139352/ State : success == Summary == CI Bug Log - changes from IGT_8082 -> IGTPW_11968 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/index.html Participating hosts (45 -> 46) ------------------------------ Additional (2): fi-skl-6600u bat-dg1-6 Missing (1): fi-snb-2520m New tests --------- New tests have been introduced between IGT_8082 and IGTPW_11968: ### New IGT tests (1) ### * igt@gem_exec_create@basic@lmem0: - Statuses : 7 pass(s) - Exec time: [2.10, 2.12] s Known issues ------------ Here are the changes found in IGTPW_11968 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@info: - bat-dg1-6: NOTRUN -> [SKIP][1] ([i915#1849]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/bat-dg1-6/igt@fbdev@info.html * igt@gem_huc_copy@huc-copy: - fi-skl-6600u: NOTRUN -> [SKIP][2] ([i915#2190]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/fi-skl-6600u/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@random-engines: - fi-skl-6600u: NOTRUN -> [SKIP][3] ([i915#4613]) +3 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/fi-skl-6600u/igt@gem_lmem_swapping@random-engines.html * igt@i915_selftest@live: - bat-mtlp-8: [PASS][4] -> [ABORT][5] ([i915#12216]) +1 other test abort [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-mtlp-8/igt@i915_selftest@live.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/bat-mtlp-8/igt@i915_selftest@live.html * igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size: - bat-dg1-6: NOTRUN -> [SKIP][6] ([i915#12311]) +54 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/bat-dg1-6/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html * igt@kms_dsc@dsc-basic: - fi-skl-6600u: NOTRUN -> [SKIP][7] +9 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/fi-skl-6600u/igt@kms_dsc@dsc-basic.html * igt@prime_vgem@basic-write: - bat-dg1-6: NOTRUN -> [SKIP][8] ([i915#11723]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/bat-dg1-6/igt@prime_vgem@basic-write.html #### Possible fixes #### * igt@i915_selftest@live: - bat-twl-1: [INCOMPLETE][9] ([i915#12133] / [i915#9413]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-twl-1/igt@i915_selftest@live.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/bat-twl-1/igt@i915_selftest@live.html - bat-dg2-9: [ABORT][11] ([i915#12133]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-dg2-9/igt@i915_selftest@live.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/bat-dg2-9/igt@i915_selftest@live.html * igt@i915_selftest@live@client: - bat-dg2-9: [ABORT][13] ([i915#12305]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-dg2-9/igt@i915_selftest@live@client.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/bat-dg2-9/igt@i915_selftest@live@client.html * igt@i915_selftest@live@gt_lrc: - bat-twl-1: [INCOMPLETE][15] ([i915#9413]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-twl-1/igt@i915_selftest@live@gt_lrc.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/bat-twl-1/igt@i915_selftest@live@gt_lrc.html * igt@i915_selftest@live@late_gt_pm: - fi-cfl-8109u: [DMESG-WARN][17] ([i915#11621]) -> [PASS][18] +132 other tests pass [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html [i915#11621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11621 [i915#11723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11723 [i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133 [i915#12216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216 [i915#12305]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12305 [i915#12311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12311 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#9413]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9413 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8082 -> IGTPW_11968 * Linux: CI_DRM_15576 -> CI_DRM_15586 CI-20190529: 20190529 CI_DRM_15576: d5bac12430b0d4a980c0498b3c946772950e70ee @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_15586: 790c7308eb96861950ceddfd5a0f410cc3306c2e @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11968: 953a381bb7681c5c48454d7cbf4f6358351e03da @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8082: c8379ec8b26f3c21bae5473706b23da78bd26ffa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/index.html [-- Attachment #2: Type: text/html, Size: 6640 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev4) 2024-10-23 21:58 [PATCH v3] tests/intel/xe_pm_residency: Skip on igt_power_open failure Jonathan Cavitt 2024-10-24 6:52 ` ✓ Fi.CI.BAT: success for tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev4) Patchwork @ 2024-10-24 7:50 ` Patchwork 2024-10-24 8:13 ` ✓ CI.xeBAT: success " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-10-24 7:50 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100286 bytes --] == Series Details == Series: tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev4) URL : https://patchwork.freedesktop.org/series/139352/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15586_full -> IGTPW_11968_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11968_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11968_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/index.html Participating hosts (8 -> 8) ------------------------------ Additional (1): shard-glk-0 Missing (1): shard-glk Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11968_full: ### IGT changes ### #### Possible regressions #### * igt@kms_psr@psr2-primary-mmap-cpu: - shard-mtlp: [PASS][1] -> [FAIL][2] +1 other test fail [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-2/igt@kms_psr@psr2-primary-mmap-cpu.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-2/igt@kms_psr@psr2-primary-mmap-cpu.html #### Warnings #### * igt@i915_suspend@basic-s3-without-i915: - shard-mtlp: [SKIP][3] ([i915#6645]) -> [INCOMPLETE][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-5/igt@i915_suspend@basic-s3-without-i915.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-5/igt@i915_suspend@basic-s3-without-i915.html New tests --------- New tests have been introduced between CI_DRM_15586_full and IGTPW_11968_full: ### New IGT tests (1) ### * igt@kms_cursor_edge_walk: - Statuses : - Exec time: [None] s Known issues ------------ Here are the changes found in IGTPW_11968_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#8411]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-2/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@device_reset@cold-reset-bound: - shard-dg1: NOTRUN -> [SKIP][6] ([i915#11078]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-17/igt@device_reset@cold-reset-bound.html - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#11078]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-2/igt@device_reset@cold-reset-bound.html - shard-dg2: NOTRUN -> [SKIP][8] ([i915#11078]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-7/igt@device_reset@cold-reset-bound.html * igt@device_reset@unbind-cold-reset-rebind: - shard-tglu: NOTRUN -> [SKIP][9] ([i915#11078]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-10/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy-idle@bcs0: - shard-dg2: NOTRUN -> [SKIP][10] ([i915#8414]) +8 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-11/igt@drm_fdinfo@busy-idle@bcs0.html * igt@drm_fdinfo@busy-idle@vcs1: - shard-dg1: NOTRUN -> [SKIP][11] ([i915#8414]) +6 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-16/igt@drm_fdinfo@busy-idle@vcs1.html * igt@drm_fdinfo@virtual-busy-idle: - shard-mtlp: NOTRUN -> [SKIP][12] ([i915#8414]) +7 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-1/igt@drm_fdinfo@virtual-busy-idle.html * igt@drm_read@fault-buffer: - shard-dg2: [PASS][13] -> [SKIP][14] ([i915#9197]) +14 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-3/igt@drm_read@fault-buffer.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-2/igt@drm_read@fault-buffer.html * igt@fbdev@unaligned-write: - shard-dg2: [PASS][15] -> [SKIP][16] ([i915#2582]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-10/igt@fbdev@unaligned-write.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-2/igt@fbdev@unaligned-write.html * igt@gem_basic@multigpu-create-close: - shard-tglu-1: NOTRUN -> [SKIP][17] ([i915#7697]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@gem_basic@multigpu-create-close.html * igt@gem_busy@close-race: - shard-dg2: NOTRUN -> [FAIL][18] ([i915#12297]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@gem_busy@close-race.html * igt@gem_ccs@block-copy-compressed: - shard-rkl: NOTRUN -> [SKIP][19] ([i915#3555] / [i915#9323]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-1/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@ctrl-surf-copy: - shard-tglu: NOTRUN -> [SKIP][20] ([i915#3555] / [i915#9323]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-3/igt@gem_ccs@ctrl-surf-copy.html - shard-dg1: NOTRUN -> [SKIP][21] ([i915#3555] / [i915#9323]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-14/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-dg1: NOTRUN -> [SKIP][22] ([i915#9323]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-12/igt@gem_ccs@ctrl-surf-copy-new-ctx.html - shard-tglu: NOTRUN -> [SKIP][23] ([i915#9323]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-8/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_close_race@multigpu-basic-threads: - shard-rkl: NOTRUN -> [SKIP][24] ([i915#7697]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-6/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_compute@compute-square: - shard-mtlp: NOTRUN -> [SKIP][25] ([i915#9310]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-7/igt@gem_compute@compute-square.html * igt@gem_create@create-ext-cpu-access-big: - shard-tglu-1: NOTRUN -> [SKIP][26] ([i915#6335]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_create@create-ext-set-pat: - shard-dg2: NOTRUN -> [SKIP][27] ([i915#8562]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-1/igt@gem_create@create-ext-set-pat.html - shard-rkl: NOTRUN -> [SKIP][28] ([i915#8562]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-6/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_engines@invalid-engines: - shard-tglu-1: NOTRUN -> [FAIL][29] ([i915#12031]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@gem_ctx_engines@invalid-engines.html * igt@gem_ctx_persistence@hang: - shard-dg1: NOTRUN -> [SKIP][30] ([i915#8555]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-19/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_persistence@hostile: - shard-tglu: [PASS][31] -> [FAIL][32] ([i915#11980]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-tglu-4/igt@gem_ctx_persistence@hostile.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-3/igt@gem_ctx_persistence@hostile.html * igt@gem_ctx_sseu@engines: - shard-tglu: NOTRUN -> [SKIP][33] ([i915#280]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-9/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@invalid-args: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#280]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-6/igt@gem_ctx_sseu@invalid-args.html - shard-dg1: NOTRUN -> [SKIP][35] ([i915#280]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-16/igt@gem_ctx_sseu@invalid-args.html - shard-mtlp: NOTRUN -> [SKIP][36] ([i915#280]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-7/igt@gem_ctx_sseu@invalid-args.html * igt@gem_ctx_sseu@mmap-args: - shard-rkl: NOTRUN -> [SKIP][37] ([i915#280]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-5/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@hibernate: - shard-dg2: NOTRUN -> [ABORT][38] ([i915#10030] / [i915#7975] / [i915#8213]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-4/igt@gem_eio@hibernate.html * igt@gem_eio@reset-stress: - shard-dg2: [PASS][39] -> [FAIL][40] ([i915#5784]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-3/igt@gem_eio@reset-stress.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@gem_eio@reset-stress.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#4812]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-11/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@bonded-sync: - shard-dg2: NOTRUN -> [SKIP][42] ([i915#4771]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-11/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@nop: - shard-mtlp: [PASS][43] -> [DMESG-WARN][44] ([i915#12412]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-3/igt@gem_exec_balancer@nop.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-8/igt@gem_exec_balancer@nop.html * igt@gem_exec_balancer@parallel: - shard-rkl: NOTRUN -> [SKIP][45] ([i915#4525]) +3 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-7/igt@gem_exec_balancer@parallel.html * igt@gem_exec_big@single: - shard-tglu: NOTRUN -> [ABORT][46] ([i915#11713]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-7/igt@gem_exec_big@single.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-tglu-1: NOTRUN -> [FAIL][47] ([i915#2842]) +1 other test fail [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace-share: - shard-rkl: [PASS][48] -> [FAIL][49] ([i915#2842]) +1 other test fail [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-rkl-7/igt@gem_exec_fair@basic-pace-share.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-1/igt@gem_exec_fair@basic-pace-share.html * igt@gem_exec_fair@basic-throttle: - shard-rkl: NOTRUN -> [FAIL][50] ([i915#2842]) +1 other test fail [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-3/igt@gem_exec_fair@basic-throttle.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-dg1: NOTRUN -> [SKIP][51] ([i915#3539] / [i915#4852]) +1 other test skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-13/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html - shard-mtlp: NOTRUN -> [SKIP][52] ([i915#3711]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-1/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_flush@basic-uc-ro-default: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#3539] / [i915#4852]) +2 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@gem_exec_flush@basic-uc-ro-default.html * igt@gem_exec_params@rsvd2-dirt: - shard-dg2: NOTRUN -> [SKIP][54] ([i915#5107]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_params@secure-non-root: - shard-dg2: NOTRUN -> [SKIP][55] +15 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@gem_exec_params@secure-non-root.html * igt@gem_exec_reloc@basic-active: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#3281]) +8 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-6/igt@gem_exec_reloc@basic-active.html * igt@gem_exec_reloc@basic-concurrent0: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#3281]) +4 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-5/igt@gem_exec_reloc@basic-concurrent0.html * igt@gem_exec_reloc@basic-scanout: - shard-rkl: NOTRUN -> [SKIP][58] ([i915#3281]) +11 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-3/igt@gem_exec_reloc@basic-scanout.html * igt@gem_exec_reloc@basic-wc-read: - shard-dg1: NOTRUN -> [SKIP][59] ([i915#3281]) +6 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-18/igt@gem_exec_reloc@basic-wc-read.html * igt@gem_exec_schedule@pi-ringfull@ccs0: - shard-dg2: NOTRUN -> [FAIL][60] ([i915#12296]) +7 other tests fail [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-5/igt@gem_exec_schedule@pi-ringfull@ccs0.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-dg1: NOTRUN -> [SKIP][61] ([i915#4812]) +2 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-14/igt@gem_exec_schedule@preempt-queue-contexts.html - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4537] / [i915#4812]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-3/igt@gem_exec_schedule@preempt-queue-contexts.html - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4537] / [i915#4812]) +1 other test skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg1: [PASS][64] -> [ABORT][65] ([i915#7975] / [i915#8213]) +1 other test abort [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg1-15/igt@gem_exec_suspend@basic-s4-devices@lmem0.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_fence_thrash@bo-copy: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#4860]) +2 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-6/igt@gem_fence_thrash@bo-copy.html - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#4860]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-7/igt@gem_fence_thrash@bo-copy.html * igt@gem_fence_thrash@bo-write-verify-none: - shard-dg1: NOTRUN -> [SKIP][68] ([i915#4860]) +2 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-18/igt@gem_fence_thrash@bo-write-verify-none.html * igt@gem_huc_copy@huc-copy: - shard-rkl: NOTRUN -> [SKIP][69] ([i915#2190]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-7/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-tglu: NOTRUN -> [SKIP][70] ([i915#4613]) +2 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-8/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@parallel-random: - shard-rkl: NOTRUN -> [SKIP][71] ([i915#4613]) +3 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-2/igt@gem_lmem_swapping@parallel-random.html - shard-tglu-1: NOTRUN -> [SKIP][72] ([i915#4613]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@gem_lmem_swapping@parallel-random.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-dg1: NOTRUN -> [SKIP][73] ([i915#12193]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-15/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_lmem_swapping@verify-random-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][74] ([i915#4565]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-15/igt@gem_lmem_swapping@verify-random-ccs@lmem0.html * igt@gem_mmap_gtt@basic-read: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#4077]) +12 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-11/igt@gem_mmap_gtt@basic-read.html * igt@gem_mmap_gtt@coherency: - shard-dg1: NOTRUN -> [SKIP][76] ([i915#4077]) +10 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-17/igt@gem_mmap_gtt@coherency.html * igt@gem_mmap_wc@bad-offset: - shard-mtlp: NOTRUN -> [SKIP][77] ([i915#4083]) +3 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-2/igt@gem_mmap_wc@bad-offset.html * igt@gem_mmap_wc@fault-concurrent: - shard-dg2: NOTRUN -> [SKIP][78] ([i915#4083]) +7 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@gem_mmap_wc@fault-concurrent.html * igt@gem_mmap_wc@read: - shard-dg1: NOTRUN -> [SKIP][79] ([i915#4083]) +4 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-13/igt@gem_mmap_wc@read.html * igt@gem_partial_pwrite_pread@write-uncached: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#3282]) +5 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-11/igt@gem_partial_pwrite_pread@write-uncached.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-mtlp: NOTRUN -> [SKIP][81] ([i915#3282]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-4/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-rkl: NOTRUN -> [SKIP][82] ([i915#3282]) +5 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-3/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pread@exhaustion: - shard-dg1: NOTRUN -> [SKIP][83] ([i915#3282]) +3 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-17/igt@gem_pread@exhaustion.html * igt@gem_pxp@display-protected-crc: - shard-tglu: NOTRUN -> [SKIP][84] ([i915#4270]) +1 other test skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-4/igt@gem_pxp@display-protected-crc.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg2: NOTRUN -> [SKIP][85] ([i915#4270]) +3 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-10/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-rkl: NOTRUN -> [SKIP][86] ([i915#4270]) +5 other tests skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-2/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-tglu-1: NOTRUN -> [SKIP][87] ([i915#4270]) +1 other test skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-dg1: NOTRUN -> [SKIP][88] ([i915#4270]) +1 other test skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-15/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-mtlp: NOTRUN -> [SKIP][89] ([i915#4270]) +1 other test skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-2/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@gem_render_copy@y-tiled-ccs-to-yf-tiled-mc-ccs: - shard-mtlp: NOTRUN -> [SKIP][90] ([i915#8428]) +1 other test skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-5/igt@gem_render_copy@y-tiled-ccs-to-yf-tiled-mc-ccs.html * igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs: - shard-dg2: NOTRUN -> [SKIP][91] ([i915#5190] / [i915#8428]) +6 other tests skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-5/igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg1: NOTRUN -> [SKIP][92] ([i915#4079]) +2 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-19/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html - shard-mtlp: NOTRUN -> [SKIP][93] ([i915#4079]) +2 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-2/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html - shard-dg2: NOTRUN -> [SKIP][94] ([i915#4079]) +2 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_tiling_max_stride: - shard-mtlp: NOTRUN -> [SKIP][95] ([i915#4077]) +6 other tests skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-4/igt@gem_tiling_max_stride.html * igt@gem_userptr_blits@access-control: - shard-tglu-1: NOTRUN -> [SKIP][96] ([i915#3297]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-dg2: NOTRUN -> [SKIP][97] ([i915#3297]) +1 other test skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@gem_userptr_blits@create-destroy-unsync.html - shard-dg1: NOTRUN -> [SKIP][98] ([i915#3297]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-15/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-tglu: NOTRUN -> [SKIP][99] ([i915#3297]) +2 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-9/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-mtlp: NOTRUN -> [SKIP][100] ([i915#3297]) +1 other test skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-2/igt@gem_userptr_blits@map-fixed-invalidate-busy.html - shard-dg2: NOTRUN -> [SKIP][101] ([i915#3297] / [i915#4880]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-1/igt@gem_userptr_blits@map-fixed-invalidate-busy.html - shard-dg1: NOTRUN -> [SKIP][102] ([i915#3297] / [i915#4880]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-19/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-rkl: NOTRUN -> [SKIP][103] ([i915#3297]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-1/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen9_exec_parse@batch-invalid-length: - shard-dg1: NOTRUN -> [SKIP][104] ([i915#2527]) +2 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-17/igt@gen9_exec_parse@batch-invalid-length.html - shard-mtlp: NOTRUN -> [SKIP][105] ([i915#2856]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-3/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@batch-zero-length: - shard-tglu: NOTRUN -> [SKIP][106] ([i915#2527] / [i915#2856]) +2 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-9/igt@gen9_exec_parse@batch-zero-length.html * igt@gen9_exec_parse@bb-chained: - shard-tglu-1: NOTRUN -> [SKIP][107] ([i915#2527] / [i915#2856]) +1 other test skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@gen9_exec_parse@bb-chained.html * igt@gen9_exec_parse@bb-start-out: - shard-rkl: NOTRUN -> [SKIP][108] ([i915#2527]) +4 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-7/igt@gen9_exec_parse@bb-start-out.html * igt@gen9_exec_parse@bb-start-param: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#2856]) +3 other tests skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-5/igt@gen9_exec_parse@bb-start-param.html * igt@i915_pm_freq_api@freq-basic-api: - shard-rkl: NOTRUN -> [SKIP][110] ([i915#8399]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-4/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-tglu-1: NOTRUN -> [WARN][111] ([i915#2681]) +1 other test warn [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@i915_pm_rc6_residency@rc6-fence.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0: - shard-dg1: [PASS][112] -> [FAIL][113] ([i915#3591]) +1 other test fail [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html * igt@i915_pm_rps@thresholds-idle-park: - shard-dg2: NOTRUN -> [SKIP][114] ([i915#11681]) +2 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-5/igt@i915_pm_rps@thresholds-idle-park.html - shard-dg1: NOTRUN -> [SKIP][115] ([i915#11681]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-14/igt@i915_pm_rps@thresholds-idle-park.html * igt@i915_suspend@basic-s2idle-without-i915: - shard-snb: [PASS][116] -> [ABORT][117] ([i915#12450]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-snb2/igt@i915_suspend@basic-s2idle-without-i915.html [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-snb4/igt@i915_suspend@basic-s2idle-without-i915.html * igt@i915_suspend@basic-s3-without-i915: - shard-tglu: NOTRUN -> [INCOMPLETE][118] ([i915#7443]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-10/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@clobberred-modifier: - shard-dg1: NOTRUN -> [SKIP][119] ([i915#4212]) +1 other test skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-17/igt@kms_addfb_basic@clobberred-modifier.html - shard-mtlp: NOTRUN -> [SKIP][120] ([i915#4212]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-5/igt@kms_addfb_basic@clobberred-modifier.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][121] ([i915#4212]) +1 other test skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-4/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#12454]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-3/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@alternate-sync-async-flip: - shard-dg1: [PASS][123] -> [FAIL][124] ([i915#12451]) +1 other test fail [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg1-17/igt@kms_async_flips@alternate-sync-async-flip.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-17/igt@kms_async_flips@alternate-sync-async-flip.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][125] ([i915#8709]) +3 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#8709]) +11 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#9531]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-5/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-dg1: NOTRUN -> [SKIP][128] ([i915#9531]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-14/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][129] +13 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-8/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html - shard-dg1: NOTRUN -> [SKIP][130] ([i915#4538] / [i915#5286]) +4 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-15/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow: - shard-dg1: NOTRUN -> [SKIP][131] ([i915#5286]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-16/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-tglu: NOTRUN -> [SKIP][132] ([i915#5286]) +3 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-tglu-1: NOTRUN -> [SKIP][133] ([i915#5286]) +3 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-rkl: NOTRUN -> [SKIP][134] ([i915#5286]) +4 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][135] ([i915#3638]) +2 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-3/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-64bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][136] ([i915#3638]) +1 other test skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-14/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-8bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][137] ([i915#4538] / [i915#5190]) +12 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-10/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-dg2: NOTRUN -> [SKIP][138] ([i915#5190]) +2 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-10/igt@kms_big_fb@y-tiled-addfb-size-overflow.html - shard-mtlp: NOTRUN -> [SKIP][139] ([i915#6187]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-7/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][140] ([i915#4538]) +4 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-16/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#5190] / [i915#9197]) +1 other test skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][142] ([i915#6095]) +69 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-4/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-1.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1: - shard-tglu-1: NOTRUN -> [SKIP][143] ([i915#6095]) +34 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs: - shard-tglu: NOTRUN -> [SKIP][144] ([i915#12313]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs: - shard-rkl: NOTRUN -> [SKIP][145] ([i915#12313]) +1 other test skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][146] ([i915#6095]) +49 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][147] ([i915#10307] / [i915#6095]) +199 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][148] ([i915#6095]) +24 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-4/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-edp-1.html * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs: - shard-tglu-1: NOTRUN -> [SKIP][149] ([i915#12313]) +1 other test skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][150] ([i915#6095]) +96 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-13/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3.html * igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][151] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_cdclk@mode-transition: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#11616] / [i915#7213]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@kms_cdclk@mode-transition.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][153] ([i915#7213]) +3 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2.html * igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#4087]) +3 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2.html * igt@kms_chamelium_audio@dp-audio-edid: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#7828]) +8 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-7/igt@kms_chamelium_audio@dp-audio-edid.html * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k: - shard-tglu: NOTRUN -> [SKIP][156] ([i915#7828]) +6 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-2/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html * igt@kms_chamelium_frames@hdmi-crc-single: - shard-rkl: NOTRUN -> [SKIP][157] ([i915#7828]) +7 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-5/igt@kms_chamelium_frames@hdmi-crc-single.html * igt@kms_chamelium_hpd@dp-hpd-storm-disable: - shard-tglu-1: NOTRUN -> [SKIP][158] ([i915#7828]) +5 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html - shard-dg1: NOTRUN -> [SKIP][159] ([i915#7828]) +3 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-18/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html - shard-mtlp: NOTRUN -> [SKIP][160] ([i915#7828]) +1 other test skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-1/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html * igt@kms_content_protection@content-type-change: - shard-mtlp: NOTRUN -> [SKIP][161] ([i915#6944] / [i915#9424]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-2/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-rkl: NOTRUN -> [SKIP][162] ([i915#3116]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-2/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg1: NOTRUN -> [SKIP][163] ([i915#3299]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-14/igt@kms_content_protection@dp-mst-type-0.html - shard-tglu: NOTRUN -> [SKIP][164] ([i915#3116] / [i915#3299]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-2/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@lic-type-0: - shard-tglu-1: NOTRUN -> [SKIP][165] ([i915#6944] / [i915#9424]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@lic-type-0@pipe-a-dp-3: - shard-dg2: NOTRUN -> [TIMEOUT][166] ([i915#7173]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-10/igt@kms_content_protection@lic-type-0@pipe-a-dp-3.html * igt@kms_content_protection@lic-type-1: - shard-dg1: NOTRUN -> [SKIP][167] ([i915#9424]) +1 other test skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-12/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@mei-interface: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#9424]) +2 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@kms_content_protection@mei-interface.html * igt@kms_cursor_crc@cursor-offscreen-32x32: - shard-tglu-1: NOTRUN -> [SKIP][169] ([i915#3555]) +3 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-32x32.html * igt@kms_cursor_crc@cursor-offscreen-max-size: - shard-dg1: NOTRUN -> [SKIP][170] ([i915#3555]) +3 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-19/igt@kms_cursor_crc@cursor-offscreen-max-size.html - shard-tglu: NOTRUN -> [SKIP][171] ([i915#3555]) +2 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-8/igt@kms_cursor_crc@cursor-offscreen-max-size.html - shard-mtlp: NOTRUN -> [SKIP][172] ([i915#3555] / [i915#8814]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-2/igt@kms_cursor_crc@cursor-offscreen-max-size.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-tglu: NOTRUN -> [SKIP][173] ([i915#11453] / [i915#3359]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-mtlp: NOTRUN -> [SKIP][174] ([i915#11453] / [i915#3359]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-1/igt@kms_cursor_crc@cursor-onscreen-512x512.html - shard-dg2: NOTRUN -> [SKIP][175] ([i915#11453] / [i915#3359]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-10/igt@kms_cursor_crc@cursor-onscreen-512x512.html - shard-tglu-1: NOTRUN -> [SKIP][176] ([i915#11453] / [i915#3359]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-512x512.html - shard-dg1: NOTRUN -> [SKIP][177] ([i915#11453] / [i915#3359]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-13/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-sliding-128x42: - shard-mtlp: NOTRUN -> [SKIP][178] ([i915#8814]) +2 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-2/igt@kms_cursor_crc@cursor-sliding-128x42.html * igt@kms_cursor_crc@cursor-suspend: - shard-dg1: [PASS][179] -> [DMESG-WARN][180] ([i915#4423]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg1-12/igt@kms_cursor_crc@cursor-suspend.html [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-16/igt@kms_cursor_crc@cursor-suspend.html * igt@kms_cursor_crc@cursor-suspend@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [DMESG-WARN][181] ([i915#4423]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-16/igt@kms_cursor_crc@cursor-suspend@pipe-d-hdmi-a-4.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy: - shard-rkl: NOTRUN -> [SKIP][182] +20 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-4/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html - shard-mtlp: NOTRUN -> [SKIP][183] ([i915#9809]) +1 other test skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#4213]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html - shard-dg2: NOTRUN -> [SKIP][185] ([i915#4103] / [i915#4213]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html - shard-dg1: NOTRUN -> [SKIP][186] ([i915#4103] / [i915#4213]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-16/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html - shard-tglu: NOTRUN -> [SKIP][187] ([i915#4103]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-tglu-1: NOTRUN -> [SKIP][188] ([i915#4103]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-rkl: NOTRUN -> [SKIP][189] ([i915#8588]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-1/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][190] ([i915#3804]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-tglu-1: NOTRUN -> [SKIP][191] ([i915#12402]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dsc@dsc-with-output-formats: - shard-rkl: NOTRUN -> [SKIP][192] ([i915#3555] / [i915#3840]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-1/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_fbcon_fbt@psr: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#3469]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-5/igt@kms_fbcon_fbt@psr.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][194] ([i915#3955]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-2x: - shard-tglu: NOTRUN -> [SKIP][195] ([i915#1839]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-6/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@display-3x: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#1839]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@kms_feature_discovery@display-3x.html - shard-dg1: NOTRUN -> [SKIP][197] ([i915#1839]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-15/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@dp-mst: - shard-tglu: NOTRUN -> [SKIP][198] ([i915#9337]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-9/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr1: - shard-rkl: NOTRUN -> [SKIP][199] ([i915#658]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-3/igt@kms_feature_discovery@psr1.html * igt@kms_feature_discovery@psr2: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#658]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-2/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-mtlp: NOTRUN -> [SKIP][201] ([i915#3637]) +1 other test skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-dg1: NOTRUN -> [SKIP][202] ([i915#9934]) +3 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-13/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-dg1: NOTRUN -> [SKIP][203] ([i915#8381]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-12/igt@kms_flip@2x-flip-vs-fences-interruptible.html - shard-dg2: NOTRUN -> [SKIP][204] ([i915#8381]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-11/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-tglu-1: NOTRUN -> [SKIP][205] ([i915#3637]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip@2x-nonexisting-fb: - shard-tglu: NOTRUN -> [SKIP][206] ([i915#3637]) +4 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-3/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: - shard-dg2: NOTRUN -> [SKIP][207] ([i915#5354]) +48 other tests skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip@dpms-vs-vblank-race-interruptible: - shard-dg2: [PASS][208] -> [SKIP][209] ([i915#5354]) +2 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-7/igt@kms_flip@dpms-vs-vblank-race-interruptible.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-2/igt@kms_flip@dpms-vs-vblank-race-interruptible.html * igt@kms_flip@flip-vs-blocking-wf-vblank: - shard-rkl: NOTRUN -> [FAIL][210] ([i915#11989] / [i915#2122]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-5/igt@kms_flip@flip-vs-blocking-wf-vblank.html - shard-snb: [PASS][211] -> [FAIL][212] ([i915#2122]) +4 other tests fail [211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-snb6/igt@kms_flip@flip-vs-blocking-wf-vblank.html [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-snb2/igt@kms_flip@flip-vs-blocking-wf-vblank.html - shard-dg1: [PASS][213] -> [FAIL][214] ([i915#11989] / [i915#2122]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg1-13/igt@kms_flip@flip-vs-blocking-wf-vblank.html [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-13/igt@kms_flip@flip-vs-blocking-wf-vblank.html - shard-mtlp: [PASS][215] -> [FAIL][216] ([i915#11989] / [i915#2122]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-3/igt@kms_flip@flip-vs-blocking-wf-vblank.html [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-1/igt@kms_flip@flip-vs-blocking-wf-vblank.html * igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1: - shard-mtlp: [PASS][217] -> [FAIL][218] ([i915#2122]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-3/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-1/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html * igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a3: - shard-dg1: [PASS][219] -> [FAIL][220] ([i915#12457]) +1 other test fail [219]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg1-13/igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a3.html [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-13/igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a3.html * igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a2: - shard-rkl: NOTRUN -> [FAIL][221] ([i915#12034]) +1 other test fail [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-5/igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a2.html * igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1: - shard-mtlp: [PASS][222] -> [FAIL][223] ([i915#11989]) +1 other test fail [222]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-3/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-1/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html * igt@kms_flip@flip-vs-blocking-wf-vblank@c-hdmi-a1: - shard-tglu: [PASS][224] -> [FAIL][225] ([i915#2122]) +5 other tests fail [224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-tglu-7/igt@kms_flip@flip-vs-blocking-wf-vblank@c-hdmi-a1.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-6/igt@kms_flip@flip-vs-blocking-wf-vblank@c-hdmi-a1.html * igt@kms_flip@flip-vs-suspend: - shard-dg2: NOTRUN -> [INCOMPLETE][226] ([i915#4839] / [i915#6113]) +1 other test incomplete [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend@b-hdmi-a1: - shard-snb: [PASS][227] -> [INCOMPLETE][228] ([i915#4839]) +1 other test incomplete [227]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-snb4/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-snb1/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html * igt@kms_flip@flip-vs-suspend@c-hdmi-a4: - shard-dg1: NOTRUN -> [INCOMPLETE][229] ([i915#6113]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-15/igt@kms_flip@flip-vs-suspend@c-hdmi-a4.html * igt@kms_flip@flip-vs-suspend@d-edp1: - shard-mtlp: [PASS][230] -> [INCOMPLETE][231] ([i915#6113]) +1 other test incomplete [230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-1/igt@kms_flip@flip-vs-suspend@d-edp1.html [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-8/igt@kms_flip@flip-vs-suspend@d-edp1.html * igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a4: - shard-dg1: [PASS][232] -> [FAIL][233] ([i915#2122]) +2 other tests fail [232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg1-18/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a4.html [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-14/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a4.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-dg1: NOTRUN -> [SKIP][234] ([i915#2672] / [i915#3555]) +1 other test skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html - shard-mtlp: NOTRUN -> [SKIP][235] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][236] ([i915#2672] / [i915#8813]) +1 other test skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][237] ([i915#2587] / [i915#2672]) +1 other test skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][238] ([i915#2672]) +3 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][239] ([i915#2587] / [i915#2672]) +3 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-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-upscaling: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#2672] / [i915#3555]) +1 other test skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][241] ([i915#2672]) +3 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-tglu-1: NOTRUN -> [SKIP][242] ([i915#2587] / [i915#2672] / [i915#3555]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling: - shard-tglu: NOTRUN -> [SKIP][243] ([i915#2587] / [i915#2672] / [i915#3555]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-10/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling: - shard-tglu-1: NOTRUN -> [SKIP][244] ([i915#2672] / [i915#3555]) +2 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode: - shard-tglu-1: NOTRUN -> [SKIP][245] ([i915#2587] / [i915#2672]) +3 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling: - shard-rkl: NOTRUN -> [SKIP][246] ([i915#2672] / [i915#3555]) +3 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling: - shard-dg2: [PASS][247] -> [SKIP][248] ([i915#3555]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-3/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling: - shard-tglu: NOTRUN -> [SKIP][249] ([i915#2672] / [i915#3555]) +2 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling: - shard-dg2: NOTRUN -> [SKIP][250] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-snb: [PASS][251] -> [SKIP][252] +1 other test skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt.html [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt: - shard-dg1: NOTRUN -> [SKIP][253] +37 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html - shard-snb: NOTRUN -> [SKIP][254] +49 other tests skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][255] ([i915#8708]) +5 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][256] ([i915#8708]) +14 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu: - shard-tglu-1: NOTRUN -> [SKIP][257] +58 other tests skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#8708]) +21 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt: - shard-rkl: NOTRUN -> [SKIP][259] ([i915#1825]) +35 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt: - shard-mtlp: NOTRUN -> [SKIP][260] ([i915#1825]) +8 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-modesetfrombusy: - shard-rkl: NOTRUN -> [SKIP][261] ([i915#3023]) +24 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render: - shard-dg2: NOTRUN -> [SKIP][262] ([i915#3458]) +19 other tests skip [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][263] ([i915#3458]) +17 other tests skip [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite.html * igt@kms_hdmi_inject@inject-audio: - shard-mtlp: [PASS][264] -> [SKIP][265] ([i915#433]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-2/igt@kms_hdmi_inject@inject-audio.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-1/igt@kms_hdmi_inject@inject-audio.html - shard-rkl: NOTRUN -> [SKIP][266] ([i915#433]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-5/igt@kms_hdmi_inject@inject-audio.html - shard-tglu: [PASS][267] -> [SKIP][268] ([i915#433]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-tglu-7/igt@kms_hdmi_inject@inject-audio.html [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-6/igt@kms_hdmi_inject@inject-audio.html * igt@kms_hdr@bpc-switch-dpms: - shard-dg1: NOTRUN -> [SKIP][269] ([i915#3555] / [i915#8228]) +1 other test skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-14/igt@kms_hdr@bpc-switch-dpms.html - shard-tglu: NOTRUN -> [SKIP][270] ([i915#3555] / [i915#8228]) +2 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-2/igt@kms_hdr@bpc-switch-dpms.html - shard-dg2: NOTRUN -> [SKIP][271] ([i915#3555] / [i915#8228]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-5/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@bpc-switch-suspend: - shard-dg2: [PASS][272] -> [SKIP][273] ([i915#3555] / [i915#8228]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-10/igt@kms_hdr@bpc-switch-suspend.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-7/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@static-toggle-suspend: - shard-rkl: NOTRUN -> [SKIP][274] ([i915#3555] / [i915#8228]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-2/igt@kms_hdr@static-toggle-suspend.html * igt@kms_joiner@basic-big-joiner: - shard-rkl: NOTRUN -> [SKIP][275] ([i915#10656]) +1 other test skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-1/igt@kms_joiner@basic-big-joiner.html * igt@kms_joiner@basic-force-big-joiner: - shard-tglu-1: NOTRUN -> [SKIP][276] ([i915#12388]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_joiner@basic-ultra-joiner: - shard-dg1: NOTRUN -> [SKIP][277] ([i915#12339]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-17/igt@kms_joiner@basic-ultra-joiner.html - shard-tglu: NOTRUN -> [SKIP][278] ([i915#12339]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-4/igt@kms_joiner@basic-ultra-joiner.html - shard-dg2: NOTRUN -> [SKIP][279] ([i915#12339]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-5/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-dg2: NOTRUN -> [SKIP][280] ([i915#12388]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@kms_joiner@invalid-modeset-force-big-joiner.html - shard-dg1: NOTRUN -> [SKIP][281] ([i915#12388]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-15/igt@kms_joiner@invalid-modeset-force-big-joiner.html - shard-tglu: NOTRUN -> [SKIP][282] ([i915#12388]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-8/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_joiner@invalid-modeset-ultra-joiner: - shard-rkl: NOTRUN -> [SKIP][283] ([i915#12339]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-1/igt@kms_joiner@invalid-modeset-ultra-joiner.html * igt@kms_plane@plane-panning-bottom-right-suspend: - shard-dg2: NOTRUN -> [SKIP][284] ([i915#8825]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-2/igt@kms_plane@plane-panning-bottom-right-suspend.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-dg2: NOTRUN -> [SKIP][285] ([i915#5354] / [i915#9423]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-6/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c: - shard-tglu: NOTRUN -> [SKIP][286] ([i915#12247]) +4 other tests skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-6/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a: - shard-rkl: NOTRUN -> [SKIP][287] ([i915#12247]) +11 other tests skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a: - shard-tglu-1: NOTRUN -> [SKIP][288] ([i915#12247]) +12 other tests skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-tglu-1: NOTRUN -> [SKIP][289] ([i915#12247] / [i915#6953]) +1 other test skip [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling: - shard-dg2: NOTRUN -> [SKIP][290] ([i915#12247] / [i915#9423]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d: - shard-dg2: NOTRUN -> [SKIP][291] ([i915#12247]) +10 other tests skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25: - shard-dg1: NOTRUN -> [SKIP][292] ([i915#12247] / [i915#6953]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c: - shard-dg1: NOTRUN -> [SKIP][293] ([i915#12247]) +3 other tests skip [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-dg2: NOTRUN -> [SKIP][294] ([i915#12247] / [i915#3555] / [i915#9423]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75: - shard-dg2: NOTRUN -> [SKIP][295] ([i915#12247] / [i915#6953] / [i915#8152] / [i915#9423]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d: - shard-dg2: NOTRUN -> [SKIP][296] ([i915#12247] / [i915#8152]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d.html * igt@kms_pm_backlight@basic-brightness: - shard-dg1: NOTRUN -> [SKIP][297] ([i915#5354]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-19/igt@kms_pm_backlight@basic-brightness.html - shard-tglu: NOTRUN -> [SKIP][298] ([i915#9812]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-8/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_dc@dc5-psr: - shard-dg2: NOTRUN -> [SKIP][299] ([i915#9685]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-4/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-dpms: - shard-rkl: NOTRUN -> [SKIP][300] ([i915#3361]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-7/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu-1: NOTRUN -> [SKIP][301] ([i915#4281]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2: NOTRUN -> [SKIP][302] ([i915#9340]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@kms_pm_lpsp@kms-lpsp.html - shard-dg1: NOTRUN -> [SKIP][303] ([i915#9340]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-19/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_rpm@dpms-lpsp: - shard-dg2: [PASS][304] -> [SKIP][305] ([i915#9519]) +1 other test skip [304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-4/igt@kms_pm_rpm@dpms-lpsp.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-7/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-rkl: [PASS][306] -> [SKIP][307] ([i915#9519]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-rkl-4/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-5/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg1: NOTRUN -> [SKIP][308] ([i915#9519]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-12/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-tglu-1: NOTRUN -> [SKIP][309] ([i915#9519]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-rkl: NOTRUN -> [SKIP][310] ([i915#9519]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-snb: NOTRUN -> [SKIP][311] ([i915#11520]) +1 other test skip [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-snb6/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf: - shard-dg2: NOTRUN -> [SKIP][312] ([i915#11520]) +8 other tests skip [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: - shard-tglu: NOTRUN -> [SKIP][313] ([i915#11520]) +2 other tests skip [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-7/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][314] ([i915#9808]) [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-2/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1.html * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][315] ([i915#12316]) +3 other tests skip [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-2/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-rkl: NOTRUN -> [SKIP][316] ([i915#11520]) +6 other tests skip [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-7/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf: - shard-dg1: NOTRUN -> [SKIP][317] ([i915#11520]) +6 other tests skip [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-13/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area: - shard-mtlp: [PASS][318] -> [FAIL][319] ([i915#12380]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-6/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-5/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: - shard-tglu-1: NOTRUN -> [SKIP][320] ([i915#11520]) +3 other tests skip [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-rkl: NOTRUN -> [SKIP][321] ([i915#9683]) +1 other test skip [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-2/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-p010: - shard-tglu-1: NOTRUN -> [SKIP][322] ([i915#9683]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-psr-primary-page-flip: - shard-dg2: NOTRUN -> [SKIP][323] ([i915#1072] / [i915#9732]) +26 other tests skip [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-7/igt@kms_psr@fbc-psr-primary-page-flip.html * igt@kms_psr@fbc-psr-sprite-plane-move: - shard-tglu: NOTRUN -> [SKIP][324] ([i915#9732]) +17 other tests skip [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-4/igt@kms_psr@fbc-psr-sprite-plane-move.html * igt@kms_psr@fbc-psr-sprite-render: - shard-mtlp: NOTRUN -> [SKIP][325] ([i915#9688]) +10 other tests skip [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-4/igt@kms_psr@fbc-psr-sprite-render.html * igt@kms_psr@fbc-psr2-cursor-blt: - shard-dg1: NOTRUN -> [SKIP][326] ([i915#1072] / [i915#9732]) +18 other tests skip [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-17/igt@kms_psr@fbc-psr2-cursor-blt.html * igt@kms_psr@pr-sprite-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][327] ([i915#1072] / [i915#9732]) +18 other tests skip [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-1/igt@kms_psr@pr-sprite-mmap-gtt.html * igt@kms_psr@psr-sprite-mmap-cpu: - shard-tglu-1: NOTRUN -> [SKIP][328] ([i915#9732]) +12 other tests skip [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_psr@psr-sprite-mmap-cpu.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-mtlp: NOTRUN -> [SKIP][329] ([i915#5289]) [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][330] ([i915#5289]) +1 other test skip [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][331] ([i915#11131] / [i915#4235] / [i915#5190]) [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2: NOTRUN -> [SKIP][332] ([i915#11131] / [i915#4235]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-5/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_setmode@basic@pipe-b-hdmi-a-1: - shard-snb: [PASS][333] -> [FAIL][334] ([i915#5465]) [333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-snb5/igt@kms_setmode@basic@pipe-b-hdmi-a-1.html [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-snb6/igt@kms_setmode@basic@pipe-b-hdmi-a-1.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-dg2: NOTRUN -> [SKIP][335] ([i915#3555]) +4 other tests skip [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-6/igt@kms_setmode@invalid-clone-exclusive-crtc.html - shard-mtlp: NOTRUN -> [SKIP][336] ([i915#3555] / [i915#8809] / [i915#8823]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-7/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_setmode@invalid-clone-single-crtc-stealing: - shard-rkl: NOTRUN -> [SKIP][337] ([i915#3555]) +4 other tests skip [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-4/igt@kms_setmode@invalid-clone-single-crtc-stealing.html * igt@kms_vrr@flip-basic-fastset: - shard-dg2: NOTRUN -> [SKIP][338] ([i915#9906]) [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-10/igt@kms_vrr@flip-basic-fastset.html - shard-tglu-1: NOTRUN -> [SKIP][339] ([i915#9906]) [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@lobf: - shard-dg1: NOTRUN -> [SKIP][340] ([i915#11920]) [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-15/igt@kms_vrr@lobf.html - shard-tglu: NOTRUN -> [SKIP][341] ([i915#11920]) [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-10/igt@kms_vrr@lobf.html * igt@kms_vrr@negative-basic: - shard-rkl: NOTRUN -> [SKIP][342] ([i915#3555] / [i915#9906]) [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-4/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-dg2: NOTRUN -> [SKIP][343] ([i915#9197]) +4 other tests skip [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-2/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-dg1: NOTRUN -> [SKIP][344] ([i915#9906]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-14/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-tglu: NOTRUN -> [SKIP][345] ([i915#9906]) [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-3/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-mtlp: NOTRUN -> [SKIP][346] ([i915#8808] / [i915#9906]) [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-4/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@perf@gen12-group-concurrent-oa-buffer-read: - shard-rkl: [PASS][347] -> [FAIL][348] ([i915#10538]) [347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-rkl-7/igt@perf@gen12-group-concurrent-oa-buffer-read.html [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-1/igt@perf@gen12-group-concurrent-oa-buffer-read.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-dg2: NOTRUN -> [SKIP][349] ([i915#2436]) [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-10/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf@mi-rpc: - shard-dg1: NOTRUN -> [SKIP][350] ([i915#2434]) [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-16/igt@perf@mi-rpc.html * igt@perf@per-context-mode-unprivileged: - shard-dg1: NOTRUN -> [SKIP][351] ([i915#2433]) [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-19/igt@perf@per-context-mode-unprivileged.html * igt@perf@polling@0-rcs0: - shard-tglu: NOTRUN -> [FAIL][352] ([i915#10538]) +1 other test fail [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-3/igt@perf@polling@0-rcs0.html * igt@perf@unprivileged-single-ctx-counters: - shard-rkl: NOTRUN -> [SKIP][353] ([i915#2433]) [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-2/igt@perf@unprivileged-single-ctx-counters.html * igt@perf_pmu@cpu-hotplug: - shard-tglu-1: NOTRUN -> [SKIP][354] ([i915#8850]) [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@rc6-all-gts: - shard-tglu-1: NOTRUN -> [SKIP][355] ([i915#8516]) [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@perf_pmu@rc6-all-gts.html * igt@prime_vgem@basic-fence-mmap: - shard-mtlp: NOTRUN -> [SKIP][356] ([i915#3708] / [i915#4077]) [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-7/igt@prime_vgem@basic-fence-mmap.html - shard-dg2: NOTRUN -> [SKIP][357] ([i915#3708] / [i915#4077]) [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-10/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-gtt: - shard-dg1: NOTRUN -> [SKIP][358] ([i915#3708] / [i915#4077]) +1 other test skip [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-19/igt@prime_vgem@basic-gtt.html * igt@prime_vgem@basic-write: - shard-dg2: NOTRUN -> [SKIP][359] ([i915#3291] / [i915#3708]) +1 other test skip [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@prime_vgem@basic-write.html - shard-rkl: NOTRUN -> [SKIP][360] ([i915#3291] / [i915#3708]) [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-4/igt@prime_vgem@basic-write.html * igt@prime_vgem@fence-flip-hang: - shard-dg1: NOTRUN -> [SKIP][361] ([i915#3708]) +1 other test skip [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-17/igt@prime_vgem@fence-flip-hang.html - shard-dg2: NOTRUN -> [SKIP][362] ([i915#3708]) [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-5/igt@prime_vgem@fence-flip-hang.html * igt@prime_vgem@fence-write-hang: - shard-tglu: NOTRUN -> [SKIP][363] +81 other tests skip [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-8/igt@prime_vgem@fence-write-hang.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-rkl: NOTRUN -> [SKIP][364] ([i915#9917]) +1 other test skip [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-5/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-tglu-1: NOTRUN -> [SKIP][365] ([i915#9917]) [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-1/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@tools_test@sysfs_l3_parity: - shard-dg2: NOTRUN -> [SKIP][366] ([i915#4818]) [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-11/igt@tools_test@sysfs_l3_parity.html #### Possible fixes #### * igt@gem_exec_fair@basic-pace@rcs0: - shard-rkl: [FAIL][367] ([i915#2842]) -> [PASS][368] +3 other tests pass [367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-rkl-5/igt@gem_exec_fair@basic-pace@rcs0.html [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-7/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_suspend@basic-s0@lmem0: - shard-dg2: [INCOMPLETE][369] ([i915#11441]) -> [PASS][370] +1 other test pass [369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@gem_exec_suspend@basic-s0@lmem0.html [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-3/igt@gem_exec_suspend@basic-s0@lmem0.html * igt@gem_exec_suspend@basic-s3-devices: - shard-dg1: [DMESG-WARN][371] ([i915#4423]) -> [PASS][372] +3 other tests pass [371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg1-14/igt@gem_exec_suspend@basic-s3-devices.html [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-14/igt@gem_exec_suspend@basic-s3-devices.html * igt@gem_ppgtt@blt-vs-render-ctxn: - shard-mtlp: [INCOMPLETE][373] -> [PASS][374] [373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-7/igt@gem_ppgtt@blt-vs-render-ctxn.html [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-3/igt@gem_ppgtt@blt-vs-render-ctxn.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg1: [ABORT][375] ([i915#9820]) -> [PASS][376] [375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg1-16/igt@i915_module_load@reload-with-fault-injection.html [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-17/igt@i915_module_load@reload-with-fault-injection.html - shard-tglu: [ABORT][377] ([i915#9820]) -> [PASS][378] [377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-3/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_power@sanity: - shard-mtlp: [SKIP][379] ([i915#7984]) -> [PASS][380] [379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-2/igt@i915_power@sanity.html [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-1/igt@i915_power@sanity.html * igt@kms_color@ctm-signed: - shard-dg1: [INCOMPLETE][381] -> [PASS][382] [381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg1-15/igt@kms_color@ctm-signed.html [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg1-13/igt@kms_color@ctm-signed.html * igt@kms_cursor_crc@cursor-alpha-opaque: - shard-dg2: [SKIP][383] ([i915#9197]) -> [PASS][384] +22 other tests pass [383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_cursor_crc@cursor-alpha-opaque.html [384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@kms_cursor_crc@cursor-alpha-opaque.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-dg2: [SKIP][385] ([i915#12402]) -> [PASS][386] [385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-1/igt@kms_dp_linktrain_fallback@dp-fallback.html [386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-10/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_flip@blocking-wf_vblank: - shard-rkl: [FAIL][387] ([i915#11961] / [i915#2122]) -> [PASS][388] [387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-rkl-3/igt@kms_flip@blocking-wf_vblank.html [388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-rkl-4/igt@kms_flip@blocking-wf_vblank.html * igt@kms_flip@flip-vs-rmfb-interruptible@b-edp1: - shard-mtlp: [INCOMPLETE][389] ([i915#6113]) -> [PASS][390] +1 other test pass [389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-7/igt@kms_flip@flip-vs-rmfb-interruptible@b-edp1.html [390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-8/igt@kms_flip@flip-vs-rmfb-interruptible@b-edp1.html * igt@kms_flip@plain-flip-fb-recreate@a-edp1: - shard-mtlp: [FAIL][391] ([i915#2122]) -> [PASS][392] +3 other tests pass [391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-7/igt@kms_flip@plain-flip-fb-recreate@a-edp1.html [392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-5/igt@kms_flip@plain-flip-fb-recreate@a-edp1.html * igt@kms_flip@plain-flip-fb-recreate@d-hdmi-a1: - shard-tglu: [FAIL][393] ([i915#2122]) -> [PASS][394] +4 other tests pass [393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-tglu-6/igt@kms_flip@plain-flip-fb-recreate@d-hdmi-a1.html [394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-10/igt@kms_flip@plain-flip-fb-recreate@d-hdmi-a1.html * igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1: - shard-snb: [FAIL][395] ([i915#2122]) -> [PASS][396] +3 other tests pass [395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-snb1/igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1.html [396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-snb6/igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling: - shard-dg2: [SKIP][397] ([i915#3555]) -> [PASS][398] +3 other tests pass [397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html [398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: [SKIP][399] ([i915#5354]) -> [PASS][400] +11 other tests pass [399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html [400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc: - shard-snb: [SKIP][401] -> [PASS][402] +1 other test pass [401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc.html [402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_joiner@basic-force-big-joiner: - shard-dg2: [SKIP][403] ([i915#12388]) -> [PASS][404] [403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_joiner@basic-force-big-joiner.html [404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-10/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_plane_alpha_blend@alpha-transparent-fb: - shard-dg2: [SKIP][405] ([i915#7294]) -> [PASS][406] [405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_plane_alpha_blend@alpha-transparent-fb.html [406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-6/igt@kms_plane_alpha_blend@alpha-transparent-fb.html * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation: - shard-dg2: [SKIP][407] ([i915#12247] / [i915#8152] / [i915#9423]) -> [PASS][408] +1 other test pass [407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation.html [408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation.html * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-b: - shard-dg2: [SKIP][409] ([i915#12247]) -> [PASS][410] +5 other tests pass [409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-b.html [410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-b.html * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-d: - shard-dg2: [SKIP][411] ([i915#12247] / [i915#8152]) -> [PASS][412] +1 other test pass [411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-d.html [412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-d.html * igt@kms_pm_dc@dc6-dpms: - shard-tglu: [FAIL][413] ([i915#9295]) -> [PASS][414] [413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-tglu-9/igt@kms_pm_dc@dc6-dpms.html [414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-2/igt@kms_pm_dc@dc6-dpms.html * igt@kms_properties@plane-properties-legacy: - shard-dg2: [SKIP][415] ([i915#11521]) -> [PASS][416] [415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_properties@plane-properties-legacy.html [416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-7/igt@kms_properties@plane-properties-legacy.html * igt@kms_setmode@basic: - shard-tglu: [FAIL][417] ([i915#5465]) -> [PASS][418] +2 other tests pass [417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-tglu-9/igt@kms_setmode@basic.html [418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-tglu-3/igt@kms_setmode@basic.html * igt@kms_vrr@negative-basic: - shard-mtlp: [FAIL][419] ([i915#10393]) -> [PASS][420] +1 other test pass [419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-4/igt@kms_vrr@negative-basic.html [420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-6/igt@kms_vrr@negative-basic.html #### Warnings #### * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][421] ([i915#10131] / [i915#10887] / [i915#9820]) -> [ABORT][422] ([i915#10131] / [i915#9697]) [421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html [422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_big_fb@x-tiled-8bpp-rotate-90: - shard-dg2: [SKIP][423] ([i915#9197]) -> [SKIP][424] +1 other test skip [423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html [424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-5/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: [SKIP][425] ([i915#5190] / [i915#9197]) -> [SKIP][426] ([i915#5190]) [425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html [426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-4/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-dg2: [SKIP][427] ([i915#5190] / [i915#9197]) -> [SKIP][428] ([i915#4538] / [i915#5190]) +4 other tests skip [427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html [428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-90: - shard-dg2: [SKIP][429] ([i915#4538] / [i915#5190]) -> [SKIP][430] ([i915#5190] / [i915#9197]) [429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-5/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html [430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-2/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs: - shard-dg2: [SKIP][431] ([i915#10307] / [i915#6095]) -> [SKIP][432] ([i915#9197]) +2 other tests skip [431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-7/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html [432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-2/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs: - shard-dg2: [SKIP][433] ([i915#12313]) -> [SKIP][434] ([i915#9197]) [433]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html [434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc: - shard-dg2: [SKIP][435] ([i915#9197]) -> [SKIP][436] ([i915#10307] / [i915#6095]) +4 other tests skip [435]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc.html [436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs-cc.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-dg2: [SKIP][437] ([i915#9197]) -> [SKIP][438] ([i915#11616] / [i915#7213]) [437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_cdclk@mode-transition-all-outputs.html [438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-5/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_content_protection@atomic-dpms: - shard-dg2: [SKIP][439] ([i915#9197]) -> [SKIP][440] ([i915#7118] / [i915#9424]) [439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15586/shard-dg2-2/igt@kms_content_protection@atomic-dpms.html [440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/shard-dg2-8/igt@kms_content_protection@atomic-dpms.html * igt@kms == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11968/index.html [-- Attachment #2: Type: text/html, Size: 109289 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ CI.xeBAT: success for tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev4) 2024-10-23 21:58 [PATCH v3] tests/intel/xe_pm_residency: Skip on igt_power_open failure Jonathan Cavitt 2024-10-24 6:52 ` ✓ Fi.CI.BAT: success for tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev4) Patchwork 2024-10-24 7:50 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2024-10-24 8:13 ` Patchwork 2024-10-24 13:11 ` ✓ CI.xeFULL: " Patchwork 2024-11-19 6:41 ` [PATCH v3] tests/intel/xe_pm_residency: Skip on igt_power_open failure Riana Tauro 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-10-24 8:13 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3323 bytes --] == Series Details == Series: tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev4) URL : https://patchwork.freedesktop.org/series/139352/ State : success == Summary == CI Bug Log - changes from XEIGT_8082_BAT -> XEIGTPW_11968_BAT ==================================================== Summary ------- **WARNING** Minor unknown changes coming with XEIGTPW_11968_BAT need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11968_BAT, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11968_BAT: ### IGT changes ### #### Warnings #### * igt@kms_dsc@dsc-basic: - bat-lnl-1: [SKIP][1] ([Intel XE#599]) -> [SKIP][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-lnl-1/igt@kms_dsc@dsc-basic.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11968/bat-lnl-1/igt@kms_dsc@dsc-basic.html Known issues ------------ Here are the changes found in XEIGTPW_11968_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit: - bat-adlp-7: [PASS][3] -> [INCOMPLETE][4] ([Intel XE#2874]) +1 other test incomplete [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11968/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html #### Possible fixes #### * igt@kms_frontbuffer_tracking@basic: - bat-adlp-7: [FAIL][5] ([Intel XE#1861]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11968/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html * igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit: - bat-bmg-2: [INCOMPLETE][7] ([Intel XE#2874] / [Intel XE#2998]) -> [PASS][8] +1 other test pass [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11968/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html [Intel XE#1861]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861 [Intel XE#2874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874 [Intel XE#2998]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998 [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 Build changes ------------- * IGT: IGT_8082 -> IGTPW_11968 IGTPW_11968: 953a381bb7681c5c48454d7cbf4f6358351e03da @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8082: c8379ec8b26f3c21bae5473706b23da78bd26ffa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2107-beaeaccd284ba3b69b6dbfdc18bb89441fc99a52: beaeaccd284ba3b69b6dbfdc18bb89441fc99a52 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11968/index.html [-- Attachment #2: Type: text/html, Size: 4045 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ CI.xeFULL: success for tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev4) 2024-10-23 21:58 [PATCH v3] tests/intel/xe_pm_residency: Skip on igt_power_open failure Jonathan Cavitt ` (2 preceding siblings ...) 2024-10-24 8:13 ` ✓ CI.xeBAT: success " Patchwork @ 2024-10-24 13:11 ` Patchwork 2024-11-19 6:41 ` [PATCH v3] tests/intel/xe_pm_residency: Skip on igt_power_open failure Riana Tauro 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-10-24 13:11 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5459 bytes --] == Series Details == Series: tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev4) URL : https://patchwork.freedesktop.org/series/139352/ State : success == Summary == CI Bug Log - changes from XEIGT_8082_full -> XEIGTPW_11968_full ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts New tests --------- New tests have been introduced between XEIGT_8082_full and XEIGTPW_11968_full: ### New IGT tests (44) ### * igt@xe_copy_basic@mem-copy-linear-0x369: - Statuses : - Exec time: [None] s * igt@xe_copy_basic@mem-copy-linear-0x3fff: - Statuses : - Exec time: [None] s * igt@xe_copy_basic@mem-copy-linear-0xfd: - Statuses : - Exec time: [None] s * igt@xe_copy_basic@mem-copy-linear-0xfffe: - Statuses : - Exec time: [None] s * igt@xe_copy_basic@mem-set-linear-0x369: - Statuses : - Exec time: [None] s * igt@xe_copy_basic@mem-set-linear-0x3fff: - Statuses : - Exec time: [None] s * igt@xe_copy_basic@mem-set-linear-0xfd: - Statuses : - Exec time: [None] s * igt@xe_copy_basic@mem-set-linear-0xfffe: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@many-cm-parallel-basic: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@many-cm-parallel-rebind: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@many-cm-parallel-userptr: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@many-cm-parallel-userptr-invalidate: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@many-cm-parallel-userptr-invalidate-race: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@many-cm-parallel-userptr-rebind: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@many-execqueues-cm-parallel-basic: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@many-execqueues-cm-parallel-rebind: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr-invalidate: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr-invalidate-race: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr-rebind: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@no-exec-cm-parallel-basic: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@no-exec-cm-parallel-rebind: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@no-exec-cm-parallel-userptr: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@no-exec-cm-parallel-userptr-invalidate: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@no-exec-cm-parallel-userptr-invalidate-race: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@no-exec-cm-parallel-userptr-rebind: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@once-cm-parallel-basic: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@once-cm-parallel-rebind: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@once-cm-parallel-userptr: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@once-cm-parallel-userptr-invalidate: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@once-cm-parallel-userptr-invalidate-race: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@once-cm-parallel-userptr-rebind: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@twice-cm-parallel-basic: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@twice-cm-parallel-rebind: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@twice-cm-parallel-userptr: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@twice-cm-parallel-userptr-invalidate: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@twice-cm-parallel-userptr-invalidate-race: - Statuses : - Exec time: [None] s * igt@xe_exec_balancer@twice-cm-parallel-userptr-rebind: - Statuses : - Exec time: [None] s * igt@xe_exec_threads@threads-hang-rebind-err: - Statuses : - Exec time: [None] s * igt@xe_exec_threads@threads-hang-userptr-rebind-err: - Statuses : - Exec time: [None] s * igt@xe_exec_threads@threads-rebind-err: - Statuses : - Exec time: [None] s * igt@xe_exec_threads@threads-userptr-rebind-err: - Statuses : - Exec time: [None] s * igt@xe_query@query-cs-cycles: - Statuses : - Exec time: [None] s * igt@xe_query@query-invalid-cs-cycles: - Statuses : - Exec time: [None] s Changes ------- No changes found Build changes ------------- * IGT: IGT_8082 -> IGTPW_11968 IGTPW_11968: 953a381bb7681c5c48454d7cbf4f6358351e03da @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8082: c8379ec8b26f3c21bae5473706b23da78bd26ffa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2107-beaeaccd284ba3b69b6dbfdc18bb89441fc99a52: beaeaccd284ba3b69b6dbfdc18bb89441fc99a52 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11968/index.html [-- Attachment #2: Type: text/html, Size: 7333 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v3] tests/intel/xe_pm_residency: Skip on igt_power_open failure 2024-10-23 21:58 [PATCH v3] tests/intel/xe_pm_residency: Skip on igt_power_open failure Jonathan Cavitt ` (3 preceding siblings ...) 2024-10-24 13:11 ` ✓ CI.xeFULL: " Patchwork @ 2024-11-19 6:41 ` Riana Tauro 4 siblings, 0 replies; 6+ messages in thread From: Riana Tauro @ 2024-11-19 6:41 UTC (permalink / raw) To: Jonathan Cavitt, igt-dev; +Cc: saurabhg.gupta, alex.zuo, kamil.konieczny On 10/24/2024 3:28 AM, Jonathan Cavitt wrote: > The xe_pm_residency@toggle-gt-c6 test fails when > gt_c6_power >= gt_c0_power. These values are reported by > igt_power_get_mW, which will always report 0 in the case that > igt_power_open fails to open either the hwmon_fd or rapl.fd. Since the > expected result will always be a failure in this case, skip the > assertion that gt_c6_power < gt_c0_power. > > v2: Do not skip the full test, and instead only ignore the part that is > guaranteed to fail. > > v3: Use || instead of && (Riana) > > Signed-off-by: Jonathan-Cavitt <jonathan.cavitt@intel.com> > Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com> LGTM Reviewed-by: Riana Tauro <riana.tauro@intel.com> > CC: Riana Tauro <riana.tauro@intel.com> > --- > tests/intel/xe_pm_residency.c | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/tests/intel/xe_pm_residency.c b/tests/intel/xe_pm_residency.c > index 772fe9b574..7bd6bcc267 100644 > --- a/tests/intel/xe_pm_residency.c > +++ b/tests/intel/xe_pm_residency.c > @@ -282,10 +282,14 @@ static void measure_power(struct igt_power *gpu, double *power) > static void toggle_gt_c6(int fd, int n) > { > double gt_c0_power, gt_c6_power; > - int gt; > + int gt, ret; > struct igt_power gpu; > > - igt_power_open(fd, &gpu, "gpu"); > + /* > + * igt_power_get_mW will always return 0 if igt_power_open fails, > + * so skip the power check in this case. > + */ > + ret = igt_power_open(fd, &gpu, "gpu"); > > do { > fw_handle = igt_debugfs_open(fd, "forcewake_all", O_RDONLY); > @@ -312,7 +316,7 @@ static void toggle_gt_c6(int fd, int n) > igt_info("GPU consumed %fmW in GT C6 and %fmW in GT C0\n", gt_c6_power, gt_c0_power); > > /* FIXME: Remove dgfx check after hwmon is added */ > - if (!xe_has_vram(fd)) > + if (!(xe_has_vram(fd) || ret)) > igt_assert_f(gt_c6_power < gt_c0_power, > "Power consumed in GT C6 should be lower than GT C0\n"); > } ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-11-19 6:42 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-10-23 21:58 [PATCH v3] tests/intel/xe_pm_residency: Skip on igt_power_open failure Jonathan Cavitt 2024-10-24 6:52 ` ✓ Fi.CI.BAT: success for tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev4) Patchwork 2024-10-24 7:50 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-10-24 8:13 ` ✓ CI.xeBAT: success " Patchwork 2024-10-24 13:11 ` ✓ CI.xeFULL: " Patchwork 2024-11-19 6:41 ` [PATCH v3] tests/intel/xe_pm_residency: Skip on igt_power_open failure Riana Tauro
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox