diff options
| author | Lijo Lazar <[email protected]> | 2021-03-23 18:50:50 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-04-09 16:46:29 -0400 |
| commit | ea4e96a7b3e7a8e23e81d0c8faca0fbb3f4679bb (patch) | |
| tree | 7ac379c77da829acc740811aaf17a263ad28dd89 | |
| parent | 142600e854b17f7dac25c8f971c030bb1700d2b6 (diff) | |
drm/amdgpu: Enable recovery on aldebaran
Add aldebaran to devices which support recovery
Signed-off-by: Lijo Lazar <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index 2c66fb144d55..319d69646a13 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -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; |