Skip to content

Conversation

@abonislawski
Copy link
Member

add LNL and PTL perf data for several base modules

Copilot AI review requested due to automatic review settings June 12, 2025 07:58
Copy link

Copilot AI left a comment

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
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>
@abonislawski abonislawski force-pushed the perf_data_lnl_ptl branch 2 times, most recently from 05d25a2 to 5c2fcb5 Compare June 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:main Jun 16, 2025
45 of 50 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.

4 participants