erpalma / throttled

Workaround for Intel throttling issues in Linux.
MIT License
2.65k stars 161 forks source link

AMD Support via RyzenAdj? #325

Open jbaiter opened 1 year ago

jbaiter commented 1 year ago

Many Ryzen-based mobile CPUs have the same throttling problem that throttled is solving for Intel CPUs. There is a command-line utility (https://github.com/FlyGoat/RyzenAdj) to adjust the power and temperature limits for those CPUs, but it's lacking the easy configuration and setup of throttled.

Would adding support for these CPUs via RyzenAdj considered to be in-scope for throttled or is it intended to remain an Intel-only tool?