Merge "thermal: add cdev_ceiling for all throttling profiles" into main

This commit is contained in:
Wei Wang 2023-11-01 05:41:45 +00:00 committed by Android (Google) Code Review
commit 5d0012dd7d
2 changed files with 18 additions and 0 deletions

View file

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

View file

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