drm/amdgpu: Enable recovery on aldebaran
authorLijo Lazar <lijo.lazar@amd.com>
Tue, 23 Mar 2021 10:50:50 +0000 (18:50 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Apr 2021 20:46:29 +0000 (16:46 -0400)
Add aldebaran to devices which support recovery

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

index 2c66fb1..319d696 100644 (file)
@@ -4192,6 +4192,7 @@ bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev)
                case CHIP_NAVY_FLOUNDER:
                case CHIP_DIMGREY_CAVEFISH:
                case CHIP_VANGOGH:
+               case CHIP_ALDEBARAN:
                        break;
                default:
                        goto disabled;