User Tools

Site Tools


devices:amd_graphics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
devices:amd_graphics [2019/02/01 12:50] Sean Rhonedevices:amd_graphics [2019/08/23 04:35] – [Set] Sean Rhone
Line 106: Line 106:
 **** ****
  
-  cat '/sys/class/drm/card0/device/hwmon/hwmon0/power1_cap'+  cat '/sys/class/drm/card0/device/hwmon/hwmon'*'/power1_cap'
  
 ==== Get Max ==== ==== Get Max ====
Line 112: Line 112:
 **** ****
  
-  cat '/sys/class/drm/card0/device/hwmon/hwmon0/power1_cap_max'+  cat '/sys/class/drm/card0/device/hwmon/hwmon'*'/power1_cap_max'
  
 ==== Set ==== ==== Set ====
  
-****+  :!: This makes fun assumptions, but theoretically shouldn't allow the power cap to go above levels stated in the firmware; might not be dangerous 
 + 
 +  echo "$(cat '/sys/class/drm/card0/device/hwmon/hwmon'*'/power1_cap_max')" | sudo tee '/sys/class/drm/card0/device/hwmon/hwmon'*'/power1_cap' > '/dev/null' 
 + 
 +  echo "$(cat '/sys/class/drm/card1/device/hwmon/hwmon'*'/power1_cap_max')" | sudo tee '/sys/class/drm/card1/device/hwmon/hwmon'*'/power1_cap' > '/dev/null'
  
-  echo '217000000' | sudo tee '/sys/class/drm/card0/device/hwmon/hwmon0/power1_cap' 
/var/www/wiki/data/pages/devices/amd_graphics.txt · Last modified: 2020/01/19 09:32 by Sean Rhone