* [igt-dev] [PATCH v2 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms
@ 2021-10-14 19:42 John.C.Harrison
2021-10-14 22:34 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915: Skip gem_exec_fair on GuC based platforms (rev2) Patchwork
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: John.C.Harrison @ 2021-10-14 19:42 UTC (permalink / raw)
To: IGT-Dev; +Cc: Intel-GFX, John Harrison
From: John Harrison <John.C.Harrison@Intel.com>
The gem_exec_fair test is specifically testing scheduler algorithm
performance. However, GuC does not implement the same algorithm as
execlist mode and this test is not applicable. So, until sw arch
approves a new algorithm and it is implemented in GuC, stop running
the test.
v2: Add exceptions for TGL/RKL/ADL-S - review feedback from Tvrtko.
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
---
tests/i915/gem_exec_fair.c | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/tests/i915/gem_exec_fair.c b/tests/i915/gem_exec_fair.c
index ef5a450f6..fc690f438 100644
--- a/tests/i915/gem_exec_fair.c
+++ b/tests/i915/gem_exec_fair.c
@@ -1302,6 +1302,8 @@ igt_main
int i915 = -1;
igt_fixture {
+ uint32_t devid;
+
igt_require_sw_sync();
i915 = drm_open_driver_master(DRIVER_INTEL);
@@ -1314,6 +1316,14 @@ igt_main
igt_require(gem_scheduler_enabled(i915));
igt_require(gem_scheduler_has_ctx_priority(i915));
+ /*
+ * These tests are for a specific scheduling model which is
+ * not currently implemented by GuC. So skip on GuC platforms.
+ */
+ devid = intel_get_drm_devid(i915);
+ igt_require((intel_gen(devid) < 12) || IS_TIGERLAKE(devid) ||
+ IS_ROCKETLAKE(devid) || IS_ALDERLAKE_S(devid));
+
cfg = intel_ctx_cfg_all_physical(i915);
igt_info("CS timestamp frequency: %d\n",
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915: Skip gem_exec_fair on GuC based platforms (rev2) 2021-10-14 19:42 [igt-dev] [PATCH v2 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms John.C.Harrison @ 2021-10-14 22:34 ` Patchwork 2021-10-15 3:48 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2021-10-15 14:52 ` [igt-dev] [PATCH v2 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms Dixit, Ashutosh 2 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2021-10-14 22:34 UTC (permalink / raw) To: john.c.harrison; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3246 bytes --] == Series Details == Series: tests/i915: Skip gem_exec_fair on GuC based platforms (rev2) URL : https://patchwork.freedesktop.org/series/95804/ State : success == Summary == CI Bug Log - changes from CI_DRM_10739 -> IGTPW_6324 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/index.html Known issues ------------ Here are the changes found in IGTPW_6324 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@cs-gfx: - fi-kbl-soraka: NOTRUN -> [SKIP][1] ([fdo#109271]) +6 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/fi-kbl-soraka/igt@amdgpu/amd_basic@cs-gfx.html * igt@amdgpu/amd_cs_nop@sync-fork-compute0: - fi-snb-2600: NOTRUN -> [SKIP][2] ([fdo#109271]) +17 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/fi-snb-2600/igt@amdgpu/amd_cs_nop@sync-fork-compute0.html * igt@gem_exec_suspend@basic-s3: - fi-bdw-samus: NOTRUN -> [INCOMPLETE][3] ([i915#146]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/fi-bdw-samus/igt@gem_exec_suspend@basic-s3.html * igt@i915_selftest@live@gt_pm: - fi-tgl-1115g4: [PASS][4] -> [DMESG-FAIL][5] ([i915#3987]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/fi-tgl-1115g4/igt@i915_selftest@live@gt_pm.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/fi-tgl-1115g4/igt@i915_selftest@live@gt_pm.html * igt@kms_frontbuffer_tracking@basic: - fi-cml-u2: [PASS][6] -> [DMESG-WARN][7] ([i915#4269]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html #### Possible fixes #### * igt@i915_selftest@live@hangcheck: - fi-snb-2600: [INCOMPLETE][8] ([i915#3921]) -> [PASS][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/fi-snb-2600/igt@i915_selftest@live@hangcheck.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/fi-snb-2600/igt@i915_selftest@live@hangcheck.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#146]: https://gitlab.freedesktop.org/drm/intel/issues/146 [i915#3921]: https://gitlab.freedesktop.org/drm/intel/issues/3921 [i915#3987]: https://gitlab.freedesktop.org/drm/intel/issues/3987 [i915#4269]: https://gitlab.freedesktop.org/drm/intel/issues/4269 Participating hosts (39 -> 37) ------------------------------ Additional (1): fi-bdw-samus Missing (3): fi-bsw-cyan bat-dg1-6 fi-hsw-4200u Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6249 -> IGTPW_6324 CI-20190529: 20190529 CI_DRM_10739: 9fedda3a0fa2032ccd125a7bedea74d3ec99d930 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6324: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/index.html IGT_6249: 04b156109f1c5128d5ace67420ee2e35e8a24e1d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/index.html [-- Attachment #2: Type: text/html, Size: 4051 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/i915: Skip gem_exec_fair on GuC based platforms (rev2) 2021-10-14 19:42 [igt-dev] [PATCH v2 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms John.C.Harrison 2021-10-14 22:34 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915: Skip gem_exec_fair on GuC based platforms (rev2) Patchwork @ 2021-10-15 3:48 ` Patchwork 2021-10-15 14:52 ` [igt-dev] [PATCH v2 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms Dixit, Ashutosh 2 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2021-10-15 3:48 UTC (permalink / raw) To: john.c.harrison; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 30278 bytes --] == Series Details == Series: tests/i915: Skip gem_exec_fair on GuC based platforms (rev2) URL : https://patchwork.freedesktop.org/series/95804/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10739_full -> IGTPW_6324_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_6324_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_6324_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/index.html Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_6324_full: ### IGT changes ### #### Possible regressions #### * igt@kms_cursor_crc@pipe-c-cursor-suspend: - shard-kbl: [PASS][1] -> [INCOMPLETE][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-kbl2/igt@kms_cursor_crc@pipe-c-cursor-suspend.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl3/igt@kms_cursor_crc@pipe-c-cursor-suspend.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_bw@linear-tiling-1-displays-3840x2160p}: - shard-snb: NOTRUN -> [FAIL][3] +1 similar issue [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-snb6/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html * {igt@kms_bw@linear-tiling-2-displays-3840x2160p}: - shard-kbl: NOTRUN -> [DMESG-FAIL][4] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl7/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html * {igt@kms_bw@linear-tiling-4-displays-1920x1080p}: - shard-kbl: NOTRUN -> [FAIL][5] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl2/igt@kms_bw@linear-tiling-4-displays-1920x1080p.html * {igt@kms_bw@linear-tiling-6-displays-3840x2160p}: - shard-iclb: NOTRUN -> [SKIP][6] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb6/igt@kms_bw@linear-tiling-6-displays-3840x2160p.html Known issues ------------ Here are the changes found in IGTPW_6324_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@feature_discovery@display-4x: - shard-tglb: NOTRUN -> [SKIP][7] ([i915#1839]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb3/igt@feature_discovery@display-4x.html * igt@gem_ctx_isolation@preservation-s3@rcs0: - shard-kbl: [PASS][8] -> [DMESG-WARN][9] ([i915#180]) +3 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-kbl2/igt@gem_ctx_isolation@preservation-s3@rcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl7/igt@gem_ctx_isolation@preservation-s3@rcs0.html * igt@gem_ctx_persistence@process: - shard-snb: NOTRUN -> [SKIP][10] ([fdo#109271] / [i915#1099]) +3 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-snb5/igt@gem_ctx_persistence@process.html * igt@gem_ctx_sseu@engines: - shard-tglb: NOTRUN -> [SKIP][11] ([i915#280]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb1/igt@gem_ctx_sseu@engines.html * igt@gem_exec_fair@basic-deadline: - shard-kbl: [PASS][12] -> [FAIL][13] ([i915#2846]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-kbl4/igt@gem_exec_fair@basic-deadline.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl4/igt@gem_exec_fair@basic-deadline.html - shard-glk: [PASS][14] -> [FAIL][15] ([i915#2846]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-glk3/igt@gem_exec_fair@basic-deadline.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-glk1/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-flow@rcs0: - shard-tglb: [PASS][16] -> [FAIL][17] ([i915#2842]) +1 similar issue [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb8/igt@gem_exec_fair@basic-flow@rcs0.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-glk: [PASS][18] -> [FAIL][19] ([i915#2842]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-glk5/igt@gem_exec_fair@basic-none-solo@rcs0.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-glk8/igt@gem_exec_fair@basic-none-solo@rcs0.html - shard-tglb: NOTRUN -> [FAIL][20] ([i915#2842]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb7/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-none@vcs0: - shard-apl: [PASS][21] -> [FAIL][22] ([i915#2842]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-apl6/igt@gem_exec_fair@basic-none@vcs0.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl3/igt@gem_exec_fair@basic-none@vcs0.html * igt@gem_exec_fair@basic-none@vecs0: - shard-apl: [PASS][23] -> [FAIL][24] ([i915#2842] / [i915#3468]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-apl6/igt@gem_exec_fair@basic-none@vecs0.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl3/igt@gem_exec_fair@basic-none@vecs0.html * igt@gem_exec_fair@basic-pace@vcs1: - shard-iclb: NOTRUN -> [FAIL][25] ([i915#2842]) +5 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html - shard-kbl: NOTRUN -> [FAIL][26] ([i915#2842]) +1 similar issue [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl1/igt@gem_exec_fair@basic-pace@vcs1.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-snb: NOTRUN -> [SKIP][27] ([fdo#109271]) +487 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-snb7/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_params@no-vebox: - shard-iclb: NOTRUN -> [SKIP][28] ([fdo#109283]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb2/igt@gem_exec_params@no-vebox.html * igt@gem_exec_params@secure-non-root: - shard-iclb: NOTRUN -> [SKIP][29] ([fdo#112283]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb1/igt@gem_exec_params@secure-non-root.html * igt@gem_pread@exhaustion: - shard-apl: NOTRUN -> [WARN][30] ([i915#2658]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl2/igt@gem_pread@exhaustion.html * igt@gem_pwrite@basic-exhaustion: - shard-snb: NOTRUN -> [WARN][31] ([i915#2658]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-snb6/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@reject-modify-context-protection-off-1: - shard-iclb: NOTRUN -> [SKIP][32] ([i915#4270]) +1 similar issue [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb2/igt@gem_pxp@reject-modify-context-protection-off-1.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-tglb: NOTRUN -> [SKIP][33] ([i915#4270]) +2 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb6/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_render_copy@yf-tiled-to-vebox-linear: - shard-iclb: NOTRUN -> [SKIP][34] ([i915#768]) +1 similar issue [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb4/igt@gem_render_copy@yf-tiled-to-vebox-linear.html * igt@gem_softpin@noreloc-s3: - shard-kbl: NOTRUN -> [DMESG-WARN][35] ([i915#180]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl3/igt@gem_softpin@noreloc-s3.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-iclb: NOTRUN -> [SKIP][36] ([i915#3297]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb6/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@huge-split: - shard-glk: [PASS][37] -> [FAIL][38] ([i915#3376]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-glk3/igt@gem_userptr_blits@huge-split.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-glk8/igt@gem_userptr_blits@huge-split.html * igt@gen3_render_tiledx_blits: - shard-tglb: NOTRUN -> [SKIP][39] ([fdo#109289]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb8/igt@gen3_render_tiledx_blits.html * igt@gen9_exec_parse@bb-start-far: - shard-tglb: NOTRUN -> [SKIP][40] ([i915#2856]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb6/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@bb-start-out: - shard-iclb: NOTRUN -> [SKIP][41] ([i915#2856]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb7/igt@gen9_exec_parse@bb-start-out.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-iclb: NOTRUN -> [SKIP][42] ([fdo#110892]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb7/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rpm@system-suspend-execbuf: - shard-tglb: [PASS][43] -> [INCOMPLETE][44] ([i915#2411] / [i915#456] / [i915#750]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-tglb5/igt@i915_pm_rpm@system-suspend-execbuf.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb7/igt@i915_pm_rpm@system-suspend-execbuf.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-iclb: NOTRUN -> [SKIP][45] ([i915#1769]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb2/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-tglb: NOTRUN -> [SKIP][46] ([i915#1769]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@linear-32bpp-rotate-180: - shard-glk: [PASS][47] -> [DMESG-WARN][48] ([i915#118]) +2 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-glk7/igt@kms_big_fb@linear-32bpp-rotate-180.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-glk2/igt@kms_big_fb@linear-32bpp-rotate-180.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][49] ([fdo#111614]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb3/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-glk: NOTRUN -> [SKIP][50] ([fdo#109271] / [i915#3777]) +1 similar issue [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-glk8/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip.html - shard-kbl: NOTRUN -> [SKIP][51] ([fdo#109271] / [i915#3777]) +1 similar issue [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl1/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@y-tiled-64bpp-rotate-90: - shard-iclb: NOTRUN -> [SKIP][52] ([fdo#110725] / [fdo#111614]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb5/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-apl: NOTRUN -> [SKIP][53] ([fdo#109271] / [i915#3777]) +3 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0: - shard-apl: NOTRUN -> [SKIP][54] ([fdo#109271]) +312 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-iclb: NOTRUN -> [SKIP][55] ([fdo#110723]) +1 similar issue [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][56] ([fdo#109271] / [i915#3886]) +16 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl6/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc: - shard-kbl: NOTRUN -> [SKIP][57] ([fdo#109271] / [i915#3886]) +16 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl2/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][58] ([fdo#109271] / [i915#3886]) +4 similar issues [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-glk6/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html - shard-tglb: NOTRUN -> [SKIP][59] ([i915#3689] / [i915#3886]) +6 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb1/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs: - shard-iclb: NOTRUN -> [SKIP][60] ([fdo#109278] / [i915#3886]) +11 similar issues [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb6/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][61] ([i915#3689]) +2 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb6/igt@kms_ccs@pipe-c-crc-primary-rotation-180-yf_tiled_ccs.html * igt@kms_ccs@pipe-d-crc-primary-rotation-180-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][62] ([fdo#109271]) +53 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-glk9/igt@kms_ccs@pipe-d-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html * igt@kms_chamelium@dp-audio-edid: - shard-tglb: NOTRUN -> [SKIP][63] ([fdo#109284] / [fdo#111827]) +3 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb2/igt@kms_chamelium@dp-audio-edid.html * igt@kms_chamelium@hdmi-mode-timings: - shard-snb: NOTRUN -> [SKIP][64] ([fdo#109271] / [fdo#111827]) +21 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-snb7/igt@kms_chamelium@hdmi-mode-timings.html * igt@kms_chamelium@vga-hpd-for-each-pipe: - shard-kbl: NOTRUN -> [SKIP][65] ([fdo#109271] / [fdo#111827]) +20 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl4/igt@kms_chamelium@vga-hpd-for-each-pipe.html * igt@kms_color_chamelium@pipe-a-ctm-limited-range: - shard-apl: NOTRUN -> [SKIP][66] ([fdo#109271] / [fdo#111827]) +26 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl7/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html * igt@kms_color_chamelium@pipe-a-ctm-negative: - shard-glk: NOTRUN -> [SKIP][67] ([fdo#109271] / [fdo#111827]) +4 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-glk8/igt@kms_color_chamelium@pipe-a-ctm-negative.html * igt@kms_color_chamelium@pipe-b-ctm-red-to-blue: - shard-iclb: NOTRUN -> [SKIP][68] ([fdo#109284] / [fdo#111827]) +7 similar issues [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb5/igt@kms_color_chamelium@pipe-b-ctm-red-to-blue.html * igt@kms_color_chamelium@pipe-d-ctm-negative: - shard-iclb: NOTRUN -> [SKIP][69] ([fdo#109278] / [fdo#109284] / [fdo#111827]) +2 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb2/igt@kms_color_chamelium@pipe-d-ctm-negative.html * igt@kms_content_protection@atomic: - shard-apl: NOTRUN -> [TIMEOUT][70] ([i915#1319]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl2/igt@kms_content_protection@atomic.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-iclb: NOTRUN -> [SKIP][71] ([i915#3116]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb8/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_cursor_crc@pipe-a-cursor-size-change: - shard-snb: [PASS][72] -> [FAIL][73] ([i915#4024]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-snb7/igt@kms_cursor_crc@pipe-a-cursor-size-change.html [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-snb5/igt@kms_cursor_crc@pipe-a-cursor-size-change.html - shard-iclb: [PASS][74] -> [FAIL][75] ([i915#3444]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-iclb1/igt@kms_cursor_crc@pipe-a-cursor-size-change.html [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb6/igt@kms_cursor_crc@pipe-a-cursor-size-change.html - shard-apl: NOTRUN -> [FAIL][76] ([i915#3444]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl7/igt@kms_cursor_crc@pipe-a-cursor-size-change.html - shard-kbl: [PASS][77] -> [FAIL][78] ([i915#3444]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-kbl6/igt@kms_cursor_crc@pipe-a-cursor-size-change.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-size-change.html - shard-tglb: [PASS][79] -> [FAIL][80] ([i915#2124] / [i915#4024]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-tglb8/igt@kms_cursor_crc@pipe-a-cursor-size-change.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-size-change.html * igt@kms_cursor_crc@pipe-a-cursor-suspend: - shard-tglb: [PASS][81] -> [INCOMPLETE][82] ([i915#2411] / [i915#2828] / [i915#456]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-tglb5/igt@kms_cursor_crc@pipe-a-cursor-suspend.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * igt@kms_cursor_crc@pipe-b-cursor-32x10-onscreen: - shard-iclb: NOTRUN -> [SKIP][83] ([fdo#109278]) +18 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb4/igt@kms_cursor_crc@pipe-b-cursor-32x10-onscreen.html * igt@kms_cursor_crc@pipe-b-cursor-512x170-random: - shard-tglb: NOTRUN -> [SKIP][84] ([fdo#109279] / [i915#3359]) +2 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb8/igt@kms_cursor_crc@pipe-b-cursor-512x170-random.html * igt@kms_cursor_crc@pipe-b-cursor-512x512-rapid-movement: - shard-iclb: NOTRUN -> [SKIP][85] ([fdo#109278] / [fdo#109279]) +3 similar issues [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb1/igt@kms_cursor_crc@pipe-b-cursor-512x512-rapid-movement.html * igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque: - shard-apl: [PASS][86] -> [FAIL][87] ([i915#3444]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-apl3/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl8/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html * igt@kms_cursor_crc@pipe-c-cursor-32x10-offscreen: - shard-tglb: NOTRUN -> [SKIP][88] ([i915#3359]) +1 similar issue [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb8/igt@kms_cursor_crc@pipe-c-cursor-32x10-offscreen.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-tglb: NOTRUN -> [SKIP][89] ([i915#4103]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-tglb: NOTRUN -> [SKIP][90] ([fdo#111825]) +13 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb5/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html - shard-iclb: NOTRUN -> [SKIP][91] ([fdo#109274] / [fdo#109278]) +2 similar issues [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb7/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible: - shard-iclb: NOTRUN -> [SKIP][92] ([fdo#109274]) +3 similar issues [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb1/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@c-dp1: - shard-apl: NOTRUN -> [DMESG-WARN][93] ([i915#180]) +4 similar issues [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl8/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs: - shard-apl: NOTRUN -> [SKIP][94] ([fdo#109271] / [i915#2672]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs: - shard-kbl: NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#2672]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs.html - shard-iclb: NOTRUN -> [SKIP][96] ([i915#2587]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-iclb: NOTRUN -> [SKIP][97] ([fdo#109280]) +22 similar issues [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_hdr@static-toggle-dpms: - shard-iclb: NOTRUN -> [SKIP][98] ([i915#1187]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb8/igt@kms_hdr@static-toggle-dpms.html * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: - shard-iclb: NOTRUN -> [SKIP][99] ([fdo#109289]) +3 similar issues [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb1/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html * igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence: - shard-glk: NOTRUN -> [SKIP][100] ([fdo#109271] / [i915#533]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-glk6/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html - shard-kbl: NOTRUN -> [SKIP][101] ([fdo#109271] / [i915#533]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d: - shard-apl: NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#533]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl3/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html * igt@kms_plane_alpha_blend@pipe-a-alpha-basic: - shard-apl: NOTRUN -> [FAIL][103] ([fdo#108145] / [i915#265]) +3 similar issues [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl3/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html * igt@kms_plane_alpha_blend@pipe-c-constant-alpha-max: - shard-kbl: NOTRUN -> [FAIL][104] ([fdo#108145] / [i915#265]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl4/igt@kms_plane_alpha_blend@pipe-c-constant-alpha-max.html * igt@kms_plane_lowres@pipe-a-tiling-none: - shard-tglb: NOTRUN -> [SKIP][105] ([i915#3536]) +1 similar issue [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb8/igt@kms_plane_lowres@pipe-a-tiling-none.html - shard-iclb: NOTRUN -> [SKIP][106] ([i915#3536]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb8/igt@kms_plane_lowres@pipe-a-tiling-none.html * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping: - shard-apl: NOTRUN -> [SKIP][107] ([fdo#109271] / [i915#2733]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl1/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html - shard-kbl: NOTRUN -> [SKIP][108] ([fdo#109271] / [i915#2733]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl7/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2: - shard-apl: NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#658]) +6 similar issues [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl3/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html * igt@kms_psr2_sf@plane-move-sf-dmg-area-2: - shard-kbl: NOTRUN -> [SKIP][110] ([fdo#109271] / [i915#658]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl2/igt@kms_psr2_sf@plane-move-sf-dmg-area-2.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2: - shard-iclb: NOTRUN -> [SKIP][111] ([i915#658]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb8/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2.html - shard-glk: NOTRUN -> [SKIP][112] ([fdo#109271] / [i915#658]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-glk5/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2.html * igt@kms_psr2_su@frontbuffer: - shard-iclb: [PASS][113] -> [SKIP][114] ([fdo#109642] / [fdo#111068] / [i915#658]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-iclb2/igt@kms_psr2_su@frontbuffer.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb5/igt@kms_psr2_su@frontbuffer.html * igt@kms_psr2_su@page_flip: - shard-tglb: NOTRUN -> [SKIP][115] ([i915#1911]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb3/igt@kms_psr2_su@page_flip.html * igt@kms_psr@psr2_cursor_mmap_cpu: - shard-iclb: NOTRUN -> [SKIP][116] ([fdo#109441]) +1 similar issue [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb8/igt@kms_psr@psr2_cursor_mmap_cpu.html * igt@kms_psr@psr2_suspend: - shard-iclb: [PASS][117] -> [SKIP][118] ([fdo#109441]) +1 similar issue [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-iclb2/igt@kms_psr@psr2_suspend.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb5/igt@kms_psr@psr2_suspend.html * igt@kms_psr@suspend: - shard-tglb: [PASS][119] -> [INCOMPLETE][120] ([i915#456]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-tglb8/igt@kms_psr@suspend.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb7/igt@kms_psr@suspend.html * igt@kms_rotation_crc@cursor-rotation-180: - shard-glk: [PASS][121] -> [FAIL][122] ([i915#1888] / [i915#65]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-glk3/igt@kms_rotation_crc@cursor-rotation-180.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-glk3/igt@kms_rotation_crc@cursor-rotation-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-tglb: NOTRUN -> [SKIP][123] ([fdo#111615]) +2 similar issues [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_vblank@pipe-b-ts-continuation-suspend: - shard-tglb: [PASS][124] -> [INCOMPLETE][125] ([i915#2828] / [i915#456]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10739/shard-tglb3/igt@kms_vblank@pipe-b-ts-continuation-suspend.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb7/igt@kms_vblank@pipe-b-ts-continuation-suspend.html * igt@kms_writeback@writeback-invalid-parameters: - shard-tglb: NOTRUN -> [SKIP][126] ([i915#2437]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb8/igt@kms_writeback@writeback-invalid-parameters.html - shard-kbl: NOTRUN -> [SKIP][127] ([fdo#109271] / [i915#2437]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-kbl2/igt@kms_writeback@writeback-invalid-parameters.html - shard-apl: NOTRUN -> [SKIP][128] ([fdo#109271] / [i915#2437]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-apl8/igt@kms_writeback@writeback-invalid-parameters.html - shard-glk: NOTRUN -> [SKIP][129] ([fdo#109271] / [i915#2437]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-glk7/igt@kms_writeback@writeback-invalid-parameters.html - shard-iclb: NOTRUN -> [SKIP][130] ([i915#2437]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb8/igt@kms_writeback@writeback-invalid-parameters.html * igt@nouveau_crc@pipe-b-source-rg: - shard-iclb: NOTRUN -> [SKIP][131] ([i915#2530]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-iclb1/igt@nouveau_crc@pipe-b-source-rg.html - shard-tglb: NOTRUN -> [SKIP][132] ([i915#2530]) +1 similar issue [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/shard-tglb == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6324/index.html [-- Attachment #2: Type: text/html, Size: 33793 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [PATCH v2 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms 2021-10-14 19:42 [igt-dev] [PATCH v2 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms John.C.Harrison 2021-10-14 22:34 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915: Skip gem_exec_fair on GuC based platforms (rev2) Patchwork 2021-10-15 3:48 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2021-10-15 14:52 ` Dixit, Ashutosh 2021-10-15 21:46 ` [Intel-gfx] " John Harrison 2 siblings, 1 reply; 6+ messages in thread From: Dixit, Ashutosh @ 2021-10-15 14:52 UTC (permalink / raw) To: John.C.Harrison; +Cc: IGT-Dev, Intel-GFX On Thu, 14 Oct 2021 12:42:38 -0700, <John.C.Harrison@Intel.com> wrote: > > + /* > + * These tests are for a specific scheduling model which is > + * not currently implemented by GuC. So skip on GuC platforms. > + */ > + devid = intel_get_drm_devid(i915); > + igt_require((intel_gen(devid) < 12) || IS_TIGERLAKE(devid) || > + IS_ROCKETLAKE(devid) || IS_ALDERLAKE_S(devid)); As I hinted on v1 let's just do this here: igt_require(gem_has_guc_submission(i915)); So that we can can have a single unified way of detecting if GuC is being used throughout IGT. Today it is gem_has_guc_submission() and it works with the current kernel. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [igt-dev] [PATCH v2 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms 2021-10-15 14:52 ` [igt-dev] [PATCH v2 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms Dixit, Ashutosh @ 2021-10-15 21:46 ` John Harrison 2021-10-15 22:41 ` Dixit, Ashutosh 0 siblings, 1 reply; 6+ messages in thread From: John Harrison @ 2021-10-15 21:46 UTC (permalink / raw) To: Dixit, Ashutosh; +Cc: IGT-Dev, Intel-GFX On 10/15/2021 07:52, Dixit, Ashutosh wrote: > On Thu, 14 Oct 2021 12:42:38 -0700, <John.C.Harrison@Intel.com> wrote: >> + /* >> + * These tests are for a specific scheduling model which is >> + * not currently implemented by GuC. So skip on GuC platforms. >> + */ >> + devid = intel_get_drm_devid(i915); >> + igt_require((intel_gen(devid) < 12) || IS_TIGERLAKE(devid) || >> + IS_ROCKETLAKE(devid) || IS_ALDERLAKE_S(devid)); > As I hinted on v1 let's just do this here: > > igt_require(gem_has_guc_submission(i915)); > > So that we can can have a single unified way of detecting if GuC is being > used throughout IGT. Today it is gem_has_guc_submission() and it works with > the current kernel. Earlier, you were saying that 'has' was only checking for capability not usage. Which would be pretty useless for this situation. Looking at the code, though it sort of does work. It checks the live value of the enable_guc module parameter. If that says that GuC submission is enabled then either we are using GuC submission or we have no engines (because a failure to start the submission backend is terminal, there is no fallback to execlist mode if GuC didn't work). So it can be used. I say sort of, though, because the code also sets 'has_execlists' when it sets 'has_guc'. Which means that the gem_has_execlists() test is not useable as an indication that the execlist back end is being used. So gem_has_execlists() and gem_has_guc_submission() are basically very non-orthogonal. One is a test of hardware presence irrespective of use, the other is a test of usage irrespective of presence. The comment in the code is 'query whether the driver is using execlists as a hardware submission method'. So it seems like that was the original intention. Whether it has been broken since or was just broken from the beginning is unclear. John. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [PATCH v2 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms 2021-10-15 21:46 ` [Intel-gfx] " John Harrison @ 2021-10-15 22:41 ` Dixit, Ashutosh 0 siblings, 0 replies; 6+ messages in thread From: Dixit, Ashutosh @ 2021-10-15 22:41 UTC (permalink / raw) To: John Harrison; +Cc: IGT-Dev, Intel-GFX On Fri, 15 Oct 2021 14:46:20 -0700, John Harrison wrote: > > On 10/15/2021 07:52, Dixit, Ashutosh wrote: > > On Thu, 14 Oct 2021 12:42:38 -0700, <John.C.Harrison@Intel.com> wrote: > >> + /* > >> + * These tests are for a specific scheduling model which is > >> + * not currently implemented by GuC. So skip on GuC platforms. > >> + */ > >> + devid = intel_get_drm_devid(i915); > >> + igt_require((intel_gen(devid) < 12) || IS_TIGERLAKE(devid) || > >> + IS_ROCKETLAKE(devid) || IS_ALDERLAKE_S(devid)); > > As I hinted on v1 let's just do this here: > > > > igt_require(gem_has_guc_submission(i915)); > > > > So that we can can have a single unified way of detecting if GuC is being > > used throughout IGT. Today it is gem_has_guc_submission() and it works with > > the current kernel. > > Earlier, you were saying that 'has' was only checking for capability not > usage. Which would be pretty useless for this situation. Looking at the > code, though it sort of does work. It checks the live value of the > enable_guc module parameter. If that says that GuC submission is enabled > then either we are using GuC submission or we have no engines (because a > failure to start the submission backend is terminal, there is no fallback > to execlist mode if GuC didn't work). So it can be used. > > I say sort of, though, because the code also sets 'has_execlists' when it > sets 'has_guc'. Which means that the gem_has_execlists() test is not > useable as an indication that the execlist back end is being used. So > gem_has_execlists() and gem_has_guc_submission() are basically very > non-orthogonal. One is a test of hardware presence irrespective of use, the > other is a test of usage irrespective of presence. The comment in the code > is 'query whether the driver is using execlists as a hardware submission > method'. So it seems like that was the original intention. Whether it has > been broken since or was just broken from the beginning is unclear. I completely agree, there is all this confusion in the code, it needs to be cleaned up. For now I thought it was better to use a centralized way to detect GuC rather than have different ways in different files. Fortunately gem_has_guc_submission() is doing that though gem_has_execlists() is broken in detecting if execlists are being used. ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-10-15 22:41 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-10-14 19:42 [igt-dev] [PATCH v2 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms John.C.Harrison 2021-10-14 22:34 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915: Skip gem_exec_fair on GuC based platforms (rev2) Patchwork 2021-10-15 3:48 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2021-10-15 14:52 ` [igt-dev] [PATCH v2 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms Dixit, Ashutosh 2021-10-15 21:46 ` [Intel-gfx] " John Harrison 2021-10-15 22:41 ` Dixit, Ashutosh
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox