Merge "thermal: enable frequency based constrain on gpu thermal throttle" into 24D1-dev
This commit is contained in:
commit
8657b2d44d
1 changed files with 5 additions and 4 deletions
|
@ -610,8 +610,8 @@
|
||||||
"MaxReleaseStep": 1,
|
"MaxReleaseStep": 1,
|
||||||
"MaxThrottleStep": 1,
|
"MaxThrottleStep": 1,
|
||||||
"BindedPowerRail": "S2S_VDD_G3D",
|
"BindedPowerRail": "S2S_VDD_G3D",
|
||||||
"CdevCeiling": [0, 9, 9, 9, 10, 12, 12],
|
"CdevCeilingFrequency": [940000, 419000, 419000, 419000, 376000, 302000, 302000],
|
||||||
"LimitInfo": [0, 0, 0, 0, 0, 12, 12]
|
"LimitInfoFrequency": [940000, 940000, 940000, 940000, 940000, 302000, 302000]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"CdevRequest": "tpu_cooling",
|
"CdevRequest": "tpu_cooling",
|
||||||
|
@ -653,7 +653,7 @@
|
||||||
{
|
{
|
||||||
"CdevRequest": "thermal-gpufreq-0",
|
"CdevRequest": "thermal-gpufreq-0",
|
||||||
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
|
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
|
||||||
"CdevCeiling": [0, 9, 9, 10, 12, 12, 12]
|
"CdevCeilingFrequency": [940000, 419000, 419000, 376000, 302000, 302000, 302000]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1052,7 +1052,8 @@
|
||||||
{
|
{
|
||||||
"Name": "thermal-gpufreq-0",
|
"Name": "thermal-gpufreq-0",
|
||||||
"Type": "GPU",
|
"Type": "GPU",
|
||||||
"WritePath": "/dev/thermal/cdev-by-name/thermal-gpufreq-0/user_vote"
|
"WritePath": "/dev/thermal/cdev-by-name/thermal-gpufreq-0/user_vote",
|
||||||
|
"ScalingAvailableFrequenciesPath": "/sys/devices/platform/1f000000.mali/available_frequencies"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "chg_mdis",
|
"Name": "chg_mdis",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue