Uh oh!
There was an error while loading. Please reload this page.
ipc4: fix fw timeout in d0i3 test - #6478
Conversation
There was a problem hiding this comment.
This is potentially good, but I'll need a bit more time to review this. Is this @tmleman good for you and does not interfere with your PM enablement? We should really get away from calling the SOF pm_runtime_ interfaces, but this needs to be done incrementally.
There was a problem hiding this comment.
I will adapt to these changes.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tmleman
commented
Oct 26, 2022
@RanderWang this pull request will probably fix your issues with MTL. |
pm_runtime_get | put can't be called by ipc msg directly. According to ipc3 implementation, pm_runtime_enable | disable are fit for d0i3 msg. Signed-off-by: Rander Wang <rander.wang@intel.com>
1a52ec8 to
124c080Compare
lgirdwood
left a comment
There was a problem hiding this comment.
@RanderWang can you check CI thanks.
it depends on #6489 for MTL |
lgirdwood
commented
Nov 2, 2022
CI was down, lets retry. |
lgirdwood
commented
Nov 2, 2022
SOFCI TEST |
lgirdwood
commented
Nov 7, 2022
wszypelt
commented
Nov 8, 2022
@lgirdwood good to merge |
tmleman
commented
Nov 8, 2022
@kv2019i I think this one is good to merge. |
pm_runtime_disable | enable can't be called by ipc msg directly. According to ipc3 implementation,
pm_runtime_get | put are fit for d0i3 msg. Now
only primary core is supported and need to add
secondary core support in future.
Signed-off-by: Rander Wang rander.wang@intel.com