Skip to content
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

boards: ace20/ace30: disable KCPS dynamic clock control #9628

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

abonislawski
Copy link
Member

@abonislawski abonislawski commented Oct 30, 2024

KCPS must be disabled until full perf measurement data for audio modules is provided.

Copier example:

#if CONFIG_METEORLAKE
mod_cfg = [1, 0, 0, 0, 280, 4918000, 768, 768, 0, 4918, 0,
2, 0, 0, 0, 280, 6526000, 768, 768, 0, 6526, 0,
...
42, 0, 0, 0, 280, 5350000, 384, 192, 0, 5350, 0]
#elif defined(CONFIG_LUNARLAKE) || defined(CONFIG_PANTHERLAKE)
mod_cfg = [ 0, 0, 0, 0, 280, 640100, 45, 60, 0, 0, 0,
...
9, 0, 0, 0, 280, 4941000, 192, 256, 0, 0, 0]
#endif

KCPS must be disabled until full perf measurement data
for audio modules is provided

Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
Copy link
Member

@lgirdwood lgirdwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abonislawski I guess a python script that could read logs and determine the KCPS for each format, config ?

@abonislawski
Copy link
Member Author

abonislawski commented Oct 30, 2024

@abonislawski I guess a python script that could read logs and determine the KCPS for each format, config ?

I remember there was additional run in linux CI for performance build tests and I can see "daily_performance" run on MTL only but not sure if there was something developed to parse it.

Probably a good starting point is to add LNL/PTL to daily_performance

@wszypelt
Copy link

Internal Intel CI System/merge/build - all green, good to merge

@kv2019i
Copy link
Collaborator

kv2019i commented Oct 30, 2024

sof-docs fail and Intel LNL fails all known and tracked in https://github.com/thesofproject/sof/issues?q=is%3Aissue+is%3Aopen+label%3ACI

@kv2019i kv2019i merged commit 6b190eb into thesofproject:main Oct 30, 2024
44 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants