Skip to content

Commit

Permalink
TEST: 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 <[email protected]>
  • Loading branch information
yongzhi1 committed Oct 27, 2023
1 parent b38fef7 commit 236dcfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/mtl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,10 @@ count = 24
[[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

0 comments on commit 236dcfe

Please sign in to comment.