arm64: dts: qcom: sm6115: Update GPU thermal zone settings
Lower the thresholds to something more reasonable and introduce a passive polling delay to make sure more than one "passive" thermal point is taken into account when throttling. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240510-topic-gpus_are_cool_now-v1-5-ababc269a438@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
b79dd56ed5
commit
c518b5f6de
@ -3325,6 +3325,8 @@
|
||||
};
|
||||
|
||||
gpu-thermal {
|
||||
polling-delay-passive = <250>;
|
||||
|
||||
thermal-sensors = <&tsens0 15>;
|
||||
|
||||
cooling-maps {
|
||||
@ -3336,13 +3338,13 @@
|
||||
|
||||
trips {
|
||||
gpu_alert0: trip-point0 {
|
||||
temperature = <115000>;
|
||||
hysteresis = <5000>;
|
||||
temperature = <85000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
trip-point1 {
|
||||
temperature = <125000>;
|
||||
temperature = <110000>;
|
||||
hysteresis = <1000>;
|
||||
type = "critical";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user