Skip to content

Create new scaling_available_frequencies #49

@Baonks81

Description

@Baonks81

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions