1
0
Fork 0
This commit is contained in:
XIEJING 2026-06-10 15:40:06 +08:00 committed by GitHub
commit 6d27e50725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ class UncorePlugin(hotplug.Plugin):
return None
if freq_khz < initial_min_freq_khz:
log.info("%s: min_freq_khz %d value below initial_max_freq_khz - capped to %d" % (device, freq_khz, initial_min_freq_khz))
log.info("%s: min_freq_khz %d value below initial_min_freq_khz - capped to %d" % (device, freq_khz, initial_min_freq_khz))
freq_khz = initial_min_freq_khz
else:

View file

@ -23,7 +23,7 @@ class VideoPlugin(base.Plugin):
* `dynpm`
* `dpm-battery`
* `dpm-balanced`
* `dpm-perfomance`
* `dpm-performance`
For additional detail, see
link:https://www.x.org/wiki/RadeonFeature/#kmspowermanagementoptions[KMS Power Management Options].