From c5642a252aa8fc6b68524f362b58734950d4c926 Mon Sep 17 00:00:00 2001 From: sashwinbalaji Date: Tue, 26 Mar 2024 15:58:49 +0800 Subject: [PATCH] thermal: Update left/right inner display equations Update the formula for L/R brightness compensation. Bug: 309716793 Test: Load config and veirfy thermal log and lshal Change-Id: I33c0054b19197b4fa7f298090d6b2c2acb1f076f --- thermal/thermal_info_config_comet.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/thermal/thermal_info_config_comet.json b/thermal/thermal_info_config_comet.json index 8b33b72..285c5ee 100644 --- a/thermal/thermal_info_config_comet.json +++ b/thermal/thermal_info_config_comet.json @@ -896,9 +896,9 @@ "Hidden": true, "VirtualSensor": true, "Formula": "WEIGHTED_AVG", - "Combination": ["usb_conn_therm"], - "Coefficient": [0.561], - "Offset": 10729, + "Combination": ["display_therm", "maxfg_secondary"], + "Coefficient": [0.516, 0.535], + "Offset": -26, "Multiplier": 0.001 }, { @@ -907,9 +907,9 @@ "Hidden": true, "VirtualSensor": true, "Formula": "WEIGHTED_AVG", - "Combination": ["soc_therm"], - "Coefficient": [0.799], - "Offset": 1620, + "Combination": ["usb_conn_therm", "maxfg_base"], + "Coefficient": [0.045, 0.849], + "Offset": 2975, "Multiplier": 0.001 }, {