diff options
author | Divya Verma <divyverm@codeaurora.org> | 2021-08-31 12:38:31 +0530 |
---|---|---|
committer | Divya Verma <divyverm@codeaurora.org> | 2021-08-31 12:46:13 +0530 |
commit | 62a808f0811517c74e56a875dc7f8e5c960b9370 (patch) | |
tree | e9b59a0233b1780fc51ded1f1ff9855656dfc062 | |
parent | 15e852983b05b3b98ada2178e8ae9f9c4d528be4 (diff) |
Holi: Powerhint changes to meet camera FPS
Updated powerhint config for Holi
Change-Id: Ia16ba0f8cc5ed38adcef1e48c6f573f2fe3f48c6
-rw-r--r-- | config/holi/powerhint.xml | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/config/holi/powerhint.xml b/config/holi/powerhint.xml index 898c1db..914e8cf 100644 --- a/config/holi/powerhint.xml +++ b/config/holi/powerhint.xml @@ -63,18 +63,21 @@ <!--L CPU CORE 5 SCHED LOAD BOOST --> <!--L CPU CORE 6 SCHED LOAD BOOST --> <!--L CPU CORE 7 SCHED LOAD BOOST --> - <!--L CPU Hispeed freq of 1190Mhz --> <!--L CLUSTER_LITTLE - Set hispeed load 95 --> <!--L CLUSTER_BIG - Set hispeed load 95 --> <!--CPUBW HWMON - Set sample_ms 50 --> <!--CPUBW HWMON - Set io_percent 100 --> <!--CPUBW HWMON - Set up_scale 0 --> <!--L CPU core ctl min cpus 6 --> + <!--L CPU core Fmin 1.1 GHz --> + <!--Set uclamp latency sensitivity to 1 --> + <!--Enable sched prefer spread 1 --> <Config Id="0x00001331" Enable="true" Timeout="0" Target="holi" Resources="0x40C68100, -10, 0x40C68110, -10, 0x40C68120, -10, 0x40C68130, -10, 0x40C68000, -10, 0x40C68010, -10, 0x40C68020, -10, 0x40C68030, -10, - 0x4143C100, 1190, 0x41440100, 0x5F, 0x41440000, 0x5F, 0x43034000, 0x32, 0x43020000, 0x64, 0x43014000, 0x0, 0x41000100, 6"/> + 0x41440100, 0x5F, 0x41440000, 0x5F, 0x43034000, 0x32, 0x43020000, 0x64, 0x43014000, 0x0, 0x41000100, 6, + 0x40800100, 1190, 0x40CEC000, 0x1, 0x40CA8000, 0x1"/> <!-- camera 60 FPS --> @@ -86,16 +89,19 @@ <!--L CPU CORE 5 SCHED LOAD BOOST --> <!--L CPU CORE 6 SCHED LOAD BOOST --> <!--L CPU CORE 7 SCHED LOAD BOOST --> - <!--L CPU Hispeed freq of 1190Mhz --> <!--L CLUSTER_LITTLE - Set hispeed load 95 --> <!--L CLUSTER_BIG - Set hispeed load 95 --> <!--CPUBW HWMON - Set sample_ms 20 --> <!--L CPU core ctl min cpus 6 --> + <!--L CPU core Fmin 1.1 GHz --> + <!--Set uclamp latency sensitivity to 1 --> + <!--Enable sched prefer spread 1 --> <Config Id="0x00001332" Enable="true" Timeout="0" Target="holi" Resources="0x40C68100, -10, 0x40C68110, -10, 0x40C68120, -10, 0x40C68130, -10, 0x40C68000, -10, 0x40C68010, -10, 0x40C68020, -10, 0x40C68030, -10, - 0x4143C100, 1190, 0x41440100, 0x5F, 0x41440000, 0x5F, 0x43034000, 0x14, 0x41000100, 6"/> + 0x41440100, 0x5F, 0x41440000, 0x5F, 0x43034000, 0x14, 0x41000100, 6, + 0x40800100, 1190, 0x40CEC000, 0x1, 0x40CA8000, 0x1"/> <!-- camera HFR --> @@ -311,11 +317,14 @@ <!--CPUBW HWMON - Set io_percent 100 --> <!--CPUBW HWMON - Set up_scale 0 --> <!--L CPU core ctl min cpus 6 --> + <!--Set uclamp latency sensitivity to 1 --> + <!--Enable sched prefer spread 1 --> <Config Id="0x00001336" Enable="true" Timeout="0" Target="holi" Resources="0x40C68100, -10, 0x40C68110, -10, 0x40C68120, -10, 0x40C68130, -10, 0x40C68000, -10, 0x40C68010, -10, 0x40C68020, -10, 0x40C68030, -10, - 0x40800100, 1190, 0x43034000, 0x32, 0x43020000, 0x64, 0x43014000, 0x0, 0x41000100, 6"/> + 0x40800100, 1190, 0x43034000, 0x32, 0x43020000, 0x64, 0x43014000, 0x0, 0x41000100, 6, + 0x40CEC000, 0x1, 0x40CA8000, 0x1"/> <!-- camera preview --> <!--L CPU CORE 0 SCHED LOAD BOOST --> |