[Bug 295802] fwget(8) identifies iGPU of Ryzen 9700X incorrectly as Kaveri

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 02 Jun 2026 20:09:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295802

            Bug ID: 295802
           Summary: fwget(8) identifies iGPU of Ryzen 9700X incorrectly as
                    Kaveri
           Product: Base System
           Version: 15.0-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: andreas.kirsch@mailbox.org

The iGPU (RDNA 2) of Ryzen 9700X is detected as a different device (Kaveri) by
fwget(8).


dvl@mybsd:~ % fwget -v
Trying to match device 0x8125 in class network and vendor realtek with
pci_network_realtek
Trying to match device 0x13c0 in class video and vendor amd with pci_video_amd
Needed firmware packages: 'gpu-firmware-amd-kmod-kaveri'
pkg: Insufficient privileges to install packages



dvl@mybsd:~ % sysctl hw.model
hw.model: AMD Ryzen 7 9700X 8-Core Processor             



dvl@mybsd:~ % freebsd-version -kur
15.0-RELEASE-p9
15.0-RELEASE-p9
15.0-RELEASE-p9



root@mybsd:~ # pciconf -lvc  | grep vga
vgapci0@pci0:13:0:0:    class=0x030000 rev=0xc5 hdr=0x00 vendor=0x1002
device=0x13c0 subvendor=0x1849 subdevice=0x364e

root@mybsd:~ # pciconf -lvc vgapci0@pci0:13:0:0 | head -n 5
vgapci0@pci0:13:0:0:    class=0x030000 rev=0xc5 hdr=0x00 vendor=0x1002
device=0x13c0 subvendor=0x1849 subdevice=0x364e
    vendor     = 'Advanced Micro Devices, Inc. [AMD/ATI]'
    device     = 'Granite Ridge [Radeon Graphics]'
    class      = display
    subclass   = VGA



dvl@mybsd:~ % grep -R "1002" /usr/share/misc/pci_vendors | grep "Advanced"
/usr/share/misc/pci_vendors:1002  Advanced Micro Devices, Inc. [AMD/ATI]

dvl@mybsd:~ % grep -R "13c0" /usr/share/misc/pci_vendors | grep Radeon    
/usr/share/misc/pci_vendors:    13c0  Granite Ridge [Radeon Graphics]



dvl@mybsd:~ % glxinfo -B | grep Device
No such file or directory
    Device: AMD Radeon Graphics (radeonsi, raphael_mendocino, LLVM 19.1.7, DRM
3.57, 15.0-RELEASE-p9) (0x13c0)



root@mybsd:~ # pkg info gpu-firmware-amd-kmod*
gpu-firmware-amd-kmod-dcn-3-1-5-20250109.1500068
gpu-firmware-amd-kmod-gc-10-3-6-20250109.1500068
gpu-firmware-amd-kmod-kaveri-20250109.1500068
gpu-firmware-amd-kmod-psp-13-0-5-20250109.1500068
gpu-firmware-amd-kmod-sdma-5-2-6-20250109.1500068
gpu-firmware-amd-kmod-vcn-3-1-2-20250109.1500068



root@mybsd:~ # pkg info drm-*
drm-latest-kmod-6.9.1500068_1  DRM drivers modules



dvl@mybsd:~ % kldstat | egrep 'amdgpu|radeon'
39    1 0xffffffff83600000   7ba930 amdgpu.ko
46    1 0xffffffff83e67000     27e0 amdgpu_psp_13_0_5_toc_bin.ko
47    1 0xffffffff83e6a000    394e0 amdgpu_psp_13_0_5_ta_bin.ko
48    1 0xffffffff83ea4000    3cc80 amdgpu_dcn_3_1_5_dmcub_bin.ko
49    1 0xffffffff83ee1000    425e0 amdgpu_gc_10_3_6_pfp_bin.ko
50    1 0xffffffff83f24000    425e0 amdgpu_gc_10_3_6_me_bin.ko
51    1 0xffffffff83f67000    42560 amdgpu_gc_10_3_6_ce_bin.ko
52    1 0xffffffff83faa000    2d4b0 amdgpu_gc_10_3_6_rlc_bin.ko
53    1 0xffffffff83fd8000    43a90 amdgpu_gc_10_3_6_mec_bin.ko
54    1 0xffffffff8401c000    43a90 amdgpu_gc_10_3_6_mec2_bin.ko
55    1 0xffffffff84060000     a5e0 amdgpu_sdma_5_2_6_bin.ko
56    1 0xffffffff8406b000    8f810 amdgpu_vcn_3_1_2_bin.ko



Referernces:
https://en.wikipedia.org/wiki/RDNA_2#Integrated_graphics_processing_units_(iGPUs)

https://en.wikipedia.org/wiki/List_of_AMD_processors_with_3D_graphics#%22Rembrandt%22_(2022)

https://en.wikipedia.org/wiki/List_of_AMD_processors_with_3D_graphics#%22Kaveri%22_(2014)

-- 
You are receiving this mail because:
You are the assignee for the bug.