Is there a working/stable AMDGPU 'Raphael' driver available yet?

My CPU is an AMD Ryzen 9 7900, so it has integrated Radeon graphics GPU (Raphael).

A year ago or so I tried to find a working driver for 'Raphael' but one didn't exist then.

Is there one available yet?

See this thread for more background info - I ended up using the SCFB driver as a workaround:
 
hello op,
I have a Ryzen 7900 + RX 7900 GRE, and it works ok.
By this thread, the driver is working for the 7900x using the port graphics/drm-kmod. We can assume that the 7900 should work.

My installation process (I'm not using ports)
Code:
pkg install drm-kmod
pkg install xf86-video-amdgpu
sysrc kld_list+=amdgpu

edit the /usr/local/etc/X11/xorg.conf.d/20-amdgpu.conf
```
Section "Device"
    Identifier "AMD GPU"
    Driver "amdgpu"
    Option "TearFree" "true"
    Option "SWCursor" "true"
EndSection
```
 
hello op,
I have a Ryzen 7900 + RX 7900 GRE, and it works ok.
By this thread, the driver is working for the 7900x using the port graphics/drm-kmod. We can assume that the 7900 should work.

My installation process (I'm not using ports)
Code:
pkg install drm-kmod
pkg install xf86-video-amdgpu
sysrc kld_list+=amdgpu

edit the /usr/local/etc/X11/xorg.conf.d/20-amdgpu.conf
```
Section "Device"
    Identifier "AMD GPU"
    Driver "amdgpu"
    Option "TearFree" "true"
    Option "SWCursor" "true"
EndSection
```

Wow, thanks so much for this - a Raphael driver exists finally!

I shall give this a try and see if it works.

Due to system instability after the upgrades done last night to update my userland, it seems I might need to do a full reinstall of 14.3-RELEASE, so I have some more fun ahead. At least I know how to install a working ethernet driver and now video driver so once up and running again things should be better.
 
Back
Top