git: d57d6236f9bd - main - fwget: Add needed firmware for Radeon 740M GPU
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 11:52:52 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/src/commit/?id=d57d6236f9bd35ef3106e8d32e3bf9d88e664f3d commit d57d6236f9bd35ef3106e8d32e3bf9d88e664f3d Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2025-01-12 11:50:13 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2025-01-12 11:50:13 +0000 fwget: Add needed firmware for Radeon 740M GPU PR: 283750 Approved by: manu MFC after: 4 weeks --- 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 7ad41be12d57..98ecd5aaf236 100644 --- a/usr.sbin/fwget/pci/pci_video_amd +++ b/usr.sbin/fwget/pci/pci_video_amd @@ -153,6 +153,13 @@ pci_video_amd() addpkg "gpu-firmware-amd-kmod-sdma-6-0-1" addpkg "gpu-firmware-amd-kmod-vcn-4-0-2" ;; + 0x15c8) + addpkg "gpu-firmware-amd-kmod-dcn-3-1-4" + addpkg "gpu-firmware-amd-kmod-gc-11-0-4" + addpkg "gpu-firmware-amd-kmod-psp-13-0-11" + addpkg "gpu-firmware-amd-kmod-sdma-6-0-1" + addpkg "gpu-firmware-amd-kmod-vcn-4-0-2" + ;; 0x164e) addpkg "gpu-firmware-amd-kmod-gc-10-3-6" addpkg "gpu-firmware-amd-kmod-psp-13-0-5"