Date: Tue, 4 Jun 2024 11:39:00 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c98427285ad3 - stable/14 - fwget: Add needed firmware for Radeon 780M GPU Message-ID: <202406041139.454Bd0GO012888@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=c98427285ad31a352f7234fa5b6ff32d817cfaa7 commit c98427285ad31a352f7234fa5b6ff32d817cfaa7 Author: Philipp Ost <bsd@philippost.de> AuthorDate: 2024-04-02 05:38:00 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-06-04 11:37:48 +0000 fwget: Add needed firmware for Radeon 780M GPU PR: 278115 (cherry picked from commit 2db2566f55b06d80e28c932ec30b5730815d95a2) --- 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?202406041139.454Bd0GO012888>