]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6bfe6076188596b7149a9b836ebe84292477ef27
tree117c814d8ba609ed6db60f6a4e4b8e587b9ea63b
parent246f09d1c6361fe658eedb4b2c9c819a8940dfc6
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