Which graphics driver for Navi 44 [Radeon RX 9060 XT] ?

Hello!

I just bought a new machine.

I have 15-1 installed on it, and when I try to load amdgpu it crashes and reboots.

I have tried the package drm-kmod and the port with the latest kmod.

Am I trying the wrong driver? Or should I upgrade to current?

Regards,

Per Gunnarsson
 
Hello!

I just bought a new machine.
I have 15-1 installed on it, and when I try to load amdgpu it crashes and reboots.
I have tried the package drm-kmod and the port with the latest kmod.
Am I trying the wrong driver? Or should I upgrade to current?

Thread amd-gpu-support-matrix.102822

obtain a kernel crash dump if the page fault persists with the recommended combo.
if the bt contains references to vm_phys_fictitious_unreg_range() then check this out.
 
Hello!

I tried drm-66-kmod without the patch. I got one crash dump from that one.
I tried drm-66.kmod with the patch. I got another crash dump.

I have two files in the directory core.txt.0 and core.txt.1.
I got two big files too.

I see you hit the same fictitious unregister bug as myself, but I really doubt the second crash dump had the drm actually patched:

#8 vm_phys_fictitious_unreg_range (start=<optimized out>, end=<optimized out>)
at /usr/src/sys/vm/vm_phys.c:1216
pi = <optimized out>
pe = <optimized out>
tmp = {node = {rbe_link = {<optimized out>, <optimized out>,
<optimized out>}}, start = <optimized out>, end = 0,
first_page = <optimized out>}
seg = 0x0

the second argument to the function was 0, which should not have happened if the patch was actually part of the code.
make triple sure your build environment is cleaned before running make on the patched version. explicitly remove the old package from /usr/ports/packages/ etc, remove it from the system, make clean; make package; make install

but based on that amd compatibility table and your card type you should be trying a newer DRM and a newer firmware, read the thread I linked before, I do not have your exact hardware.
 
Hello!

I just bought a new machine.

I have 15-1 installed on it, and when I try to load amdgpu it crashes and reboots.

I have tried the package drm-kmod and the port with the latest kmod.

Am I trying the wrong driver? Or should I upgrade to current?

Regards,

Per Gunnarsson
You have RDNA4 card so you need drm-612-kmod. Check this thread on how to install this driver. It works. Just read the thread carefully because there is some outdated information that was updated in later posts. Also make sure you have motherboard that has resizable bar support because otherwise, this driver may not work. It needs to be enabled in your bios.
 
Back
Top