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 23:06:44 +0000 (18:06 -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 cf7fad88c1384d27d78cf13c0ffc94c70e1fa345..cde34129e23ab61c100ea61cf8d9c85a44286cec 100644 (file)
@@ -4474,6 +4474,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;