Re: [PATCH] gpu/drm/amd/amdkfd/kdf_queue.c: removal of kfd_queue_buffer_put

2025-08-25 Thread Alex Deucher
On Sat, Aug 23, 2025 at 6:11 AM Alex Tran wrote: > > Removed kfd_queue_buffer_put to call amdgpu_bo_unref directly. > > Signed-off-by: Alex Tran > --- > drivers/gpu/drm/amd/amdkfd/kfd_priv.h| 1 - > .../drm/amd/amdkfd/kfd_process_queue_manager.c | 2 +- > drivers/gpu/drm/amd/amdk

[PATCH] gpu/drm/amd/amdkfd/kdf_queue.c: removal of kfd_queue_buffer_put

2025-08-23 Thread Alex Tran
Removed kfd_queue_buffer_put to call amdgpu_bo_unref directly. Signed-off-by: Alex Tran --- drivers/gpu/drm/amd/amdkfd/kfd_priv.h| 1 - .../drm/amd/amdkfd/kfd_process_queue_manager.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_queue.c | 16 +--- 3 files changed,