How to reduce gpu max frequency?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to reduce gpu max frequency?

1,117 Views
kris_fei
Contributor III

The temperature of our board is too high , i want to reduce GPU max frequency, how to set it? thanks.

Labels (2)
0 Kudos
3 Replies

802 Views
igorpadykov
NXP Employee
NXP Employee

Hi

linux automatically reduces frequncies, please refer to

Chapter 25 Thermal Driver attached Linux Manual.

One can try to modify the thermal driver to consider a

lower critical temperature, just for example  lowering the temp threshold

of the critical temperature to be 15 degrees by doing:

echo 15000 > /sys/class/thermal/thermal_zone0/trip_point_0_temp

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

802 Views
kris_fei
Contributor III

We are using Android4.4, can't find this file.

0 Kudos

802 Views
igorpadykov
NXP Employee
NXP Employee

document is valid for Android which you are using too.

0 Kudos