Merge "Thermal Boost for severe thermal state" into 24D1-dev am: f0f4fd5d88

Original change: https://googleplex-android-review.googlesource.com/c/device/google/comet/+/26898080

Change-Id: Icde719217ece5d12b2e99bad869387c72525b575
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2024-04-12 04:00:43 +00:00 committed by Automerger Merge Worker
commit 6f6c492a3d

View file

@ -312,6 +312,7 @@
"Path": "/proc/vendor_sched/groups/cam/uclamp_min", "Path": "/proc/vendor_sched/groups/cam/uclamp_min",
"Values": [ "Values": [
"765", "765",
"250",
"0" "0"
], ],
"ResetOnInit": true "ResetOnInit": true
@ -379,9 +380,10 @@
"0-3", "0-3",
"4-7", "4-7",
"4-6", "4-6",
"0-6", "0-7",
"0-7" "0-6"
], ],
"DefaultIndex": 3,
"ResetOnInit": true "ResetOnInit": true
}, },
{ {
@ -1302,6 +1304,30 @@
"Duration": 3000, "Duration": 3000,
"Value": "0" "Value": "0"
}, },
{
"PowerHint": "CAMERA_THERMAL_SEVERE_BOOST",
"Node": "CDPreferHighCap",
"Duration": 0,
"Value": "1"
},
{
"PowerHint": "CAMERA_THERMAL_SEVERE_BOOST",
"Node": "CAMUClampBoost",
"Duration": 0,
"Value": "250"
},
{
"PowerHint": "CAMERA_THERMAL_SEVERE_BOOST",
"Node": "CPUSkipMask",
"Duration": 0,
"Value": "0x0"
},
{
"PowerHint": "CAMERA_THERMAL_SEVERE_BOOST",
"Node": "CDCpuset",
"Duration": 0,
"Value": "0-7"
},
{ {
"PowerHint": "CAMERA_SHOT", "PowerHint": "CAMERA_SHOT",
"Node": "PMU_POLL", "Node": "PMU_POLL",