drm/amdkfd: Remove unnecessary register setting when invalidating tlb in kfd
authorYong Zhao <Yong.Zhao@amd.com>
Fri, 12 Oct 2018 20:48:04 +0000 (16:48 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Nov 2018 19:21:14 +0000 (14:21 -0500)
commita614aae76057955c914de9bc3fc659c164cd5c2c
tree1c1fb1f567bc63f266935520a34798006543fe23
parent435e2f970995f7bb3fa5b986071e8371bdc75619
drm/amdkfd: Remove unnecessary register setting when invalidating tlb in kfd

Those register settings have been done in gfxhub_v1_0_program_invalidation()
and mmhub_v1_0_program_invalidation().

Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c