Re: [PATCH] drm/amdgpu: fix leftover drm_gem_object_put_unlocked call

2020-05-22 Thread Emil Velikov
On Fri, 22 May 2020 at 20:43, Emil Velikov wrote: > > On Fri, 22 May 2020 at 20:38, Simon Ser wrote: > > > > drm_gem_object_put_unlocked has been renamed to drm_gem_object_put. > > > > Signed-off-by: Simon Ser > > Fixes: e07ddb0ce7cd ("drm/amd: remove _unlocked suffix in > > drm_gem_object_put_

Re: [PATCH] drm/amdgpu: fix leftover drm_gem_object_put_unlocked call

2020-05-22 Thread Emil Velikov
On Fri, 22 May 2020 at 20:38, Simon Ser wrote: > > drm_gem_object_put_unlocked has been renamed to drm_gem_object_put. > > Signed-off-by: Simon Ser > Fixes: e07ddb0ce7cd ("drm/amd: remove _unlocked suffix in > drm_gem_object_put_unlocked") Wrong tag it seems. At that commit, the amdgpu code uses

Re: [PATCH] drm/amdgpu: fix leftover drm_gem_object_put_unlocked call

2020-05-22 Thread Felix Kuehling
Am 2020-05-22 um 3:38 p.m. schrieb Simon Ser: > drm_gem_object_put_unlocked has been renamed to drm_gem_object_put. Alex, I guess you'll need to apply this patch when you include e07ddb0ce7cd in a pull request to Dave Airlie. I don't think it makes sense to apply this on amd-kfd-staging until the

[PATCH] drm/amdgpu: fix leftover drm_gem_object_put_unlocked call

2020-05-22 Thread Simon Ser
drm_gem_object_put_unlocked has been renamed to drm_gem_object_put. Signed-off-by: Simon Ser Fixes: e07ddb0ce7cd ("drm/amd: remove _unlocked suffix in drm_gem_object_put_unlocked") Cc: Alex Deucher Cc: Christian König Cc: David (ChunMing) Zhou Cc: Emil Velikov --- drivers/gpu/drm/amd/amdgpu