Skip to content

toml: add LNL and PTL perf data - #10054

Merged
kv2019i merged 3 commits into
thesofproject:mainfrom
abonislawski:perf_data_lnl_ptl
Jun 16, 2025
Merged

toml: add LNL and PTL perf data#10054
kv2019i merged 3 commits into
thesofproject:mainfrom
abonislawski:perf_data_lnl_ptl

Conversation

@abonislawski

Copy link
Copy Markdown
Member

add LNL and PTL perf data for several base modules

CopilotAI review requested due to automatic review settings June 12, 2025 07:58

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 #elif sections
  • 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
FileDescription
src/audio/volume/volume.tomlReplaced shared block with separate LNL and ACE30 tables
src/audio/up_down_mixer/up_down_mixer.tomlAdded distinct perf data sections per config
src/audio/src/src.tomlSplit shared branch, filled in LNL and ACE30 entries
src/audio/selector/selector.tomlIntroduced separate config branches and new data
src/audio/mixin_mixout/mixin_mixout.tomlUpdated with LNL and ACE30 arrays
src/audio/copier/copier.tomlReplaced combined block with two individual tables
src/audio/asrc/asrc.tomlAdded distinct mod_cfg for LNL and ACE30

Comment threadsrc/audio/volume/volume.toml Outdated
Comment threadsrc/audio/selector/selector.toml Outdated
Comment threadsrc/audio/volume/volume.toml
This patch will fix mod_cfg indexing and always start from 0
Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
@abonislawski
abonislawskiforce-pushed the perf_data_lnl_ptl branch 2 times, most recently from 05d25a2 to 5c2fcb5CompareJune 12, 2025 08:45
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>
@kv2019i
kv2019i merged commit 326fa16 into thesofproject:mainJun 16, 2025
Sign up for freeto 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.

5 participants

@abonislawski@lgirdwood@kv2019i@tmleman