Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. GRUB_CMDLINE_LINUX_DEFAULT="radeon.cik_support=0 amdgpu.cik_support=1 radeon.si_support=0 amdgpu.si_support=1 amdgpu.ppfeaturemask=0xffffffff radeon.dpm=0 amdgpu.dpm=1"
  2.  
  3. lspci -nnk | grep -i vga -A3 | grep 'in use'
  4.  
  5. Kernel driver in use: amdgpu
  6.  
  7. ls -l /sys/class/drm/card0/device
  8.  
  9. /sys/class/drm/card0/device -> ../../../0000:00:02.0
  10.  
  11. realpath /sys/class/drm/card0/device
  12.  
  13. readlink -f /sys/class/drm/card0/device
  14.  
  15. /sys/devices/pci0000:00/0000:00:02.0
  16.  
  17. sudo ls /sys/devices/pci0000:00/0000:00:02.0/ | grep pp_od_clk_voltage
  18.  
  19. /sys/devices/pci0000:00/0000:00:02.0/pp_od_clk_voltage
  20.  
  21. sudo nano /sys/devices/pci0000:00/0000:00:02.0/pp_od_clk_voltage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement