Enable PA_KILL during PA_KILL_BOOST
sync with ag/28274083. Currently, we enable PA_KILL always on camera launch. This CL puts this feature behind a power boost profile which can only be triggered from camera hal and is controlled by a mendel flag. Bug: 356005553 Test: 1. adb logcat 2. gca_smoke.py test pass Flag: EXEMPT resource only update Change-Id: I5320d90072b92ebfb791ad50905667d764f7e3e8
This commit is contained in:
parent
2bc93e68b6
commit
c779206925
1 changed files with 1 additions and 18 deletions
|
@ -580,16 +580,6 @@
|
||||||
"Type": "Property",
|
"Type": "Property",
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"Name": "PowerHALLaunch",
|
|
||||||
"Path": "vendor.powerhal.is_launch",
|
|
||||||
"Values": [
|
|
||||||
"1",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"Type": "Property",
|
|
||||||
"ResetOnInit": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"Name": "BigTjOffset",
|
"Name": "BigTjOffset",
|
||||||
"Path": "/sys/devices/platform/100a0000.BIG/offset_enabled",
|
"Path": "/sys/devices/platform/100a0000.BIG/offset_enabled",
|
||||||
|
@ -1244,12 +1234,6 @@
|
||||||
"Duration": 5000,
|
"Duration": 5000,
|
||||||
"Value": "1"
|
"Value": "1"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"PowerHint": "LAUNCH",
|
|
||||||
"Node": "PowerHALLaunch",
|
|
||||||
"Duration": 5000,
|
|
||||||
"Value": "1"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"PowerHint": "LAUNCH_EXTEND",
|
"PowerHint": "LAUNCH_EXTEND",
|
||||||
"Node": "CPUSkipMask",
|
"Node": "CPUSkipMask",
|
||||||
|
@ -1430,9 +1414,8 @@
|
||||||
"Value": "0"
|
"Value": "0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "CAMERA_LAUNCH",
|
"PowerHint": "CAMERA_PA_KILL_BOOST",
|
||||||
"Node": "PA_KILL",
|
"Node": "PA_KILL",
|
||||||
"EnableProperty": "vendor.powerhal.is_launch",
|
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "102400"
|
"Value": "102400"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue