Skip to content

Commit

Permalink
X00TD: overlay: Update power_profile
Browse files Browse the repository at this point in the history
* add cpu information
* add cpu.suspend and cpu.active to power_profile

Change-Id: I9d1f1f3345f2208fa0cc0f34cb58f7217f3d64dd
Signed-off-by: Dede Dindin Qudsy <[email protected]>
Signed-off-by: ben863 <[email protected]>
  • Loading branch information
xtrymind authored and cbendot committed Jun 10, 2022
1 parent 7c9bf19 commit e3354cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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 @@ -31,7 +31,11 @@
<array name="cpu.active.cluster0">
<value>0.1</value>
</array>
<item name="cpu.idle">0.1</item>
<item name="cpu.idle">3</item>
<item name="cpu.suspend">4</item>
<item name="cpu.active">1</item>
<item name="cpu.cluster_power.cluster0">1</item>
<item name="cpu.cluster_power.cluster1">1</item>
<array name="memory.bandwidths">
<value>22.7</value>
</array>
Expand Down

0 comments on commit e3354cc

Please sign in to comment.