Created
January 8, 2019 12:13
-
-
Save boumannm/90cca02d184ade6484989b97a6e59c15 to your computer and use it in GitHub Desktop.
AMDGPU overclocking on LInux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#core clocks + voltage | |
echo "s 5 1427 990" > /sys/class/drm/card0/device/pp_od_clk_voltage | |
echo "s 6 1512 1000" > /sys/class/drm/card0/device/pp_od_clk_voltage | |
echo "s 7 1652 1060" > /sys/class/drm/card0/device/pp_od_clk_voltage | |
#memory bump | |
echo "m 2 900 950" > /sys/class/drm/card0/device/pp_od_clk_voltage | |
#apply | |
echo "c" > /sys/class/drm/card0/device/pp_od_clk_voltage | |
# Monitoring | |
# watch -n 0.5 cat /sys/kernel/debug/dri/0/amdgpu_pm_info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment