All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Make device links between KFD and GPU device
@ 2025-12-16  6:00 Mario Limonciello (AMD)
  2025-12-16  6:00 ` [PATCH v3 1/2] amdkfd: Only ignore -ENOENT for KFD init failuires Mario Limonciello (AMD)
  2025-12-16  6:00 ` [PATCH v3 2/2] amdkfd: Add device links between kfd device and amdgpu device Mario Limonciello (AMD)
  0 siblings, 2 replies; 9+ messages in thread
From: Mario Limonciello (AMD) @ 2025-12-16  6:00 UTC (permalink / raw)
  To: amd-gfx; +Cc: Mario Limonciello (AMD)

Discovering which GPU device is associated with a KFD node is
relatively awkward right now in userspace.

This series creates a link from KFD to GPU to simplify it
for userspace.

Mario Limonciello (AMD) (2):
  amdkfd: Only ignore -ENOENT for KFD init failuires
  amdkfd: Add device links between kfd device and amdgpu device

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c      |  8 ++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h      |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c      |  4 ++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c         |  6 ++++--
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c       | 17 ++++++++++++++++-
 drivers/gpu/drm/amd/include/kgd_kfd_interface.h |  2 ++
 6 files changed, 35 insertions(+), 3 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-12-16 14:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-16  6:00 [PATCH v3 0/2] Make device links between KFD and GPU device Mario Limonciello (AMD)
2025-12-16  6:00 ` [PATCH v3 1/2] amdkfd: Only ignore -ENOENT for KFD init failuires Mario Limonciello (AMD)
2025-12-16  6:00 ` [PATCH v3 2/2] amdkfd: Add device links between kfd device and amdgpu device Mario Limonciello (AMD)
2025-12-16  6:22   ` Lazar, Lijo
2025-12-16 12:19     ` Mario Limonciello
2025-12-16 12:40       ` Lazar, Lijo
2025-12-16 14:01         ` Mario Limonciello
2025-12-16 14:25           ` Kasiviswanathan, Harish
2025-12-16 14:41             ` Mario Limonciello

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.