diff options
author | CHANDAN VURDIGERE NATARAJ <chandan.vurdigerenataraj@amd.com> | 2022-01-11 19:02:26 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-01-14 18:06:44 -0500 |
commit | 4175c32be5ef0ff254d6931931ec412e8029c32a (patch) | |
tree | bc8acbaf3f42a81ae33fd614e838b97b290b03a4 /drivers/gpu/drm | |
parent | 4efdddbce7c1329f00c458e85dcaf105aebdc0ed (diff) |
drm/amdgpu: Enable recovery on yellow carp
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>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index cf7fad88c138..cde34129e23a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -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; |