From 6d769090c08cee2044b4697d715157d7d67bb6f1 Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Fri, 13 May 2022 00:02:23 +0000 Subject: [PATCH] thermal: update virtual coefficients per v0.6 Update C10 virtual coefficients as per v0.6. No changes for P10 Bug: 232303785 Test: Build and boot on device Signed-off-by: Sayanna Chandula Change-Id: I2662aba527265d67acb1f5237e550eff75347ca8 --- thermal_info_config_cheetah.json | 10 +++++----- thermal_info_config_panther.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/thermal_info_config_cheetah.json b/thermal_info_config_cheetah.json index ad42911..ccd10b7 100644 --- a/thermal_info_config_cheetah.json +++ b/thermal_info_config_cheetah.json @@ -62,8 +62,8 @@ "VirtualSensor":true, "Formula":"WEIGHTED_AVG", "Combination":["gnss_tcxo_therm", "disp_therm"], - "Coefficient":[0.6, 0.4], - "Offset":-200, + "Coefficient":[0.550, 0.450], + "Offset":-1000, "Multiplier":0.001 }, { @@ -84,8 +84,8 @@ "VirtualSensor":true, "Formula":"WEIGHTED_AVG", "Combination":["quiet_therm","usb_pwr_therm2"], - "Coefficient":[1.1, -0.1], - "Offset":-900, + "Coefficient":[0.9, 0.1], + "Offset":-1200, "Multiplier":0.001 }, { @@ -124,7 +124,7 @@ { "Name":"VIRTUAL-SKIN", "Type":"SKIN", - "Version":"0.5", + "Version":"0.6", "VirtualSensor":true, "TriggerSensor":"quiet_therm", "Formula":"MAXIMUM", diff --git a/thermal_info_config_panther.json b/thermal_info_config_panther.json index 4719c03..03f9bd3 100644 --- a/thermal_info_config_panther.json +++ b/thermal_info_config_panther.json @@ -124,7 +124,7 @@ { "Name":"VIRTUAL-SKIN", "Type":"SKIN", - "Version":"0.5", + "Version":"0.6", "VirtualSensor":true, "TriggerSensor":"quiet_therm", "Formula":"MAXIMUM",