-
Notifications
You must be signed in to change notification settings - Fork 349
topology2: merge multi-core test into nocodec topology #8240
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
Conversation
4d891fe to
f3108f2
Compare
| { | ||
| index 6 | ||
| direction playback | ||
| core_id $SSP2_PCM_CORE_ID |
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.
@RanderWang the suggested change is fine for the regular nocodec topology. But for the passthrough nocodec topology, I'd suggest to keep all core IDs as 0. @plbossart what do you think?
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.
sure, I can image it. Removed.
f3108f2 to
dbb598d
Compare
|
@RanderWang conflicts. |
dbb598d to
a8023d0
Compare
|
rebased, thanks |
|
@RanderWang are we still expecting some rough edges ? |
We have a [BUG] [v2.7-rc1] IPC timed out for 0x47000000|MOD_SET_DX when suspending on ADLP_RVP_NOCODEC #8072. I will check this issue later since it has low priority |
|
@RanderWang #8072 has low priority only because we haven't seen it in a long time (i.e. observed reproduction rate is low). The cases with this PR also look different. 8072 is an IPC timeout, but here we see IPC error response "FW reported error: 4 - The system or resource is busy". |
|
ping @RanderWang ? |
a8023d0 to
42c9f0e
Compare
|
@kv2019i We get some issues with cavs platforms and I am debugging it |
4fccb54 to
432dbba
Compare
Does the newest update resolve issues ? |
I just rebased the code. It is a fw bug and I am still debugging it |
|
SOFCI TEST |
Does the latest update resolve the issue ? |
867c9e3 to
e62f19d
Compare
zephyr/lib/pm_runtime.c
Outdated
| DECLARE_TR_CTX(power_tr, SOF_UUID(power_uuid), LOG_LEVEL_INFO); | ||
|
|
||
| #if defined(CONFIG_PM_POLICY_CUSTOM) | ||
| struct pm_state_info default_pm_state = {PM_STATE_ACTIVE, 0, 0}; |
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.
const static
e62f19d to
b913dfe
Compare
b913dfe to
8011537
Compare
The multi-core topology was created since multi-core feature had a few bugs at that time so it was for validation test. Now this feature works fine so merge it into nocodec topology then it will be tested by github CI. And we don't need to maintain a dedicated multi-core topology. Signed-off-by: Rander Wang <rander.wang@intel.com>
8011537 to
b22a4d4
Compare
|
Only single system PM fail now in https://sof-ci.01.org/sofpr/PR8240/build14811/devicetest/index.html , looks good to go. |
The multi-core topology was created since multi-core feature had a few bugs at that time so it was for validation test. Now this feature works fine so merge it into nocodec topology then it will be tested by github CI. And we don't need to maintain a dedicated multi-core topology.
