]> 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)
commit6ab7017754a4a74148ccc400d106bbe601bb0371
tree10829fba8bc969cd575fa4d0b6db783c0437e5ec
parent3209e2db48fb52ba18edb6a5f1cf10751d11a898
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