Date: Tue, 2 Apr 2024 05:39:08 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: 2db2566f55b0 - main - fwget: Add needed firmware for Radeon 780M GPU Message-ID: <202404020539.4325d84N076020@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=2db2566f55b06d80e28c932ec30b5730815d95a2 commit 2db2566f55b06d80e28c932ec30b5730815d95a2 Author: Philipp Ost <bsd@philippost.de> AuthorDate: 2024-04-02 05:38:00 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-04-02 05:38:00 +0000 fwget: Add needed firmware for Radeon 780M GPU PR: 278115 --- usr.sbin/fwget/pci/pci_video_amd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/usr.sbin/fwget/pci/pci_video_amd b/usr.sbin/fwget/pci/pci_video_amd index 1cea101d6465..5f89b12dce7c 100644 --- a/usr.sbin/fwget/pci/pci_video_amd +++ b/usr.sbin/fwget/pci/pci_video_amd @@ -143,5 +143,12 @@ pci_video_amd() addpkg "gpu-firmware-amd-kmod-smu-13-0-0" addpkg "gpu-firmware-amd-kmod-vcn-4-0-0" ;; + 0x15bf) + addpkg "gpu-firmware-amd-kmod-gc-11-0-1" + addpkg "gpu-firmware-amd-kmod-psp-13-0-4" + addpkg "gpu-firmware-amd-kmod-dcn-3-1-4" + addpkg "gpu-firmware-amd-kmod-sdma-6-0-1" + addpkg "gpu-firmware-amd-kmod-vcn-4-0-2" + ;; esac }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404020539.4325d84N076020>