]> www.infradead.org Git - nvme.git/commit
drm/amdgpu: fix ras UE error injection failure issue
authorYiPeng Chai <YiPeng.Chai@amd.com>
Fri, 19 Jul 2024 12:43:04 +0000 (20:43 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 23 Jul 2024 21:43:06 +0000 (17:43 -0400)
commit8284951a6e79c6806c675e5f68a4cd425dd56bc4
tree2d0594cd7f07a24ff8c5f70fa4e5868a6a1e9a72
parent834368eab36922595a402b9e76470f8efa2fac7f
drm/amdgpu: fix ras UE error injection failure issue

The ras command shared memory is allocated from
VRAM and the response status of the command
buffer will not be zero due to gpu being in
fatal error state after ras UE error injection.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c