drm/amdgpu: Enable recovery on yellow carp
authorCHANDAN VURDIGERE NATARAJ <chandan.vurdigerenataraj@amd.com>
Tue, 11 Jan 2022 13:32:26 +0000 (19:02 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Jan 2022 22:52:50 +0000 (17:52 -0500)
Add yellow carp to devices which support recovery

Signed-off-by: CHANDAN VURDIGERE NATARAJ <chandan.vurdigerenataraj@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

index 7dd7ef7..26debfd 100644 (file)
@@ -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;