Releases: pyamsoft/pstate-frequency
Releases · pyamsoft/pstate-frequency
3.15.2
3.15.1
Full Changelog: 3.15.0...3.15.1
Fix a bug where options were undefined when called with no arguments
Add support for an experimental RPM spec
3.15.0
Full Changelog: 3.14.0...3.15.0
Brings support for the amd-pstate-epp
CPU driver on supported systems
Brings support for setting and viewing EPP (Energy Performance Policy) on supported systems
Prepares future support for amd-pstate-epp
Turbo Boost setting and viewing, with fallback for currently unsupported systems.
3.14.0
Full Changelog: 3.13.4...3.14.0
- Support for
amd_pstate
as the CPU driver - Drops support for the
--loop
long-option. If you want looping behavior, you should use thewatch
program:
$ watch -n 5 pstate-frequency --get
- Drops support for passing
1
or0
to--turbo
, to set turbo values, you should always useon
oroff
which will be smart
an determine how the specific CPU driver interprets the command. - Faster option processing by reducing inner loop work
- Reduced sysfs writes