Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Admin message
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
Project 'drm/intel' was moved to 'drm/i915/kernel'. Please update any links and bookmarks that may still have the old path.
• Reproduction rate : 100% (from CI Bug Log) from 6 runs.
• Last seen 2 days back on TGL systems.
• pm_rps@min-max-config-load – Subtest to verify the constraints with high load and to check if we can reach max.
• pm_rps@waitboost – Subtest to verify if we can achieve boost using gem_wait.
• pm_rps@reset – Subtest to test boost frequency after GPU reset.
• In this case, the issue seems to be the min-max-config-loaded test that is failing in turn causing the waitboost and reset tests to fails. During the min-max test, the loaded-check expects the current frequency to be greater than the max frequency. The tests fails since this condition is not met.
• This condition should be verified. I will continue to follow the issue.
• Reproduction rate : 100% (from CI Bug Log) from 6 runs.
• Last seen 2 days back on TGL systems.
• pm_rps@min-max-config-load – Subtest to verify the constraints with
high load and to check if we can reach max.
• pm_rps@waitboost – Subtest to verify if we can achieve boost using
gem_wait.
• pm_rps@reset – Subtest to test boost frequency after GPU reset.
• In this case, the issue seems to be the min-max-config-loaded test
that is failing in turn causing the waitboost and reset tests to fails.
During the min-max test, the loaded-check expects the current frequency to
be greater than the max frequency. The tests fails since this condition is
not met.
• This condition should be verified. I will continue to follow the issue.
Thanks for the initial assessment. Once you know the user impact, can you please set the severity of this bug? Currently severity is not set.
commit 36d516be867ce3657401ab26b05a39a20f56fa13Author: Chris Wilson <chris@chris-wilson.co.uk>Date: Wed Apr 29 21:54:44 2020 +0100 drm/i915/gt: Switch to manual evaluation of RPS