You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found some bugs from temp-throttle code, it's not important but it'll make your expert on ARM devices not glitch when temp-throttle executed
I knew mainline kernel /sys/devices/system/cpu/cpufreq/policy0/scaling_available_frequencies, it was all freqs but devices need low-range on those freqs. It's 66% per core/max frequency
Hello,
I found some bugs from temp-throttle code, it's not important but it'll make your expert on ARM devices not glitch when temp-throttle executed
I knew mainline kernel /sys/devices/system/cpu/cpufreq/policy0/scaling_available_frequencies, it was all freqs but devices need low-range on those freqs. It's 66% per core/max frequency
Example:
scaling_available_frequencies: 51000 102000 204000 340000 475000 640000 760000 860000 1000000 1100000 1200000 1300000
I only created 3 new custom files and replace path on temp-throttle code
1st file: scaling_available_frequencies: 340000 475000 640000 760000 860000
2nd file: cpuinfo_max_freq: 860000
3rd file: cpuinfo_min_freq: 340000
I hope this can help who had problem from glitch on videos and sounds
The text was updated successfully, but these errors were encountered: