Merge "thermal: update charging thermal throttling" into main

This commit is contained in:
Treehugger Robot 2024-09-19 03:09:26 +00:00 committed by Android (Google) Code Review
commit 9466cedccb
2 changed files with 10 additions and 10 deletions

View file

@ -128,15 +128,15 @@
"ExcludedPowerInfo": [ "ExcludedPowerInfo": [
{ {
"PowerRail": "PARTIAL_SYSTEM_POWER", "PowerRail": "PARTIAL_SYSTEM_POWER",
"PowerWeight": [0.12, 0.12, 1.0, 1.0, 1.0, 1.0, 1.0] "PowerWeight": [0.12, 0.12, 0.6, 1.0, 1.0, 1.0, 1.0]
} }
], ],
"BindedCdevInfo": [ "BindedCdevInfo": [
{ {
"CdevRequest": "fcc", "CdevRequest": "fcc",
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
"MaxReleaseStep": 1, "MaxReleaseStep": 4,
"MaxThrottleStep": 1, "MaxThrottleStep": 4,
"CdevCeiling": [0, 25, 25, 25, 26, 26, 26], "CdevCeiling": [0, 25, 25, 25, 26, 26, 26],
"LimitInfo": [0, 0, 0, 0, 0, 26, 26] "LimitInfo": [0, 0, 0, 0, 0, 26, 26]
} }
@ -179,8 +179,8 @@
{ {
"CdevRequest": "dc_icl", "CdevRequest": "dc_icl",
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
"MaxReleaseStep": 1, "MaxReleaseStep": 2,
"MaxThrottleStep": 1, "MaxThrottleStep": 4,
"CdevCeiling": [0, 25, 25, 25, 26, 26, 26], "CdevCeiling": [0, 25, 25, 25, 26, 26, 26],
"LimitInfo": [0, 1, 1, 1, 26, 26, 26] "LimitInfo": [0, 1, 1, 1, 26, 26, 26]
} }

View file

@ -791,15 +791,15 @@
"ExcludedPowerInfo": [ "ExcludedPowerInfo": [
{ {
"PowerRail": "PARTIAL_SYSTEM_POWER", "PowerRail": "PARTIAL_SYSTEM_POWER",
"PowerWeight": [0.12, 0.12, 1.0, 1.0, 1.0, 1.0, 1.0] "PowerWeight": [0.12, 0.12, 0.6, 1.0, 1.0, 1.0, 1.0]
} }
], ],
"BindedCdevInfo": [ "BindedCdevInfo": [
{ {
"CdevRequest": "fcc", "CdevRequest": "fcc",
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
"MaxReleaseStep": 1, "MaxReleaseStep": 4,
"MaxThrottleStep": 1, "MaxThrottleStep": 4,
"CdevCeiling": [0, 25, 25, 25, 26, 26, 26], "CdevCeiling": [0, 25, 25, 25, 26, 26, 26],
"LimitInfo": [0, 0, 0, 0, 0, 26, 26] "LimitInfo": [0, 0, 0, 0, 0, 26, 26]
} }
@ -842,8 +842,8 @@
{ {
"CdevRequest": "dc_icl", "CdevRequest": "dc_icl",
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
"MaxReleaseStep": 1, "MaxReleaseStep": 2,
"MaxThrottleStep": 1, "MaxThrottleStep": 4,
"CdevCeiling": [0, 25, 25, 25, 26, 26, 26], "CdevCeiling": [0, 25, 25, 25, 26, 26, 26],
"LimitInfo": [0, 1, 1, 1, 26, 26, 26] "LimitInfo": [0, 1, 1, 1, 26, 26, 26]
} }