| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Right now, the overheat mitigation disable mechanism doesn't
persist if the device is in high temperatures during boot.
It also doesn't do anything if the device is already in
USB overheat mitigation. This change uses a module parameter
that is specifically reserved for testing and will disable
overheat mitigation even if it has already kicked off.
Bug: 111752140
Change-Id: I8d0dc63a39184a000801acc156d9899abae21cc7
Signed-off-by: Maggie White <maggiewhite@google.com>
|
| |
|
|
|
|
| |
Bug: 111600053
Change-Id: Ib2aded9f45e183e1a03c1ab2d72c722a14ecc1e0
Signed-off-by: Thierry Strudel <tstrudel@google.com>
|
| |
|
|
|
|
|
|
|
|
| |
Disable usb overheat mitigation for thermal test as needed.
Bug: 77303375
Test: adb shell setprop persist.vendor.disable.usb.overheat.mitigation
1; adb reboot; adb shell cat sys/module/overheat_mitigation/parameters/fake_port_temp
Change-Id: I31917fcb1695b21d9a046d295233b81dc52039eb
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Since new HW version implement fps_therm,
so B1/C1 DVT devices will use fps-therm-adc as T-skin thermistor
Bug: 80259361
Test: manual - thermal-hal can read fps-therm-adc correctly.
Test: pts-tradefed run pts -m PtsThermalHalTestCases
Test: VtsHalThermalV1_0TargetTest
Change-Id: Ifd155b31122419a982e284be8a7a8bfc348da9cd
Signed-off-by: davidchao <davidchao@google.com>
|
| |
|
|
|
|
| |
Bug: 79719190
Test: fake_port_temp can be updated to 250 successfully
Change-Id: If5e21f02b6f130f72bfd4e729e4dee2475cb9919
|
| |
|
|
|
|
|
| |
Bug: 79719190
Test: quiet-therm-adc can be disabled when persist.vendor.disable.thermal.control set to 1
Change-Id: I6ed318e2016bcd0a275d6a236bcec7da7dd17118
Signed-off-by: TeYuan Wang <kamewang@google.com>
|
|
|
Bug: 79719790
Test: thermal-engine service can be stopped when persist.vendor.disable.thermal.control set to 1
Change-Id: Ib3a4ed82a6eb8c9a53cb3a62ff554f7374f68d80
|