klte-common: Update power profile for Pie

* Match the changes made in LineageOS/android_frameworks_base@3d422c3

* Since Pie, AOSP is forcing us to define speeds and power values per CPU cluster.
  For single cluster chipsets like MSM8974, define cluster0 with only 4 cores
  to retain the existing behaviour.

Change-Id: Ida1edb9cc0335ffdb0ec6857da02b84a6a9d1633
This commit is contained in:
Adithya R 2019-01-27 14:17:13 +00:00 committed by Kevin F. Haggerty
parent d5275949a0
commit 628eee0268
No known key found for this signature in database
GPG Key ID: 6D95512933112729
1 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,8 @@
<value>4.5</value>
<value>4.5</value>
</array>
<array name="cpu.speeds">
<item name="cpu.clusters.cores">4</item>
<array name="cpu.core_speeds.cluster0">
<value>2457600</value>
<value>2265600</value>
<value>1958400</value>
@ -35,7 +36,7 @@
<value>300000</value>
</array>
<item name="cpu.idle">3.1</item>
<array name="cpu.active">
<array name="cpu.core_power.cluster0">
<value>348</value>
<value>313</value>
<value>265</value>
@ -60,4 +61,4 @@
<value>.2</value>
<value>2</value>
</array>
</device>
</device>