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 <sayanna@google.com>
This commit is contained in:
Sayanna Chandula 2024-05-08 14:05:44 -07:00
parent ef1f5d317a
commit 640f2f6672
3 changed files with 3 additions and 3 deletions

View file

@ -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
},

View file

@ -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
},

View file

@ -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
},