]> www.infradead.org Git - users/jedix/linux-maple.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>
Wed, 24 Jul 2024 21:30:23 +0000 (17:30 -0400)
commitafac8c6554ccee54bfd1743755e10af005be3bcf
tree8fb3a221fa2ced5da8d1cb0c2ec707113f271cb8
parent5302d1a06a2cd9855378122a07c9e0942f0f04a9
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>
(cherry picked from commit 8284951a6e79c6806c675e5f68a4cd425dd56bc4)
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c