From 3baae0f8d2a5319cba96dfdd94234a634fb1a544 Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Mon, 14 Mar 2022 21:25:10 +0000 Subject: [PATCH] thermal: update C10 and P10 v4 thermal coefficients Update C10 and P10 thermal configurations with v4 coefficients Bug: 223909968 Test: Build and boot on device. Check thermal configuration at /vendor/etc/thermal_info_config.json Signed-off-by: Sayanna Chandula Change-Id: Iad867590122f5c16667ba020f98799c952b3176c --- thermal_info_config_cheetah.json | 16 ++++++++-------- thermal_info_config_panther.json | 30 +++++++++++++++--------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/thermal_info_config_cheetah.json b/thermal_info_config_cheetah.json index 6fd1487..d0bcdbe 100644 --- a/thermal_info_config_cheetah.json +++ b/thermal_info_config_cheetah.json @@ -159,8 +159,8 @@ "disp_therm" ], "Coefficient":[ - "0.5", - "0.5" + "0.6", + "0.4" ], "Offset":-200, "HotThreshold":[ @@ -185,10 +185,10 @@ "quiet_therm" ], "Coefficient":[ - "0.465", - "0.535" + "0.559", + "0.441" ], - "Offset":-1824, + "Offset":-1771, "HotThreshold":[ "NAN", "NAN", @@ -237,10 +237,10 @@ "quiet_therm" ], "Coefficient":[ - "0.650", - "0.350" + "0.6", + "0.4" ], - "Offset":-1700, + "Offset":-500, "HotThreshold":[ "NAN", "NAN", diff --git a/thermal_info_config_panther.json b/thermal_info_config_panther.json index b9c5991..fb762bb 100644 --- a/thermal_info_config_panther.json +++ b/thermal_info_config_panther.json @@ -150,19 +150,19 @@ "PassiveDelay":7000 }, { - "Name":"VIRTUAL-QI-USB", + "Name":"VIRTUAL-QUIET-USB", "Type":"UNKNOWN", "VirtualSensor":true, "Formula":"WEIGHTED_AVG", "Combination":[ - "qi_therm", + "quiet_therm", "usb_pwr_therm" ], "Coefficient":[ - "0.680", - "0.320" + "0.973", + "0.027" ], - "Offset":-2800, + "Offset":-2200, "HotThreshold":[ "NAN", "NAN", @@ -185,8 +185,8 @@ "quiet_therm" ], "Coefficient":[ - "0.52", - "0.48" + "0.580", + "0.420" ], "Offset":-500, "HotThreshold":[ @@ -211,10 +211,10 @@ "disp_therm" ], "Coefficient":[ - "0.7", - "0.3" + "0.550", + "0.450" ], - "Offset":-500, + "Offset":3000, "HotThreshold":[ "NAN", "NAN", @@ -237,10 +237,10 @@ "quiet_therm" ], "Coefficient":[ - "0.4", - "0.6" + "0.6", + "0.4" ], - "Offset":-1500, + "Offset":-400, "HotThreshold":[ "NAN", "NAN", @@ -286,7 +286,7 @@ "TriggerSensor":"quiet_therm", "Formula":"MAXIMUM", "Combination":[ - "VIRTUAL-QI-USB", + "VIRTUAL-QUIET-USB", "VIRTUAL-USB-QUIET", "VIRTUAL-GNSS-DISP" ], @@ -420,7 +420,7 @@ "TriggerSensor":"quiet_therm", "Formula":"MAXIMUM", "Combination":[ - "VIRTUAL-QI-USB", + "VIRTUAL-QUIET-USB", "VIRTUAL-USB-QUIET", "VIRTUAL-GNSS-DISP" ],