From: Andrey Grodzovsky Date: Tue, 11 Dec 2018 20:31:35 +0000 (-0500) Subject: drm/amdgpu: Enable GPU recovery by default for CI X-Git-Tag: v5.4-rc1~1841^2~9^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc42d47ce0118e2f59a67ac0b0da56f9dc454bd9;p=platform%2Fkernel%2Flinux-rpi.git drm/amdgpu: Enable GPU recovery by default for CI I retested Bonaire (gfx7 dGPU) and it works fine. Signed-off-by: Andrey Grodzovsky Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index ef36cc5..b60afea 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) if (amdgpu_gpu_recovery == -1) { switch (adev->asic_type) { + case CHIP_BONAIRE: + case CHIP_HAWAII: case CHIP_TOPAZ: case CHIP_TONGA: case CHIP_FIJI: