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.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.
# cd /usr/ports/graphics/gpu-firmware-amd-kmod/# for FLV in $(make -V FLAVORS); do make package FLAVOR=${FLV}; done# for dir in work-*; do pkg install -y -f $dir/pkg/*.pkg; done