Skip to content

Commit

Permalink
rimage: mtl: Use DP scheduler for AEC module
Browse files Browse the repository at this point in the history
Change domain_types to DP, and allow it to run all 3 cores.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
  • Loading branch information
yongzhi1 authored and kv2019i committed Oct 31, 2023
1 parent e73cdf6 commit e62e333
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/rimage/config/mtl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -600,9 +600,10 @@ count = 27
[[module.entry]]
name = "RTC_AEC"
uuid = "B780A0A6-269F-466F-B477-23DFA05AF758"
affinity_mask = "0x3"
# bit #i = 1 means core #i is allowed.
affinity_mask = "0x7"
instance_count = "1"
domain_types = "0"
domain_types = "1"
load_type = "1"
module_type = "10"
init_config = "1"
Expand Down Expand Up @@ -688,4 +689,4 @@ count = 27
19, 0, 0, 0, 12832, 20396900, 0, 0, 0, 20396, 0,
20, 0, 0, 0, 12832, 20881000, 0, 0, 0, 20881, 0,
21, 0, 0, 0, 12832, 23431000, 0, 0, 0, 23431, 0,
22, 0, 0, 0, 12832, 30471000, 0, 0, 0, 30471, 0]
22, 0, 0, 0, 12832, 30471000, 0, 0, 0, 30471, 0]

0 comments on commit e62e333

Please sign in to comment.