summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorChengming Gui <Jack.Gui@amd.com>2021-04-26 11:18:10 +0300
committerAlex Deucher <alexander.deucher@amd.com>2021-06-30 07:18:56 +0300
commita2f55040cfbe7b208dc079232326fab86f2790c2 (patch)
treeff37e57aa601ae04b3ebb83d45c6cfbb41814d92 /drivers/gpu
parent91161b06be5729050a11e36366d2db8a679f35b6 (diff)
downloadlinux-a2f55040cfbe7b208dc079232326fab86f2790c2.tar.xz
drm/amd/amdgpu: enable gpu recovery for beige_goby
Enable gpu recovery for beige_goby. Signed-off-by: Chengming Gui <Jack.Gui@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@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.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 130a9adf09ef..b5cce56a2a33 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -4304,6 +4304,7 @@ bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev)
case CHIP_SIENNA_CICHLID:
case CHIP_NAVY_FLOUNDER:
case CHIP_DIMGREY_CAVEFISH:
+ case CHIP_BEIGE_GOBY:
case CHIP_VANGOGH:
case CHIP_ALDEBARAN:
break;