NVIDIA GPU driver infrastructure
 help / color / mirror / Atom feed
* [PATCH libdrm 0/2] Add libdrm support for auxbus devices
@ 2026-07-31  6:04 Alistair Popple
  2026-07-31  6:04 ` [PATCH libdrm 1/2] xf86drm: Pass PCI path rather than maj/min when parsing sysfs files Alistair Popple
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alistair Popple @ 2026-07-31  6:04 UTC (permalink / raw)
  To: dri-devel; +Cc: nova-gpu, jhubbard, Alistair Popple

The new Nova[1] NVIDIA GPU driver exposes GPUs as logical devices on an
auxbus. Currently libdrm doesn't support auxbus, so it ignores Nova GPUs
during enumeration. This adds support for devices on an auxbus.

Rather than follow the lead of virtio and resolve the logical auxbus device
back to the physical PCI device, we add a new bus type and associated parser.
This is because in the future a single physical GPU may present multiple auxbus
devices, so it needs to be possible to resolve individual devices even if they
share the same parent GPU.

[1] - https://rust-for-linux.com/nova-gpu-driver

Alistair Popple (2):
  xf86drm: Pass PCI path rather than maj/min when parsing sysfs files
  xf86drm: Expose auxiliary bus GPUs as DRM_BUS_AUXILIARY

 xf86drm.c | 135 +++++++++++++++++++++++++++++++++++++++++++++++-------
 xf86drm.h |  12 +++++
 2 files changed, 130 insertions(+), 17 deletions(-)

-- 
2.54.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-07-31  6:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-31  6:04 [PATCH libdrm 0/2] Add libdrm support for auxbus devices Alistair Popple
2026-07-31  6:04 ` [PATCH libdrm 1/2] xf86drm: Pass PCI path rather than maj/min when parsing sysfs files Alistair Popple
2026-07-31  6:04 ` [PATCH libdrm 2/2] xf86drm: Expose auxiliary bus GPUs as DRM_BUS_AUXILIARY Alistair Popple
2026-07-31  6:04 ` [PATCH 0/2] Add libdrm support for auxbus devices Alistair Popple

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox