Skip to content

Commit

Permalink
drm/amdgpu: Enable recovery on yellow carp
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
CHANDAN VURDIGERE NATARAJ authored and Alex Deucher committed Jan 14, 2022
1 parent 4efdddb commit 4175c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4175c32

Please sign in to comment.