Merge "thermal: update gpu cdev ceiling" into main

This commit is contained in:
Peter (YM) 2024-02-06 08:07:51 +00:00 committed by Android (Google) Code Review
commit 1c20273e0b

View file

@ -480,8 +480,8 @@
"MaxReleaseStep": 1, "MaxReleaseStep": 1,
"MaxThrottleStep": 1, "MaxThrottleStep": 1,
"BindedPowerRail": "S2S_VDD_G3D", "BindedPowerRail": "S2S_VDD_G3D",
"CdevCeiling": [0, 8, 8, 8, 9, 11, 11], "CdevCeiling": [0, 9, 9, 9, 10, 12, 12],
"LimitInfo": [0, 0, 0, 0, 0, 11, 11] "LimitInfo": [0, 0, 0, 0, 0, 12, 12]
} }
] ]
}, },
@ -514,7 +514,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, 8, 8, 9, 11, 11, 11] "CdevCeiling": [0, 9, 9, 10, 12, 12, 12]
} }
] ]
}, },