From: Hawking Zhang Date: Thu, 16 Jan 2020 04:39:50 +0000 (+0800) Subject: drm/amdgpu: add arcturus to gpu recovery check code path X-Git-Tag: v5.6-rc1~114^2~6^2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9d4cf918f70c6df87265d561aeab8d73397771b;p=thirdparty%2Flinux.git 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 Reviewed-by: Guchun Chen 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 1bbea96692046..d3eff4c6289a5 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;