drm/amdgpu: Add mem_sync implementation for all the ASICs.
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Fri, 8 May 2020 18:34:26 +0000 (14:34 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 May 2020 15:24:21 +0000 (11:24 -0400)
commit2f9ce2a3860588803dc2ce4c866c06b29f5a201c
treeb580c4ef089c960f88c76b6ab668ad4e71d4b083
parent22301177dbcb99eb1101ed5698c5b2239d024f8f
drm/amdgpu: Add mem_sync implementation for all the ASICs.

Implement the .mem_sync hook defined earlier.

v2: Rename functions

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Luben Tuikov <luben.tuikov@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c