@yurikoles the issue is still there. reported at the link you provided - issue 1156 - https://gitlab.freedesktop.org/drm/amd/-/issues/1156
Edit: here's a patch to fix it.
001-amdkfd-drm_gem_object_put_unlocked.patch
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 2020-05-30 10:34:11.738183991 -0400
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 2020-05-30 16:01:12.296946979 -0400
@@ -1354,7 +1354,7 @@
}
/* Free the BO*/
- drm_gem_object_put_unlocked(&mem->bo->tbo.base);
+ drm_gem_object_put(&mem->bo->tbo.base);
mutex_destroy(&mem->lock);
kfree(mem);
Pinned Comments
yurikoles commented on 2019-06-07 08:08 (UTC) (edited on 2019-06-07 08:09 (UTC) by yurikoles)
PRs are welcome: https://github.com/yurikoles-aur/linux-drm-tip-git