From 987953c22ca19a0eb73a025e9d9c59e2a4ff22a1 Mon Sep 17 00:00:00 2001 From: chungkai Date: Wed, 13 Jul 2022 02:22:29 +0000 Subject: [PATCH] powerhal: update powerhint Test: Build pass Bug: 236819367 Signed-off-by: chungkai Change-Id: I407d64f6e0a1dad86db08b70059faae3eb78b5e8 --- powerhint.json | 77 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 66 insertions(+), 11 deletions(-) diff --git a/powerhint.json b/powerhint.json index 406cab5..67e9845 100644 --- a/powerhint.json +++ b/powerhint.json @@ -348,7 +348,7 @@ "Name": "BigControlTempSet", "Path": "/dev/thermal/tz-by-name/BIG/trip_point_2_temp", "Values": [ - "90000", + "100000", "80000" ], "DefaultIndex": 0, @@ -358,7 +358,7 @@ "Name": "MidControlTempSet", "Path": "/dev/thermal/tz-by-name/MID/trip_point_2_temp", "Values": [ - "90000", + "100000", "80000" ], "DefaultIndex": 0, @@ -368,7 +368,7 @@ "Name": "LittleControlTempSet", "Path": "/dev/thermal/tz-by-name/LITTLE/trip_point_2_temp", "Values": [ - "90000", + "100000", "80000" ], "DefaultIndex": 0, @@ -378,7 +378,7 @@ "Name": "G3dControlTempSet", "Path": "/dev/thermal/tz-by-name/G3D/trip_point_2_temp", "Values": [ - "90000", + "100000", "80000" ], "DefaultIndex": 0, @@ -388,7 +388,17 @@ "Name": "TpuControlTempSet", "Path": "/dev/thermal/tz-by-name/TPU/trip_point_2_temp", "Values": [ - "90000", + "100000", + "80000" + ], + "DefaultIndex": 0, + "ResetOnInit": false + }, + { + "Name": "AurControlTempSet", + "Path": "/dev/thermal/tz-by-name/AUR/trip_point_2_temp", + "Values": [ + "100000", "80000" ], "DefaultIndex": 0, @@ -398,7 +408,7 @@ "Name": "BigSwitchOnTempSet", "Path": "/dev/thermal/tz-by-name/BIG/trip_point_1_temp", "Values": [ - "70000", + "80000", "60000" ], "DefaultIndex": 0, @@ -408,7 +418,7 @@ "Name": "MidSwitchOnTempSet", "Path": "/dev/thermal/tz-by-name/MID/trip_point_1_temp", "Values": [ - "70000", + "80000", "60000" ], "DefaultIndex": 0, @@ -418,7 +428,7 @@ "Name": "LittleSwitchOnTempSet", "Path": "/dev/thermal/tz-by-name/LITTLE/trip_point_1_temp", "Values": [ - "70000", + "80000", "60000" ], "DefaultIndex": 0, @@ -428,7 +438,7 @@ "Name": "G3dSwitchOnTempSet", "Path": "/dev/thermal/tz-by-name/G3D/trip_point_1_temp", "Values": [ - "70000", + "80000", "60000" ], "DefaultIndex": 0, @@ -438,7 +448,17 @@ "Name": "TpuSwitchOnTempSet", "Path": "/dev/thermal/tz-by-name/TPU/trip_point_1_temp", "Values": [ - "70000", + "80000", + "60000" + ], + "DefaultIndex": 0, + "ResetOnInit": false + }, + { + "Name": "AurSwitchOnTempSet", + "Path": "/dev/thermal/tz-by-name/AUR/trip_point_1_temp", + "Values": [ + "80000", "60000" ], "DefaultIndex": 0, @@ -517,7 +537,7 @@ "Value": "0" }, { - "PowerHint": "LAUNCH_120FPS", + "PowerHint": "LAUNCH_GPU", "Node": "GPUMinFreq", "Duration": 1000, "Value": "848000" @@ -539,6 +559,11 @@ "Type": "DoHint", "Value": "LAUNCH_120FPS" }, + { + "PowerHint": "LAUNCH", + "Type": "DoHint", + "Value": "LAUNCH_GPU" + }, { "PowerHint": "LAUNCH", "Node": "SFUClampBoost", @@ -1013,6 +1038,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_STANDARD", + "Node": "CDPreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CPUBigClusterMaxFreq", @@ -1456,6 +1487,12 @@ "Duration": 0, "Value": "80000" }, + { + "PowerHint": "THERMAL_VIRTUAL-SKIN_LIGHT", + "Node": "AurControlTempSet", + "Duration": 0, + "Value": "80000" + }, { "PowerHint": "THERMAL_VIRTUAL-SKIN_LIGHT", "Node": "BigSwitchOnTempSet", @@ -1486,6 +1523,12 @@ "Duration": 0, "Value": "60000" }, + { + "PowerHint": "THERMAL_VIRTUAL-SKIN_LIGHT", + "Node": "AurSwitchOnTempSet", + "Duration": 0, + "Value": "60000" + }, { "PowerHint": "FACE_UNLOCK_BOOST", "Node": "CPUBigClusterMaxFreq", @@ -1612,6 +1655,12 @@ "Duration": 0, "Value": "80000" }, + { + "PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY", + "Node": "AurControlTempSet", + "Duration": 0, + "Value": "80000" + }, { "PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY", "Node": "BigSwitchOnTempSet", @@ -1642,6 +1691,12 @@ "Duration": 0, "Value": "60000" }, + { + "PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY", + "Node": "AurSwitchOnTempSet", + "Duration": 0, + "Value": "60000" + }, { "PowerHint": "ML_ACC", "Node": "MLUclampBoost",