]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfd11178e9f61cab12106f9cbea3d04f7dec1287f
tree5d1e9c32dbd6e2da26f866ab4d31cfb0da4afd0f
parent8a787f2c15745f610f05baec7b7ad4f0106c7df4
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