RE: [PATCH] drm/amdkfd: Allocate doorbells only when needed

2022-09-01 Thread Bhardwaj, Rajneesh
s...@amd.com>> Sent: Monday, August 22, 2022 10:10 AM To: Kuehling, Felix mailto:felix.kuehl...@amd.com>>; amd-gfx@lists.freedesktop.org<mailto:amd-gfx@lists.freedesktop.org> mailto:amd-gfx@lists.freedesktop.org>> Subject: RE: [PATCH] drm/amdkfd: Allocate doorbells only

Re: [PATCH] drm/amdkfd: Allocate doorbells only when needed

2022-08-23 Thread Russell, Kent
freedesktop.org > Subject: [PATCH] drm/amdkfd: Allocate doorbells only when needed > > Only allocate doorbells when the first queue is created on a GPU or the > doorbells need to be mapped into CPU or GPU virtual address space. This > avoids allocating doorbells unnecessarily and can all

RE: [PATCH] drm/amdkfd: Allocate doorbells only when needed

2022-08-22 Thread Russell, Kent
[PATCH] drm/amdkfd: Allocate doorbells only when needed > > Only allocate doorbells when the first queue is created on a GPU or the > doorbells need to be mapped into CPU or GPU virtual address space. This > avoids allocating doorbells unnecessarily and can allow more processes >

[PATCH] drm/amdkfd: Allocate doorbells only when needed

2022-08-03 Thread Felix Kuehling
Only allocate doorbells when the first queue is created on a GPU or the doorbells need to be mapped into CPU or GPU virtual address space. This avoids allocating doorbells unnecessarily and can allow more processes to use KFD on multi-GPU systems. Signed-off-by: Felix Kuehling ---