Date: Thu, 26 Feb 2026 10:29:40 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 293461] Multiple identical GPUs cause failure to create sysctl hw.dri.X. Message-ID: <bug-293461-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293461 Bug ID: 293461 Summary: Multiple identical GPUs cause failure to create sysctl hw.dri.X. Product: Base System Version: Unspecified Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: martin@kristensen.uk Created attachment 268374 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=268374&action=edit dmesg from the machine in question. On an EPYC 7003 series server with four identical Instinct MI50 GPUs, sysctl for hw.dri.0 and hw.dri.1 are created but hw.dri.2 and hw.dri.3 are not. Possibly causing the inability of the Vulkan loader to enumerate the devices. /dev/dri/cardX and renderDX devices exist for all four cards, but vulkan is only able to load drivers for card0 and card1. dmesg shows two instances of "sysctl_add_oid: can't re-use a leaf (hw.dri.1.name). # pciconf -lv vgapci0@pci0:198:0:0: class=0x030000 rev=0x00 hdr=0x00 vendor=0x1002 device=0x66a0 subvendor=0x1002 subdevice=0x081e vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'Vega 20 [Radeon Pro/Radeon Instinct]' class = display -- vgapci1@pci0:200:0:0: class=0x030000 rev=0x41 hdr=0x00 vendor=0x1a03 device=0x2000 subvendor=0x1a03 subdevice=0x2000 vendor = 'ASPEED Technology, Inc.' device = 'ASPEED Graphics Family' class = display -- vgapci2@pci0:131:0:0: class=0x030000 rev=0x00 hdr=0x00 vendor=0x1002 device=0x66a0 subvendor=0x1002 subdevice=0x081e vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'Vega 20 [Radeon Pro/Radeon Instinct]' class = display -- vgapci3@pci0:67:0:0: class=0x030000 rev=0x00 hdr=0x00 vendor=0x1002 device=0x66a0 subvendor=0x1002 subdevice=0x081e vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'Vega 20 [Radeon Pro/Radeon Instinct]' class = display -- vgapci4@pci0:3:0:0: class=0x030000 rev=0x00 hdr=0x00 vendor=0x1002 device=0x66a0 subvendor=0x1002 subdevice=0x081e vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'Vega 20 [Radeon Pro/Radeon Instinct]' class = display The results are the same on 15-RELEASE and 16-CURRENT from early February 2026. Mesa-dri and mesa-devel drivers produce the same results. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293461-227>
