[Bug 283750] fwget: Add needed firmware for Radeon 740M GPU
Date: Mon, 30 Dec 2024 19:43:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283750 Bug ID: 283750 Summary: fwget: Add needed firmware for Radeon 740M GPU Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: decke@FreeBSD.org Created attachment 256299 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256299&action=edit fwget-add-740m I got a new toy with Radeon 740M which works great on FreeBSD 14.2-RELEASE as soon as the correct firmware is installed so let's fwget teach about it. root@bhyve:~ # dmesg | grep CPU CPU: AMD Ryzen 5 PRO 8500GE w/ Radeon 740M Graphics (3400.15-MHz K8-class CPU) FreeBSD/SMP: Multiprocessor System Detected: 12 CPUs cpu0: <ACPI CPU> on acpi0 root@bhyve:~ # pciconf -lv vgapci0@pci0:4:0:0 vgapci0@pci0:4:0:0: class=0x030000 rev=0xd7 hdr=0x00 vendor=0x1002 device=0x15c8 subvendor=0x17aa subdevice=0x334a vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'Phoenix2' class = display subclass = VGA root@bhyve:~ # dmesg | grep successfully drmn0: successfully loaded firmware image 'amdgpu/gc_11_0_4_mes_2.bin' drmn0: successfully loaded firmware image 'amdgpu/gc_11_0_4_mes1.bin' drmn0: successfully loaded firmware image 'amdgpu/psp_13_0_11_toc.bin' drmn0: successfully loaded firmware image 'amdgpu/psp_13_0_11_ta.bin' drmn0: successfully loaded firmware image 'amdgpu/dcn_3_1_4_dmcub.bin' drmn0: successfully loaded firmware image 'amdgpu/gc_11_0_4_imu.bin' drmn0: successfully loaded firmware image 'amdgpu/gc_11_0_4_pfp.bin' drmn0: successfully loaded firmware image 'amdgpu/gc_11_0_4_me.bin' drmn0: successfully loaded firmware image 'amdgpu/gc_11_0_4_rlc.bin' drmn0: successfully loaded firmware image 'amdgpu/gc_11_0_4_mec.bin' drmn0: successfully loaded firmware image 'amdgpu/sdma_6_0_1.bin' drmn0: successfully loaded firmware image 'amdgpu/vcn_4_0_2.bin' drmn0: SMU is initialized successfully! [drm] VCN decode and encode initialized successfully(under DPG Mode). -- You are receiving this mail because: You are the assignee for the bug.