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:
c 2024-07-30 06:22:39 +00:00
parent 2bc93e68b6
commit c779206925

View file

@ -580,16 +580,6 @@
"Type": "Property",
"ResetOnInit": true
},
{
"Name": "PowerHALLaunch",
"Path": "vendor.powerhal.is_launch",
"Values": [
"1",
"0"
],
"Type": "Property",
"ResetOnInit": true
},
{
"Name": "BigTjOffset",
"Path": "/sys/devices/platform/100a0000.BIG/offset_enabled",
@ -1244,12 +1234,6 @@
"Duration": 5000,
"Value": "1"
},
{
"PowerHint": "LAUNCH",
"Node": "PowerHALLaunch",
"Duration": 5000,
"Value": "1"
},
{
"PowerHint": "LAUNCH_EXTEND",
"Node": "CPUSkipMask",
@ -1430,9 +1414,8 @@
"Value": "0"
},
{
"PowerHint": "CAMERA_LAUNCH",
"PowerHint": "CAMERA_PA_KILL_BOOST",
"Node": "PA_KILL",
"EnableProperty": "vendor.powerhal.is_launch",
"Duration": 0,
"Value": "102400"
},