]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
drm/amdkfd: Delete unnecessary register settings
authorYong Zhao <Yong.Zhao@amd.com>
Fri, 12 Oct 2018 19:12:20 +0000 (15:12 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Nov 2018 19:21:05 +0000 (14:21 -0500)
commitf4f859408cad43c4b7c1ae91d87dbe33929bc8e2
treec8db40b664752b67b7491a44aa1b2c8afa236c9d
parent17e4bd6cb888838fa8be6262ab47a201fcccbcd7
drm/amdkfd: Delete unnecessary register settings

Those register settings have been performed in amdgpu initialization
gfxhub_v1_0_setup_vmid_config() and mmhub_v1_0_setup_vmid_config().
So no need to do it again in kfd.

Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@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_amdkfd_gfx_v9.c