AMDGPU

Revision as of 09:22, 1 November 2025 by Dank (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

amdgpu is the kernel driver for modern AMD video hardware. AMD gave me a fabulous Radeon RX 9070 XT, replacing an RTX2080ti.

Firmware

AMDGPU is dependent on many firmware files, usually distributed from the linux-firmware git. Necessary firmware files can be found via modinfo amdgpu | grep ^firmware:.

Module parameters

Parameters can be specified on the kernel command line via amdgpu.PARAM=VALUE, or in a modprobe conf file via options amdgpu PARAM=VALUE. Current info about the parameters can be found via modinfo amdgpu | grep ^parm:. Each will correspond to a file in /sys/module/amdgpu/parameters.