Skip to content

Commit 1134097

Browse files
kholkDhineshCool
authored andcommitted
thermal: Increase thermal trip points to 16
Some DT devices, mainly smartphones, do need more trip points to allow more fine grained thermal mitigations, hence allowing a better user experience (and overall performance), for example, by lowering the CPU clocks just a little for each temperature step. Signed-off-by: Henrique Pereira <hlcpereira@pixelexperience.org>
1 parent a705b1e commit 1134097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/thermal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include <uapi/linux/thermal.h>
3333

3434
#define THERMAL_TRIPS_NONE -1
35-
#define THERMAL_MAX_TRIPS 12
35+
#define THERMAL_MAX_TRIPS 16
3636

3737
/* invalid cooling state */
3838
#define THERMAL_CSTATE_INVALID -1UL

0 commit comments

Comments
 (0)