amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] KFD upstreaming Nov 2018, part 2
@ 2018-11-21  3:07 Kuehling, Felix
       [not found] ` <1542769636-2976-1-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Kuehling, Felix @ 2018-11-21  3:07 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	oded.gabbay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
  Cc: Kuehling, Felix

This round adds support for more ROCm memory manager features:
* VRAM limit checking to avoid overcommitment
* DMABuf import for graphics interoperability
* Support for mapping doorbells into GPUVM address space

Felix Kuehling (4):
  drm/amdgpu: Add KFD VRAM limit checking
  drm/amdkfd: Add NULL-pointer check
  drm/amdkfd: Add DMABuf import functionality
  drm/amdkfd: Add support for doorbell BOs

 drivers/gpu/drm/amd/amdgpu/amdgpu.h              |   7 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c       | 109 ++++++++++++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h       |  19 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 170 ++++++++++++++++++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.h          |   2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c       |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c        |   4 +-
 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c         | 124 ++++++++++++++++-
 drivers/gpu/drm/amd/amdkfd/kfd_priv.h            |   1 +
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c        |  20 ++-
 drivers/gpu/drm/amd/include/kgd_kfd_interface.h  |   4 +-
 include/uapi/linux/kfd_ioctl.h                   |  26 +++-
 12 files changed, 423 insertions(+), 65 deletions(-)

-- 
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2018-12-04 15:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-21  3:07 [PATCH 0/4] KFD upstreaming Nov 2018, part 2 Kuehling, Felix
     [not found] ` <1542769636-2976-1-git-send-email-Felix.Kuehling-5C7GfCeVMHo@public.gmane.org>
2018-11-21  3:07   ` [PATCH 1/4] drm/amdgpu: Add KFD VRAM limit checking Kuehling, Felix
2018-11-21  3:07   ` [PATCH 2/4] drm/amdkfd: Add NULL-pointer check Kuehling, Felix
2018-11-21  3:07   ` [PATCH 3/4] drm/amdkfd: Add DMABuf import functionality Kuehling, Felix
2018-11-21  3:07   ` [PATCH 4/4] drm/amdkfd: Add support for doorbell BOs Kuehling, Felix
2018-12-04  0:05   ` [PATCH 0/4] KFD upstreaming Nov 2018, part 2 Kuehling, Felix
     [not found]     ` <f866486f-991d-466d-6594-9e16a8526b71-5C7GfCeVMHo@public.gmane.org>
2018-12-04 15:13       ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).