aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorCHANDAN VURDIGERE NATARAJ <chandan.vurdigerenataraj@amd.com>2022-01-11 19:02:26 +0530
committerAlex Deucher <alexander.deucher@amd.com>2022-01-14 17:52:50 -0500
commit31425abeda7130e66e61dbd8468502061413631f (patch)
tree641545efe19e2279ab2a2194e8cc2a82f3ff48cb /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentfb825b651de98cafef13e07673eb72d5e2ceb4a9 (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/amd/amdgpu/amdgpu_device.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c1
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 7dd7ef76c720..26debfd3bfb2 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;