thermal: add cdev_ceiling for all throttling profiles

Align the same cdev_ceiling for all the profiles to avoid the unexpected throttling request when switching the profile.

Bug: 308646952
Test: emul_temp VSKIN, and monitor thermal throttling log with
open/close camera

Change-Id: Id108ccea6da4f82fe24ed6d275d6d4688ee78c02
This commit is contained in:
TeYuan Wang 2023-10-31 14:09:24 -07:00 committed by Kame(TeYuan) Wang
parent 770a0aa43d
commit 0c44af3a62
2 changed files with 18 additions and 0 deletions

View file

@ -460,16 +460,19 @@
{
"CdevRequest": "thermal-cpufreq-0",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 6, 6, 6, 6, 6, 6],
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-1",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 9, 9, 9, 9, 9, 9],
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-2",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 12, 12, 12, 12, 12, 12],
"Disabled":true
}
]
@ -480,16 +483,19 @@
{
"CdevRequest": "thermal-cpufreq-0",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 6, 6, 6, 6, 6, 6],
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-1",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 9, 9, 9, 9, 9, 9],
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-2",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 12, 12, 12, 12, 12, 12],
"Disabled":true
}
]
@ -551,16 +557,19 @@
{
"CdevRequest": "thermal-cpufreq-0",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 8, 8, 8, 8, 8, 8],
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-1",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 11, 11, 11, 11, 11, 11],
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-2",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 13, 13, 13, 13, 13, 13],
"Disabled":true
}
]

View file

@ -428,16 +428,19 @@
{
"CdevRequest": "thermal-cpufreq-0",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 6, 6, 6, 6, 6, 6],
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-1",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 9, 9, 9, 9, 9, 9],
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-2",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 12, 12, 12, 12, 12, 12],
"Disabled":true
}
]
@ -448,16 +451,19 @@
{
"CdevRequest": "thermal-cpufreq-0",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 6, 6, 6, 6, 6, 6],
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-1",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 9, 9, 9, 9, 9, 9],
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-2",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 12, 12, 12, 12, 12, 12],
"Disabled":true
}
]
@ -519,16 +525,19 @@
{
"CdevRequest": "thermal-cpufreq-0",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 8, 8, 8, 8, 8, 8],
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-1",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 11, 11, 11, 11, 11, 11],
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-2",
"MaxReleaseStep": 1,
"CdevCeiling": [0, 13, 13, 13, 13, 13, 13],
"Disabled":true
}
]