Date: Wed, 17 Jan 2024 10:12:00 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6caa19a08b84 - main - fwget: Use versioned packages for RDNA3 firmware Message-ID: <202401171012.40HAC08e038312@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=6caa19a08b846f437f22920f61795e598cdf9f5e commit 6caa19a08b846f437f22920f61795e598cdf9f5e Author: Goran Mekić <meka@tilda.center> AuthorDate: 2024-01-17 10:10:49 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-01-17 10:10:49 +0000 fwget: Use versioned packages for RDNA3 firmware Fixes: f59662030254 ("fwget: Update for Radeon RX 7900 XT (RDNA3) PCI-ID") Pointy hat to: manu --- usr.sbin/fwget/pci/pci_video_amd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.sbin/fwget/pci/pci_video_amd b/usr.sbin/fwget/pci/pci_video_amd index 2a1de7ccf574..1cea101d6465 100644 --- a/usr.sbin/fwget/pci/pci_video_amd +++ b/usr.sbin/fwget/pci/pci_video_amd @@ -136,12 +136,12 @@ pci_video_amd() addpkg "gpu-firmware-amd-kmod-beige-goby" ;; 0x744c) - addpkg "gpu-firmware-amd-kmod-dcn" - addpkg "gpu-firmware-amd-kmod-gc" - addpkg "gpu-firmware-amd-kmod-psp" - addpkg "gpu-firmware-amd-kmod-smu" - addpkg "gpu-firmware-amd-kmod-sdma" - addpkg "gpu-firmware-amd-kmod-vcn" + addpkg "gpu-firmware-amd-kmod-dcn-3-2-0" + addpkg "gpu-firmware-amd-kmod-gc-11-0-0" + addpkg "gpu-firmware-amd-kmod-psp-13-0-0" + addpkg "gpu-firmware-amd-kmod-sdma-6-0-0" + addpkg "gpu-firmware-amd-kmod-smu-13-0-0" + addpkg "gpu-firmware-amd-kmod-vcn-4-0-0" ;; esac }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401171012.40HAC08e038312>