[Public] Reviewed-by: Alex Deucher <[email protected]> ________________________________ From: VURDIGERENATARAJ, CHANDAN <[email protected]> Sent: Tuesday, January 11, 2022 10:25 AM To: Deucher, Alexander <[email protected]> Cc: [email protected] <[email protected]>; VURDIGERENATARAJ, CHANDAN <[email protected]> Subject: [PATCH] drm/amdgpu: Enable recovery on yellow carp
Add yellow carp to devices which support recovery Signed-off-by: CHANDAN VURDIGERE NATARAJ <[email protected]> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index f0fc015bd11e..2f519cbe7af9 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -4473,6 +4473,7 @@ bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev) case CHIP_BEIGE_GOBY: case CHIP_VANGOGH: case CHIP_ALDEBARAN: + case CHIP_YELLOW_CARP: break; default: goto disabled; -- 2.25.1
