Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jun 2026 07:30:25 +0000
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: 5f84c6db7aa1 - main - fwget: amdgpu: Add needed package for Granite Ridge
Message-ID:  <6a266f91.43522.56b2c60d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by manu:

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

commit 5f84c6db7aa16447632c4e6e8959bf28d1bbd8aa
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2026-06-08 07:28:00 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
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"
 			;;


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a266f91.43522.56b2c60d>