drm/amdgpu: enable GPU reset by default on Navi
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Jan 2020 19:31:49 +0000 (14:31 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Jan 2020 21:46:45 +0000 (16:46 -0500)
Has been working fine for a while.

Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

index 990f8e6..2f15e2f 100644 (file)
@@ -3760,6 +3760,9 @@ bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev)
                case CHIP_VEGA12:
                case CHIP_RAVEN:
                case CHIP_ARCTURUS:
+               case CHIP_NAVI10:
+               case CHIP_NAVI14:
+               case CHIP_NAVI12:
                        break;
                default:
                        goto disabled;