Bug 112312 - [CI][BAT]igt@i915_pm_rps@reset|waitboost - fail - Failed assertion: pre_freqs[CUR] < pre_freqs[MAX]
Summary: [CI][BAT]igt@i915_pm_rps@reset|waitboost - fail - Failed assertion: pre_freqs...
Status: RESOLVED MOVED
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: DRI git
Hardware: Other All
: high major
Assignee: Intel GFX Bugs mailing list
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-18 08:35 UTC by Lakshmi
Modified: 2019-11-29 19:48 UTC (History)
1 user (show)

See Also:
i915 platform: BXT
i915 features: GEM/Other


Attachments

Description Lakshmi 2019-11-18 08:35:05 UTC
https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_404/fi-apl-guc/igt@i915_pm_rps@reset.html
Starting subtest: reset
(i915_pm_rps:976) CRITICAL: Test assertion failure function waitboost, file ../tests/i915/i915_pm_rps.c:608:
(i915_pm_rps:976) CRITICAL: Failed assertion: pre_freqs[CUR] < pre_freqs[MAX]
(i915_pm_rps:976) CRITICAL: error: 750 >= 750
Subtest reset failed.
Comment 1 CI Bug Log 2019-11-18 08:36:18 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* APL: igt@i915_pm_rps@reset|waitboost - fail - Failed assertion: pre_freqs[CUR] &lt; pre_freqs[MAX]
  - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_404/fi-apl-guc/igt@i915_pm_rps@reset.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_405/fi-apl-guc/igt@i915_pm_rps@waitboost.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_406/fi-apl-guc/igt@i915_pm_rps@waitboost.html
Comment 2 Caz.Yokoyama 2019-11-18 17:21:39 UTC
Corresponding code is

	igt_assert_lt(pre_freqs[CUR], pre_freqs[MAX]);
	igt_assert_eq(boost_freqs[CUR], boost_freqs[BOOST]);
	igt_assert_lt(post_freqs[CUR], post_freqs[MAX]);

It seems 1) gpu was slow enough before the test, 2) adequately speed up on the test, 3) however it does not slow down after the test.
Comment 3 Martin Peres 2019-11-29 19:48:13 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/intel/issues/612.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.