diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2020-01-27 14:35:10 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-01-27 16:46:45 -0500 |
commit | 2cb44fb09305e23fe60dbfcccad3f8c4028749f1 (patch) | |
tree | cfb78988b22294c455ff395f5034f0c36ded30f5 /drivers/gpu | |
parent | 658c663947b04b1f8a2fd061a3ef767983c880e5 (diff) | |
download | linux-2cb44fb09305e23fe60dbfcccad3f8c4028749f1.tar.bz2 |
drm/amdgpu: enable GPU reset by default on renoir
Everything is in place.
Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-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 2f15e2f6d336..39cd545976b7 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -3760,6 +3760,7 @@ bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev) case CHIP_VEGA12: case CHIP_RAVEN: case CHIP_ARCTURUS: + case CHIP_RENOIR: case CHIP_NAVI10: case CHIP_NAVI14: case CHIP_NAVI12: |