* [PATCH i-g-t] lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable
@ 2024-04-02 5:42 Kunal Joshi
2024-04-02 6:10 ` ✓ CI.xeBAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Kunal Joshi @ 2024-04-02 5:42 UTC (permalink / raw)
To: igt-dev; +Cc: Kunal Joshi, Ankit Nautiyal
adapt to boolean debugfs for i915_bigjoiner_force_enable
Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com>
---
lib/igt_kms.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index c38021dd7..2a518eb8d 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -6218,8 +6218,8 @@ bool igt_force_and_check_bigjoiner_status(int drmfd, char *connector_name, bool
close(debugfs_fd);
igt_assert_f(ret > 0, "Could not read i915_bigjoiner_force_enable for connector %s\n", connector_name);
- return enable ? strstr(buf, "Bigjoiner enable: 1") :
- strstr(buf, "Bigjoiner enable: 0");
+ return enable ? strstr(buf, "Y") :
+ strstr(buf, "N");
}
/**
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* ✓ CI.xeBAT: success for lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable 2024-04-02 5:42 [PATCH i-g-t] lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable Kunal Joshi @ 2024-04-02 6:10 ` Patchwork 2024-04-02 6:12 ` ✓ Fi.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-04-02 6:10 UTC (permalink / raw) To: Kunal Joshi; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 888 bytes --] == Series Details == Series: lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable URL : https://patchwork.freedesktop.org/series/131911/ State : success == Summary == CI Bug Log - changes from XEIGT_7794_BAT -> XEIGTPW_10962_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (5 -> 5) ------------------------------ No changes in participating hosts Changes ------- No changes found Build changes ------------- * IGT: IGT_7794 -> IGTPW_10962 IGTPW_10962: 10962 IGT_7794: ea51cff570e13d7ced5409244af61a0690fbc8e2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1022-21a087f3d1d62518feb57cea8caf101cd4a81b5d: 21a087f3d1d62518feb57cea8caf101cd4a81b5d == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10962/index.html [-- Attachment #2: Type: text/html, Size: 1433 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ Fi.CI.BAT: success for lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable 2024-04-02 5:42 [PATCH i-g-t] lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable Kunal Joshi 2024-04-02 6:10 ` ✓ CI.xeBAT: success for " Patchwork @ 2024-04-02 6:12 ` Patchwork 2024-04-02 7:57 ` ✗ Fi.CI.IGT: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-04-02 6:12 UTC (permalink / raw) To: Kunal Joshi; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3973 bytes --] == Series Details == Series: lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable URL : https://patchwork.freedesktop.org/series/131911/ State : success == Summary == CI Bug Log - changes from IGT_7794 -> IGTPW_10962 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/index.html Participating hosts (31 -> 31) ------------------------------ Additional (2): fi-glk-j4005 bat-kbl-2 Missing (2): bat-jsl-1 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_10962 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@info: - bat-kbl-2: NOTRUN -> [SKIP][1] ([i915#1849]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/bat-kbl-2/igt@fbdev@info.html * igt@gem_huc_copy@huc-copy: - fi-glk-j4005: NOTRUN -> [SKIP][2] ([i915#2190]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-glk-j4005: NOTRUN -> [SKIP][3] ([i915#4613]) +3 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/fi-glk-j4005/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@parallel-random-engines: - bat-kbl-2: NOTRUN -> [SKIP][4] +39 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/bat-kbl-2/igt@gem_lmem_swapping@parallel-random-engines.html * igt@i915_selftest@live@gt_timelines: - bat-dg2-9: [PASS][5] -> [ABORT][6] ([i915#10366]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/bat-dg2-9/igt@i915_selftest@live@gt_timelines.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/bat-dg2-9/igt@i915_selftest@live@gt_timelines.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-glk-j4005: NOTRUN -> [SKIP][7] +10 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/fi-glk-j4005/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html #### Possible fixes #### * igt@i915_selftest@live@hangcheck: - bat-adln-1: [ABORT][8] ([i915#10021]) -> [PASS][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/bat-adln-1/igt@i915_selftest@live@hangcheck.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/bat-adln-1/igt@i915_selftest@live@hangcheck.html * igt@kms_force_connector_basic@force-connector-state: - {bat-mtlp-9}: [DMESG-WARN][10] ([i915#10435]) -> [PASS][11] [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/bat-mtlp-9/igt@kms_force_connector_basic@force-connector-state.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/bat-mtlp-9/igt@kms_force_connector_basic@force-connector-state.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10021]: https://gitlab.freedesktop.org/drm/intel/issues/10021 [i915#10366]: https://gitlab.freedesktop.org/drm/intel/issues/10366 [i915#10435]: https://gitlab.freedesktop.org/drm/intel/issues/10435 [i915#10436]: https://gitlab.freedesktop.org/drm/intel/issues/10436 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7794 -> IGTPW_10962 CI-20190529: 20190529 CI_DRM_14512: 21a087f3d1d62518feb57cea8caf101cd4a81b5d @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10962: 10962 IGT_7794: ea51cff570e13d7ced5409244af61a0690fbc8e2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/index.html [-- Attachment #2: Type: text/html, Size: 4718 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Fi.CI.IGT: failure for lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable 2024-04-02 5:42 [PATCH i-g-t] lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable Kunal Joshi 2024-04-02 6:10 ` ✓ CI.xeBAT: success for " Patchwork 2024-04-02 6:12 ` ✓ Fi.CI.BAT: " Patchwork @ 2024-04-02 7:57 ` Patchwork 2024-04-03 9:08 ` [PATCH i-g-t] " Nautiyal, Ankit K 2024-04-04 11:24 ` Ville Syrjälä 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-04-02 7:57 UTC (permalink / raw) To: Kunal Joshi; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 94402 bytes --] == Series Details == Series: lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable URL : https://patchwork.freedesktop.org/series/131911/ State : failure == Summary == CI Bug Log - changes from IGT_7794_full -> IGTPW_10962_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_10962_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_10962_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_10962/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_10962_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip@dpms-off-confusion-interruptible@c-hdmi-a4: - shard-dg1: NOTRUN -> [INCOMPLETE][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@kms_flip@dpms-off-confusion-interruptible@c-hdmi-a4.html * igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][2] +1 other test fail [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-glk5/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html * igt@kms_vblank@invalid@pipe-a-edp-1: - shard-mtlp: [PASS][3] -> [ABORT][4] +1 other test abort [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-mtlp-7/igt@kms_vblank@invalid@pipe-a-edp-1.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@kms_vblank@invalid@pipe-a-edp-1.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_big_joiner@basic-force-joiner}: - shard-dg2: NOTRUN -> [SKIP][5] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@kms_big_joiner@basic-force-joiner.html - shard-rkl: NOTRUN -> [SKIP][6] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@kms_big_joiner@basic-force-joiner.html * {igt@kms_big_joiner@basic-force-joiner@single}: - shard-mtlp: [PASS][7] -> [FAIL][8] +1 other test fail [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-mtlp-5/igt@kms_big_joiner@basic-force-joiner@single.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@kms_big_joiner@basic-force-joiner@single.html * {igt@kms_big_joiner@invalid-modeset-force-joiner}: - shard-dg1: NOTRUN -> [SKIP][9] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-13/igt@kms_big_joiner@invalid-modeset-force-joiner.html Known issues ------------ Here are the changes found in IGTPW_10962_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-purge-cache: - shard-dg1: NOTRUN -> [SKIP][10] ([i915#8411]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@api_intel_bb@blit-reloc-purge-cache.html - shard-mtlp: NOTRUN -> [SKIP][11] ([i915#8411]) +1 other test skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@api_intel_bb@blit-reloc-purge-cache.html - shard-rkl: NOTRUN -> [SKIP][12] ([i915#8411]) +1 other test skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@api_intel_bb@crc32: - shard-dg1: NOTRUN -> [SKIP][13] ([i915#6230]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@api_intel_bb@crc32.html * igt@device_reset@cold-reset-bound: - shard-dg2: NOTRUN -> [SKIP][14] ([i915#7701]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@device_reset@cold-reset-bound.html * igt@device_reset@unbind-reset-rebind: - shard-dg1: NOTRUN -> [INCOMPLETE][15] ([i915#9408] / [i915#9618]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@device_reset@unbind-reset-rebind.html * igt@drm_fdinfo@busy-check-all@bcs0: - shard-dg1: NOTRUN -> [SKIP][16] ([i915#8414]) +15 other tests skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@drm_fdinfo@busy-check-all@bcs0.html * igt@drm_fdinfo@busy-hang@bcs0: - shard-dg2: NOTRUN -> [SKIP][17] ([i915#8414]) +8 other tests skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@drm_fdinfo@busy-hang@bcs0.html * igt@drm_fdinfo@busy-hang@rcs0: - shard-mtlp: NOTRUN -> [SKIP][18] ([i915#8414]) +12 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@drm_fdinfo@busy-hang@rcs0.html * igt@drm_fdinfo@virtual-idle: - shard-rkl: [PASS][19] -> [FAIL][20] ([i915#7742]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-rkl-5/igt@drm_fdinfo@virtual-idle.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@drm_fdinfo@virtual-idle.html * igt@gem_ccs@ctrl-surf-copy: - shard-mtlp: NOTRUN -> [SKIP][21] ([i915#3555] / [i915#9323]) +1 other test skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-6/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0: - shard-dg2: NOTRUN -> [INCOMPLETE][22] ([i915#7297]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html * igt@gem_close_race@multigpu-basic-process: - shard-dg1: NOTRUN -> [SKIP][23] ([i915#7697]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-15/igt@gem_close_race@multigpu-basic-process.html * igt@gem_create@create-ext-cpu-access-big: - shard-mtlp: NOTRUN -> [SKIP][24] ([i915#6335]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_create@create-ext-set-pat: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#8562]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_freq@sysfs@gt0: - shard-dg2: [PASS][26] -> [FAIL][27] ([i915#9561]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-dg2-2/igt@gem_ctx_freq@sysfs@gt0.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-6/igt@gem_ctx_freq@sysfs@gt0.html * igt@gem_ctx_isolation@preservation-s3@vecs0: - shard-dg1: [PASS][28] -> [DMESG-WARN][29] ([i915#4423]) +1 other test dmesg-warn [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-dg1-18/igt@gem_ctx_isolation@preservation-s3@vecs0.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-15/igt@gem_ctx_isolation@preservation-s3@vecs0.html * igt@gem_ctx_persistence@engines-hostile: - shard-snb: NOTRUN -> [SKIP][30] ([i915#1099]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-snb1/igt@gem_ctx_persistence@engines-hostile.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-mtlp: NOTRUN -> [SKIP][31] ([i915#8555]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_sseu@engines: - shard-dg1: NOTRUN -> [SKIP][32] ([i915#280]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@invalid-sseu: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#280]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-8/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_ctx_sseu@mmap-args: - shard-tglu: NOTRUN -> [SKIP][34] ([i915#280]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-8/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@reset-stress: - shard-dg1: NOTRUN -> [FAIL][35] ([i915#5784]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@gem_eio@reset-stress.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg1: NOTRUN -> [SKIP][36] ([i915#4812]) +3 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@bonded-sync: - shard-mtlp: NOTRUN -> [SKIP][37] ([i915#4771]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-1/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#4036]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_balancer@parallel-balancer: - shard-rkl: NOTRUN -> [SKIP][39] ([i915#4525]) +1 other test skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_capture@capture-invisible@lmem0: - shard-dg1: NOTRUN -> [SKIP][40] ([i915#6334]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@gem_exec_capture@capture-invisible@lmem0.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-rkl: NOTRUN -> [SKIP][41] ([i915#6334]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_capture@many-4k-incremental: - shard-dg2: NOTRUN -> [FAIL][42] ([i915#9606]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@gem_exec_capture@many-4k-incremental.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-rkl: [PASS][43] -> [FAIL][44] ([i915#2842]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-rkl-3/igt@gem_exec_fair@basic-none-share@rcs0.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-rkl: NOTRUN -> [FAIL][45] ([i915#2842]) +1 other test fail [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-3/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo: - shard-dg1: NOTRUN -> [SKIP][46] ([i915#3539]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@gem_exec_fair@basic-pace-solo.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-tglu: NOTRUN -> [FAIL][47] ([i915#2842]) +5 other tests fail [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-8/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_fair@basic-sync: - shard-mtlp: NOTRUN -> [SKIP][48] ([i915#4473] / [i915#4771]) +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-6/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_fence@submit: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#4812]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@gem_exec_fence@submit.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#3711]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_flush@basic-uc-set-default: - shard-dg2: NOTRUN -> [SKIP][51] ([i915#3539]) +1 other test skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@gem_exec_flush@basic-uc-set-default.html * igt@gem_exec_flush@basic-wb-ro-before-default: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#3539] / [i915#4852]) +2 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-6/igt@gem_exec_flush@basic-wb-ro-before-default.html * igt@gem_exec_flush@basic-wb-rw-before-default: - shard-dg1: NOTRUN -> [SKIP][53] ([i915#3539] / [i915#4852]) +3 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@gem_exec_flush@basic-wb-rw-before-default.html * igt@gem_exec_reloc@basic-gtt-read: - shard-dg2: NOTRUN -> [SKIP][54] ([i915#3281]) +10 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@gem_exec_reloc@basic-gtt-read.html * igt@gem_exec_reloc@basic-gtt-wc-active: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#3281]) +9 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-1/igt@gem_exec_reloc@basic-gtt-wc-active.html * igt@gem_exec_reloc@basic-wc-read-noreloc: - shard-rkl: NOTRUN -> [SKIP][56] ([i915#3281]) +9 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@gem_exec_reloc@basic-wc-read-noreloc.html * igt@gem_exec_reloc@basic-write-gtt-active: - shard-dg1: NOTRUN -> [SKIP][57] ([i915#3281]) +14 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@gem_exec_reloc@basic-write-gtt-active.html * igt@gem_exec_schedule@semaphore-power: - shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4537] / [i915#4812]) +1 other test skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@gem_exec_schedule@semaphore-power.html - shard-dg2: NOTRUN -> [SKIP][59] ([i915#4537] / [i915#4812]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@gem_exec_schedule@semaphore-power.html * igt@gem_exec_suspend@basic-s3@smem: - shard-tglu: NOTRUN -> [INCOMPLETE][60] ([i915#8797]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-4/igt@gem_exec_suspend@basic-s3@smem.html * igt@gem_exec_suspend@basic-s4-devices@smem: - shard-rkl: NOTRUN -> [ABORT][61] ([i915#7975] / [i915#8213]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@gem_exec_suspend@basic-s4-devices@smem.html * igt@gem_fence_thrash@bo-write-verify-threaded-none: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4860]) +1 other test skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-6/igt@gem_fence_thrash@bo-write-verify-threaded-none.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4860]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible: - shard-dg1: NOTRUN -> [SKIP][64] ([i915#4860]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html * igt@gem_lmem_swapping@basic@lmem0: - shard-dg2: [PASS][65] -> [FAIL][66] ([i915#10378]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-dg2-8/igt@gem_lmem_swapping@basic@lmem0.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@gem_lmem_swapping@basic@lmem0.html * igt@gem_lmem_swapping@heavy-random@lmem0: - shard-dg1: NOTRUN -> [FAIL][67] ([i915#10378] / [i915#4423]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@gem_lmem_swapping@heavy-random@lmem0.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4613]) +3 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_lmem_swapping@parallel-multi: - shard-rkl: NOTRUN -> [SKIP][69] ([i915#4613]) +3 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-3/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@random: - shard-glk: NOTRUN -> [SKIP][70] ([i915#4613]) +3 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-glk9/igt@gem_lmem_swapping@random.html * igt@gem_lmem_swapping@smem-oom: - shard-tglu: NOTRUN -> [SKIP][71] ([i915#4613]) +1 other test skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-2/igt@gem_lmem_swapping@smem-oom.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [PASS][72] -> [DMESG-WARN][73] ([i915#4936] / [i915#5493]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-dg2-6/igt@gem_lmem_swapping@smem-oom@lmem0.html [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_madvise@dontneed-before-exec: - shard-mtlp: NOTRUN -> [SKIP][74] ([i915#3282]) +2 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@gem_madvise@dontneed-before-exec.html * igt@gem_media_fill@media-fill: - shard-mtlp: NOTRUN -> [SKIP][75] ([i915#8289]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-2/igt@gem_media_fill@media-fill.html - shard-dg2: NOTRUN -> [SKIP][76] ([i915#8289]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@gem_media_fill@media-fill.html * igt@gem_mmap_gtt@big-bo: - shard-dg1: NOTRUN -> [SKIP][77] ([i915#4077]) +4 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@gem_mmap_gtt@big-bo.html * igt@gem_mmap_gtt@big-copy-odd: - shard-dg2: NOTRUN -> [SKIP][78] ([i915#4077]) +9 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@gem_mmap_gtt@big-copy-odd.html * igt@gem_mmap_gtt@cpuset-medium-copy-odd: - shard-mtlp: NOTRUN -> [SKIP][79] ([i915#4077]) +10 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html * igt@gem_mmap_wc@read-write: - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#4083]) +4 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-2/igt@gem_mmap_wc@read-write.html * igt@gem_mmap_wc@write-cpu-read-wc-unflushed: - shard-dg1: NOTRUN -> [SKIP][81] ([i915#4083]) +1 other test skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-15/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html * igt@gem_mmap_wc@write-prefaulted: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#4083]) +6 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@gem_mmap_wc@write-prefaulted.html * igt@gem_partial_pwrite_pread@reads-uncached: - shard-dg2: NOTRUN -> [SKIP][83] ([i915#3282]) +5 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@gem_partial_pwrite_pread@reads-uncached.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-rkl: NOTRUN -> [SKIP][84] ([i915#3282]) +3 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_pread@exhaustion: - shard-dg1: NOTRUN -> [SKIP][85] ([i915#3282]) +4 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@gem_pread@exhaustion.html * igt@gem_pxp@create-protected-buffer: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#4270]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-rkl: NOTRUN -> [SKIP][87] ([i915#4270]) +2 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-3/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_pxp@reject-modify-context-protection-off-1: - shard-tglu: NOTRUN -> [SKIP][88] ([i915#4270]) +1 other test skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-7/igt@gem_pxp@reject-modify-context-protection-off-1.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-dg1: NOTRUN -> [SKIP][89] ([i915#4270]) +1 other test skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-mtlp: NOTRUN -> [SKIP][90] ([i915#4270]) +6 other tests skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled: - shard-dg2: NOTRUN -> [SKIP][91] ([i915#5190] / [i915#8428]) +7 other tests skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][92] ([i915#8428]) +3 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg1: NOTRUN -> [SKIP][93] ([i915#4079]) +1 other test skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_softpin@evict-snoop: - shard-dg1: NOTRUN -> [SKIP][94] ([i915#4885]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@gem_softpin@evict-snoop.html * igt@gem_softpin@evict-snoop-interruptible: - shard-mtlp: NOTRUN -> [SKIP][95] ([i915#4885]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_tiled_pread_pwrite: - shard-mtlp: NOTRUN -> [SKIP][96] ([i915#4079]) +1 other test skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-3/igt@gem_tiled_pread_pwrite.html * igt@gem_unfence_active_buffers: - shard-mtlp: NOTRUN -> [SKIP][97] ([i915#4879]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-8/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-dg2: NOTRUN -> [SKIP][98] ([i915#3297]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-2/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@forbidden-operations: - shard-mtlp: NOTRUN -> [SKIP][99] ([i915#3282] / [i915#3297]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: NOTRUN -> [SKIP][100] ([i915#3297] / [i915#4880]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@readonly-unsync: - shard-tglu: NOTRUN -> [SKIP][101] ([i915#3297]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-8/igt@gem_userptr_blits@readonly-unsync.html * igt@gem_userptr_blits@unsync-unmap: - shard-dg1: NOTRUN -> [SKIP][102] ([i915#3297]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@gem_userptr_blits@unsync-unmap.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-mtlp: NOTRUN -> [SKIP][103] ([i915#3297]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-8/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-rkl: NOTRUN -> [SKIP][104] ([i915#3297]) +2 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen7_exec_parse@bitmasks: - shard-dg2: NOTRUN -> [SKIP][105] +20 other tests skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-2/igt@gen7_exec_parse@bitmasks.html * igt@gen9_exec_parse@allowed-all: - shard-mtlp: NOTRUN -> [SKIP][106] ([i915#2856]) +3 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@allowed-single: - shard-dg2: NOTRUN -> [SKIP][107] ([i915#2856]) +1 other test skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@bb-large: - shard-tglu: NOTRUN -> [SKIP][108] ([i915#2527] / [i915#2856]) +1 other test skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-8/igt@gen9_exec_parse@bb-large.html * igt@gen9_exec_parse@bb-secure: - shard-dg1: NOTRUN -> [SKIP][109] ([i915#2527]) +3 other tests skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@gen9_exec_parse@bb-secure.html * igt@gen9_exec_parse@bb-start-far: - shard-rkl: NOTRUN -> [SKIP][110] ([i915#2527]) +2 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@gen9_exec_parse@bb-start-far.html * igt@i915_module_load@reload-no-display: - shard-snb: [PASS][111] -> [INCOMPLETE][112] ([i915#9849]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-snb2/igt@i915_module_load@reload-no-display.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-snb1/igt@i915_module_load@reload-no-display.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-dg1: NOTRUN -> [SKIP][113] ([i915#6590]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_rc6_residency@media-rc6-accuracy: - shard-rkl: NOTRUN -> [SKIP][114] +27 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@i915_pm_rc6_residency@media-rc6-accuracy.html * igt@i915_pm_rps@basic-api: - shard-mtlp: NOTRUN -> [SKIP][115] ([i915#6621]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-6/igt@i915_pm_rps@basic-api.html * igt@i915_pm_rps@thresholds-idle-park@gt0: - shard-mtlp: NOTRUN -> [SKIP][116] ([i915#8925]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-8/igt@i915_pm_rps@thresholds-idle-park@gt0.html * igt@i915_pm_rps@thresholds-idle-park@gt1: - shard-mtlp: NOTRUN -> [SKIP][117] ([i915#3555] / [i915#8925]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-8/igt@i915_pm_rps@thresholds-idle-park@gt1.html * igt@i915_query@hwconfig_table: - shard-tglu: NOTRUN -> [SKIP][118] ([i915#6245]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-4/igt@i915_query@hwconfig_table.html - shard-rkl: NOTRUN -> [SKIP][119] ([i915#6245]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@i915_query@hwconfig_table.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-mtlp: NOTRUN -> [SKIP][120] ([i915#6188]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@i915_query@query-topology-coherent-slice-mask.html * igt@i915_selftest@mock@memory_region: - shard-dg2: NOTRUN -> [DMESG-WARN][121] ([i915#9311]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@i915_selftest@mock@memory_region.html - shard-rkl: NOTRUN -> [DMESG-WARN][122] ([i915#9311]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@i915_selftest@mock@memory_region.html - shard-dg1: NOTRUN -> [DMESG-WARN][123] ([i915#9311]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@i915_selftest@mock@memory_region.html * igt@i915_suspend@basic-s3-without-i915: - shard-tglu: NOTRUN -> [INCOMPLETE][124] ([i915#7443]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-7/igt@i915_suspend@basic-s3-without-i915.html * igt@intel_hwmon@hwmon-read: - shard-mtlp: NOTRUN -> [SKIP][125] ([i915#7707]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@intel_hwmon@hwmon-read.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#4212]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-mtlp: NOTRUN -> [SKIP][127] ([i915#4212]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@kms_addfb_basic@basic-y-tiled-legacy.html - shard-dg2: NOTRUN -> [SKIP][128] ([i915#4215] / [i915#5190]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@bo-too-small-due-to-tiling: - shard-dg1: NOTRUN -> [SKIP][129] ([i915#4212]) +2 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc-ccs: - shard-tglu: NOTRUN -> [SKIP][130] ([i915#8709]) +7 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][131] ([i915#8709]) +3 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#8709]) +7 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#8709]) +11 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html * igt@kms_async_flips@invalid-async-flip: - shard-mtlp: NOTRUN -> [SKIP][134] ([i915#6228]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@kms_async_flips@invalid-async-flip.html * igt@kms_big_fb@4-tiled-16bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][135] ([i915#5286]) +1 other test skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-6/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html * igt@kms_big_fb@4-tiled-64bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][136] ([i915#5286]) +4 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][137] ([i915#4538] / [i915#5286]) +6 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow: - shard-dg1: NOTRUN -> [SKIP][138] ([i915#5286]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][139] ([i915#3638]) +2 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-tglu: [PASS][140] -> [FAIL][141] ([i915#3743]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-tglu-4/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@y-tiled-32bpp-rotate-180: - shard-mtlp: NOTRUN -> [SKIP][142] +21 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-6/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html * igt@kms_big_fb@y-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#4538] / [i915#5190]) +8 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html * igt@kms_big_fb@y-tiled-64bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][144] ([i915#3638]) +1 other test skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][145] ([i915#4538]) +3 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-13/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][146] ([i915#5190]) +1 other test skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-mtlp: NOTRUN -> [SKIP][147] ([i915#6187]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][148] ([i915#10307] / [i915#10434] / [i915#6095]) +10 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-2: - shard-glk: NOTRUN -> [SKIP][149] +204 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-glk5/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-2.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][150] ([i915#6095]) +79 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4.html * igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs: - shard-dg2: NOTRUN -> [SKIP][151] ([i915#10278]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][152] ([i915#6095]) +47 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-2/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][153] ([i915#6095]) +47 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#10307] / [i915#6095]) +140 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][155] ([i915#6095]) +27 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-8/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-1.html * igt@kms_cdclk@mode-transition: - shard-dg1: NOTRUN -> [SKIP][156] ([i915#3742]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@kms_cdclk@mode-transition.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][157] ([i915#7213]) +3 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html * igt@kms_chamelium_audio@hdmi-audio: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#7828]) +7 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@kms_chamelium_audio@hdmi-audio.html - shard-tglu: NOTRUN -> [SKIP][159] ([i915#7828]) +4 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-4/igt@kms_chamelium_audio@hdmi-audio.html * igt@kms_chamelium_hpd@dp-hpd-after-suspend: - shard-dg1: NOTRUN -> [SKIP][160] ([i915#7828]) +7 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-15/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html * igt@kms_chamelium_hpd@hdmi-hpd-fast: - shard-rkl: NOTRUN -> [SKIP][161] ([i915#7828]) +6 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@kms_chamelium_hpd@hdmi-hpd-fast.html * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode: - shard-mtlp: NOTRUN -> [SKIP][162] ([i915#7828]) +10 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-1/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html * igt@kms_content_protection@content-type-change: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#9424]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg1: NOTRUN -> [SKIP][164] ([i915#3299]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-rkl: NOTRUN -> [SKIP][165] ([i915#3116]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-3/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@lic-type-0: - shard-mtlp: NOTRUN -> [SKIP][166] ([i915#6944] / [i915#9424]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-1/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@mei-interface: - shard-dg1: NOTRUN -> [SKIP][167] ([i915#9424]) +1 other test skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@uevent: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#7118] / [i915#9424]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-32x10: - shard-mtlp: NOTRUN -> [SKIP][169] ([i915#3555] / [i915#8814]) +5 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-1/igt@kms_cursor_crc@cursor-offscreen-32x10.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-dg2: NOTRUN -> [SKIP][170] ([i915#3359]) +1 other test skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-rkl: NOTRUN -> [SKIP][171] ([i915#3359]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-rkl: NOTRUN -> [SKIP][172] ([i915#3555]) +4 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_crc@cursor-sliding-32x10: - shard-tglu: NOTRUN -> [SKIP][173] ([i915#3555]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-7/igt@kms_cursor_crc@cursor-sliding-32x10.html * igt@kms_cursor_crc@cursor-sliding-64x21: - shard-mtlp: NOTRUN -> [SKIP][174] ([i915#8814]) +1 other test skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-6/igt@kms_cursor_crc@cursor-sliding-64x21.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-mtlp: NOTRUN -> [SKIP][175] ([i915#4213]) +1 other test skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-rkl: NOTRUN -> [SKIP][176] ([i915#4103]) +1 other test skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html - shard-dg1: NOTRUN -> [SKIP][177] ([i915#4103] / [i915#4213]) +1 other test skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-mtlp: NOTRUN -> [SKIP][178] ([i915#9809]) +1 other test skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: NOTRUN -> [FAIL][179] ([i915#2346]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-mtlp: NOTRUN -> [SKIP][180] ([i915#9067]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-tglu: NOTRUN -> [SKIP][181] ([i915#4103]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#9227]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-2/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-dg1: NOTRUN -> [SKIP][183] ([i915#9723]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2: NOTRUN -> [SKIP][184] ([i915#8588]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_display_modes@mst-extended-mode-negative.html - shard-rkl: NOTRUN -> [SKIP][185] ([i915#8588]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@kms_display_modes@mst-extended-mode-negative.html - shard-dg1: NOTRUN -> [SKIP][186] ([i915#8588]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][187] ([i915#3804]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_dp_aux_dev: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#1257]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_dp_aux_dev.html * igt@kms_draw_crc@draw-method-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][189] ([i915#8812]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-13/igt@kms_draw_crc@draw-method-mmap-gtt.html * igt@kms_dsc@dsc-fractional-bpp: - shard-tglu: NOTRUN -> [SKIP][190] ([i915#3840]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-6/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-dg1: NOTRUN -> [SKIP][191] ([i915#3840]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_dsc@dsc-with-formats: - shard-dg1: NOTRUN -> [SKIP][192] ([i915#3555] / [i915#3840]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-15/igt@kms_dsc@dsc-with-formats.html * igt@kms_fbcon_fbt@psr: - shard-dg1: NOTRUN -> [SKIP][193] ([i915#3469]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-13/igt@kms_fbcon_fbt@psr.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][194] ([i915#3955]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@chamelium: - shard-rkl: NOTRUN -> [SKIP][195] ([i915#4854]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@kms_feature_discovery@chamelium.html - shard-dg1: NOTRUN -> [SKIP][196] ([i915#4854]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-2x: - shard-mtlp: NOTRUN -> [SKIP][197] ([i915#1839]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-8/igt@kms_feature_discovery@display-2x.html - shard-rkl: NOTRUN -> [SKIP][198] ([i915#1839]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@kms_feature_discovery@display-2x.html - shard-dg1: NOTRUN -> [SKIP][199] ([i915#1839]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@kms_feature_discovery@display-2x.html * igt@kms_fence_pin_leak: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#4881]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-mtlp: NOTRUN -> [SKIP][201] ([i915#3637]) +7 other tests skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-3/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-dg1: NOTRUN -> [SKIP][202] ([i915#9934]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip@flip-vs-absolute-wf_vblank@b-vga1: - shard-snb: [PASS][203] -> [FAIL][204] ([i915#2122]) +1 other test fail [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-snb6/igt@kms_flip@flip-vs-absolute-wf_vblank@b-vga1.html [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-snb7/igt@kms_flip@flip-vs-absolute-wf_vblank@b-vga1.html * igt@kms_flip@plain-flip-ts-check@a-hdmi-a1: - shard-rkl: [PASS][205] -> [FAIL][206] ([i915#2122]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-rkl-5/igt@kms_flip@plain-flip-ts-check@a-hdmi-a1.html [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@kms_flip@plain-flip-ts-check@a-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][207] ([i915#8810]) +1 other test skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][208] ([i915#2587] / [i915#2672]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][209] ([i915#2672]) +4 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][210] ([i915#2672] / [i915#3555]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-1/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-default-mode: - shard-mtlp: NOTRUN -> [SKIP][211] ([i915#2672]) +1 other test skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][212] ([i915#2587] / [i915#2672]) +3 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#8810]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][214] ([i915#2672]) +2 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][215] ([i915#8708]) +11 other tests skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][216] ([i915#8708]) +14 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][217] +51 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt: - shard-mtlp: NOTRUN -> [SKIP][218] ([i915#1825]) +37 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt: - shard-dg2: NOTRUN -> [SKIP][219] ([i915#5354]) +37 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][220] +47 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][221] ([i915#8708]) +9 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt: - shard-dg1: NOTRUN -> [SKIP][222] ([i915#3458]) +19 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#10055]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@plane-fbc-rte: - shard-tglu: NOTRUN -> [SKIP][224] ([i915#10070]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-7/igt@kms_frontbuffer_tracking@plane-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt: - shard-rkl: NOTRUN -> [SKIP][225] ([i915#3023]) +18 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#1825]) +33 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][227] ([i915#3458]) +15 other tests skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2: NOTRUN -> [SKIP][228] ([i915#6118]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@bpc-switch: - shard-dg1: NOTRUN -> [SKIP][229] ([i915#3555] / [i915#8228]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@invalid-hdr: - shard-tglu: NOTRUN -> [SKIP][230] ([i915#3555] / [i915#8228]) +1 other test skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-10/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: NOTRUN -> [SKIP][231] ([i915#3555] / [i915#8228]) +2 other tests skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-2/igt@kms_hdr@invalid-metadata-sizes.html - shard-rkl: NOTRUN -> [SKIP][232] ([i915#3555] / [i915#8228]) +1 other test skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-swap: - shard-mtlp: NOTRUN -> [SKIP][233] ([i915#3555] / [i915#8228]) +1 other test skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-1/igt@kms_hdr@static-swap.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-mtlp: NOTRUN -> [SKIP][234] ([i915#4816]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane@pixel-format-source-clamping@pipe-a: - shard-mtlp: [PASS][235] -> [ABORT][236] ([i915#10608]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-mtlp-5/igt@kms_plane@pixel-format-source-clamping@pipe-a.html [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-1/igt@kms_plane@pixel-format-source-clamping@pipe-a.html * igt@kms_plane_lowres@tiling-yf: - shard-dg1: NOTRUN -> [SKIP][237] ([i915#3555]) +7 other tests skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@kms_plane_lowres@tiling-yf.html - shard-mtlp: NOTRUN -> [SKIP][238] ([i915#3555] / [i915#8821]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-1/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][239] ([i915#9423]) +7 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][240] ([i915#9423]) +7 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][241] ([i915#9423]) +11 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][242] ([i915#5176]) +3 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-1/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][243] ([i915#5235]) +7 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][244] ([i915#5235] / [i915#9423]) +23 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][245] ([i915#5235]) +5 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][246] ([i915#3555] / [i915#5235]) +1 other test skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d-edp-1.html * igt@kms_pm_backlight@bad-brightness: - shard-dg1: NOTRUN -> [SKIP][247] ([i915#5354]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-15/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_dc@dc6-dpms: - shard-tglu: [PASS][248] -> [FAIL][249] ([i915#9295]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-tglu-3/igt@kms_pm_dc@dc6-dpms.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-2/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc6-psr: - shard-tglu: NOTRUN -> [SKIP][250] ([i915#9685]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-3/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2: NOTRUN -> [SKIP][251] ([i915#9340]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@kms-lpsp@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [FAIL][252] ([i915#9301]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-9/igt@kms_pm_lpsp@kms-lpsp@pipe-a-hdmi-a-1.html * igt@kms_pm_lpsp@screens-disabled: - shard-dg1: NOTRUN -> [SKIP][253] ([i915#8430]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: NOTRUN -> [SKIP][254] ([i915#9519]) +1 other test skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-10/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg1: NOTRUN -> [SKIP][255] ([i915#9519]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-dg2: [PASS][256] -> [SKIP][257] ([i915#9519]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-dg2-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_prime@basic-crc-hybrid: - shard-rkl: NOTRUN -> [SKIP][258] ([i915#6524]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@kms_prime@basic-crc-hybrid.html - shard-dg1: NOTRUN -> [SKIP][259] ([i915#6524]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-15/igt@kms_prime@basic-crc-hybrid.html * igt@kms_prime@basic-modeset-hybrid: - shard-mtlp: NOTRUN -> [SKIP][260] ([i915#6524]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-8/igt@kms_prime@basic-modeset-hybrid.html - shard-dg2: NOTRUN -> [SKIP][261] ([i915#6524] / [i915#6805]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf@psr2-pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][262] ([i915#9808]) +4 other tests skip [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf@psr2-pipe-b-edp-1.html * igt@kms_psr2_su@page_flip-p010: - shard-rkl: NOTRUN -> [SKIP][263] ([i915#9683]) +1 other test skip [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@kms_psr2_su@page_flip-p010.html - shard-dg1: NOTRUN -> [SKIP][264] ([i915#9683]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-mtlp: NOTRUN -> [SKIP][265] ([i915#4348]) +1 other test skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-psr2-sprite-render: - shard-rkl: NOTRUN -> [SKIP][266] ([i915#1072] / [i915#9732]) +15 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-3/igt@kms_psr@fbc-psr2-sprite-render.html * igt@kms_psr@pr-primary-page-flip: - shard-tglu: NOTRUN -> [SKIP][267] ([i915#9732]) +7 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-3/igt@kms_psr@pr-primary-page-flip.html * igt@kms_psr@pr-sprite-blt: - shard-mtlp: NOTRUN -> [SKIP][268] ([i915#9688]) +12 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@kms_psr@pr-sprite-blt.html * igt@kms_psr@psr-sprite-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][269] ([i915#1072] / [i915#9732]) +22 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-15/igt@kms_psr@psr-sprite-mmap-cpu.html * igt@kms_psr@psr2-primary-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][270] ([i915#1072] / [i915#9732]) +20 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_psr@psr2-primary-mmap-gtt.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg2: NOTRUN -> [SKIP][271] ([i915#9685]) +1 other test skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-2/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][272] ([i915#4235] / [i915#5190]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html - shard-mtlp: NOTRUN -> [SKIP][273] ([i915#4235]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-mtlp: NOTRUN -> [SKIP][274] ([i915#5289]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][275] ([i915#5289]) +1 other test skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html - shard-tglu: NOTRUN -> [SKIP][276] ([i915#5289]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-9/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg1: NOTRUN -> [SKIP][277] ([i915#5289]) +1 other test skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-13/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2: NOTRUN -> [SKIP][278] ([i915#4235]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-mtlp: NOTRUN -> [SKIP][279] ([i915#3555] / [i915#8823]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-8/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg1: NOTRUN -> [SKIP][280] ([i915#8623]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-snb: NOTRUN -> [SKIP][281] +37 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-snb1/igt@kms_tv_load_detect@load-detect.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1: - shard-tglu: [PASS][282] -> [FAIL][283] ([i915#9196]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-2/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][284] ([i915#9196]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-glk1/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html * igt@kms_vrr@flipline: - shard-dg2: NOTRUN -> [SKIP][285] ([i915#3555]) +2 other tests skip [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-6/igt@kms_vrr@flipline.html * igt@kms_vrr@max-min: - shard-tglu: NOTRUN -> [SKIP][286] ([i915#9906]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-9/igt@kms_vrr@max-min.html - shard-dg2: NOTRUN -> [SKIP][287] ([i915#9906]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_vrr@max-min.html - shard-rkl: NOTRUN -> [SKIP][288] ([i915#9906]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@kms_vrr@max-min.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-dg1: NOTRUN -> [SKIP][289] ([i915#9906]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_writeback@writeback-fb-id: - shard-mtlp: NOTRUN -> [SKIP][290] ([i915#2437]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@kms_writeback@writeback-fb-id.html - shard-rkl: NOTRUN -> [SKIP][291] ([i915#2437]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg2: NOTRUN -> [SKIP][292] ([i915#2437]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@global-sseu-config: - shard-dg2: NOTRUN -> [SKIP][293] ([i915#7387]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@perf@global-sseu-config.html * igt@perf@global-sseu-config-invalid: - shard-mtlp: NOTRUN -> [SKIP][294] ([i915#7387]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@perf@global-sseu-config-invalid.html * igt@perf@unprivileged-single-ctx-counters: - shard-dg1: NOTRUN -> [SKIP][295] ([i915#2433]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@perf@unprivileged-single-ctx-counters.html * igt@perf_pmu@cpu-hotplug: - shard-tglu: NOTRUN -> [SKIP][296] ([i915#8850]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-9/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@frequency@gt0: - shard-dg1: NOTRUN -> [FAIL][297] ([i915#6806]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@perf_pmu@frequency@gt0.html * igt@perf_pmu@rc6-all-gts: - shard-tglu: NOTRUN -> [SKIP][298] ([i915#8516]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-6/igt@perf_pmu@rc6-all-gts.html - shard-rkl: NOTRUN -> [SKIP][299] ([i915#8516]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@perf_pmu@rc6-all-gts.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg2: NOTRUN -> [SKIP][300] ([i915#8516]) +1 other test skip [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-2/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_vgem@basic-write: - shard-dg2: NOTRUN -> [SKIP][301] ([i915#3291] / [i915#3708]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-6/igt@prime_vgem@basic-write.html * igt@prime_vgem@coherency-gtt: - shard-rkl: NOTRUN -> [SKIP][302] ([i915#3708]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@prime_vgem@coherency-gtt.html - shard-dg1: NOTRUN -> [SKIP][303] ([i915#3708] / [i915#4077]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-15/igt@prime_vgem@coherency-gtt.html - shard-mtlp: NOTRUN -> [SKIP][304] ([i915#3708] / [i915#4077]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-flip-hang: - shard-dg1: NOTRUN -> [SKIP][305] ([i915#3708]) +1 other test skip [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-17/igt@prime_vgem@fence-flip-hang.html * igt@prime_vgem@fence-read-hang: - shard-mtlp: NOTRUN -> [SKIP][306] ([i915#3708]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-2/igt@prime_vgem@fence-read-hang.html * igt@sriov_basic@bind-unbind-vf: - shard-rkl: NOTRUN -> [SKIP][307] ([i915#9917]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@sriov_basic@bind-unbind-vf.html - shard-dg1: NOTRUN -> [SKIP][308] ([i915#9917]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-15/igt@sriov_basic@bind-unbind-vf.html * igt@syncobj_wait@invalid-wait-zero-handles: - shard-mtlp: NOTRUN -> [FAIL][309] ([i915#9779]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@syncobj_wait@invalid-wait-zero-handles.html * igt@tools_test@sysfs_l3_parity: - shard-mtlp: NOTRUN -> [SKIP][310] ([i915#4818]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@tools_test@sysfs_l3_parity.html * igt@v3d/v3d_get_param@base-params: - shard-mtlp: NOTRUN -> [SKIP][311] ([i915#2575]) +12 other tests skip [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-5/igt@v3d/v3d_get_param@base-params.html * igt@v3d/v3d_submit_cl@bad-flag: - shard-tglu: NOTRUN -> [SKIP][312] ([i915#2575]) +10 other tests skip [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-8/igt@v3d/v3d_submit_cl@bad-flag.html * igt@v3d/v3d_submit_csd@valid-multisync-submission: - shard-dg1: NOTRUN -> [SKIP][313] ([i915#2575]) +8 other tests skip [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-15/igt@v3d/v3d_submit_csd@valid-multisync-submission.html * igt@v3d/v3d_wait_bo@used-bo-1ns: - shard-dg2: NOTRUN -> [SKIP][314] ([i915#2575]) +11 other tests skip [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-8/igt@v3d/v3d_wait_bo@used-bo-1ns.html * igt@vc4/vc4_label_bo@set-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][315] ([i915#7711]) +8 other tests skip [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-7/igt@vc4/vc4_label_bo@set-bad-handle.html * igt@vc4/vc4_mmap@mmap-bo: - shard-dg1: NOTRUN -> [SKIP][316] ([i915#7711]) +6 other tests skip [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-18/igt@vc4/vc4_mmap@mmap-bo.html * igt@vc4/vc4_tiling@get-bad-handle: - shard-rkl: NOTRUN -> [SKIP][317] ([i915#7711]) +6 other tests skip [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@vc4/vc4_tiling@get-bad-handle.html * igt@vc4/vc4_tiling@set-bad-modifier: - shard-dg2: NOTRUN -> [SKIP][318] ([i915#7711]) +6 other tests skip [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@vc4/vc4_tiling@set-bad-modifier.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [FAIL][319] ([i915#7742]) -> [PASS][320] [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-rkl-3/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-rkl: [FAIL][321] ([i915#6268]) -> [PASS][322] [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-rkl-5/igt@gem_ctx_exec@basic-nohangcheck.html [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_eio@hibernate: - shard-tglu: [ABORT][323] ([i915#10030] / [i915#7975] / [i915#8213]) -> [PASS][324] [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-tglu-10/igt@gem_eio@hibernate.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-2/igt@gem_eio@hibernate.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-tglu: [FAIL][325] ([i915#2842]) -> [PASS][326] +2 other tests pass [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-tglu-2/igt@gem_exec_fair@basic-none-share@rcs0.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-7/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-rkl: [FAIL][327] ([i915#2842]) -> [PASS][328] [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_whisper@basic-queues-priority: - shard-dg1: [DMESG-WARN][329] ([i915#4423]) -> [PASS][330] [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-dg1-17/igt@gem_exec_whisper@basic-queues-priority.html [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-16/igt@gem_exec_whisper@basic-queues-priority.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [TIMEOUT][331] ([i915#5493]) -> [PASS][332] [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-dg1-13/igt@gem_lmem_swapping@smem-oom@lmem0.html [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_pm_rps@reset: - shard-snb: [INCOMPLETE][333] ([i915#7790]) -> [PASS][334] [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-snb5/igt@i915_pm_rps@reset.html [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-snb7/igt@i915_pm_rps@reset.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: [FAIL][335] ([i915#3743]) -> [PASS][336] +1 other test pass [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_cursor_legacy@torture-move@pipe-a: - shard-tglu: [DMESG-WARN][337] ([i915#10166] / [i915#1982]) -> [PASS][338] [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-tglu-7/igt@kms_cursor_legacy@torture-move@pipe-a.html [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-9/igt@kms_cursor_legacy@torture-move@pipe-a.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt: - shard-dg2: [FAIL][339] ([i915#6880]) -> [PASS][340] +1 other test pass [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-dg2: [SKIP][341] ([i915#9519]) -> [PASS][342] +1 other test pass [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-dg2-8/igt@kms_pm_rpm@modeset-non-lpsp.html [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-dg2-5/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: [SKIP][343] ([i915#9519]) -> [PASS][344] [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1: - shard-snb: [FAIL][345] ([i915#9196]) -> [PASS][346] [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-snb1/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-snb6/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1: - shard-mtlp: [FAIL][347] ([i915#9196]) -> [PASS][348] [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-mtlp-2/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-mtlp-3/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1: - shard-tglu: [FAIL][349] ([i915#9196]) -> [PASS][350] [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-tglu-2/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html #### Warnings #### * igt@kms_pm_dc@dc9-dpms: - shard-rkl: [SKIP][351] ([i915#3361]) -> [SKIP][352] ([i915#4281]) [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7794/shard-rkl-3/igt@kms_pm_dc@dc9-dpms.html [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/shard-rkl-5/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). [i915#10030]: https://gitlab.freedesktop.org/drm/intel/issues/10030 [i915#10055]: https://gitlab.freedesktop.org/drm/intel/issues/10055 [i915#10070]: https://gitlab.freedesktop.org/drm/intel/issues/10070 [i915#10166]: https://gitlab.freedesktop.org/drm/intel/issues/10166 [i915#10278]: https://gitlab.freedesktop.org/drm/intel/issues/10278 [i915#10307]: https://gitlab.freedesktop.org/drm/intel/issues/10307 [i915#10378]: https://gitlab.freedesktop.org/drm/intel/issues/10378 [i915#10434]: https://gitlab.freedesktop.org/drm/intel/issues/10434 [i915#10608]: https://gitlab.freedesktop.org/drm/intel/issues/10608 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#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#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#3711]: https://gitlab.freedesktop.org/drm/intel/issues/3711 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [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#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036 [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#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [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#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6118]: https://gitlab.freedesktop.org/drm/intel/issues/6118 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188 [i915#6228]: https://gitlab.freedesktop.org/drm/intel/issues/6228 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7297]: https://gitlab.freedesktop.org/drm/intel/issues/7297 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7443]: https://gitlab.freedesktop.org/drm/intel/issues/7443 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289 [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#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562 [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#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821 [i915#8823]: https://gitlab.freedesktop.org/drm/intel/issues/8823 [i915#8850]: https://gitlab.freedesktop.org/drm/intel/issues/8850 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 [i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227 [i915#9295]: https://gitlab.freedesktop.org/drm/intel/issues/9295 [i915#9301]: https://gitlab.freedesktop.org/drm/intel/issues/9301 [i915#9311]: https://gitlab.freedesktop.org/drm/intel/issues/9311 [i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323 [i915#9340]: https://gitlab.freedesktop.org/drm/intel/issues/9340 [i915#9408]: https://gitlab.freedesktop.org/drm/intel/issues/9408 [i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424 [i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519 [i915#9561]: https://gitlab.freedesktop.org/drm/intel/issues/9561 [i915#9606]: https://gitlab.freedesktop.org/drm/intel/issues/9606 [i915#9618]: https://gitlab.freedesktop.org/drm/intel/issues/9618 [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#9723]: https://gitlab.freedesktop.org/drm/intel/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732 [i915#9779]: https://gitlab.freedesktop.org/drm/intel/issues/9779 [i915#9808]: https://gitlab.freedesktop.org/drm/intel/issues/9808 [i915#9809]: https://gitlab.freedesktop.org/drm/intel/issues/9809 [i915#9849]: https://gitlab.freedesktop.org/drm/intel/issues/9849 [i915#9906]: https://gitlab.freedesktop.org/drm/intel/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/intel/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/intel/issues/9934 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7794 -> IGTPW_10962 CI-20190529: 20190529 CI_DRM_14512: 21a087f3d1d62518feb57cea8caf101cd4a81b5d @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10962: 10962 IGT_7794: ea51cff570e13d7ced5409244af61a0690fbc8e2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10962/index.html [-- Attachment #2: Type: text/html, Size: 114938 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t] lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable 2024-04-02 5:42 [PATCH i-g-t] lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable Kunal Joshi ` (2 preceding siblings ...) 2024-04-02 7:57 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2024-04-03 9:08 ` Nautiyal, Ankit K 2024-04-03 10:35 ` Joshi, Kunal1 2024-04-04 11:24 ` Ville Syrjälä 4 siblings, 1 reply; 7+ messages in thread From: Nautiyal, Ankit K @ 2024-04-03 9:08 UTC (permalink / raw) To: Kunal Joshi, igt-dev On 4/2/2024 11:12 AM, Kunal Joshi wrote: > adapt to boolean debugfs for i915_bigjoiner_force_enable > > Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com> > Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com> LGTM. This is required with the change in debugfs i915_bigjoiner_force_enable : https://patchwork.freedesktop.org/patch/586369/?series=131942&rev=1 Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Regards, Ankit > --- > lib/igt_kms.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/igt_kms.c b/lib/igt_kms.c > index c38021dd7..2a518eb8d 100644 > --- a/lib/igt_kms.c > +++ b/lib/igt_kms.c > @@ -6218,8 +6218,8 @@ bool igt_force_and_check_bigjoiner_status(int drmfd, char *connector_name, bool > close(debugfs_fd); > igt_assert_f(ret > 0, "Could not read i915_bigjoiner_force_enable for connector %s\n", connector_name); > > - return enable ? strstr(buf, "Bigjoiner enable: 1") : > - strstr(buf, "Bigjoiner enable: 0"); > + return enable ? strstr(buf, "Y") : > + strstr(buf, "N"); > } > > /** ^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [PATCH i-g-t] lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable 2024-04-03 9:08 ` [PATCH i-g-t] " Nautiyal, Ankit K @ 2024-04-03 10:35 ` Joshi, Kunal1 0 siblings, 0 replies; 7+ messages in thread From: Joshi, Kunal1 @ 2024-04-03 10:35 UTC (permalink / raw) To: Nautiyal, Ankit K, igt-dev@lists.freedesktop.org Thanks ankit for reviewing 😊 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t] lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable 2024-04-02 5:42 [PATCH i-g-t] lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable Kunal Joshi ` (3 preceding siblings ...) 2024-04-03 9:08 ` [PATCH i-g-t] " Nautiyal, Ankit K @ 2024-04-04 11:24 ` Ville Syrjälä 4 siblings, 0 replies; 7+ messages in thread From: Ville Syrjälä @ 2024-04-04 11:24 UTC (permalink / raw) To: Kunal Joshi; +Cc: igt-dev, Ankit Nautiyal On Tue, Apr 02, 2024 at 11:12:31AM +0530, Kunal Joshi wrote: > adapt to boolean debugfs for i915_bigjoiner_force_enable > > Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com> > Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com> > --- > lib/igt_kms.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/igt_kms.c b/lib/igt_kms.c > index c38021dd7..2a518eb8d 100644 > --- a/lib/igt_kms.c > +++ b/lib/igt_kms.c > @@ -6218,8 +6218,8 @@ bool igt_force_and_check_bigjoiner_status(int drmfd, char *connector_name, bool > close(debugfs_fd); > igt_assert_f(ret > 0, "Could not read i915_bigjoiner_force_enable for connector %s\n", connector_name); > > - return enable ? strstr(buf, "Bigjoiner enable: 1") : > - strstr(buf, "Bigjoiner enable: 0"); > + return enable ? strstr(buf, "Y") : > + strstr(buf, "N"); > } It looks like IGT is forgetting to reset this after running the bigjoiner tests. Random tests are failing due to the bigjoiner being left on. Some are just modesets failing due to not getting the slave pipe, cursor tests are failing due to missing legacy cursor fastpath with bigjoiner, and some PSR tests are failing because the PSR code apparently doesn't work with bigjoiner. -- Ville Syrjälä Intel ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-04-04 11:25 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-04-02 5:42 [PATCH i-g-t] lib/igt_kms: adapt to boolean debugfs for i915_bigjoiner_force_enable Kunal Joshi 2024-04-02 6:10 ` ✓ CI.xeBAT: success for " Patchwork 2024-04-02 6:12 ` ✓ Fi.CI.BAT: " Patchwork 2024-04-02 7:57 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-04-03 9:08 ` [PATCH i-g-t] " Nautiyal, Ankit K 2024-04-03 10:35 ` Joshi, Kunal1 2024-04-04 11:24 ` Ville Syrjälä
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox