Merge "thermal: Move TPU to the VSKIN-SOC PID loop" into 24D1-dev
This commit is contained in:
commit
5b125b42ff
1 changed files with 16 additions and 7 deletions
|
@ -261,10 +261,6 @@
|
||||||
"PassiveDelay": 7000,
|
"PassiveDelay": 7000,
|
||||||
"SendCallback": true,
|
"SendCallback": true,
|
||||||
"BindedCdevInfo": [
|
"BindedCdevInfo": [
|
||||||
{
|
|
||||||
"CdevRequest": "tpu_cooling",
|
|
||||||
"LimitInfo": [0, 2, 3, 4, 5, 5, 5]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"CdevRequest": "gxp-cooling",
|
"CdevRequest": "gxp-cooling",
|
||||||
"LimitInfo": [0, 0, 0, 0, 0, 99, 99]
|
"LimitInfo": [0, 0, 0, 0, 0, 99, 99]
|
||||||
|
@ -556,7 +552,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "VIRTUAL-SKIN-CPU-GPU",
|
"Name": "VIRTUAL-SKIN-SOC",
|
||||||
"Type": "UNKNOWN",
|
"Type": "UNKNOWN",
|
||||||
"Hidden": true,
|
"Hidden": true,
|
||||||
"VirtualSensor": true,
|
"VirtualSensor": true,
|
||||||
|
@ -576,7 +572,7 @@
|
||||||
"K_D": ["NAN", "NAN", "NAN", 0, "NAN", "NAN", "NAN"],
|
"K_D": ["NAN", "NAN", "NAN", 0, "NAN", "NAN", "NAN"],
|
||||||
"I_Max": ["NAN", "NAN", "NAN", 2600, "NAN", "NAN", "NAN"],
|
"I_Max": ["NAN", "NAN", "NAN", 2600, "NAN", "NAN", "NAN"],
|
||||||
"S_Power": ["NAN", "NAN", "NAN", 800, "NAN", "NAN", "NAN"],
|
"S_Power": ["NAN", "NAN", "NAN", 800, "NAN", "NAN", "NAN"],
|
||||||
"MinAllocPower": ["NAN", "NAN", "NAN", 0, "NAN", "NAN", "NAN"],
|
"MinAllocPower": ["NAN", "NAN", "NAN", 800, "NAN", "NAN", "NAN"],
|
||||||
"MaxAllocPower": ["NAN", "NAN", "NAN", 3900, "NAN", "NAN", "NAN"],
|
"MaxAllocPower": ["NAN", "NAN", "NAN", 3900, "NAN", "NAN", "NAN"],
|
||||||
"I_Cutoff": ["NAN", "NAN", "NAN", 8, "NAN", "NAN", "NAN"]
|
"I_Cutoff": ["NAN", "NAN", "NAN", 8, "NAN", "NAN", "NAN"]
|
||||||
},
|
},
|
||||||
|
@ -607,7 +603,6 @@
|
||||||
"BindedPowerRail": "S3M_VDD_CPUCL2",
|
"BindedPowerRail": "S3M_VDD_CPUCL2",
|
||||||
"CdevCeilingFrequency": [3105000, 700000, 700000, 700000, 700000, 700000, 700000],
|
"CdevCeilingFrequency": [3105000, 700000, 700000, 700000, 700000, 700000, 700000],
|
||||||
"LimitInfoFrequency": [3105000, 3105000, 3105000, 3105000, 3105000, 700000, 700000]
|
"LimitInfoFrequency": [3105000, 3105000, 3105000, 3105000, 3105000, 700000, 700000]
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"CdevRequest": "thermal-gpufreq-0",
|
"CdevRequest": "thermal-gpufreq-0",
|
||||||
|
@ -617,6 +612,15 @@
|
||||||
"BindedPowerRail": "S2S_VDD_G3D",
|
"BindedPowerRail": "S2S_VDD_G3D",
|
||||||
"CdevCeiling": [0, 9, 9, 9, 10, 12, 12],
|
"CdevCeiling": [0, 9, 9, 9, 10, 12, 12],
|
||||||
"LimitInfo": [0, 0, 0, 0, 0, 12, 12]
|
"LimitInfo": [0, 0, 0, 0, 0, 12, 12]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"CdevRequest": "tpu_cooling",
|
||||||
|
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
|
||||||
|
"MaxReleaseStep": 1,
|
||||||
|
"MaxThrottleStep": 1,
|
||||||
|
"BindedPowerRail": "S7M_VDD_TPU",
|
||||||
|
"CdevCeiling": [0, 7, 7, 7, 7, 7, 7],
|
||||||
|
"LimitInfo": [0, 0, 0, 0, 0, 7, 7]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1090,6 +1094,11 @@
|
||||||
"PowerSampleDelay": 7000,
|
"PowerSampleDelay": 7000,
|
||||||
"PowerSampleCount": 1
|
"PowerSampleCount": 1
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name":"S7M_VDD_TPU",
|
||||||
|
"PowerSampleDelay":7000,
|
||||||
|
"PowerSampleCount":1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "PARTIAL_SYSTEM_POWER",
|
"Name": "PARTIAL_SYSTEM_POWER",
|
||||||
"VirtualRails": true,
|
"VirtualRails": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue