From: CHANDAN VURDIGERE NATARAJ Date: Tue, 11 Jan 2022 13:32:26 +0000 (+0530) Subject: drm/amdgpu: Enable recovery on yellow carp X-Git-Tag: v6.1-rc5~1719^2~22^2~290 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31425abeda7130e66e61dbd8468502061413631f;p=platform%2Fkernel%2Flinux-starfive.git drm/amdgpu: Enable recovery on yellow carp Add yellow carp to devices which support recovery Signed-off-by: CHANDAN VURDIGERE NATARAJ Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index 7dd7ef7..26debfd 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -4476,6 +4476,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;