* [igt-dev] [PATCH i-g-t] i915_pm_rps: Enable waitboost tests for SLPC @ 2023-03-14 18:06 ` Vinay Belgaumkar 0 siblings, 0 replies; 6+ messages in thread From: Vinay Belgaumkar @ 2023-03-14 18:06 UTC (permalink / raw) To: intel-gfx, igt-dev Waitboost is supported with SLPC. Re-enable the tests so we have coverage. Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com> --- tests/i915/i915_pm_rps.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/i915/i915_pm_rps.c b/tests/i915/i915_pm_rps.c index 4865ed1f..d4ee2d58 100644 --- a/tests/i915/i915_pm_rps.c +++ b/tests/i915/i915_pm_rps.c @@ -939,30 +939,22 @@ igt_main /* Checks if we achieve boost using gem_wait */ igt_subtest("waitboost") { - igt_skip_on_f(i915_is_slpc_enabled(drm_fd), - "This subtest is not supported when SLPC is enabled\n"); waitboost(drm_fd, false); } igt_describe("Check if the order of fences does not affect waitboosting"); igt_subtest("fence-order") { - igt_skip_on_f(i915_is_slpc_enabled(drm_fd), - "This subtest is not supported when SLPC is enabled\n"); fence_order(drm_fd); } igt_describe("Check if context reuse does not affect waitboosting"); igt_subtest("engine-order") { - igt_skip_on_f(i915_is_slpc_enabled(drm_fd), - "This subtest is not supported when SLPC is enabled\n"); engine_order(drm_fd); } /* Test boost frequency after GPU reset */ igt_subtest("reset") { igt_hang_t hang; - igt_skip_on_f(i915_is_slpc_enabled(drm_fd), - "This subtest is not supported when SLPC is enabled\n"); hang = igt_allow_hang(drm_fd, 0, 0); waitboost(drm_fd, true); igt_disallow_hang(drm_fd, hang); -- 2.38.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Intel-gfx] [PATCH i-g-t] i915_pm_rps: Enable waitboost tests for SLPC @ 2023-03-14 18:06 ` Vinay Belgaumkar 0 siblings, 0 replies; 6+ messages in thread From: Vinay Belgaumkar @ 2023-03-14 18:06 UTC (permalink / raw) To: intel-gfx, igt-dev Waitboost is supported with SLPC. Re-enable the tests so we have coverage. Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com> --- tests/i915/i915_pm_rps.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/i915/i915_pm_rps.c b/tests/i915/i915_pm_rps.c index 4865ed1f..d4ee2d58 100644 --- a/tests/i915/i915_pm_rps.c +++ b/tests/i915/i915_pm_rps.c @@ -939,30 +939,22 @@ igt_main /* Checks if we achieve boost using gem_wait */ igt_subtest("waitboost") { - igt_skip_on_f(i915_is_slpc_enabled(drm_fd), - "This subtest is not supported when SLPC is enabled\n"); waitboost(drm_fd, false); } igt_describe("Check if the order of fences does not affect waitboosting"); igt_subtest("fence-order") { - igt_skip_on_f(i915_is_slpc_enabled(drm_fd), - "This subtest is not supported when SLPC is enabled\n"); fence_order(drm_fd); } igt_describe("Check if context reuse does not affect waitboosting"); igt_subtest("engine-order") { - igt_skip_on_f(i915_is_slpc_enabled(drm_fd), - "This subtest is not supported when SLPC is enabled\n"); engine_order(drm_fd); } /* Test boost frequency after GPU reset */ igt_subtest("reset") { igt_hang_t hang; - igt_skip_on_f(i915_is_slpc_enabled(drm_fd), - "This subtest is not supported when SLPC is enabled\n"); hang = igt_allow_hang(drm_fd, 0, 0); waitboost(drm_fd, true); igt_disallow_hang(drm_fd, hang); -- 2.38.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for i915_pm_rps: Enable waitboost tests for SLPC 2023-03-14 18:06 ` [Intel-gfx] " Vinay Belgaumkar (?) @ 2023-03-14 19:06 ` Patchwork -1 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-03-14 19:06 UTC (permalink / raw) To: Vinay Belgaumkar; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3490 bytes --] == Series Details == Series: i915_pm_rps: Enable waitboost tests for SLPC URL : https://patchwork.freedesktop.org/series/115153/ State : success == Summary == CI Bug Log - changes from CI_DRM_12857 -> IGTPW_8607 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/index.html Participating hosts (36 -> 34) ------------------------------ Missing (2): fi-snb-2520m fi-pnv-d510 Known issues ------------ Here are the changes found in IGTPW_8607 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@execlists: - fi-bsw-nick: [PASS][1] -> [INCOMPLETE][2] ([i915#7913]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/fi-bsw-nick/igt@i915_selftest@live@execlists.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/fi-bsw-nick/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@reset: - bat-rpls-1: NOTRUN -> [ABORT][3] ([i915#4983]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/bat-rpls-1/igt@i915_selftest@live@reset.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-adlp-9: NOTRUN -> [SKIP][4] ([i915#7828]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/bat-adlp-9/igt@kms_chamelium_hpd@common-hpd-after-suspend.html #### Possible fixes #### * igt@i915_selftest@live@gt_heartbeat: - fi-cfl-8109u: [DMESG-FAIL][5] ([i915#5334]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/fi-cfl-8109u/igt@i915_selftest@live@gt_heartbeat.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/fi-cfl-8109u/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@requests: - bat-rpls-1: [ABORT][7] ([i915#4983] / [i915#7694] / [i915#7911] / [i915#7981]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/bat-rpls-1/igt@i915_selftest@live@requests.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/bat-rpls-1/igt@i915_selftest@live@requests.html - bat-adlp-9: [ABORT][9] ([i915#7982]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/bat-adlp-9/igt@i915_selftest@live@requests.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/bat-adlp-9/igt@i915_selftest@live@requests.html [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#7694]: https://gitlab.freedesktop.org/drm/intel/issues/7694 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7981]: https://gitlab.freedesktop.org/drm/intel/issues/7981 [i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7194 -> IGTPW_8607 CI-20190529: 20190529 CI_DRM_12857: 004fefbbf160569f80946d1e516d538b7ecb04f2 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8607: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/index.html IGT_7194: d22d66efd6211a22d301649b63d58c8c293e0817 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/index.html [-- Attachment #2: Type: text/html, Size: 4285 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for i915_pm_rps: Enable waitboost tests for SLPC 2023-03-14 18:06 ` [Intel-gfx] " Vinay Belgaumkar (?) (?) @ 2023-03-15 21:49 ` Patchwork -1 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-03-15 21:49 UTC (permalink / raw) To: Vinay Belgaumkar; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 25662 bytes --] == Series Details == Series: i915_pm_rps: Enable waitboost tests for SLPC URL : https://patchwork.freedesktop.org/series/115153/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12857_full -> IGTPW_8607_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_8607_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_8607_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_8607/index.html Participating hosts (8 -> 8) ------------------------------ Additional (1): shard-rkl0 Missing (1): shard-tglu0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_8607_full: ### IGT changes ### #### Possible regressions #### * igt@testdisplay: - shard-apl: [PASS][1] -> [TIMEOUT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-apl3/igt@testdisplay.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-apl6/igt@testdisplay.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@i915_suspend@basic-s3-without-i915: - {shard-tglu}: NOTRUN -> [INCOMPLETE][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-tglu-7/igt@i915_suspend@basic-s3-without-i915.html * {igt@kms_plane@invalid-pixel-format-settings}: - {shard-tglu}: [PASS][4] -> [SKIP][5] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-tglu-3/igt@kms_plane@invalid-pixel-format-settings.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-tglu-10/igt@kms_plane@invalid-pixel-format-settings.html Known issues ------------ Here are the changes found in IGTPW_8607_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: [PASS][6] -> [FAIL][7] ([i915#2842]) +1 similar issue [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-glk6/igt@gem_exec_fair@basic-throttle@rcs0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-glk6/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@i915_module_load@reload-no-display: - shard-snb: [PASS][8] -> [ABORT][9] ([i915#4528]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-snb2/igt@i915_module_load@reload-no-display.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-snb4/igt@i915_module_load@reload-no-display.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1: - shard-apl: [PASS][10] -> [ABORT][11] ([i915#180]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-apl6/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-apl2/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: [PASS][12] -> [FAIL][13] ([i915#2346]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html #### Possible fixes #### * igt@device_reset@unbind-reset-rebind: - {shard-rkl}: [FAIL][14] ([i915#4778]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-5/igt@device_reset@unbind-reset-rebind.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-5/igt@device_reset@unbind-reset-rebind.html * igt@gem_ctx_exec@basic-nohangcheck: - {shard-rkl}: [FAIL][16] ([i915#6268]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-3/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@engines-hang@bcs0: - {shard-rkl}: [SKIP][18] ([i915#6252]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-5/igt@gem_ctx_persistence@engines-hang@bcs0.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-2/igt@gem_ctx_persistence@engines-hang@bcs0.html * igt@gem_exec_fair@basic-none-vip@rcs0: - shard-glk: [FAIL][20] ([i915#2842]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-glk6/igt@gem_exec_fair@basic-none-vip@rcs0.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-glk1/igt@gem_exec_fair@basic-none-vip@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - {shard-rkl}: [FAIL][22] ([i915#2842]) -> [PASS][23] +1 similar issue [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-2/igt@gem_exec_fair@basic-pace-solo@rcs0.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-5/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_reloc@basic-gtt-read-noreloc: - {shard-rkl}: [SKIP][24] ([i915#3281]) -> [PASS][25] +8 similar issues [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-3/igt@gem_exec_reloc@basic-gtt-read-noreloc.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-read-noreloc.html * igt@gem_mmap_wc@set-cache-level: - {shard-rkl}: [SKIP][26] ([i915#1850]) -> [PASS][27] [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-5/igt@gem_mmap_wc@set-cache-level.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html * igt@gem_set_tiling_vs_pwrite: - {shard-rkl}: [SKIP][28] ([i915#3282]) -> [PASS][29] +1 similar issue [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-3/igt@gem_set_tiling_vs_pwrite.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-5/igt@gem_set_tiling_vs_pwrite.html * igt@gen9_exec_parse@bb-start-out: - {shard-rkl}: [SKIP][30] ([i915#2527]) -> [PASS][31] +2 similar issues [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-4/igt@gen9_exec_parse@bb-start-out.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-5/igt@gen9_exec_parse@bb-start-out.html * igt@i915_pm_rc6_residency@rc6-idle@bcs0: - {shard-dg1}: [FAIL][32] ([i915#3591]) -> [PASS][33] +1 similar issue [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html * igt@i915_pm_rpm@dpms-mode-unset-lpsp: - {shard-rkl}: [SKIP][34] ([i915#1397]) -> [PASS][35] +1 similar issue [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-2/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-6/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html * igt@i915_pm_rpm@modeset-lpsp: - {shard-tglu}: [SKIP][36] ([i915#1397]) -> [PASS][37] [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-tglu-9/igt@i915_pm_rpm@modeset-lpsp.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-tglu-4/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@system-suspend-modeset: - {shard-rkl}: [SKIP][38] ([fdo#109308]) -> [PASS][39] [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-2/igt@i915_pm_rpm@system-suspend-modeset.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-6/igt@i915_pm_rpm@system-suspend-modeset.html * igt@i915_pm_rps@waitboost: - {shard-dg1}: [SKIP][40] ([i915#6621]) -> [PASS][41] [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-dg1-16/igt@i915_pm_rps@waitboost.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-dg1-15/igt@i915_pm_rps@waitboost.html * igt@i915_selftest@live@dmabuf: - shard-apl: [DMESG-FAIL][42] ([i915#7562]) -> [PASS][43] [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-apl2/igt@i915_selftest@live@dmabuf.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-apl6/igt@i915_selftest@live@dmabuf.html * igt@kms_atomic@plane-overlay-legacy: - {shard-rkl}: [SKIP][44] ([i915#1845] / [i915#4098]) -> [PASS][45] +28 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-3/igt@kms_atomic@plane-overlay-legacy.html [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-6/igt@kms_atomic@plane-overlay-legacy.html * igt@kms_cursor_legacy@cursora-vs-flipa-atomic: - {shard-tglu}: [SKIP][46] ([i915#1845]) -> [PASS][47] [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-tglu-9/igt@kms_cursor_legacy@cursora-vs-flipa-atomic.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-tglu-5/igt@kms_cursor_legacy@cursora-vs-flipa-atomic.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [FAIL][48] ([i915#2346]) -> [PASS][49] [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-apl: [FAIL][50] ([i915#4767]) -> [PASS][51] [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-apl6/igt@kms_fbcon_fbt@fbc-suspend.html [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-apl1/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_fbcon_fbt@psr-suspend: - {shard-rkl}: [SKIP][52] ([fdo#110189] / [i915#3955]) -> [PASS][53] [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-6/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite: - {shard-rkl}: [SKIP][54] ([i915#1849] / [i915#4098]) -> [PASS][55] +13 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-tiling-linear: - {shard-tglu}: [SKIP][56] ([i915#1849]) -> [PASS][57] +3 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-tglu-9/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-tglu-4/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html * igt@kms_psr@cursor_mmap_cpu: - {shard-rkl}: [SKIP][58] ([i915#1072]) -> [PASS][59] +1 similar issue [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-4/igt@kms_psr@cursor_mmap_cpu.html [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-6/igt@kms_psr@cursor_mmap_cpu.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - {shard-rkl}: [SKIP][60] ([i915#5461]) -> [PASS][61] [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-5/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_universal_plane@universal-plane-pipe-d-functional: - {shard-tglu}: [SKIP][62] ([fdo#109274]) -> [PASS][63] [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-tglu-9/igt@kms_universal_plane@universal-plane-pipe-d-functional.html [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-tglu-7/igt@kms_universal_plane@universal-plane-pipe-d-functional.html * igt@kms_vblank@pipe-d-wait-busy: - {shard-tglu}: [SKIP][64] ([i915#1845] / [i915#7651]) -> [PASS][65] +21 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-tglu-9/igt@kms_vblank@pipe-d-wait-busy.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-tglu-1/igt@kms_vblank@pipe-d-wait-busy.html * igt@perf@mi-rpc: - {shard-rkl}: [SKIP][66] ([i915#2434]) -> [PASS][67] [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-4/igt@perf@mi-rpc.html [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-5/igt@perf@mi-rpc.html * igt@prime_self_import@basic-with_one_bo: - {shard-rkl}: [SKIP][68] ([fdo#109315]) -> [PASS][69] +3 similar issues [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-5/igt@prime_self_import@basic-with_one_bo.html [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-4/igt@prime_self_import@basic-with_one_bo.html * igt@syncobj_timeline@wait-all-for-submit-delayed-submit: - {shard-rkl}: [SKIP][70] ([i915#2575]) -> [PASS][71] +2 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12857/shard-rkl-5/igt@syncobj_timeline@wait-all-for-submit-delayed-submit.html [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/shard-rkl-2/igt@syncobj_timeline@wait-all-for-submit-delayed-submit.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110542]: https://bugs.freedesktop.org/show_bug.cgi?id=110542 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1722]: https://gitlab.freedesktop.org/drm/intel/issues/1722 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1850]: https://gitlab.freedesktop.org/drm/intel/issues/1850 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#315]: https://gitlab.freedesktop.org/drm/intel/issues/315 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3528]: https://gitlab.freedesktop.org/drm/intel/issues/3528 [i915#3536]: https://gitlab.freedesktop.org/drm/intel/issues/3536 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3547]: https://gitlab.freedesktop.org/drm/intel/issues/3547 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3952]: https://gitlab.freedesktop.org/drm/intel/issues/3952 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [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#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4778]: https://gitlab.freedesktop.org/drm/intel/issues/4778 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4859]: https://gitlab.freedesktop.org/drm/intel/issues/4859 [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#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6117]: https://gitlab.freedesktop.org/drm/intel/issues/6117 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6247]: https://gitlab.freedesktop.org/drm/intel/issues/6247 [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248 [i915#6252]: https://gitlab.freedesktop.org/drm/intel/issues/6252 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6355]: https://gitlab.freedesktop.org/drm/intel/issues/6355 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6946]: https://gitlab.freedesktop.org/drm/intel/issues/6946 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7128]: https://gitlab.freedesktop.org/drm/intel/issues/7128 [i915#7294]: https://gitlab.freedesktop.org/drm/intel/issues/7294 [i915#7330]: https://gitlab.freedesktop.org/drm/intel/issues/7330 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7562]: https://gitlab.freedesktop.org/drm/intel/issues/7562 [i915#7651]: https://gitlab.freedesktop.org/drm/intel/issues/7651 [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#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7949]: https://gitlab.freedesktop.org/drm/intel/issues/7949 [i915#7957]: https://gitlab.freedesktop.org/drm/intel/issues/7957 [i915#8152]: https://gitlab.freedesktop.org/drm/intel/issues/8152 [i915#8154]: https://gitlab.freedesktop.org/drm/intel/issues/8154 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8273]: https://gitlab.freedesktop.org/drm/intel/issues/8273 [i915#8282]: https://gitlab.freedesktop.org/drm/intel/issues/8282 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7194 -> IGTPW_8607 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_12857: 004fefbbf160569f80946d1e516d538b7ecb04f2 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8607: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/index.html IGT_7194: d22d66efd6211a22d301649b63d58c8c293e0817 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8607/index.html [-- Attachment #2: Type: text/html, Size: 18852 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] i915_pm_rps: Enable waitboost tests for SLPC 2023-03-14 18:06 ` [Intel-gfx] " Vinay Belgaumkar @ 2023-03-17 4:12 ` Dixit, Ashutosh -1 siblings, 0 replies; 6+ messages in thread From: Dixit, Ashutosh @ 2023-03-17 4:12 UTC (permalink / raw) To: Vinay Belgaumkar; +Cc: igt-dev, intel-gfx On Tue, 14 Mar 2023 11:06:40 -0700, Vinay Belgaumkar wrote: > > Waitboost is supported with SLPC. Re-enable the tests so > we have coverage. Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] i915_pm_rps: Enable waitboost tests for SLPC @ 2023-03-17 4:12 ` Dixit, Ashutosh 0 siblings, 0 replies; 6+ messages in thread From: Dixit, Ashutosh @ 2023-03-17 4:12 UTC (permalink / raw) To: Vinay Belgaumkar; +Cc: igt-dev, intel-gfx On Tue, 14 Mar 2023 11:06:40 -0700, Vinay Belgaumkar wrote: > > Waitboost is supported with SLPC. Re-enable the tests so > we have coverage. Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-03-17 4:12 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-03-14 18:06 [igt-dev] [PATCH i-g-t] i915_pm_rps: Enable waitboost tests for SLPC Vinay Belgaumkar 2023-03-14 18:06 ` [Intel-gfx] " Vinay Belgaumkar 2023-03-14 19:06 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-03-15 21:49 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-03-17 4:12 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh 2023-03-17 4:12 ` [Intel-gfx] " Dixit, Ashutosh
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.