Re: [PATCH 3/9] drm/amdkfd: switch over to using drm_exec

2023-04-21 Thread Felix Kuehling
On 2023-02-28 03:34, Christian König wrote: Avoids quite a bit of logic and kmalloc overhead. Not sure what's the status of this patch series. In general I'm in favour. I think it could help with some tricky locking cases for the work we're doing for validating GEM objects in KFD contexts.

[PATCH 3/9] drm/amdkfd: switch over to using drm_exec

2023-02-28 Thread Christian König
Avoids quite a bit of logic and kmalloc overhead. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h| 5 +- .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 302 +++--- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c| 14 +