drm/amdkfd: add edc error interrupt handle for poison propogate mode
authorDennis Li <Dennis.Li@amd.com>
Wed, 14 Apr 2021 11:00:34 +0000 (19:00 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 21 Apr 2021 01:35:13 +0000 (21:35 -0400)
commit20161e51dcea2b3ab7924991ba43f8f76bb30fb6
tree10829fba8bc969cd575fa4d0b6db783c0437e5ec
parent611ed9a5a14e5ebdab682bcb37a46016613e6881
drm/amdkfd: add edc error interrupt handle for poison propogate mode

In poison progogate mode, when driver receive the edc error interrupt
from SQ, driver should kill the process by pasid which is using the
poison data, and then trigger GPU reset.

Signed-off-by: Dennis Li <Dennis.Li@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c