From 640f2f6672761a6e89bf7ba01c6fa5b99be1b9a0 Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Wed, 8 May 2024 14:05:44 -0700 Subject: [PATCH] thermal: virtualtemp: update threshold for swithcing to legacy For mmWAVE test cases, legacy equation is under predicting heavily resulting in virtua-skin switching to vt legacy even though the model output was more accurate. This change increases the threshold to address the same Bug: 338284524 Test: Build and boot on device Change-Id: I1c7a14a1d9042a2370c30490969d29294fc95f79 Signed-off-by: Sayanna Chandula --- thermal/thermal_info_config_caiman.json | 2 +- thermal/thermal_info_config_komodo.json | 2 +- thermal/thermal_info_config_tokay.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/thermal/thermal_info_config_caiman.json b/thermal/thermal_info_config_caiman.json index 621037ae..462d215b 100644 --- a/thermal/thermal_info_config_caiman.json +++ b/thermal/thermal_info_config_caiman.json @@ -282,7 +282,7 @@ "Formula": "COUNT_THRESHOLD", "StepRatio": 0.2, "Combination": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF", "VIRTUAL-SKIN-LEGACY-MODEL-DIFF"], - "Coefficient": [7000, 7000], + "Coefficient": [10000, 7000], "Multiplier": 1, "PassiveDelay": 7000 }, diff --git a/thermal/thermal_info_config_komodo.json b/thermal/thermal_info_config_komodo.json index effe1db8..a1e582c3 100644 --- a/thermal/thermal_info_config_komodo.json +++ b/thermal/thermal_info_config_komodo.json @@ -272,7 +272,7 @@ "Formula": "COUNT_THRESHOLD", "StepRatio": 0.2, "Combination": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF", "VIRTUAL-SKIN-LEGACY-MODEL-DIFF"], - "Coefficient": [7000, 7000], + "Coefficient": [10000, 7000], "Multiplier": 1, "PassiveDelay": 7000 }, diff --git a/thermal/thermal_info_config_tokay.json b/thermal/thermal_info_config_tokay.json index c4e1d39b..6533a57d 100644 --- a/thermal/thermal_info_config_tokay.json +++ b/thermal/thermal_info_config_tokay.json @@ -261,7 +261,7 @@ "Formula": "COUNT_THRESHOLD", "StepRatio": 0.2, "Combination": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF", "VIRTUAL-SKIN-LEGACY-MODEL-DIFF"], - "Coefficient": [7000, 7000], + "Coefficient": [10000, 7000], "Multiplier": 1, "PassiveDelay": 7000 },