Commit 4175c32b authored by CHANDAN VURDIGERE NATARAJ's avatar CHANDAN VURDIGERE NATARAJ Committed by Alex Deucher

drm/amdgpu: Enable recovery on yellow carp

Add yellow carp to devices which support recovery
Signed-off-by: default avatarCHANDAN VURDIGERE NATARAJ <chandan.vurdigerenataraj@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4efdddbc
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment