thermal: Reduce LIGHT-tier's ceiling before 43 degC for camera
Align with latest camera thermal throttling (ag/25589702) Bug: 319174137 Test: run camcorder Change-Id: Idf292dbb33e295dda33176343cc2012e56141d7b
This commit is contained in:
parent
506a2dbaa6
commit
d08d37db69
1 changed files with 3 additions and 3 deletions
|
@ -462,7 +462,7 @@
|
|||
],
|
||||
"MaxReleaseStep": 1,
|
||||
"MaxThrottleStep": 1,
|
||||
"CdevCeiling": [0, 8, 8, 8, 8, 8, 8]
|
||||
"CdevCeiling": [0, 4, 4, 4, 4, 4, 4]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "thermal-cpufreq-1",
|
||||
|
@ -471,7 +471,7 @@
|
|||
],
|
||||
"MaxReleaseStep": 1,
|
||||
"MaxThrottleStep": 2,
|
||||
"CdevCeiling": [0, 11, 11, 11, 11, 11, 11]
|
||||
"CdevCeiling": [0, 8, 8, 8, 8, 8, 8]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "thermal-cpufreq-2",
|
||||
|
@ -480,7 +480,7 @@
|
|||
],
|
||||
"MaxReleaseStep": 1,
|
||||
"MaxThrottleStep": 2,
|
||||
"CdevCeiling": [0, 16, 16, 16, 16, 16, 16]
|
||||
"CdevCeiling": [0, 12, 12, 12, 12, 12, 12]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue