drm/amdgpu: Rename entity cleanup finctions.
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Tue, 5 Jun 2018 16:56:26 +0000 (12:56 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Jul 2018 21:38:46 +0000 (16:38 -0500)
commitc49d82800bbf04a6d7d6843c6f2c2ea5746eb26e
tree117c814d8ba609ed6db60f6a4e4b8e587b9ea63b
parent180fc134d712a93a2bbc3d11ed657b5208e6f90f
drm/amdgpu: Rename entity cleanup finctions.

Everything in the flush code path (i.e. waiting for SW queue
to become empty) names with *_flush()
and everything in the release code path names *_fini()

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Suggested-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c