]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaef97eefce9869a1f5a3815172d8f48220db7723
treeb580c4ef089c960f88c76b6ab668ad4e71d4b083
parent317b3d0cee88c05fc2fd33276d0eee6d1685311a
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