Merge "thermal: add cdev_ceiling for all throttling profiles" into udc-qpr-dev

This commit is contained in:
Wei Wang 2023-11-01 05:41:56 +00:00 committed by Android (Google) Code Review
commit 6a2c359b7c

View file

@ -339,16 +339,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
} }
] ]
@ -410,16 +413,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
} }
] ]
@ -430,16 +436,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
} }
] ]