AMDGPU: Difference between revisions
Created page with "<tt>amdgpu</tt> is the kernel driver for modern AMD video hardware. ==Firmware== AMDGPU is dependent on many firmware files, usually distributed from the [https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ linux-firmware] git. Necessary firmware files can be found via <tt>modinfo amdgpu | grep ^firmware:</tt>. ==Module parameters== Parameters can be specified on the kernel command line via <tt>amdgpu.PARAM=VALUE</tt>, or in a modprobe <tt>conf..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<tt>amdgpu</tt> is the kernel driver for modern AMD video hardware. | <tt>amdgpu</tt> is the kernel driver for modern AMD video hardware. AMD gave me a fabulous Radeon RX 9070 XT, replacing an RTX2080ti. | ||
==Firmware== | ==Firmware== | ||