Merge "powerhint: raise cam.uclamp_min to 250 during CAMERA_STREAMING_EXTREME" into main

This commit is contained in:
Treehugger Robot 2024-01-16 08:05:11 +00:00 committed by Android (Google) Code Review
commit 1b61c5cb82

View file

@ -300,6 +300,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
@ -1514,6 +1515,12 @@
"Duration": 0, "Duration": 0,
"Value": "1" "Value": "1"
}, },
{
"PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "CAMUClampBoost",
"Duration": 0,
"Value": "250"
},
{ {
"PowerHint": "CAMERA_STREAMING_EXTREME", "PowerHint": "CAMERA_STREAMING_EXTREME",
"Node": "PMU_LIT_LIMIT_FREQ", "Node": "PMU_LIT_LIMIT_FREQ",