drm/amdkfd: remove an unnecessary amdgpu_bo_ref
authorLang Yu <Lang.Yu@amd.com>
Mon, 25 Jul 2022 07:06:55 +0000 (15:06 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Jul 2022 20:26:01 +0000 (16:26 -0400)
commite22ec18750be01298763b10f7056ec8edfbf064f
tree516ce88371fb6fc6ecfdf6227e5d6c76e7ff3ccc
parent674b9e08a02903fef75beadca0df490348d8f560
drm/amdkfd: remove an unnecessary amdgpu_bo_ref

No need to reference the BO here, dmabuf framework will handle that.

Signed-off-by: Lang Yu <Lang.Yu@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c