thermal: update cdev ceiling for LITTLE cores
Inefficient OPPs were removed for the LITTLE cores from em table. This change is to update the cdev ceilings in thermal policy to reflect the EM changes Bug: 329876112 Test: Build and boot on device. Change-Id: I8b9ce12fc22dce0374d2a68a947bd598fd26f936 Signed-off-by: Ramya Subramanian <rsubr@google.com>
This commit is contained in:
parent
cc8d3a0783
commit
33e139655f
3 changed files with 9 additions and 9 deletions
|
@ -481,7 +481,7 @@
|
|||
"CdevWeightForPID": [0.156, 0.156, 0.156, 0.156, 0.156, 0.156, 0.156],
|
||||
"MaxReleaseStep": 1,
|
||||
"MaxThrottleStep": 1,
|
||||
"CdevCeiling": [0, 10, 10, 10, 10, 10, 10]
|
||||
"CdevCeiling": [0, 9, 9, 9, 9, 9, 9]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "thermal-cpufreq-1",
|
||||
|
@ -579,8 +579,8 @@
|
|||
"MaxReleaseStep": 1,
|
||||
"MaxThrottleStep": 1,
|
||||
"BindedPowerRail": "S4M_VDD_CPUCL0",
|
||||
"CdevCeiling": [0, 10, 10, 10, 10, 11, 11],
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 11, 11]
|
||||
"CdevCeiling": [0, 9, 9, 9, 9, 9, 9],
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 9, 9]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "thermal-cpufreq-1",
|
||||
|
|
|
@ -530,7 +530,7 @@
|
|||
"CdevWeightForPID": [0.156, 0.156, 0.156, 0.156, 0.156, 0.156, 0.156],
|
||||
"MaxReleaseStep": 1,
|
||||
"MaxThrottleStep": 1,
|
||||
"CdevCeiling": [0, 10, 10, 10, 10, 10, 10]
|
||||
"CdevCeiling": [0, 9, 9, 9, 9, 9, 9]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "thermal-cpufreq-1",
|
||||
|
@ -628,8 +628,8 @@
|
|||
"MaxReleaseStep": 1,
|
||||
"MaxThrottleStep": 1,
|
||||
"BindedPowerRail": "S4M_VDD_CPUCL0",
|
||||
"CdevCeiling": [0, 10, 10, 10, 10, 11, 11],
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 11, 11]
|
||||
"CdevCeiling": [0, 9, 9, 9, 9, 9, 9],
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 9, 9]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "thermal-cpufreq-1",
|
||||
|
|
|
@ -462,7 +462,7 @@
|
|||
"CdevWeightForPID": [0.156, 0.156, 0.156, 0.156, 0.156, 0.156, 0.156],
|
||||
"MaxReleaseStep": 1,
|
||||
"MaxThrottleStep": 1,
|
||||
"CdevCeiling": [0, 10, 10, 10, 10, 10, 10]
|
||||
"CdevCeiling": [0, 9, 9, 9, 9, 9, 9]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "thermal-cpufreq-1",
|
||||
|
@ -560,8 +560,8 @@
|
|||
"MaxReleaseStep": 1,
|
||||
"MaxThrottleStep": 1,
|
||||
"BindedPowerRail": "S4M_VDD_CPUCL0",
|
||||
"CdevCeiling": [0, 10, 10, 10, 10, 11, 11],
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 11, 11]
|
||||
"CdevCeiling": [0, 9, 9, 9, 9, 9, 9],
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 9, 9]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "thermal-cpufreq-1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue