Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new scaling_available_frequencies #49

Open
Baonks81 opened this issue Apr 30, 2023 · 1 comment
Open

Create new scaling_available_frequencies #49

Baonks81 opened this issue Apr 30, 2023 · 1 comment

Comments

@Baonks81
Copy link

Baonks81 commented Apr 30, 2023

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

@Sepero
Copy link
Owner

Sepero commented Apr 13, 2024

Regrettably I cannot understand what is being said here.

If someone can explain this further, then I would be happy to look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants