* [PATCH i-g-t] tools/intel_gpu_top: Fix near full percentage bar formatting
@ 2024-01-18 8:48 Tvrtko Ursulin
2024-01-18 13:55 ` ✓ CI.xeBAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Tvrtko Ursulin @ 2024-01-18 8:48 UTC (permalink / raw)
To: igt-dev, Intel-gfx; +Cc: Tvrtko Ursulin
From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Fix a bug where 1) the end vertical separator element would not be printed
if the progress bar portion was all filled by the progress bar characters
(no trailing spaces), and 2) the numerical overlay would be skipped to.
The bug would also shift the layout of following UI elements since the
progress bar would not be consuming all the allocated horizontal space.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reported-by: anonymoustranquillity@proton.me
---
tools/intel_gpu_top.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/tools/intel_gpu_top.c b/tools/intel_gpu_top.c
index 046ead15a122..5b4f94d7de7a 100644
--- a/tools/intel_gpu_top.c
+++ b/tools/intel_gpu_top.c
@@ -1015,9 +1015,8 @@ print_percentage_bar(double percent, double max, int max_len, bool numeric)
printf("%s", bars[i]);
len -= (bar_len + (w - 1)) / w;
- if (len < 1)
- return;
- n_spaces(len);
+ if (len >= 1)
+ n_spaces(len);
putchar('|');
--
2.40.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* ✓ CI.xeBAT: success for tools/intel_gpu_top: Fix near full percentage bar formatting 2024-01-18 8:48 [PATCH i-g-t] tools/intel_gpu_top: Fix near full percentage bar formatting Tvrtko Ursulin @ 2024-01-18 13:55 ` Patchwork 2024-01-18 14:03 ` ✓ Fi.CI.BAT: " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-01-18 13:55 UTC (permalink / raw) To: Tvrtko Ursulin; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 989 bytes --] == Series Details == Series: tools/intel_gpu_top: Fix near full percentage bar formatting URL : https://patchwork.freedesktop.org/series/128927/ State : success == Summary == CI Bug Log - changes from XEIGT_7682_BAT -> XEIGTPW_10552_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Changes ------- No changes found Build changes ------------- * IGT: IGT_7682 -> IGTPW_10552 * Linux: xe-643-394293297d045a0a60f7f172dc08da213241bc02 -> xe-644-238e8655c184b7cf16731690b59da560641a07ad IGTPW_10552: 10552 IGT_7682: 7682 xe-643-394293297d045a0a60f7f172dc08da213241bc02: 394293297d045a0a60f7f172dc08da213241bc02 xe-644-238e8655c184b7cf16731690b59da560641a07ad: 238e8655c184b7cf16731690b59da560641a07ad == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10552/index.html [-- Attachment #2: Type: text/html, Size: 1548 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✓ Fi.CI.BAT: success for tools/intel_gpu_top: Fix near full percentage bar formatting 2024-01-18 8:48 [PATCH i-g-t] tools/intel_gpu_top: Fix near full percentage bar formatting Tvrtko Ursulin 2024-01-18 13:55 ` ✓ CI.xeBAT: success for " Patchwork @ 2024-01-18 14:03 ` Patchwork 2024-01-18 16:12 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-03-22 10:38 ` [PATCH i-g-t] " Kamil Konieczny 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-01-18 14:03 UTC (permalink / raw) To: Tvrtko Ursulin; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4581 bytes --] == Series Details == Series: tools/intel_gpu_top: Fix near full percentage bar formatting URL : https://patchwork.freedesktop.org/series/128927/ State : success == Summary == CI Bug Log - changes from CI_DRM_14137 -> IGTPW_10552 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/index.html Participating hosts (37 -> 36) ------------------------------ Additional (1): bat-kbl-2 Missing (2): fi-tgl-1115g4 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_10552 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - bat-jsl-1: NOTRUN -> [SKIP][1] ([i915#9318]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/bat-jsl-1/igt@debugfs_test@basic-hwmon.html * igt@fbdev@info: - bat-kbl-2: NOTRUN -> [SKIP][2] ([fdo#109271] / [i915#1849]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/bat-kbl-2/igt@fbdev@info.html * igt@gem_huc_copy@huc-copy: - bat-jsl-1: NOTRUN -> [SKIP][3] ([i915#2190]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/bat-jsl-1/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@parallel-random-engines: - bat-kbl-2: NOTRUN -> [SKIP][4] ([fdo#109271]) +36 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/bat-kbl-2/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@verify-random: - bat-jsl-1: NOTRUN -> [SKIP][5] ([i915#4613]) +3 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/bat-jsl-1/igt@gem_lmem_swapping@verify-random.html * igt@gem_tiled_blits@basic: - fi-pnv-d510: [PASS][6] -> [SKIP][7] ([fdo#109271]) +1 other test skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/fi-pnv-d510/igt@gem_tiled_blits@basic.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/fi-pnv-d510/igt@gem_tiled_blits@basic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-jsl-1: NOTRUN -> [SKIP][8] ([i915#4103]) +1 other test skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/bat-jsl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - bat-jsl-1: NOTRUN -> [SKIP][9] ([i915#3555] / [i915#9886]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/bat-jsl-1/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-load-detect: - bat-jsl-1: NOTRUN -> [SKIP][10] ([fdo#109285]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/bat-jsl-1/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_setmode@basic-clone-single-crtc: - bat-jsl-1: NOTRUN -> [SKIP][11] ([i915#3555]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/bat-jsl-1/igt@kms_setmode@basic-clone-single-crtc.html #### Possible fixes #### * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-1: - bat-rpls-2: [ABORT][12] -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/bat-rpls-2/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-1.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/bat-rpls-2/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-1.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318 [i915#9886]: https://gitlab.freedesktop.org/drm/intel/issues/9886 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7682 -> IGTPW_10552 CI-20190529: 20190529 CI_DRM_14137: 238e8655c184b7cf16731690b59da560641a07ad @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10552: 10552 IGT_7682: 7682 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/index.html [-- Attachment #2: Type: text/html, Size: 5660 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ Fi.CI.IGT: failure for tools/intel_gpu_top: Fix near full percentage bar formatting 2024-01-18 8:48 [PATCH i-g-t] tools/intel_gpu_top: Fix near full percentage bar formatting Tvrtko Ursulin 2024-01-18 13:55 ` ✓ CI.xeBAT: success for " Patchwork 2024-01-18 14:03 ` ✓ Fi.CI.BAT: " Patchwork @ 2024-01-18 16:12 ` Patchwork 2024-03-22 10:38 ` [PATCH i-g-t] " Kamil Konieczny 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-01-18 16:12 UTC (permalink / raw) To: Tvrtko Ursulin; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100280 bytes --] == Series Details == Series: tools/intel_gpu_top: Fix near full percentage bar formatting URL : https://patchwork.freedesktop.org/series/128927/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14137_full -> IGTPW_10552_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_10552_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_10552_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_10552/index.html Participating hosts (8 -> 8) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_10552_full: ### IGT changes ### #### Possible regressions #### * igt@gem_eio@in-flight-suspend: - shard-mtlp: [PASS][1] -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-mtlp-7/igt@gem_eio@in-flight-suspend.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-4/igt@gem_eio@in-flight-suspend.html * igt@gem_ppgtt@flink-and-close-vma-leak: - shard-glk: NOTRUN -> [FAIL][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-glk4/igt@gem_ppgtt@flink-and-close-vma-leak.html Known issues ------------ Here are the changes found in IGTPW_10552_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][4] ([i915#8411]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@device_reset@cold-reset-bound: - shard-dg1: NOTRUN -> [SKIP][5] ([i915#7701]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-18/igt@device_reset@cold-reset-bound.html - shard-dg2: NOTRUN -> [SKIP][6] ([i915#7701]) +1 other test skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-5/igt@device_reset@cold-reset-bound.html - shard-rkl: NOTRUN -> [SKIP][7] ([i915#7701]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-3/igt@device_reset@cold-reset-bound.html * igt@device_reset@unbind-cold-reset-rebind: - shard-tglu: NOTRUN -> [SKIP][8] ([i915#7701]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-10/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@all-busy-check-all: - shard-mtlp: NOTRUN -> [SKIP][9] ([i915#8414]) +7 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-4/igt@drm_fdinfo@all-busy-check-all.html * igt@drm_fdinfo@most-busy-idle-check-all@bcs0: - shard-dg1: NOTRUN -> [SKIP][10] ([i915#8414]) +4 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-18/igt@drm_fdinfo@most-busy-idle-check-all@bcs0.html * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: NOTRUN -> [FAIL][11] ([i915#7742]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@drm_fdinfo@most-busy-idle-check-all@vecs1: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#8414]) +19 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@drm_fdinfo@most-busy-idle-check-all@vecs1.html * igt@gem_ccs@ctrl-surf-copy: - shard-mtlp: NOTRUN -> [SKIP][13] ([i915#3555]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_close_race@multigpu-basic-process: - shard-tglu: NOTRUN -> [SKIP][14] ([i915#7697]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-7/igt@gem_close_race@multigpu-basic-process.html - shard-dg2: NOTRUN -> [SKIP][15] ([i915#7697]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-6/igt@gem_close_race@multigpu-basic-process.html * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: NOTRUN -> [INCOMPLETE][16] ([i915#9364]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-10/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_param@set-priority-not-supported: - shard-tglu: NOTRUN -> [SKIP][17] ([fdo#109314]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-6/igt@gem_ctx_param@set-priority-not-supported.html - shard-dg2: NOTRUN -> [SKIP][18] ([fdo#109314]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-5/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-mtlp: NOTRUN -> [SKIP][19] ([i915#8555]) +2 other tests skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_persistence@heartbeat-stop: - shard-dg2: NOTRUN -> [SKIP][20] ([i915#8555]) +1 other test skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@gem_ctx_persistence@heartbeat-stop.html * igt@gem_ctx_persistence@smoketest: - shard-snb: NOTRUN -> [SKIP][21] ([fdo#109271] / [i915#1099]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-snb2/igt@gem_ctx_persistence@smoketest.html * igt@gem_ctx_sseu@invalid-args: - shard-dg2: NOTRUN -> [SKIP][22] ([i915#280]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-3/igt@gem_ctx_sseu@invalid-args.html * igt@gem_ctx_sseu@mmap-args: - shard-mtlp: NOTRUN -> [SKIP][23] ([i915#280]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@hibernate: - shard-rkl: NOTRUN -> [ABORT][24] ([i915#7975] / [i915#8213]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-4/igt@gem_eio@hibernate.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#4812]) +3 other tests skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@bonded-sync: - shard-dg2: NOTRUN -> [SKIP][26] ([i915#4771]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg2: NOTRUN -> [SKIP][27] ([i915#4036]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_balancer@parallel-balancer: - shard-rkl: NOTRUN -> [SKIP][28] ([i915#4525]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-7/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_balancer@sliced: - shard-dg1: NOTRUN -> [SKIP][29] ([i915#4812]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-15/igt@gem_exec_balancer@sliced.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-mtlp: NOTRUN -> [SKIP][30] ([i915#6334]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-3/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_capture@many-4k-incremental: - shard-dg2: NOTRUN -> [FAIL][31] ([i915#9606]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-5/igt@gem_exec_capture@many-4k-incremental.html * igt@gem_exec_capture@many-4k-zero: - shard-dg1: NOTRUN -> [FAIL][32] ([i915#9606]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-17/igt@gem_exec_capture@many-4k-zero.html * igt@gem_exec_fair@basic-none: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#4473] / [i915#4771]) +2 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-4/igt@gem_exec_fair@basic-none.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-glk: NOTRUN -> [FAIL][34] ([i915#2842]) +1 other test fail [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-glk4/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-none-share: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#3539] / [i915#4852]) +6 other tests skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@gem_exec_fair@basic-none-share.html - shard-dg1: NOTRUN -> [SKIP][36] ([i915#3539] / [i915#4852]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-12/igt@gem_exec_fair@basic-none-share.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-tglu: NOTRUN -> [FAIL][37] ([i915#2842]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-10/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none@rcs0: - shard-rkl: [PASS][38] -> [FAIL][39] ([i915#2842]) +1 other test fail [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-rkl-5/igt@gem_exec_fair@basic-none@rcs0.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-7/igt@gem_exec_fair@basic-none@rcs0.html * igt@gem_exec_fence@submit67: - shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4812]) +2 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@gem_exec_fence@submit67.html * igt@gem_exec_params@rsvd2-dirt: - shard-mtlp: NOTRUN -> [SKIP][41] ([i915#5107]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_params@secure-non-master: - shard-mtlp: NOTRUN -> [SKIP][42] ([fdo#112283]) +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-7/igt@gem_exec_params@secure-non-master.html * igt@gem_exec_reloc@basic-cpu: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#3281]) +13 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-5/igt@gem_exec_reloc@basic-cpu.html * igt@gem_exec_reloc@basic-scanout: - shard-rkl: NOTRUN -> [SKIP][44] ([i915#3281]) +1 other test skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-2/igt@gem_exec_reloc@basic-scanout.html * igt@gem_exec_reloc@basic-write-gtt-active: - shard-dg1: NOTRUN -> [SKIP][45] ([i915#3281]) +3 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-18/igt@gem_exec_reloc@basic-write-gtt-active.html * igt@gem_exec_reloc@basic-write-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][46] ([i915#3281]) +14 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@gem_exec_reloc@basic-write-wc-noreloc.html * igt@gem_exec_schedule@preempt-queue-contexts-chain: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4537] / [i915#4812]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@gem_exec_schedule@preempt-queue-contexts-chain.html * igt@gem_exec_schedule@reorder-wide: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#4537] / [i915#4812]) +2 other tests skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-5/igt@gem_exec_schedule@reorder-wide.html * igt@gem_fence_thrash@bo-copy: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#4860]) +1 other test skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@gem_fence_thrash@bo-copy.html * igt@gem_fence_thrash@bo-write-verify-none: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4860]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@gem_fence_thrash@bo-write-verify-none.html * igt@gem_huc_copy@huc-copy: - shard-glk: NOTRUN -> [SKIP][51] ([fdo#109271] / [i915#2190]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-glk1/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@parallel-multi: - shard-rkl: NOTRUN -> [SKIP][52] ([i915#4613]) +4 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-7/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@smem-oom: - shard-tglu: NOTRUN -> [SKIP][53] ([i915#4613]) +2 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-6/igt@gem_lmem_swapping@smem-oom.html * igt@gem_lmem_swapping@verify-ccs: - shard-glk: NOTRUN -> [SKIP][54] ([fdo#109271] / [i915#4613]) +2 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-glk5/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4613]) +3 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_madvise@dontneed-before-exec: - shard-mtlp: NOTRUN -> [SKIP][56] ([i915#3282]) +6 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@gem_madvise@dontneed-before-exec.html * igt@gem_media_fill@media-fill: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#8289]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-5/igt@gem_media_fill@media-fill.html * igt@gem_media_vme: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#284]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@gem_media_vme.html * igt@gem_mmap@bad-size: - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4083]) +3 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-4/igt@gem_mmap@bad-size.html * igt@gem_mmap_gtt@big-copy-odd: - shard-dg2: NOTRUN -> [SKIP][60] ([i915#4077]) +18 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@gem_mmap_gtt@big-copy-odd.html * igt@gem_mmap_gtt@cpuset-medium-copy-odd: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#4077]) +7 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-3/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html * igt@gem_mmap_gtt@medium-copy-odd: - shard-dg1: NOTRUN -> [SKIP][62] ([i915#4077]) +7 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-15/igt@gem_mmap_gtt@medium-copy-odd.html * igt@gem_mmap_wc@close: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4083]) +9 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@gem_mmap_wc@close.html * igt@gem_mmap_wc@write-read: - shard-dg1: NOTRUN -> [SKIP][64] ([i915#4083]) +1 other test skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-15/igt@gem_mmap_wc@write-read.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-rkl: NOTRUN -> [SKIP][65] ([i915#3282]) +2 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-2/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pread@snoop: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#3282]) +4 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-6/igt@gem_pread@snoop.html - shard-dg1: NOTRUN -> [SKIP][67] ([i915#3282]) +1 other test skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-17/igt@gem_pread@snoop.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-rkl: NOTRUN -> [SKIP][68] ([i915#4270]) +1 other test skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-dg1: NOTRUN -> [SKIP][69] ([i915#4270]) +2 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-17/igt@gem_pxp@reject-modify-context-protection-on.html - shard-tglu: NOTRUN -> [SKIP][70] ([i915#4270]) +1 other test skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-3/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-dg2: NOTRUN -> [SKIP][71] ([i915#4270]) +2 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-mtlp: NOTRUN -> [SKIP][72] ([i915#4270]) +5 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs: - shard-glk: NOTRUN -> [SKIP][73] ([fdo#109271]) +233 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-glk7/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html - shard-mtlp: NOTRUN -> [SKIP][74] ([i915#8428]) +5 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html * igt@gem_set_tiling_vs_blt@tiled-to-tiled: - shard-mtlp: NOTRUN -> [SKIP][75] ([i915#4079]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html * igt@gem_softpin@evict-snoop-interruptible: - shard-dg2: NOTRUN -> [SKIP][76] ([i915#4885]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-3/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_spin_batch@spin-all-new: - shard-dg2: NOTRUN -> [FAIL][77] ([i915#5889]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-10/igt@gem_spin_batch@spin-all-new.html * igt@gem_userptr_blits@dmabuf-sync: - shard-rkl: NOTRUN -> [SKIP][78] ([i915#3323]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#3297] / [i915#4880]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@readonly-unsync: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#3297]) +1 other test skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-10/igt@gem_userptr_blits@readonly-unsync.html - shard-tglu: NOTRUN -> [SKIP][81] ([i915#3297]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-3/igt@gem_userptr_blits@readonly-unsync.html * igt@gem_userptr_blits@unsync-overlap: - shard-mtlp: NOTRUN -> [SKIP][82] ([i915#3297]) +4 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@gem_userptr_blits@unsync-overlap.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-rkl: NOTRUN -> [SKIP][83] ([i915#3297]) +1 other test skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@gem_userptr_blits@unsync-unmap-cycles.html - shard-dg1: NOTRUN -> [SKIP][84] ([i915#3297]) +2 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-18/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen3_render_tiledx_blits: - shard-dg2: NOTRUN -> [SKIP][85] ([fdo#109289]) +4 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-3/igt@gen3_render_tiledx_blits.html * igt@gen7_exec_parse@cmd-crossing-page: - shard-mtlp: NOTRUN -> [SKIP][86] ([fdo#109289]) +2 other tests skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@gen7_exec_parse@cmd-crossing-page.html * igt@gen9_exec_parse@allowed-all: - shard-dg1: NOTRUN -> [SKIP][87] ([i915#2527]) +1 other test skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-15/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@allowed-single: - shard-mtlp: NOTRUN -> [SKIP][88] ([i915#2856]) +3 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-7/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@basic-rejected: - shard-tglu: NOTRUN -> [SKIP][89] ([i915#2527] / [i915#2856]) +2 other tests skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-10/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@bb-oversize: - shard-rkl: NOTRUN -> [SKIP][90] ([i915#2527]) +3 other tests skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-1/igt@gen9_exec_parse@bb-oversize.html * igt@gen9_exec_parse@unaligned-access: - shard-dg2: NOTRUN -> [SKIP][91] ([i915#2856]) +6 other tests skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-6/igt@gen9_exec_parse@unaligned-access.html * igt@i915_module_load@load: - shard-glk: NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#6227]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-glk7/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-tglu: [PASS][93] -> [INCOMPLETE][94] ([i915#9200]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-tglu-10/igt@i915_module_load@reload-with-fault-injection.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-2/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-mtlp: NOTRUN -> [SKIP][95] ([i915#6412]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-6/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_api@freq-basic-api: - shard-rkl: NOTRUN -> [SKIP][96] ([i915#8399]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-2/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_pm_freq_api@freq-suspend: - shard-tglu: NOTRUN -> [SKIP][97] ([i915#8399]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-10/igt@i915_pm_freq_api@freq-suspend.html * igt@i915_pm_freq_mult@media-freq@gt1: - shard-mtlp: NOTRUN -> [SKIP][98] ([i915#6590]) +1 other test skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-1/igt@i915_pm_freq_mult@media-freq@gt1.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0: - shard-dg1: [PASS][99] -> [FAIL][100] ([i915#3591]) +1 other test fail [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html * igt@i915_pm_rps@thresholds-idle@gt0: - shard-mtlp: NOTRUN -> [SKIP][101] ([i915#8925]) +1 other test skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@i915_pm_rps@thresholds-idle@gt0.html * igt@i915_pm_rps@thresholds@gt0: - shard-dg1: NOTRUN -> [SKIP][102] ([i915#8925]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-19/igt@i915_pm_rps@thresholds@gt0.html * igt@i915_pm_rps@thresholds@gt1: - shard-mtlp: NOTRUN -> [SKIP][103] ([i915#3555] / [i915#8925]) +1 other test skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-7/igt@i915_pm_rps@thresholds@gt1.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-dg2: NOTRUN -> [SKIP][104] ([i915#6188]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@i915_query@query-topology-coherent-slice-mask.html * igt@i915_query@test-query-geometry-subslices: - shard-tglu: NOTRUN -> [SKIP][105] ([i915#5723]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-4/igt@i915_query@test-query-geometry-subslices.html * igt@i915_selftest@mock@memory_region: - shard-mtlp: NOTRUN -> [DMESG-WARN][106] ([i915#9311]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-7/igt@i915_selftest@mock@memory_region.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-mtlp: NOTRUN -> [SKIP][107] ([i915#4212]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#4212]) +2 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@tile-pitch-mismatch: - shard-dg1: NOTRUN -> [SKIP][109] ([i915#4212]) +1 other test skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-15/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc-ccs-cc: - shard-mtlp: NOTRUN -> [SKIP][110] ([i915#8709]) +11 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc-ccs-cc.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-glk: NOTRUN -> [SKIP][111] ([fdo#109271] / [i915#1769]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-glk7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-rkl: NOTRUN -> [SKIP][112] ([i915#1769] / [i915#3555]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][113] ([fdo#111614]) +4 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][114] ([i915#5286]) +5 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html - shard-dg1: NOTRUN -> [SKIP][115] ([i915#4538] / [i915#5286]) +2 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-15/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html - shard-tglu: NOTRUN -> [SKIP][116] ([fdo#111615] / [i915#5286]) +3 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-mtlp: NOTRUN -> [FAIL][117] ([i915#5138]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][118] ([fdo#111614]) +4 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html - shard-tglu: NOTRUN -> [SKIP][119] ([fdo#111614]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-3/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][120] ([i915#3638]) +1 other test skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-15/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-32bpp-rotate-180: - shard-mtlp: NOTRUN -> [SKIP][121] ([fdo#111615]) +10 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html * igt@kms_big_fb@y-tiled-8bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][122] ([i915#5190]) +23 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-5/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-tglu: [PASS][123] -> [FAIL][124] ([i915#3743]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-tglu-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#4538] / [i915#5190]) +9 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-mtlp: NOTRUN -> [SKIP][126] ([i915#6187]) +2 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][127] ([i915#4538]) +2 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-17/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-rkl: NOTRUN -> [SKIP][128] ([fdo#110723]) +4 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-tglu: NOTRUN -> [SKIP][129] ([fdo#111615]) +1 other test skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_joiner@basic: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#2705]) +1 other test skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@kms_big_joiner@basic.html - shard-rkl: NOTRUN -> [SKIP][131] ([i915#2705]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-1/igt@kms_big_joiner@basic.html - shard-dg1: NOTRUN -> [SKIP][132] ([i915#2705]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-12/igt@kms_big_joiner@basic.html * igt@kms_big_joiner@invalid-modeset: - shard-mtlp: NOTRUN -> [SKIP][133] ([i915#2705]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@kms_big_joiner@invalid-modeset.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-yf-tiled-ccs: - shard-dg2: NOTRUN -> [SKIP][134] ([i915#5354]) +123 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-6/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-yf-tiled-ccs.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-y-tiled-gen12-mc-ccs: - shard-rkl: NOTRUN -> [SKIP][135] ([i915#5354] / [i915#6095]) +21 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-1/igt@kms_ccs@pipe-b-ccs-on-another-bo-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@pipe-b-crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc: - shard-dg1: NOTRUN -> [SKIP][136] ([i915#5354] / [i915#6095]) +23 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-18/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@pipe-c-bad-rotation-90-4-tiled-dg2-rc-ccs: - shard-tglu: NOTRUN -> [SKIP][137] ([i915#5354] / [i915#6095]) +25 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-7/igt@kms_ccs@pipe-c-bad-rotation-90-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc: - shard-mtlp: NOTRUN -> [SKIP][138] ([i915#5354] / [i915#6095]) +46 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@pipe-d-crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][139] ([i915#5354]) +19 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-1/igt@kms_ccs@pipe-d-crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][140] ([i915#7213]) +3 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-3/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2.html * igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#4087]) +3 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html * igt@kms_cdclk@plane-scaling@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][142] ([i915#4087]) +3 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@kms_cdclk@plane-scaling@pipe-c-edp-1.html * igt@kms_chamelium_color@ctm-0-25: - shard-tglu: NOTRUN -> [SKIP][143] ([fdo#111827]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-5/igt@kms_chamelium_color@ctm-0-25.html * igt@kms_chamelium_color@ctm-green-to-red: - shard-rkl: NOTRUN -> [SKIP][144] ([fdo#111827]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_color@degamma: - shard-dg2: NOTRUN -> [SKIP][145] ([fdo#111827]) +5 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@kms_chamelium_color@degamma.html - shard-dg1: NOTRUN -> [SKIP][146] ([fdo#111827]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-14/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_color@gamma: - shard-mtlp: NOTRUN -> [SKIP][147] ([fdo#111827]) +1 other test skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-3/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_edid@dp-edid-stress-resolution-4k: - shard-rkl: NOTRUN -> [SKIP][148] ([i915#7828]) +6 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-1/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k: - shard-dg2: NOTRUN -> [SKIP][149] ([i915#7828]) +11 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-10/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: - shard-mtlp: NOTRUN -> [SKIP][150] ([i915#7828]) +8 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@hdmi-hpd-fast: - shard-dg1: NOTRUN -> [SKIP][151] ([i915#7828]) +5 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-17/igt@kms_chamelium_hpd@hdmi-hpd-fast.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-tglu: NOTRUN -> [SKIP][152] ([i915#7828]) +5 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-8/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_content_protection@atomic: - shard-snb: NOTRUN -> [SKIP][153] ([fdo#109271]) +95 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-snb4/igt@kms_content_protection@atomic.html * igt@kms_content_protection@content-type-change: - shard-rkl: NOTRUN -> [SKIP][154] ([i915#9424]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-7/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-type-0: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#3299]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-3/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#3299]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-6/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@lic: - shard-mtlp: NOTRUN -> [SKIP][157] ([i915#6944]) +1 other test skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-3/igt@kms_content_protection@lic.html - shard-rkl: NOTRUN -> [SKIP][158] ([i915#7118]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-2/igt@kms_content_protection@lic.html - shard-dg1: NOTRUN -> [SKIP][159] ([i915#7116]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-14/igt@kms_content_protection@lic.html - shard-tglu: NOTRUN -> [SKIP][160] ([i915#6944] / [i915#7116] / [i915#7118]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-6/igt@kms_content_protection@lic.html * igt@kms_content_protection@mei-interface: - shard-mtlp: NOTRUN -> [SKIP][161] ([i915#8063] / [i915#9433]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-1/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#7118]) +1 other test skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#3359]) +1 other test skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-32x32: - shard-tglu: NOTRUN -> [SKIP][164] ([i915#3555]) +3 other tests skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-6/igt@kms_cursor_crc@cursor-onscreen-32x32.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-rkl: NOTRUN -> [SKIP][165] ([fdo#109279] / [i915#3359]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-tglu: NOTRUN -> [SKIP][166] ([i915#3359]) +1 other test skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-3/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-64x21: - shard-mtlp: NOTRUN -> [SKIP][167] ([i915#8814]) +5 other tests skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-4/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#3555]) +13 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-rkl: NOTRUN -> [SKIP][169] ([i915#3359]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-tglu: NOTRUN -> [SKIP][170] ([fdo#109274] / [fdo#111767]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-8/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html - shard-dg2: NOTRUN -> [SKIP][171] ([fdo#109274] / [fdo#111767] / [i915#5354]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-10/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy: - shard-dg2: NOTRUN -> [SKIP][172] ([fdo#109274] / [i915#5354]) +4 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][173] ([i915#9809]) +2 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][174] ([i915#4103] / [i915#4213]) +2 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-snb: [PASS][175] -> [SKIP][176] ([fdo#109271] / [fdo#111767]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-snb7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-snb6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size: - shard-tglu: NOTRUN -> [SKIP][177] ([fdo#109274]) +1 other test skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-mtlp: NOTRUN -> [SKIP][178] ([fdo#111767]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-rkl: NOTRUN -> [SKIP][179] ([i915#4103]) +1 other test skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-tglu: NOTRUN -> [SKIP][180] ([i915#4103]) +1 other test skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html - shard-mtlp: NOTRUN -> [SKIP][181] ([i915#4213]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html - shard-dg1: NOTRUN -> [SKIP][182] ([i915#4103] / [i915#4213]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-15/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][183] ([i915#9227]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-10/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][184] ([i915#9723]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-16/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-4.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-mtlp: NOTRUN -> [SKIP][185] ([i915#8588]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-7/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-dg1: NOTRUN -> [SKIP][186] ([i915#3555]) +4 other tests skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-13/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][187] ([i915#3804]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html - shard-tglu: NOTRUN -> [SKIP][188] ([i915#3804]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][189] ([i915#8812]) +1 other test skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-basic: - shard-dg2: NOTRUN -> [SKIP][190] ([i915#3555] / [i915#3840]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@kms_dsc@dsc-basic.html - shard-tglu: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#3840]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-3/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-fractional-bpp: - shard-dg2: NOTRUN -> [SKIP][192] ([i915#3840] / [i915#9688]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-3/igt@kms_dsc@dsc-fractional-bpp.html - shard-rkl: NOTRUN -> [SKIP][193] ([i915#3840]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-7/igt@kms_dsc@dsc-fractional-bpp.html - shard-dg1: NOTRUN -> [SKIP][194] ([i915#3840]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-16/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-with-output-formats: - shard-rkl: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#3840]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-1/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_fbcon_fbt@psr: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#3469]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@kms_fbcon_fbt@psr.html - shard-tglu: NOTRUN -> [SKIP][197] ([i915#3469]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-10/igt@kms_fbcon_fbt@psr.html * igt@kms_feature_discovery@display-2x: - shard-tglu: NOTRUN -> [SKIP][198] ([i915#1839]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-5/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@display-4x: - shard-mtlp: NOTRUN -> [SKIP][199] ([i915#1839]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@psr1: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#658]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-6/igt@kms_feature_discovery@psr1.html - shard-rkl: NOTRUN -> [SKIP][201] ([i915#658]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@kms_feature_discovery@psr1.html - shard-dg1: NOTRUN -> [SKIP][202] ([i915#658]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-17/igt@kms_feature_discovery@psr1.html * igt@kms_fence_pin_leak: - shard-mtlp: NOTRUN -> [SKIP][203] ([i915#4881]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-1/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-mtlp: NOTRUN -> [SKIP][204] ([fdo#111767] / [i915#3637]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-dg2: NOTRUN -> [SKIP][205] ([fdo#109274] / [fdo#111767]) +1 other test skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-rkl: NOTRUN -> [SKIP][206] ([fdo#111767] / [fdo#111825]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-dg1: NOTRUN -> [SKIP][207] ([fdo#111767] / [fdo#111825]) +1 other test skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-17/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-tglu: NOTRUN -> [SKIP][208] ([fdo#109274] / [fdo#111767] / [i915#3637]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-mtlp: NOTRUN -> [SKIP][209] ([i915#8381]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-7/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible: - shard-mtlp: NOTRUN -> [SKIP][210] ([i915#3637]) +7 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html * igt@kms_flip@2x-plain-flip-fb-recreate: - shard-tglu: NOTRUN -> [SKIP][211] ([fdo#109274] / [i915#3637]) +9 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-10/igt@kms_flip@2x-plain-flip-fb-recreate.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: - shard-dg2: NOTRUN -> [SKIP][212] ([fdo#109274]) +12 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-6/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html - shard-rkl: NOTRUN -> [SKIP][213] ([fdo#111825]) +7 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html - shard-dg1: NOTRUN -> [SKIP][214] ([fdo#111825] / [i915#9934]) +5 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-17/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][215] ([i915#2587] / [i915#2672]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@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][216] ([i915#2587] / [i915#2672]) +1 other test skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][217] ([i915#2672]) +1 other test skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][218] ([i915#2672] / [i915#3555]) +2 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][219] ([i915#2672]) +3 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][220] ([i915#2672]) +1 other test skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-mtlp: NOTRUN -> [SKIP][221] ([i915#5274]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][222] ([fdo#111825]) +23 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#8708]) +24 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt: - shard-snb: [PASS][224] -> [SKIP][225] ([fdo#109271]) +6 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-mtlp: NOTRUN -> [SKIP][226] ([i915#10055]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw: - shard-dg1: NOTRUN -> [SKIP][227] ([i915#3458]) +11 other tests skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][228] ([i915#8708]) +6 other tests skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][229] ([i915#8708]) +8 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc: - shard-rkl: NOTRUN -> [SKIP][230] ([i915#3023]) +15 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move: - shard-tglu: NOTRUN -> [SKIP][231] ([fdo#110189]) +11 other tests skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#3458]) +22 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-pwrite: - shard-mtlp: NOTRUN -> [SKIP][233] ([i915#1825]) +34 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render: - shard-tglu: NOTRUN -> [SKIP][234] ([fdo#109280]) +28 other tests skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt: - shard-rkl: NOTRUN -> [SKIP][235] ([fdo#111825] / [i915#1825]) +29 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html * igt@kms_hdr@bpc-switch-dpms: - shard-tglu: NOTRUN -> [SKIP][236] ([i915#3555] / [i915#8228]) +1 other test skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-4/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@static-toggle: - shard-rkl: NOTRUN -> [SKIP][237] ([i915#3555] / [i915#8228]) +2 other tests skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-2/igt@kms_hdr@static-toggle.html - shard-dg1: NOTRUN -> [SKIP][238] ([i915#3555] / [i915#8228]) +2 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-19/igt@kms_hdr@static-toggle.html - shard-mtlp: NOTRUN -> [SKIP][239] ([i915#3555] / [i915#8228]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-4/igt@kms_hdr@static-toggle.html * igt@kms_hdr@static-toggle-suspend: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#3555] / [i915#8228]) +4 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@kms_hdr@static-toggle-suspend.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: NOTRUN -> [SKIP][241] ([i915#4070] / [i915#4816]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html - shard-dg1: NOTRUN -> [SKIP][242] ([i915#1839]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-14/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane@pixel-format-source-clamping@pipe-a: - shard-glk: NOTRUN -> [DMESG-FAIL][243] ([i915#118]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-glk8/igt@kms_plane@pixel-format-source-clamping@pipe-a.html * igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][244] ([i915#7862]) +1 other test fail [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-glk8/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1.html * igt@kms_plane_lowres@tiling-4@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][245] ([i915#3582]) +3 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@kms_plane_lowres@tiling-4@pipe-b-edp-1.html * igt@kms_plane_multiple@tiling-y: - shard-dg2: NOTRUN -> [SKIP][246] ([i915#8806]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-6/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_multiple@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][247] ([i915#3555] / [i915#8806]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][248] ([i915#9423]) +11 other tests skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-15/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][249] ([i915#5176]) +3 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-1/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][250] ([i915#9423]) +5 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-4/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][251] ([i915#5176] / [i915#9423]) +3 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-12/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][252] ([i915#5235]) +7 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][253] ([i915#5235] / [i915#9423]) +23 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-3/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][254] ([i915#5235]) +1 other test skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][255] ([i915#5235]) +5 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-a-edp-1.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][256] ([i915#3555] / [i915#5235]) +1 other test skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d-edp-1.html * igt@kms_pm_backlight@fade: - shard-tglu: NOTRUN -> [SKIP][257] ([i915#9812]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-6/igt@kms_pm_backlight@fade.html - shard-dg1: NOTRUN -> [SKIP][258] ([i915#5354]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-14/igt@kms_pm_backlight@fade.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-mtlp: NOTRUN -> [SKIP][259] ([i915#9292]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc5-psr: - shard-dg2: NOTRUN -> [SKIP][260] ([i915#9685]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-dpms: - shard-tglu: [PASS][261] -> [FAIL][262] ([i915#9295]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-tglu-10/igt@kms_pm_dc@dc6-dpms.html [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-8/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc6-psr: - shard-rkl: NOTRUN -> [SKIP][263] ([i915#9685]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-1/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_lpsp@screens-disabled: - shard-mtlp: NOTRUN -> [SKIP][264] ([i915#8430]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-3/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-rkl: [PASS][265] -> [SKIP][266] ([i915#9519]) +3 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-rkl-6/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-2/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg1: NOTRUN -> [SKIP][267] ([i915#9519]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-15/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-dg2: NOTRUN -> [SKIP][268] ([i915#9519]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@pc8-residency: - shard-dg2: NOTRUN -> [SKIP][269] ([fdo#109293] / [fdo#109506]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-6/igt@kms_pm_rpm@pc8-residency.html - shard-tglu: NOTRUN -> [SKIP][270] ([fdo#109293] / [fdo#109506]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-7/igt@kms_pm_rpm@pc8-residency.html * igt@kms_prime@basic-crc-hybrid: - shard-rkl: NOTRUN -> [SKIP][271] ([i915#6524]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-3/igt@kms_prime@basic-crc-hybrid.html - shard-dg1: NOTRUN -> [SKIP][272] ([i915#6524]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-18/igt@kms_prime@basic-crc-hybrid.html * igt@kms_prime@d3hot: - shard-mtlp: NOTRUN -> [SKIP][273] ([i915#6524]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@kms_prime@d3hot.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf: - shard-dg2: NOTRUN -> [SKIP][274] ([i915#9683]) +2 other tests skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-3/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html - shard-rkl: NOTRUN -> [SKIP][275] ([i915#9683]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-2/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html - shard-dg1: NOTRUN -> [SKIP][276] ([i915#9683]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-18/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area: - shard-tglu: NOTRUN -> [SKIP][277] ([fdo#111068] / [i915#9683]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-rkl: NOTRUN -> [SKIP][278] ([fdo#111068] / [i915#9683]) +1 other test skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-2/igt@kms_psr2_su@page_flip-nv12.html - shard-dg1: NOTRUN -> [SKIP][279] ([fdo#111068] / [i915#9683]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-19/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-p010: - shard-mtlp: NOTRUN -> [SKIP][280] ([i915#4348]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@kms_psr2_su@page_flip-p010.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][281] ([i915#4235] / [i915#5190]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-rkl: NOTRUN -> [SKIP][282] ([fdo#111615] / [i915#5289]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html - shard-dg1: NOTRUN -> [SKIP][283] ([fdo#111615] / [i915#5289]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-18/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html - shard-tglu: NOTRUN -> [SKIP][284] ([fdo#111615] / [i915#5289]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html - shard-mtlp: NOTRUN -> [SKIP][285] ([i915#5289]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-mtlp: NOTRUN -> [SKIP][286] ([i915#4235]) +2 other tests skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-3/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2: NOTRUN -> [SKIP][287] ([i915#4235]) +1 other test skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-10/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_scaling_modes@scaling-mode-full: - shard-rkl: NOTRUN -> [SKIP][288] ([i915#3555]) +2 other tests skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-7/igt@kms_scaling_modes@scaling-mode-full.html * igt@kms_sysfs_edid_timing: - shard-dg2: NOTRUN -> [FAIL][289] ([IGT#2]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2: NOTRUN -> [SKIP][290] ([i915#8623]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-10/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-mtlp: NOTRUN -> [SKIP][291] ([fdo#109309]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-3/igt@kms_tv_load_detect@load-detect.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-vga-1: - shard-snb: NOTRUN -> [FAIL][292] ([i915#9196]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-snb7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-vga-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1: - shard-mtlp: [PASS][293] -> [FAIL][294] ([i915#9196]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-mtlp-3/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1: - shard-tglu: [PASS][295] -> [FAIL][296] ([i915#9196]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-5/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html * igt@kms_vrr@flip-basic-fastset: - shard-mtlp: NOTRUN -> [SKIP][297] ([i915#9906]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@flip-suspend: - shard-mtlp: NOTRUN -> [SKIP][298] ([i915#3555] / [i915#8808]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@kms_vrr@flip-suspend.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2: NOTRUN -> [SKIP][299] ([i915#2437] / [i915#9412]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-5/igt@kms_writeback@writeback-fb-id-xrgb2101010.html - shard-tglu: NOTRUN -> [SKIP][300] ([i915#2437] / [i915#9412]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-6/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-invalid-parameters: - shard-glk: NOTRUN -> [SKIP][301] ([fdo#109271] / [i915#2437]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-glk3/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@global-sseu-config: - shard-mtlp: NOTRUN -> [SKIP][302] ([i915#7387]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@perf@global-sseu-config.html * igt@perf@global-sseu-config-invalid: - shard-dg2: NOTRUN -> [SKIP][303] ([i915#7387]) +1 other test skip [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@perf@global-sseu-config-invalid.html * igt@perf@mi-rpc: - shard-dg2: NOTRUN -> [SKIP][304] ([i915#2434]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@perf@mi-rpc.html - shard-tglu: NOTRUN -> [SKIP][305] ([fdo#109289]) +1 other test skip [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-4/igt@perf@mi-rpc.html * igt@perf_pmu@busy-double-start@rcs0: - shard-mtlp: [PASS][306] -> [FAIL][307] ([i915#4349]) +1 other test fail [306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-mtlp-3/igt@perf_pmu@busy-double-start@rcs0.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@perf_pmu@busy-double-start@rcs0.html * igt@perf_pmu@frequency@gt0: - shard-dg2: NOTRUN -> [FAIL][308] ([i915#6806]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-1/igt@perf_pmu@frequency@gt0.html * igt@perf_pmu@module-unload: - shard-dg2: NOTRUN -> [FAIL][309] ([i915#5793]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@perf_pmu@module-unload.html * igt@perf_pmu@rc6-all-gts: - shard-dg1: NOTRUN -> [SKIP][310] ([i915#8516]) +1 other test skip [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-17/igt@perf_pmu@rc6-all-gts.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg2: NOTRUN -> [SKIP][311] ([i915#8516]) +1 other test skip [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-3/igt@perf_pmu@rc6@other-idle-gt0.html - shard-rkl: NOTRUN -> [SKIP][312] ([i915#8516]) [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-3/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_udl: - shard-mtlp: NOTRUN -> [SKIP][313] ([fdo#109291]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-6/igt@prime_udl.html * igt@prime_vgem@basic-write: - shard-dg2: NOTRUN -> [SKIP][314] ([i915#3291] / [i915#3708]) +1 other test skip [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@prime_vgem@basic-write.html * igt@prime_vgem@coherency-gtt: - shard-dg2: NOTRUN -> [SKIP][315] ([i915#3708] / [i915#4077]) [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-10/igt@prime_vgem@coherency-gtt.html - shard-rkl: NOTRUN -> [SKIP][316] ([fdo#109295] / [fdo#111656] / [i915#3708]) [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@prime_vgem@coherency-gtt.html - shard-dg1: NOTRUN -> [SKIP][317] ([i915#3708] / [i915#4077]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-16/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-flip-hang: - shard-dg1: NOTRUN -> [SKIP][318] ([i915#3708]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-18/igt@prime_vgem@fence-flip-hang.html - shard-rkl: NOTRUN -> [SKIP][319] ([fdo#109295] / [i915#3708]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@prime_vgem@fence-flip-hang.html * igt@prime_vgem@fence-read-hang: - shard-dg2: NOTRUN -> [SKIP][320] ([i915#3708]) +1 other test skip [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-5/igt@prime_vgem@fence-read-hang.html - shard-tglu: NOTRUN -> [SKIP][321] ([fdo#109295]) [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-7/igt@prime_vgem@fence-read-hang.html * igt@sriov_basic@bind-unbind-vf: - shard-mtlp: NOTRUN -> [SKIP][322] ([i915#9917]) +1 other test skip [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@sriov_basic@bind-unbind-vf.html * igt@syncobj_timeline@invalid-wait-zero-handles: - shard-mtlp: NOTRUN -> [FAIL][323] ([i915#9781]) [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-8/igt@syncobj_timeline@invalid-wait-zero-handles.html * igt@v3d/v3d_submit_cl@bad-perfmon: - shard-rkl: NOTRUN -> [SKIP][324] ([fdo#109315]) +6 other tests skip [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-3/igt@v3d/v3d_submit_cl@bad-perfmon.html - shard-dg1: NOTRUN -> [SKIP][325] ([i915#2575]) +4 other tests skip [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-12/igt@v3d/v3d_submit_cl@bad-perfmon.html * igt@v3d/v3d_submit_cl@multisync-out-syncs: - shard-dg2: NOTRUN -> [SKIP][326] ([i915#2575]) +15 other tests skip [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-7/igt@v3d/v3d_submit_cl@multisync-out-syncs.html * igt@v3d/v3d_submit_csd@multiple-job-submission: - shard-tglu: NOTRUN -> [SKIP][327] ([fdo#109315] / [i915#2575]) +6 other tests skip [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-2/igt@v3d/v3d_submit_csd@multiple-job-submission.html * igt@v3d/v3d_wait_bo@bad-pad: - shard-mtlp: NOTRUN -> [SKIP][328] ([i915#2575]) +8 other tests skip [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@v3d/v3d_wait_bo@bad-pad.html * igt@vc4/vc4_create_bo@create-bo-0: - shard-mtlp: NOTRUN -> [SKIP][329] ([i915#7711]) +10 other tests skip [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-4/igt@vc4/vc4_create_bo@create-bo-0.html * igt@vc4/vc4_dmabuf_poll@poll-write-waits-until-write-done: - shard-dg1: NOTRUN -> [SKIP][330] ([i915#7711]) +5 other tests skip [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-17/igt@vc4/vc4_dmabuf_poll@poll-write-waits-until-write-done.html - shard-tglu: NOTRUN -> [SKIP][331] ([i915#2575]) +4 other tests skip [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-7/igt@vc4/vc4_dmabuf_poll@poll-write-waits-until-write-done.html * igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained: - shard-dg2: NOTRUN -> [SKIP][332] ([i915#7711]) +12 other tests skip [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg2-2/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained.html * igt@vc4/vc4_tiling@set-bad-handle: - shard-rkl: NOTRUN -> [SKIP][333] ([i915#7711]) +7 other tests skip [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-2/igt@vc4/vc4_tiling@set-bad-handle.html #### Possible fixes #### * igt@gem_ctx_exec@basic-nohangcheck: - shard-tglu: [FAIL][334] ([i915#6268]) -> [PASS][335] [334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-tglu-10/igt@gem_ctx_exec@basic-nohangcheck.html [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-5/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-rkl: [FAIL][336] ([i915#2842]) -> [PASS][337] +3 other tests pass [336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-rkl-3/igt@gem_exec_fair@basic-pace@rcs0.html [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-5/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_workarounds@suspend-resume: - shard-tglu: [INCOMPLETE][338] ([i915#8797]) -> [PASS][339] [338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-tglu-10/igt@gem_workarounds@suspend-resume.html [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-7/igt@gem_workarounds@suspend-resume.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [INCOMPLETE][340] ([i915#9820] / [i915#9849]) -> [PASS][341] [340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-rkl-7/igt@i915_module_load@reload-with-fault-injection.html [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-1/igt@i915_module_load@reload-with-fault-injection.html - shard-dg1: [INCOMPLETE][342] ([i915#9849]) -> [PASS][343] [342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-dg1-12/igt@i915_module_load@reload-with-fault-injection.html [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-16/igt@i915_module_load@reload-with-fault-injection.html - shard-mtlp: [ABORT][344] ([i915#9697]) -> [PASS][345] [344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-mtlp-8/igt@i915_module_load@reload-with-fault-injection.html [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_power@sanity: - shard-mtlp: [SKIP][346] ([i915#7984]) -> [PASS][347] [346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-mtlp-7/igt@i915_power@sanity.html [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-5/igt@i915_power@sanity.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: [FAIL][348] ([i915#10031]) -> [PASS][349] [348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-7/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-tglu: [FAIL][350] ([i915#3743]) -> [PASS][351] [350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-tglu-10/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-10/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-snb: [SKIP][352] ([fdo#109271] / [fdo#111767]) -> [PASS][353] [352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-snb1/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-snb7/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][354] ([i915#2346]) -> [PASS][355] [354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render: - shard-snb: [SKIP][356] ([fdo#109271]) -> [PASS][357] +12 other tests pass [356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-1: - shard-tglu: [ABORT][358] -> [PASS][359] [358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-tglu-9/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-1.html [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-7/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-1.html * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-rkl: [SKIP][360] ([i915#9519]) -> [PASS][361] +1 other test pass [360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1: - shard-mtlp: [FAIL][362] ([i915#9196]) -> [PASS][363] +1 other test pass [362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-mtlp-3/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-mtlp-2/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1: - shard-snb: [FAIL][364] ([i915#9196]) -> [PASS][365] [364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-snb1/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-snb7/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html - shard-tglu: [FAIL][366] ([i915#9196]) -> [PASS][367] +1 other test pass [366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-5/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html #### Warnings #### * igt@gem_pwrite@basic-exhaustion: - shard-tglu: [INCOMPLETE][368] ([i915#10042]) -> [WARN][369] ([i915#2658]) [368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-tglu-4/igt@gem_pwrite@basic-exhaustion.html [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-tglu-5/igt@gem_pwrite@basic-exhaustion.html - shard-glk: [INCOMPLETE][370] ([i915#10042]) -> [WARN][371] ([i915#2658]) [370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-glk5/igt@gem_pwrite@basic-exhaustion.html [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-glk5/igt@gem_pwrite@basic-exhaustion.html * igt@kms_content_protection@content-type-change: - shard-snb: [SKIP][372] ([fdo#109271]) -> [INCOMPLETE][373] ([i915#8816]) [372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-snb6/igt@kms_content_protection@content-type-change.html [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-snb7/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@mei-interface: - shard-dg1: [SKIP][374] ([i915#9424]) -> [SKIP][375] ([i915#9433]) [374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-dg1-19/igt@kms_content_protection@mei-interface.html [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-dg1-13/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@uevent: - shard-snb: [INCOMPLETE][376] ([i915#8816]) -> [SKIP][377] ([fdo#109271]) [376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-snb7/igt@kms_content_protection@uevent.html [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-snb1/igt@kms_content_protection@uevent.html * igt@kms_pm_dc@dc9-dpms: - shard-rkl: [SKIP][378] ([i915#4281]) -> [SKIP][379] ([i915#3361]) [378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14137/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html [379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/shard-rkl-2/igt@kms_pm_dc@dc9-dpms.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#10031]: https://gitlab.freedesktop.org/drm/intel/issues/10031 [i915#10042]: https://gitlab.freedesktop.org/drm/intel/issues/10042 [i915#10055]: https://gitlab.freedesktop.org/drm/intel/issues/10055 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723 [i915#5793]: https://gitlab.freedesktop.org/drm/intel/issues/5793 [i915#5889]: https://gitlab.freedesktop.org/drm/intel/issues/5889 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7862]: https://gitlab.freedesktop.org/drm/intel/issues/7862 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#7984]: https://gitlab.freedesktop.org/drm/intel/issues/7984 [i915#8063]: https://gitlab.freedesktop.org/drm/intel/issues/8063 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8430]: https://gitlab.freedesktop.org/drm/intel/issues/8430 [i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588 [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8797]: https://gitlab.freedesktop.org/drm/intel/issues/8797 [i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806 [i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808 [i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8816]: https://gitlab.freedesktop.org/drm/intel/issues/8816 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9200]: https://gitlab.freedesktop.org/drm/intel/issues/9200 [i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227 [i915#9292]: https://gitlab.freedesktop.org/drm/intel/issues/9292 [i915#9295]: https://gitlab.freedesktop.org/drm/intel/issues/9295 [i915#9311]: https://gitlab.freedesktop.org/drm/intel/issues/9311 [i915#9364]: https://gitlab.freedesktop.org/drm/intel/issues/9364 [i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412 [i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424 [i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433 [i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519 [i915#9606]: https://gitlab.freedesktop.org/drm/intel/issues/9606 [i915#9683]: https://gitlab.freedesktop.org/drm/intel/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688 [i915#9697]: https://gitlab.freedesktop.org/drm/intel/issues/9697 [i915#9723]: https://gitlab.freedesktop.org/drm/intel/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732 [i915#9781]: https://gitlab.freedesktop.org/drm/intel/issues/9781 [i915#9808]: https://gitlab.freedesktop.org/drm/intel/ == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10552/index.html [-- Attachment #2: Type: text/html, Size: 124278 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH i-g-t] tools/intel_gpu_top: Fix near full percentage bar formatting 2024-01-18 8:48 [PATCH i-g-t] tools/intel_gpu_top: Fix near full percentage bar formatting Tvrtko Ursulin ` (2 preceding siblings ...) 2024-01-18 16:12 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2024-03-22 10:38 ` Kamil Konieczny 3 siblings, 0 replies; 5+ messages in thread From: Kamil Konieczny @ 2024-03-22 10:38 UTC (permalink / raw) To: igt-dev; +Cc: Tvrtko Ursulin, Intel-gfx, Tvrtko Ursulin Hi Tvrtko, On 2024-01-18 at 08:48:38 +0000, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin <tvrtko.ursulin@intel.com> > > Fix a bug where 1) the end vertical separator element would not be printed > if the progress bar portion was all filled by the progress bar characters > (no trailing spaces), and 2) the numerical overlay would be skipped to. > > The bug would also shift the layout of following UI elements since the > progress bar would not be consuming all the allocated horizontal space. > > Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> > Reported-by: anonymoustranquillity@proton.me Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com> > --- > tools/intel_gpu_top.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/tools/intel_gpu_top.c b/tools/intel_gpu_top.c > index 046ead15a122..5b4f94d7de7a 100644 > --- a/tools/intel_gpu_top.c > +++ b/tools/intel_gpu_top.c > @@ -1015,9 +1015,8 @@ print_percentage_bar(double percent, double max, int max_len, bool numeric) > printf("%s", bars[i]); > > len -= (bar_len + (w - 1)) / w; > - if (len < 1) > - return; > - n_spaces(len); > + if (len >= 1) > + n_spaces(len); > > putchar('|'); > > -- > 2.40.1 > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-03-22 10:38 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-01-18 8:48 [PATCH i-g-t] tools/intel_gpu_top: Fix near full percentage bar formatting Tvrtko Ursulin 2024-01-18 13:55 ` ✓ CI.xeBAT: success for " Patchwork 2024-01-18 14:03 ` ✓ Fi.CI.BAT: " Patchwork 2024-01-18 16:12 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-03-22 10:38 ` [PATCH i-g-t] " Kamil Konieczny
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox