PINE64
dmesg output flooded with "CPU Budget hotplug"/ "Mali: Set gpu frequency to X" - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+---- Forum: Ubuntu (https://forum.pine64.org/forumdisplay.php?fid=27)
+---- Thread: dmesg output flooded with "CPU Budget hotplug"/ "Mali: Set gpu frequency to X" (/showthread.php?tid=1741)



dmesg output flooded with "CPU Budget hotplug"/ "Mali: Set gpu frequency to X" - cplr - 07-13-2016

Anyone know what would be causing this? dmesg is being flooded with these messages (just a snippet here):

Code:
[84990.464669] Mali: Set gpu frequency to 144 MHz
[84991.938282] CPU Budget:update CPU 0 cpufreq max to 1008000 min to 480000
[84991.938316] CPU Budget hotplug: cluster0 min:0 max:4
[84992.430260] CPU Budget:update CPU 0 cpufreq max to 960000 min to 480000
[84992.432525] CPU Budget hotplug: cluster0 min:0 max:4
[84992.922227] CPU Budget:update CPU 0 cpufreq max to 1008000 min to 480000
[84992.922260] CPU Budget hotplug: cluster0 min:0 max:4
[84993.414209] CPU Budget:update CPU 0 cpufreq max to 960000 min to 480000
[84993.416474] CPU Budget hotplug: cluster0 min:0 max:4
[84993.906212] CPU Budget:update CPU 0 cpufreq max to 912000 min to 480000
[84993.908482] CPU Budget hotplug: cluster0 min:0 max:4
[84994.890182] CPU Budget:update CPU 0 cpufreq max to 960000 min to 480000
[84994.890219] CPU Budget hotplug: cluster0 min:0 max:4
[84995.874148] CPU Budget:update CPU 0 cpufreq max to 912000 min to 480000
[84995.876418] CPU Budget hotplug: cluster0 min:0 max:4
[84996.858115] CPU Budget:update CPU 0 cpufreq max to 960000 min to 480000
[84996.858152] CPU Budget hotplug: cluster0 min:0 max:4
[84996.858167] gpu cooling callback set freq limit 360
[84996.858227] Mali: Set gpu frequency to 360 MHz
[84997.350121] CPU Budget:update CPU 0 cpufreq max to 912000 min to 480000
[84997.352390] CPU Budget hotplug: cluster0 min:0 max:4
[84997.352421] gpu cooling callback set freq limit 144
[84997.352488] Mali: Set gpu frequency to 144 MHz
[84997.842100] CPU Budget:update CPU 0 cpufreq max to 960000 min to 480000
[84997.842136] CPU Budget hotplug: cluster0 min:0 max:4
[84997.842152] gpu cooling callback set freq limit 360
[84997.842213] Mali: Set gpu frequency to 360 MHz
[84998.334083] CPU Budget:update CPU 0 cpufreq max to 912000 min to 480000
[84998.336353] CPU Budget hotplug: cluster0 min:0 max:4
[84998.336388] gpu cooling callback set freq limit 144
[84998.336455] Mali: Set gpu frequency to 144 MHz
[84999.318042] CPU Budget:update CPU 0 cpufreq max to 960000 min to 480000
[84999.318074] CPU Budget hotplug: cluster0 min:0 max:4
[84999.318088] gpu cooling callback set freq limit 360
[84999.318147] Mali: Set gpu frequency to 360 MHz
[84999.810032] CPU Budget:update CPU 0 cpufreq max to 912000 min to 480000
[84999.812305] CPU Budget hotplug: cluster0 min:0 max:4
[84999.812336] gpu cooling callback set freq limit 144
[84999.812400] Mali: Set gpu frequency to 144 MHz
[85000.302040] CPU Budget:update CPU 0 cpufreq max to 960000 min to 480000
[85000.302077] CPU Budget hotplug: cluster0 min:0 max:4
[85000.302093] gpu cooling callback set freq limit 360
[85000.302156] Mali: Set gpu frequency to 360 MHz
[85001.286008] CPU Budget:update CPU 0 cpufreq max to 912000 min to 480000
[85001.288275] CPU Budget hotplug: cluster0 min:0 max:4
[85001.288306] gpu cooling callback set freq limit 144
[85001.288369] Mali: Set gpu frequency to 144 MHz
[85001.778038] CPU Budget:update CPU 0 cpufreq max to 960000 min to 480000
[85001.778075] CPU Budget hotplug: cluster0 min:0 max:4
[85001.778090] gpu cooling callback set freq limit 360
[85001.778150] Mali: Set gpu frequency to 360 MHz
[85003.253938] CPU Budget:update CPU 0 cpufreq max to 912000 min to 480000
[85003.256207] CPU Budget hotplug: cluster0 min:0 max:4
[85003.256237] gpu cooling callback set freq limit 144
[85003.256300] Mali: Set gpu frequency to 144 MHz
[85003.745893] CPU Budget:update CPU 0 cpufreq max to 960000 min to 480000
[85003.745931] CPU Budget hotplug: cluster0 min:0 max:4
[85003.745947] gpu cooling callback set freq limit 360
[85003.746007] Mali: Set gpu frequency to 360 MHz



RE: dmesg output flooded with "CPU Budget hotplug"/ "Mali: Set gpu frequency to X" - xalius - 07-13-2016

Your CPUs get throttled because of the chip temperature going over the threshold (82C is the first trip point iirc). Depending on what you are trying to do or running on your Pine, you might have to think about a heatsink/fan...


RE: dmesg output flooded with "CPU Budget hotplug"/ "Mali: Set gpu frequency to X" - cplr - 07-13-2016

Ah, thanks!

I am attempting to build swift-3.0 (using this as a reference: http://dev.iachieved.it/iachievedit/building-swift-3-0-on-a-raspberry-pi-3/), which pegs all 4 cores at 100% for a number of hours. Getting close to being successful, just having some issues linking against the python libraries...