diff options
author | Andrey Grodzovsky <andrey.grodzovsky@amd.com> | 2018-12-11 15:31:35 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-12-12 14:26:40 -0500 |
commit | fc42d47ce0118e2f59a67ac0b0da56f9dc454bd9 (patch) | |
tree | 0e1b59dc0286ad4b69f52a7616d10bdacef40505 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | 922454c2e77c58062c81d33c564c5133343ab3e9 (diff) |
drm/amdgpu: Enable GPU recovery by default for CI
I retested Bonaire (gfx7 dGPU) and it works fine.
Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index ef36cc595985..b60afeade50a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |||
@@ -3258,6 +3258,8 @@ bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev) | |||
3258 | 3258 | ||
3259 | if (amdgpu_gpu_recovery == -1) { | 3259 | if (amdgpu_gpu_recovery == -1) { |
3260 | switch (adev->asic_type) { | 3260 | switch (adev->asic_type) { |
3261 | case CHIP_BONAIRE: | ||
3262 | case CHIP_HAWAII: | ||
3261 | case CHIP_TOPAZ: | 3263 | case CHIP_TOPAZ: |
3262 | case CHIP_TONGA: | 3264 | case CHIP_TONGA: |
3263 | case CHIP_FIJI: | 3265 | case CHIP_FIJI: |