add GPU shader/core clock control to "custom" profile
This commit is contained in:
parent
5b48c31018
commit
6214034e59
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ echo 'vo {{ gpu_mv_offset }}' | tee /sys/class/drm/{{ card }}/device/pp_od_clk_v
|
||||||
# commit the changes
|
# commit the changes
|
||||||
echo 'c' | tee /sys/class/drm/{{ card }}/device/pp_od_clk_voltage
|
echo 'c' | tee /sys/class/drm/{{ card }}/device/pp_od_clk_voltage
|
||||||
|
|
||||||
|
# force GPU core/shader into the highest profile: {{ gpu_clock_max }}Mhz
|
||||||
|
echo '1' | tee /sys/class/drm/{{ card }}/device/pp_dpm_sclk
|
||||||
|
|
||||||
# force GPU memory into highest profile
|
# force GPU memory into highest profile
|
||||||
echo '3' | tee /sys/class/drm/{{ card }}/device/pp_dpm_mclk
|
echo '3' | tee /sys/class/drm/{{ card }}/device/pp_dpm_mclk
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue