add note about power control, fix template comment

This commit is contained in:
Josh Lay 2022-05-05 21:53:30 -05:00
parent f20e479c59
commit 1165a658b8
Signed by: jlay
GPG key ID: B265E45CACAD108A
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ summary={{ item.1 }} + TCP/RAID tweaks + AMDGPU pp_power_profile_mode = {{ item.
[sysfs]
/sys/class/drm/{{ card }}/device/power_dpm_force_performance_level = manual
/sys/class/drm/{{ card }}/device/pp_power_profile_mode = {{ item.0.value }}
# limit to {{ power_max_multi * 100.0 |int }}% of the max power cap, nearest (higher) whole number
# limit to {{ power_max_multi * 100.0 |int }}% of the max power capability
/sys/class/drm/{{ card }}/device/hwmon/hwmon9/power1_cap = {{ power_cap }}
[sysctl]