Will FreeBSD 15.1 support AMD 9070XT GPUs?

Angband from a DRM (Direct Rendering Manager) perspective 9070XT (the same for the 9060 XT) will be supported on 15.1 with the new drm-612-kmod (see D56888), though the existing gpu firmware package will need to be updated.

I.e for the 9070 (XT) according to the documentation you will need these firmware files:
  • DCN 4.0.1
  • GC 12.0.1
  • VCN 5.0.0
  • SDMA 7.0.1
  • MP0/1 14.0.3
As the current gpu-firmware-amd-kmod does not provide all of these binaries you will have to manually build the port point to at least the 20250808_2 github tag. A newer firmware version may be needed to fix board specific issues but at least this tag should boot.
 
As the current gpu-firmware-amd-kmod does not provide all of these binaries you will have to manually build the port point to at least the 20250808_2 github tag.
Fahrenheit, do you have any tip on how to build the port to the 20250808_2 tag? Where do I start? I can see those dc, dcn, vcn, sdma subdirectories in /usr/ports/graphics/gpu-firmware-amd-kmod/. There are not yet any '*dcn_4*' for example, but I guess they'll appear as the new drm-612-kmod gets pulled whenever that happens.

How do I 'build to the 20250808_2' tag?
 
Back
Top