u/ultilink3

Proxmox won't spin down an old AMD GPU?

I've got a really old Radeon HD 6570 in my newly built server (retired gaming rig), I just need the GPU so it will boot, it's not doing any real work (if I could fully power it off after boot, that would be cool too). However It always seem so be at max fan spin, and afaik (though this is outside my expertise) it's showing up as power_state D0. Looking up GPU and proxmox in the same search always return 'passthrough' result which isn't helpful. Anyone got any ideas?

root@proxmox:~# lspci -k | grep -EA3 'VGA|3D|Display' 
  22:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Turks PRO [Radeon HD 6570/7570/8550 / R5 230]
  Subsystem: Diamond Multimedia Systems Device 6570
  Kernel driver in use: radeon
  Kernel modules: radeon, amdgpu

root@proxmox:~# dmesg | grep radeon
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-7.0.2-4-pve root=/dev/mapper/pve-root ro quiet radeon.si_support=0 amdgpu.si_support=1 radeon.cik_support=0 amdgpu.cik_support=1
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-7.0.2-4-pve root=/dev/mapper/pve-root ro quiet radeon.si_support=0 amdgpu.si_support=1 radeon.cik_support=0 amdgpu.cik_support=1
[    4.671017] [drm] radeon kernel modesetting enabled.
[    5.011705] radeon 0000:22:00.0: vgaarb: deactivate vga console
[    5.012192] radeon 0000:22:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    5.012197] radeon 0000:22:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF
[    5.012302] [drm] radeon: 2048M of VRAM memory ready
[    5.012305] [drm] radeon: 1024M of GTT memory ready.
[    5.020315] [drm] radeon: dpm initialized
[    5.022197] radeon 0000:22:00.0: [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    5.036570] radeon 0000:22:00.0: [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
[    5.036700] radeon 0000:22:00.0: WB enabled
[    5.036703] radeon 0000:22:00.0: fence driver on ring 0 uses gpu addr 0x0000000080000c00
[    5.036707] radeon 0000:22:00.0: fence driver on ring 3 uses gpu addr 0x0000000080000c0c
[    5.037456] radeon 0000:22:00.0: fence driver on ring 5 uses gpu addr 0x0000000000072118
[    5.037788] radeon 0000:22:00.0: radeon: using MSI.
[    5.037834] [drm] radeon: irq initialized.
[    5.231519] radeon 0000:22:00.0: [drm] ring test on 5 succeeded in 2 usecs
[    5.231533] radeon 0000:22:00.0: [drm] UVD initialized successfully.
[    5.887234] radeon 0000:22:00.0: [drm] ib test on ring 5 succeeded
[    5.888085] radeon 0000:22:00.0: [drm] Radeon Display Connectors
[    5.888088] radeon 0000:22:00.0: [drm] Connector 0:
[    5.888091] radeon 0000:22:00.0: [drm]   HDMI-A-1
[    5.888094] radeon 0000:22:00.0: [drm]   HPD3
[    5.888096] radeon 0000:22:00.0: [drm]   DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
[    5.888100] radeon 0000:22:00.0: [drm]   Encoders:
[    5.888103] radeon 0000:22:00.0: [drm]     DFP1: INTERNAL_UNIPHY2
[    5.888106] radeon 0000:22:00.0: [drm] Connector 1:
[    5.888108] radeon 0000:22:00.0: [drm]   DVI-I-1
[    5.888111] radeon 0000:22:00.0: [drm]   HPD1
[    5.888113] radeon 0000:22:00.0: [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[    5.888117] radeon 0000:22:00.0: [drm]   Encoders:
[    5.888119] radeon 0000:22:00.0: [drm]     DFP2: INTERNAL_UNIPHY
[    5.888122] radeon 0000:22:00.0: [drm] Connector 2:
[    5.888124] radeon 0000:22:00.0: [drm]   VGA-1
[    5.888126] radeon 0000:22:00.0: [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    5.888130] radeon 0000:22:00.0: [drm]   Encoders:
[    5.888132] radeon 0000:22:00.0: [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    6.080052] [drm] Initialized radeon 2.51.0 for 0000:22:00.0 on minor 0
[    6.169725] fbcon: radeondrmfb (fb0) is primary device
[    6.307568] radeon 0000:22:00.0: [drm] fb0: radeondrmfb frame buffer device
[    7.706815] snd_hda_intel 0000:22:00.1: bound 0000:22:00.0 (ops radeon_audio_component_bind_ops [radeon])
reddit.com
u/ultilink3 — 2 days ago