Skip to content

Commit 4175c32

Browse files
CHANDAN VURDIGERE NATARAJalexdeucher
authored andcommitted
drm/amdgpu: Enable recovery on yellow carp
Add yellow carp to devices which support recovery Signed-off-by: CHANDAN VURDIGERE NATARAJ <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 4efdddb commit 4175c32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4474,6 +4474,7 @@ bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev)
44744474
case CHIP_BEIGE_GOBY:
44754475
case CHIP_VANGOGH:
44764476
case CHIP_ALDEBARAN:
4477+
case CHIP_YELLOW_CARP:
44774478
break;
44784479
default:
44794480
goto disabled;

0 commit comments

Comments
 (0)