Merge "thermal: Move TPU to the VSKIN-SOC PID loop" into 24D1-dev

This commit is contained in:
Treehugger Robot 2024-05-03 17:00:32 +00:00 committed by Android (Google) Code Review
commit 5b125b42ff

View file

@ -261,10 +261,6 @@
"PassiveDelay": 7000,
"SendCallback": true,
"BindedCdevInfo": [
{
"CdevRequest": "tpu_cooling",
"LimitInfo": [0, 2, 3, 4, 5, 5, 5]
},
{
"CdevRequest": "gxp-cooling",
"LimitInfo": [0, 0, 0, 0, 0, 99, 99]
@ -556,7 +552,7 @@
]
},
{
"Name": "VIRTUAL-SKIN-CPU-GPU",
"Name": "VIRTUAL-SKIN-SOC",
"Type": "UNKNOWN",
"Hidden": true,
"VirtualSensor": true,
@ -576,7 +572,7 @@
"K_D": ["NAN", "NAN", "NAN", 0, "NAN", "NAN", "NAN"],
"I_Max": ["NAN", "NAN", "NAN", 2600, "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"],
"I_Cutoff": ["NAN", "NAN", "NAN", 8, "NAN", "NAN", "NAN"]
},
@ -607,7 +603,6 @@
"BindedPowerRail": "S3M_VDD_CPUCL2",
"CdevCeilingFrequency": [3105000, 700000, 700000, 700000, 700000, 700000, 700000],
"LimitInfoFrequency": [3105000, 3105000, 3105000, 3105000, 3105000, 700000, 700000]
},
{
"CdevRequest": "thermal-gpufreq-0",
@ -617,6 +612,15 @@
"BindedPowerRail": "S2S_VDD_G3D",
"CdevCeiling": [0, 9, 9, 9, 10, 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,
"PowerSampleCount": 1
},
{
"Name":"S7M_VDD_TPU",
"PowerSampleDelay":7000,
"PowerSampleCount":1
},
{
"Name": "PARTIAL_SYSTEM_POWER",
"VirtualRails": true,