* [igt-dev] [PATCH i-g-t v2] perf_pmu: Dump i915_runtime_pm_status
@ 2023-03-03 15:49 Anshuman Gupta
2023-03-03 16:40 ` [igt-dev] ✓ Fi.CI.BAT: success for perf_pmu: Dump i915_runtime_pm_status (rev3) Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Anshuman Gupta @ 2023-03-03 15:49 UTC (permalink / raw)
To: igt-dev
Dump i915_pm_runtime_status in case of i915 device failed to runtime
suspend, it will dump the rpm wakeref tracking information which
will useful to debug the runtime pm issues.
v2:
- Use wait_for_suspended(). [Ashutosh]
Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com>
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
tests/i915/perf_pmu.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/tests/i915/perf_pmu.c b/tests/i915/perf_pmu.c
index c1779fc9d..df194c8ad 100644
--- a/tests/i915/perf_pmu.c
+++ b/tests/i915/perf_pmu.c
@@ -1703,6 +1703,16 @@ static bool wait_for_rc6(int fd, int timeout)
return false;
}
+static bool wait_for_suspended(int gem_fd)
+{
+ bool suspended = igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED);
+
+ if (!suspended)
+ __igt_debugfs_dump(gem_fd, "i915_runtime_pm_status", IGT_LOG_INFO);
+
+ return suspended;
+}
+
static void
test_rc6(int gem_fd, unsigned int flags)
{
@@ -1727,7 +1737,7 @@ test_rc6(int gem_fd, unsigned int flags)
drmModeFreeResources(res);
igt_require(igt_setup_runtime_pm(gem_fd));
- igt_require(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED));
+ igt_require(wait_for_suspended(gem_fd));
/*
* Sleep for a bit to see if once woken up estimated RC6 hasn't
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for perf_pmu: Dump i915_runtime_pm_status (rev3) 2023-03-03 15:49 [igt-dev] [PATCH i-g-t v2] perf_pmu: Dump i915_runtime_pm_status Anshuman Gupta @ 2023-03-03 16:40 ` Patchwork 2023-03-04 1:55 ` [igt-dev] [PATCH i-g-t v2] perf_pmu: Dump i915_runtime_pm_status Dixit, Ashutosh 2023-03-06 21:34 ` [igt-dev] ✓ Fi.CI.IGT: success for perf_pmu: Dump i915_runtime_pm_status (rev3) Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-03-03 16:40 UTC (permalink / raw) To: Anshuman Gupta; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3553 bytes --] == Series Details == Series: perf_pmu: Dump i915_runtime_pm_status (rev3) URL : https://patchwork.freedesktop.org/series/114514/ State : success == Summary == CI Bug Log - changes from CI_DRM_12808 -> IGTPW_8560 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/index.html Participating hosts (39 -> 39) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in IGTPW_8560 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_suspend@basic-s3@smem: - bat-rpls-1: [PASS][1] -> [ABORT][2] ([i915#6687] / [i915#7978]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/bat-rpls-1/igt@gem_exec_suspend@basic-s3@smem.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/bat-rpls-1/igt@gem_exec_suspend@basic-s3@smem.html * igt@i915_selftest@live@slpc: - bat-rpls-2: NOTRUN -> [DMESG-FAIL][3] ([i915#6367] / [i915#7913] / [i915#7996]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/bat-rpls-2/igt@i915_selftest@live@slpc.html * igt@i915_selftest@live@workarounds: - bat-dg2-11: [PASS][4] -> [DMESG-WARN][5] ([i915#7102]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/bat-dg2-11/igt@i915_selftest@live@workarounds.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/bat-dg2-11/igt@i915_selftest@live@workarounds.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-rpls-2: NOTRUN -> [SKIP][6] ([i915#7828]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/bat-rpls-2/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-rpls-2: NOTRUN -> [SKIP][7] ([i915#1845]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/bat-rpls-2/igt@kms_pipe_crc_basic@suspend-read-crc.html #### Possible fixes #### * igt@i915_selftest@live@reset: - bat-rpls-2: [ABORT][8] ([i915#4983] / [i915#7913]) -> [PASS][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/bat-rpls-2/igt@i915_selftest@live@reset.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/bat-rpls-2/igt@i915_selftest@live@reset.html [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687 [i915#7102]: https://gitlab.freedesktop.org/drm/intel/issues/7102 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7978]: https://gitlab.freedesktop.org/drm/intel/issues/7978 [i915#7996]: https://gitlab.freedesktop.org/drm/intel/issues/7996 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7180 -> IGTPW_8560 CI-20190529: 20190529 CI_DRM_12808: 7774d869791d5086ddd9754a2044142e3c2933ad @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8560: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/index.html IGT_7180: b6b1ceb4fc4d8f83a9540e4628a6c2648514bb19 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- -igt@gem_barrier_race@basic == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/index.html [-- Attachment #2: Type: text/html, Size: 4339 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t v2] perf_pmu: Dump i915_runtime_pm_status 2023-03-03 15:49 [igt-dev] [PATCH i-g-t v2] perf_pmu: Dump i915_runtime_pm_status Anshuman Gupta 2023-03-03 16:40 ` [igt-dev] ✓ Fi.CI.BAT: success for perf_pmu: Dump i915_runtime_pm_status (rev3) Patchwork @ 2023-03-04 1:55 ` Dixit, Ashutosh 2023-03-06 21:34 ` [igt-dev] ✓ Fi.CI.IGT: success for perf_pmu: Dump i915_runtime_pm_status (rev3) Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Dixit, Ashutosh @ 2023-03-04 1:55 UTC (permalink / raw) To: Anshuman Gupta; +Cc: igt-dev On Fri, 03 Mar 2023 07:49:41 -0800, Anshuman Gupta wrote: > > Dump i915_pm_runtime_status in case of i915 device failed to runtime > suspend, it will dump the rpm wakeref tracking information which > will useful to debug the runtime pm issues. > > v2: > - Use wait_for_suspended(). [Ashutosh] > > Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com> > Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> > --- > tests/i915/perf_pmu.c | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > diff --git a/tests/i915/perf_pmu.c b/tests/i915/perf_pmu.c > index c1779fc9d..df194c8ad 100644 > --- a/tests/i915/perf_pmu.c > +++ b/tests/i915/perf_pmu.c > @@ -1703,6 +1703,16 @@ static bool wait_for_rc6(int fd, int timeout) > return false; > } > > +static bool wait_for_suspended(int gem_fd) > +{ > + bool suspended = igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED); > + > + if (!suspended) > + __igt_debugfs_dump(gem_fd, "i915_runtime_pm_status", IGT_LOG_INFO); > + > + return suspended; > +} > + > static void > test_rc6(int gem_fd, unsigned int flags) > { > @@ -1727,7 +1737,7 @@ test_rc6(int gem_fd, unsigned int flags) > drmModeFreeResources(res); > > igt_require(igt_setup_runtime_pm(gem_fd)); > - igt_require(igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED)); > + igt_require(wait_for_suspended(gem_fd)); Hmm I didn't realize wait_for_suspended() instances were static so the function will have to be duplicated. In any case the R-b stands. Thanks. > > /* > * Sleep for a bit to see if once woken up estimated RC6 hasn't > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for perf_pmu: Dump i915_runtime_pm_status (rev3) 2023-03-03 15:49 [igt-dev] [PATCH i-g-t v2] perf_pmu: Dump i915_runtime_pm_status Anshuman Gupta 2023-03-03 16:40 ` [igt-dev] ✓ Fi.CI.BAT: success for perf_pmu: Dump i915_runtime_pm_status (rev3) Patchwork 2023-03-04 1:55 ` [igt-dev] [PATCH i-g-t v2] perf_pmu: Dump i915_runtime_pm_status Dixit, Ashutosh @ 2023-03-06 21:34 ` Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-03-06 21:34 UTC (permalink / raw) To: Gupta, Anshuman; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 23517 bytes --] == Series Details == Series: perf_pmu: Dump i915_runtime_pm_status (rev3) URL : https://patchwork.freedesktop.org/series/114514/ State : success == Summary == CI Bug Log - changes from CI_DRM_12808_full -> IGTPW_8560_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/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_8560_full: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@kms_color@ctm-max@pipe-a-hdmi-a-4: - {shard-dg1}: NOTRUN -> [FAIL][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-dg1-13/igt@kms_color@ctm-max@pipe-a-hdmi-a-4.html * {igt@kms_plane_scaling@i915-max-source-size}: - {shard-rkl}: NOTRUN -> [SKIP][2] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-rkl-2/igt@kms_plane_scaling@i915-max-source-size.html - {shard-tglu}: NOTRUN -> [SKIP][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-tglu-2/igt@kms_plane_scaling@i915-max-source-size.html Known issues ------------ Here are the changes found in IGTPW_8560_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_persistence@idempotent: - shard-snb: NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#1099]) +1 similar issue [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-snb1/igt@gem_ctx_persistence@idempotent.html * igt@gem_eio@unwedge-stress: - shard-snb: NOTRUN -> [FAIL][5] ([i915#3354]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-snb6/igt@gem_eio@unwedge-stress.html * igt@gem_exec_fair@basic-deadline: - shard-apl: NOTRUN -> [FAIL][6] ([i915#2846]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-apl3/igt@gem_exec_fair@basic-deadline.html - shard-glk: NOTRUN -> [FAIL][7] ([i915#2846]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-glk1/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-glk: NOTRUN -> [FAIL][8] ([i915#2842]) +1 similar issue [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-glk4/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-apl: [PASS][9] -> [FAIL][10] ([i915#2842]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-apl3/igt@gem_exec_fair@basic-pace-share@rcs0.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-apl2/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@vcs0: - shard-glk: [PASS][11] -> [FAIL][12] ([i915#2842]) +2 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-glk4/igt@gem_exec_fair@basic-pace@vcs0.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-glk4/igt@gem_exec_fair@basic-pace@vcs0.html * igt@gem_huc_copy@huc-copy: - shard-apl: NOTRUN -> [SKIP][13] ([fdo#109271] / [i915#2190]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-apl2/igt@gem_huc_copy@huc-copy.html - shard-glk: NOTRUN -> [SKIP][14] ([fdo#109271] / [i915#2190]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-glk8/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@parallel-multi: - shard-apl: NOTRUN -> [SKIP][15] ([fdo#109271] / [i915#4613]) +3 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-apl1/igt@gem_lmem_swapping@parallel-multi.html - shard-glk: NOTRUN -> [SKIP][16] ([fdo#109271] / [i915#4613]) +2 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-glk2/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_pread@exhaustion: - shard-snb: NOTRUN -> [WARN][17] ([i915#2658]) +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-snb6/igt@gem_pread@exhaustion.html * igt@gem_userptr_blits@vma-merge: - shard-snb: NOTRUN -> [FAIL][18] ([i915#2724]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-snb6/igt@gem_userptr_blits@vma-merge.html * igt@gen9_exec_parse@allowed-single: - shard-apl: [PASS][19] -> [ABORT][20] ([i915#5566]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-apl3/igt@gen9_exec_parse@allowed-single.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-apl2/igt@gen9_exec_parse@allowed-single.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: - shard-glk: NOTRUN -> [SKIP][21] ([fdo#109271] / [i915#3886]) +6 similar issues [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-glk2/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][22] ([fdo#109271] / [i915#3886]) +7 similar issues [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-apl1/igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs.html * igt@kms_content_protection@uevent@pipe-a-dp-1: - shard-apl: NOTRUN -> [FAIL][23] ([i915#1339]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-apl2/igt@kms_content_protection@uevent@pipe-a-dp-1.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ac-hdmi-a1-hdmi-a2: - shard-glk: [PASS][24] -> [FAIL][25] ([i915#2122]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-glk3/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ac-hdmi-a1-hdmi-a2.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-glk4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ac-hdmi-a1-hdmi-a2.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-cpu: - shard-snb: NOTRUN -> [SKIP][26] ([fdo#109271]) +505 similar issues [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-snb6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c-dp-1: - shard-apl: NOTRUN -> [SKIP][27] ([fdo#109271]) +272 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-apl2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c-dp-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [SKIP][28] ([fdo#109271]) +172 similar issues [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-glk5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-hdmi-a-1.html * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf: - shard-glk: NOTRUN -> [SKIP][29] ([fdo#109271] / [i915#658]) +3 similar issues [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-glk3/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@plane-move-sf-dmg-area: - shard-apl: NOTRUN -> [SKIP][30] ([fdo#109271] / [i915#658]) +4 similar issues [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-apl3/igt@kms_psr2_sf@plane-move-sf-dmg-area.html * igt@kms_writeback@writeback-pixel-formats: - shard-apl: NOTRUN -> [SKIP][31] ([fdo#109271] / [i915#2437]) +2 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-apl2/igt@kms_writeback@writeback-pixel-formats.html #### Possible fixes #### * igt@gem_eio@in-flight-suspend: - {shard-rkl}: [FAIL][32] ([fdo#103375]) -> [PASS][33] [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-rkl-4/igt@gem_eio@in-flight-suspend.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-rkl-2/igt@gem_eio@in-flight-suspend.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-apl: [FAIL][34] ([i915#2842]) -> [PASS][35] [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-apl1/igt@gem_exec_fair@basic-pace-solo@rcs0.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-apl3/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_reloc@basic-wc-active: - {shard-rkl}: [SKIP][36] ([i915#3281]) -> [PASS][37] [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-rkl-4/igt@gem_exec_reloc@basic-wc-active.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-rkl-5/igt@gem_exec_reloc@basic-wc-active.html * igt@gem_partial_pwrite_pread@reads-display: - {shard-rkl}: [SKIP][38] ([i915#3282]) -> [PASS][39] [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-rkl-4/igt@gem_partial_pwrite_pread@reads-display.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-rkl-5/igt@gem_partial_pwrite_pread@reads-display.html * igt@i915_pm_dc@dc9-dpms: - {shard-rkl}: [SKIP][40] ([i915#3361]) -> [PASS][41] [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-rkl-5/igt@i915_pm_dc@dc9-dpms.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-rkl-4/igt@i915_pm_dc@dc9-dpms.html * igt@kms_big_fb@x-tiled-32bpp-rotate-180: - {shard-tglu}: [SKIP][42] ([i915#1845] / [i915#7651]) -> [PASS][43] +4 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-tglu-6/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-tglu-2/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][44] ([i915#2346]) -> [PASS][45] [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a2: - shard-glk: [FAIL][46] ([i915#2122]) -> [PASS][47] [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-glk3/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a2.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-glk5/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a2.html * igt@kms_flip@flip-vs-suspend@c-hdmi-a1: - {shard-tglu}: [DMESG-WARN][48] -> [PASS][49] [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-tglu-2/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-tglu-2/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html * igt@kms_frontbuffer_tracking@fbc-1p-rte: - {shard-tglu}: [SKIP][50] ([i915#1849]) -> [PASS][51] [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-tglu-6/igt@kms_frontbuffer_tracking@fbc-1p-rte.html [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-tglu-4/igt@kms_frontbuffer_tracking@fbc-1p-rte.html * igt@perf_pmu@busy-idle@vcs0: - {shard-dg1}: [FAIL][52] ([i915#4349]) -> [PASS][53] +2 similar issues [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-dg1-18/igt@perf_pmu@busy-idle@vcs0.html [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-dg1-16/igt@perf_pmu@busy-idle@vcs0.html * igt@perf_pmu@most-busy-idle-check-all@rcs0: - {shard-dg1}: [FAIL][54] ([i915#5234]) -> [PASS][55] [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12808/shard-dg1-13/igt@perf_pmu@most-busy-idle-check-all@rcs0.html [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/shard-dg1-13/igt@perf_pmu@most-busy-idle-check-all@rcs0.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [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#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [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#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [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#1339]: https://gitlab.freedesktop.org/drm/intel/issues/1339 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1755]: https://gitlab.freedesktop.org/drm/intel/issues/1755 [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#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [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#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436 [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#2724]: https://gitlab.freedesktop.org/drm/intel/issues/2724 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [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#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323 [i915#3354]: https://gitlab.freedesktop.org/drm/intel/issues/3354 [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#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558 [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#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [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#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#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#426]: https://gitlab.freedesktop.org/drm/intel/issues/426 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [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#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [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#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#5115]: https://gitlab.freedesktop.org/drm/intel/issues/5115 [i915#5122]: https://gitlab.freedesktop.org/drm/intel/issues/5122 [i915#5174]: https://gitlab.freedesktop.org/drm/intel/issues/5174 [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#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#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245 [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#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#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7052]: https://gitlab.freedesktop.org/drm/intel/issues/7052 [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#7276]: https://gitlab.freedesktop.org/drm/intel/issues/7276 [i915#7294]: https://gitlab.freedesktop.org/drm/intel/issues/7294 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7582]: https://gitlab.freedesktop.org/drm/intel/issues/7582 [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#7984]: https://gitlab.freedesktop.org/drm/intel/issues/7984 [i915#8018]: https://gitlab.freedesktop.org/drm/intel/issues/8018 [i915#8150]: https://gitlab.freedesktop.org/drm/intel/issues/8150 [i915#8151]: https://gitlab.freedesktop.org/drm/intel/issues/8151 [i915#8152]: https://gitlab.freedesktop.org/drm/intel/issues/8152 [i915#8253]: https://gitlab.freedesktop.org/drm/intel/issues/8253 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7180 -> IGTPW_8560 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_12808: 7774d869791d5086ddd9754a2044142e3c2933ad @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8560: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8560/index.html IGT_7180: b6b1ceb4fc4d8f83a9540e4628a6c2648514bb19 @ 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_8560/index.html [-- Attachment #2: Type: text/html, Size: 17610 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-06 21:34 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-03-03 15:49 [igt-dev] [PATCH i-g-t v2] perf_pmu: Dump i915_runtime_pm_status Anshuman Gupta 2023-03-03 16:40 ` [igt-dev] ✓ Fi.CI.BAT: success for perf_pmu: Dump i915_runtime_pm_status (rev3) Patchwork 2023-03-04 1:55 ` [igt-dev] [PATCH i-g-t v2] perf_pmu: Dump i915_runtime_pm_status Dixit, Ashutosh 2023-03-06 21:34 ` [igt-dev] ✓ Fi.CI.IGT: success for perf_pmu: Dump i915_runtime_pm_status (rev3) Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox