drm/amdgpu: only uncorrectable error needs gpu reset
authorTao Zhou <tao.zhou1@amd.com>
Thu, 1 Aug 2019 04:52:54 +0000 (12:52 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Aug 2019 15:30:38 +0000 (10:30 -0500)
commit91ba68f8d5727adb1c17d039af34af0f8297dff3
tree5d1e9c32dbd6e2da26f866ab4d31cfb0da4afd0f
parentb1a5895352dc1a154f1605702745ef2f63a5d797
drm/amdgpu: only uncorrectable error needs gpu reset

we only read error information for correctable error in interrupt
handler, gpu reset is unnecessary since there is no data lost
in correctable error

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/gmc_v9_0.c