-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
intel_adsp: ace: enable clock gating #8597
intel_adsp: ace: enable clock gating #8597
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Total of 74 commits. Changes include: 0a7251e365a xtensa: mmu: Fix tlb shootdown a19d415c350 xtensa: mmu: Fix xtensa_ptevaddr_get 7382d7052b5 xtensa: mmu: Fix partition permission b5ca7a06b43 pm: device_runtime: Add delay to async put 0ea173b7747 pm: device_runtime: Avoid unnecessary resume/suspend 3732aae0e07 intel_adsp: power: clock gating in idle 9d1a6b6db5a arch: xtensa: rename expection header Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
This patch enables clock gating in configurations of a ace platforms. With CONFIG_ADSP_IDLE_CLOCK_GATING enabled clock gating is always enabled during WAITI. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
32f1ec0
to
799ff7a
Compare
|
Ready to go, but need to analyze why Intel System/merge/build CI step failed. |
Please verify this failing test before merge |
I can see @tmleman you triggered a new build. Let's see the results. Looking at the previous run, there seems to be this:
This seems like a case of #8588 so not specific to this PR necessarily. |
@kv2019i Yes, previous Fail seems to be not related to the enabling of the clock gating. I wasn't able to reproduce it locally and CI test rerun shows that it has sporadic nature. |
Need to check the one fail in https://sof-ci.01.org/sofpr/PR8597/build1037/devicetest/index.html to see if it's a known thing, otherwise this looks good to go. |
@kv2019i wrote:
So that seems to be a case of 8510. No DSP or kernel error, but no data received in user-space in one case (and on a secondary core, like 8510). So I'll proceed with merge. |
Zephyr version update + enabling of the clock gating in ACE platforms