aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2020-01-27 14:35:10 -0500
committerAlex Deucher <alexander.deucher@amd.com>2020-01-27 16:46:45 -0500
commit2cb44fb09305e23fe60dbfcccad3f8c4028749f1 (patch)
treecfb78988b22294c455ff395f5034f0c36ded30f5 /drivers/gpu/drm/amd/amdgpu
parentdrm/amdgpu: enable GPU reset by default on Navi (diff)
downloadlinux-dev-2cb44fb09305e23fe60dbfcccad3f8c4028749f1.tar.xz
linux-dev-2cb44fb09305e23fe60dbfcccad3f8c4028749f1.zip
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/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c1
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: