From c7792069251eeedeff8f23d1c1c5b58068b6ed20 Mon Sep 17 00:00:00 2001 From: c Date: Tue, 30 Jul 2024 06:22:39 +0000 Subject: [PATCH] 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 --- powerhint-comet.json | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/powerhint-comet.json b/powerhint-comet.json index b03106f..4f1d684 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -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" },