]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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 2c66fb144d5550a6f7a741b713bfa6e4fa4b0df4..319d69646a13a047d583f5cfd0f1df5471301a2a 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;