NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: amdgpu not attaching on 10.1/amd64 ?



On Fri, 2 May 2025, Andrew Randrianasulu wrote:

In NetBSD 10.1/amd64 it does not show up in glxinfo output, and manually doing

modload amdgpu leaves no traces in dmesg


No, that doesn't work. You have to either,

a) load all the reqd. kernel modules in /boot.cfg, or,
b) compile the driver into the kernel

for the driver to "take".

For a) see the "load" commands in:

https://gnats.netbsd.org/57207

01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X]
[...]
01:00.0 0300: 1002:699f (rev c7) (prog-if 00 [VGA controller])


Looks like a supported card. See list here:

https://github.com/NetBSD/src/blob/netbsd-10/sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_drv.c#L957

-RVP


Home | Main Index | Thread Index | Old Index