]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: remove the clear of MCA_ADDR
authorTao Zhou <tao.zhou1@amd.com>
Mon, 29 Jul 2019 02:28:57 +0000 (10:28 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Aug 2019 15:30:38 +0000 (10:30 -0500)
commit2b332b4199e46882f0badaf65a2edf8bfbabd490
treef6371b6cd3a075e94db46f3dff2456daf077ce27
parent11eb4ea57140a9e959a6d318531289b6fd81c828
drm/amdgpu: remove the clear of MCA_ADDR

clearing MCA_STATUS is enough to reset the whole MCA, writing zero to
MCA_ADDR is unnecessary

Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/umc_v6_1.c