The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=5f84c6db7aa16447632c4e6e8959bf28d1bbd8aa

commit 5f84c6db7aa16447632c4e6e8959bf28d1bbd8aa
Author:     Emmanuel Vadot <[email protected]>
AuthorDate: 2026-06-08 07:28:00 +0000
Commit:     Emmanuel Vadot <[email protected]>
CommitDate: 2026-06-08 07:30:15 +0000

    fwget: amdgpu: Add needed package for Granite Ridge
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 usr.sbin/fwget/pci/pci_video_amd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/fwget/pci/pci_video_amd b/usr.sbin/fwget/pci/pci_video_amd
index 11f33eef78dd..4c350d92e643 100644
--- a/usr.sbin/fwget/pci/pci_video_amd
+++ b/usr.sbin/fwget/pci/pci_video_amd
@@ -174,10 +174,10 @@ pci_video_amd()
                        addpkg "gpu-firmware-amd-kmod-sdma-6-0-1"
                        addpkg "gpu-firmware-amd-kmod-vcn-4-0-2"
                        ;;
-               0x164e)
+               0x13c0|0x164e)
+                       addpkg "gpu-firmware-amd-kmod-dcn-3-1-5"
                        addpkg "gpu-firmware-amd-kmod-gc-10-3-6"
                        addpkg "gpu-firmware-amd-kmod-psp-13-0-5"
-                       addpkg "gpu-firmware-amd-kmod-dcn-3-1-5"
                        addpkg "gpu-firmware-amd-kmod-sdma-5-2-6"
                        addpkg "gpu-firmware-amd-kmod-vcn-3-1-2"
                        ;;

Reply via email to