aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2020-01-16 12:39:50 +0800
committerAlex Deucher <alexander.deucher@amd.com>2020-01-16 13:40:54 -0500
commite9d4cf918f70c6df87265d561aeab8d73397771b (patch)
tree39ed223155160359913b85cb6d88081fdec5173a /drivers/gpu/drm/amd/amdgpu
parentdrm/amdgpu: check if driver should try recovery in ras recovery path (diff)
downloadlinux-dev-e9d4cf918f70c6df87265d561aeab8d73397771b.tar.xz
linux-dev-e9d4cf918f70c6df87265d561aeab8d73397771b.zip
drm/amdgpu: add arcturus to gpu recovery check code path
support check if dirver should try gpu recovery for arcturus Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Guchun Chen <guchun.chen@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 1bbea9669204..d3eff4c6289a 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -3758,6 +3758,7 @@ bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev)
case CHIP_VEGA10:
case CHIP_VEGA12:
case CHIP_RAVEN:
+ case CHIP_ARCTURUS:
break;
default:
goto disabled;