host_vars: shorten/comment
This commit is contained in:
parent
2d314fd691
commit
791af0cc31
1 changed files with 2 additions and 13 deletions
|
@ -1,19 +1,8 @@
|
||||||
---
|
---
|
||||||
# note: 'gpu_*' vars only apply with the 'custom' suffixed profiles created by this tooling
|
# the profile tries to find the amdgpu GPU with displays for applying these settings
|
||||||
# profiles based on the 'default' amdgpu power profile mode use default clocks
|
|
||||||
#
|
|
||||||
# the connected AMD GPU is automatically discovered - assumes one
|
|
||||||
# on swap to other AMD cards to avoid instability:
|
|
||||||
# 'rm -rfv /etc/tuned/*amdgpu*'
|
|
||||||
#
|
|
||||||
# default 500, for best performance: near maximum. applies with 'overclock' tuned profile
|
|
||||||
gpu_clock_min: "500"
|
gpu_clock_min: "500"
|
||||||
|
|
||||||
# gpu_clock_max: "2675" # default 2524 for my card
|
|
||||||
gpu_clock_max: "2715"
|
gpu_clock_max: "2715"
|
||||||
|
|
||||||
gpumem_clock_static: "1075"
|
gpumem_clock_static: "1075"
|
||||||
|
|
||||||
gpu_power_multi_def: 0.869969040247678 # 281W - real default
|
gpu_power_multi_def: 0.869969040247678 # 281W - real default
|
||||||
gpu_power_multi_oc: 1.0 # full board power capability
|
gpu_power_multi_oc: 1.0 # full board power capability
|
||||||
# other multipliers for 323W boards like mine:
|
# other multipliers for 323W boards like mine:
|
||||||
|
@ -21,7 +10,7 @@ gpu_power_multi_oc: 1.0 # full board power capability
|
||||||
# 310: 0.959752321981424
|
# 310: 0.959752321981424
|
||||||
# sample worksheet in 'power_max multi tab calculator.ods'
|
# sample worksheet in 'power_max multi tab calculator.ods'
|
||||||
|
|
||||||
gpu_mv_offset: "+60" # add 60mV or 0.06V
|
gpu_mv_offset: "+75" # add 75mV or 0.075V
|
||||||
# gpu_mv_offset: "+150" # add 150mV or 0.15V
|
# gpu_mv_offset: "+150" # add 150mV or 0.15V
|
||||||
# gpu_mv_offset: "+133" # add 133mV or 0.133V
|
# gpu_mv_offset: "+133" # add 133mV or 0.133V
|
||||||
# gpu_mv_offset: "+75" # add 75mV or 0.075V
|
# gpu_mv_offset: "+75" # add 75mV or 0.075V
|
||||||
|
|
Loading…
Reference in a new issue