mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: switch to pixel thermal hal
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
a544868979
commit
a94e055586
9 changed files with 131 additions and 9 deletions
103
universal7885-common/configs/thermal_info_config.json
Normal file
103
universal7885-common/configs/thermal_info_config.json
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
{
|
||||
"Sensors": [
|
||||
{
|
||||
"Name": "BIG",
|
||||
"Type": "CPU",
|
||||
"HotThreshold": [
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
91.0,
|
||||
"NAN",
|
||||
"NAN",
|
||||
115.0
|
||||
],
|
||||
"VrThreshold": "NAN",
|
||||
"Multiplier": 0.001
|
||||
},
|
||||
{
|
||||
"Name": "LITTLE",
|
||||
"Type": "CPU",
|
||||
"HotThreshold": [
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
91.0,
|
||||
"NAN",
|
||||
"NAN",
|
||||
115.0
|
||||
],
|
||||
"VrThreshold": "NAN",
|
||||
"Multiplier": 0.001
|
||||
},
|
||||
{
|
||||
"Name": "G3D",
|
||||
"Type": "GPU",
|
||||
"HotThreshold": [
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
91.0,
|
||||
"NAN",
|
||||
"NAN",
|
||||
115.0
|
||||
],
|
||||
"VrThreshold": "NAN",
|
||||
"Multiplier": 0.001
|
||||
},
|
||||
{
|
||||
"Name": "ac",
|
||||
"Type": "USB_PORT",
|
||||
"HotThreshold": [
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"60.0",
|
||||
"NAN"
|
||||
],
|
||||
"HotHysteresis": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0,
|
||||
0.0
|
||||
],
|
||||
"VrThreshold": "NAN",
|
||||
"Multiplier": 0.001,
|
||||
"Monitor": true
|
||||
},
|
||||
{
|
||||
"Name": "battery",
|
||||
"Type": "BATTERY",
|
||||
"HotThreshold": [
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
60.0
|
||||
],
|
||||
"VrThreshold": "NAN",
|
||||
"Multiplier": 0.001
|
||||
}
|
||||
],
|
||||
"CoolingDevices": [
|
||||
{
|
||||
"Name": "thermal-cpufreq-0",
|
||||
"Type": "CPU"
|
||||
},
|
||||
{
|
||||
"Name": "thermal-cpufreq-1",
|
||||
"Type": "CPU"
|
||||
},
|
||||
{
|
||||
"Name": "thermal-gpufreq-0",
|
||||
"Type": "GPU"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue