Merge be9bffb44e into 0eb28ac3d8
This commit is contained in:
commit
6d27e50725
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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].
|
||||
|
|
|
|||
Loading…
Reference in a new issue