thermal: Reduce LIGHT-tier's ceiling before 43 degC for camera

Align with latest camera thermal throttling (ag/25589702)

Bug: 319174137
Test: run camcorder
Change-Id: Idf292dbb33e295dda33176343cc2012e56141d7b
This commit is contained in:
sashwinbalaji 2024-01-09 09:57:01 +08:00
parent 506a2dbaa6
commit d08d37db69

View file

@ -462,7 +462,7 @@
],
"MaxReleaseStep": 1,
"MaxThrottleStep": 1,
"CdevCeiling": [0, 8, 8, 8, 8, 8, 8]
"CdevCeiling": [0, 4, 4, 4, 4, 4, 4]
},
{
"CdevRequest": "thermal-cpufreq-1",
@ -471,7 +471,7 @@
],
"MaxReleaseStep": 1,
"MaxThrottleStep": 2,
"CdevCeiling": [0, 11, 11, 11, 11, 11, 11]
"CdevCeiling": [0, 8, 8, 8, 8, 8, 8]
},
{
"CdevRequest": "thermal-cpufreq-2",
@ -480,7 +480,7 @@
],
"MaxReleaseStep": 1,
"MaxThrottleStep": 2,
"CdevCeiling": [0, 16, 16, 16, 16, 16, 16]
"CdevCeiling": [0, 12, 12, 12, 12, 12, 12]
}
]
}