thermal: remove HotHysteresis for CPU-MID and CPU-HIGH loop
We found that CPU-MID loop will cause big bouncing (~2 degC) during light loading test (burncycle with dutycycle), we can avoid such bouncing by remove stop CPU-MID loop at 39. Apply same change on CPU-HIGH to avoid similar issue. Bug: 286773651 Test: run burn8 / burncycle_wih_dutycycle / gb5 Change-Id: I11cfbb940a556793ce1fe6d08ff06fc1df55d52a Signed-off-by: Peter (YM) <peterym@google.com>
This commit is contained in:
parent
811fcabbc0
commit
153e46e11d
2 changed files with 4 additions and 4 deletions
|
@ -415,7 +415,7 @@
|
|||
"Combination":["VIRTUAL-SKIN"],
|
||||
"Coefficient":[1.0],
|
||||
"HotThreshold":["NAN", 39.0, 41.0, "NAN", "NAN", "NAN", "NAN"],
|
||||
"HotHysteresis":[0.0, 1.9, 1.9, 0.0, 0.0, 0.0, 0.0],
|
||||
"HotHysteresis":[0.0, 0.0, 1.9, 0.0, 0.0, 0.0, 0.0],
|
||||
"Multiplier":0.001,
|
||||
"PollingDelay":300000,
|
||||
"PassiveDelay":7000,
|
||||
|
@ -486,7 +486,7 @@
|
|||
"Combination":["VIRTUAL-SKIN"],
|
||||
"Coefficient":[1.0],
|
||||
"HotThreshold":["NAN", 41.0, 43.0, 52.0, "NAN", "NAN", "NAN"],
|
||||
"HotHysteresis":[0.0, 1.9, 1.9, 1.9, 0.0, 0.0, 0.0],
|
||||
"HotHysteresis":[0.0, 0.0, 1.9, 1.9, 0.0, 0.0, 0.0],
|
||||
"Multiplier":0.001,
|
||||
"PollingDelay":300000,
|
||||
"PassiveDelay":7000,
|
||||
|
|
|
@ -383,7 +383,7 @@
|
|||
"Combination":["VIRTUAL-SKIN"],
|
||||
"Coefficient":[1.0],
|
||||
"HotThreshold":["NAN", 39.0, 41.0, "NAN", "NAN", "NAN", "NAN"],
|
||||
"HotHysteresis":[0.0, 1.9, 1.9, 0.0, 0.0, 0.0, 0.0],
|
||||
"HotHysteresis":[0.0, 0.0, 1.9, 0.0, 0.0, 0.0, 0.0],
|
||||
"Multiplier":0.001,
|
||||
"PollingDelay":300000,
|
||||
"PassiveDelay":7000,
|
||||
|
@ -454,7 +454,7 @@
|
|||
"Combination":["VIRTUAL-SKIN"],
|
||||
"Coefficient":[1.0],
|
||||
"HotThreshold":["NAN", 41.0, 43.0, 52.0, "NAN", "NAN", "NAN"],
|
||||
"HotHysteresis":[0.0, 1.9, 1.9, 1.9, 0.0, 0.0, 0.0],
|
||||
"HotHysteresis":[0.0, 0.0, 1.9, 1.9, 0.0, 0.0, 0.0],
|
||||
"Multiplier":0.001,
|
||||
"PollingDelay":300000,
|
||||
"PassiveDelay":7000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue