You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, it would be great if you could extend your script for the AMD R9 Nano series!
I posted all the infos below. Note that the the R9 Nano is only available with the AMD reference design, so there are no different OEM settings (and I can't even find any branding of the OEM on my card).
$ inxi -G
Graphics: Card-1: Advanced Micro Devices [AMD/ATI] Fiji [Radeon R9 FURY / NANO Series] driver: amdgpu
v: kernel
Display: x11 server: X.Org 1.20.3 driver: amdgpu resolution: 2560x1440~144Hz
OpenGL: renderer: AMD Radeon R9 Fury Series (FIJI DRM 3.27.0 4.19.12-1-CHAKRA LLVM 6.0.0)
v: 4.5 Mesa 18.2.6
$ SYSPATH=$(awk '{print}' <<< `find /sys/devices -name power_dpm_force_performance_level -type f -exec dirname {} \;`)
$ $SYSPATH
bash: /sys/devices/pci0000:00/0000:00:02.1/0000:01:00.0: Is a directory
$ cat $SYSPATH/pp_od_clk_voltage
OD_SCLK:
0: 300MHz 900mV
1: 508MHz 950mV
2: 717MHz 956mV
3: 874MHz 1087mV
4: 911MHz 1125mV
5: 944MHz 1168mV
6: 974MHz 1206mV
7: 1000MHz 1243mV
OD_MCLK:
0: 500MHz 900mV
OD_RANGE:
SCLK: 300MHz 2000MHz
MCLK: 500MHz 500MHz
VDDC: 900mV 1268mV
$ cat $SYSPATH/device
0x7300
$ cat $SYSPATH/subsystem_device
0x0b36
$ cat $SYSPATH/subsystem_vendor
0x1002
$ lspci -knn [snipped]
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Fiji [Radeon R9 FURY / NANO Series] [1002:7300] (rev ca)
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Fiji [Radeon R9 FURY / NANO Series] (Radeon R9 FURY X / NANO) [1002:0b36]
Kernel driver in use: amdgpu
Kernel modules: amdgpu
$ cat /sys/kernel/debug/dri/0/amdgpu_pm_info
Clock Gating Flags Mask: 0x3ffff
Graphics Medium Grain Clock Gating: On
Graphics Medium Grain memory Light Sleep: On
Graphics Coarse Grain Clock Gating: On
Graphics Coarse Grain memory Light Sleep: On
Graphics Coarse Grain Tree Shader Clock Gating: On
Graphics Coarse Grain Tree Shader Light Sleep: On
Graphics Command Processor Light Sleep: On
Graphics Run List Controller Light Sleep: On
Graphics 3D Coarse Grain Clock Gating: Off
Graphics 3D Coarse Grain memory Light Sleep: Off
Memory Controller Light Sleep: On
Memory Controller Medium Grain Clock Gating: On
System Direct Memory Access Light Sleep: On
System Direct Memory Access Medium Grain Clock Gating: On
Bus Interface Medium Grain Clock Gating: Off
Bus Interface Light Sleep: On
Unified Video Decoder Medium Grain Clock Gating: On
Video Compression Engine Medium Grain Clock Gating: On
Host Data Path Light Sleep: On
Host Data Path Medium Grain Clock Gating: On
Digital Right Management Medium Grain Clock Gating: Off
Digital Right Management Light Sleep: Off
Rom Medium Grain Clock Gating: On
Data Fabric Medium Grain Clock Gating: Off
GFX Clocks and Power:
500 MHz (MCLK)
860 MHz (SCLK)
300 MHz (PSTATE_SCLK)
500 MHz (PSTATE_MCLK)
1087 mV (VDDGFX)
37.108 W (average GPU)
GPU Temperature: 52 C
GPU Load: 34 %
UVD: Disabled
VCE: Disabled
The text was updated successfully, but these errors were encountered:
Hey, it would be great if you could extend your script for the AMD R9 Nano series!
I posted all the infos below. Note that the the R9 Nano is only available with the AMD reference design, so there are no different OEM settings (and I can't even find any branding of the OEM on my card).
The text was updated successfully, but these errors were encountered: