drm/syncobj: Rename fence_get to find_fence
authorJason Ekstrand <jason@jlekstrand.net>
Fri, 25 Aug 2017 17:52:19 +0000 (10:52 -0700)
committerDave Airlie <airlied@redhat.com>
Mon, 28 Aug 2017 20:17:37 +0000 (06:17 +1000)
commitafaf59237843bf89823c33143beca6b262dff0ca
tree3f1eaa02084f7985926a8bace3b8a048b2ed167e
parent71f23543d3026d835ca1741e57e7eb4baeca63dc
drm/syncobj: Rename fence_get to find_fence

The function has far more in common with drm_syncobj_find than with
any in the get/put functions.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Acked-by: Christian König <christian.koenig@amd.com> (v1)
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
drivers/gpu/drm/drm_syncobj.c
include/drm/drm_syncobj.h