toml: add LNL and PTL perf data#10054
Merged
kv2019i merged 3 commits intothesofproject:mainfrom Jun 16, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds separate performance (mod_cfg) tables for CONFIG_LUNARLAKE and CONFIG_SOC_INTEL_ACE30 by replacing the old combined branches in several audio modules.
- Split combined Lunar Lake + ACE30 blocks into individual
#elifsections - Populated new performance data arrays for each module under both configurations
- Removed original shared
#elif defined(CONFIG_LUNARLAKE) || defined(CONFIG_SOC_INTEL_ACE30)blocks
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/audio/volume/volume.toml | Replaced shared block with separate LNL and ACE30 tables |
| src/audio/up_down_mixer/up_down_mixer.toml | Added distinct perf data sections per config |
| src/audio/src/src.toml | Split shared branch, filled in LNL and ACE30 entries |
| src/audio/selector/selector.toml | Introduced separate config branches and new data |
| src/audio/mixin_mixout/mixin_mixout.toml | Updated with LNL and ACE30 arrays |
| src/audio/copier/copier.toml | Replaced combined block with two individual tables |
| src/audio/asrc/asrc.toml | Added distinct mod_cfg for LNL and ACE30 |
This patch will fix mod_cfg indexing and always start from 0 Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
05d25a2 to
5c2fcb5
Compare
This patch will add LNL perf data for base modules Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
This patch will add PTL perf data for base modules Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
5c2fcb5 to
603fdf6
Compare
lgirdwood
approved these changes
Jun 12, 2025
kv2019i
approved these changes
Jun 13, 2025
tmleman
approved these changes
Jun 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add LNL and PTL perf data for several base modules