From e62e333e50f3704e8b5ab8254a00ee5a66e1c1e0 Mon Sep 17 00:00:00 2001 From: Yong Zhi Date: Mon, 30 Oct 2023 11:07:16 -0500 Subject: [PATCH] rimage: mtl: Use DP scheduler for AEC module Change domain_types to DP, and allow it to run all 3 cores. Signed-off-by: Yong Zhi --- tools/rimage/config/mtl.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/rimage/config/mtl.toml b/tools/rimage/config/mtl.toml index 0a953e100cb8..d401ac81eaba 100644 --- a/tools/rimage/config/mtl.toml +++ b/tools/rimage/config/mtl.toml @@ -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" @@ -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] \ No newline at end of file + 22, 0, 0, 0, 12832, 30471000, 0, 0, 0, 30471, 0]