Add CAMERA_BACKEND_BOOST powerhint configuration to increase backend ISP
clock when camera lauch and secure camera is not used Add mem, mid CPU cluster power hint configuration when CAMERA_LAUCH (cherry-pick from device/google/gs101) Bug: 205010238 Bug: 168654554 Test: 1. Check clock freq related file when camera start 2. Check perfetto to make sure CPU clock setting does not reset by BACKEN boost power hint 3. P21 camera checklist Change-Id: Iadc7058c605533f8bd394dff1d9711bb7aca6897
This commit is contained in:
parent
c9202135b8
commit
d24f5d832e
1 changed files with 30 additions and 0 deletions
|
@ -360,6 +360,12 @@
|
|||
"Duration": 0,
|
||||
"Value": "2"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_LAUNCH",
|
||||
"Node": "MemFreq",
|
||||
"Duration": 1000,
|
||||
"Value": "3172000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_LAUNCH",
|
||||
"Node": "CPUBigClusterMaxFreq",
|
||||
|
@ -372,6 +378,18 @@
|
|||
"Duration": 1000,
|
||||
"Value": "9999999"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_LAUNCH",
|
||||
"Node": "CPUMidClusterMaxFreq",
|
||||
"Duration": 1000,
|
||||
"Value": "9999999"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_LAUNCH",
|
||||
"Node": "CPUMidClusterMinFreq",
|
||||
"Duration": 1000,
|
||||
"Value": "9999999"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_LAUNCH",
|
||||
"Node": "CPULittleClusterMaxFreq",
|
||||
|
@ -384,6 +402,18 @@
|
|||
"Duration": 1000,
|
||||
"Value": "9999999"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_BACKEND_BOOST",
|
||||
"Node": "INTCAMFreq",
|
||||
"Duration": 1000,
|
||||
"Value": "664000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_BACKEND_BOOST",
|
||||
"Node": "TNRFreq",
|
||||
"Duration": 1000,
|
||||
"Value": "664000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "GCA_CAMERA_SHOT_BIGCPU",
|
||||
"Node": "CPUBigClusterMaxFreq",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue