]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6c32428e1e553e3bac5a929bbf42acb637d5266
tree10829fba8bc969cd575fa4d0b6db783c0437e5ec
parentb1ef671b0840c0c1e64ea6583f737546b4e81ccc
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