Skip to content

Commit

Permalink
xz2c: overlay: power_profile: add missing cluster frequency
Browse files Browse the repository at this point in the history
The missing frequency causes warnings to frequent logs quite often:
  - CpuPowerCalculator: UID 0 CPU freq # mismatch: Power Profile # 41 actual # 42

Change-Id: Ifb19f214d7c49649c445fae90eb0a6775f80c3b6
Signed-off-by: Alexander Martinz <[email protected]>
  • Loading branch information
amartinz authored and dtrunk90 committed May 11, 2024
1 parent 2038779 commit 67a4d0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion overlay/frameworks/base/core/res/res/xml/power_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<value>2476800</value>
<value>2553600</value>
<value>2649600</value>
<value>2803200</value>
</array>
<array name="cpu.core_power.cluster0">
<value>27</value>
Expand Down Expand Up @@ -114,7 +115,8 @@
<value>109</value>
<value>118</value>
<value>129</value>
</array>
<value>136</value>
</array>
<item name="cpu.suspend">0.01</item>
<item name="cpu.idle">12.20</item>
<item name="cpu.active">0.01</item>
Expand Down

0 comments on commit 67a4d0e

Please sign in to comment.