diff options
author | Chengming Gui <Jack.Gui@amd.com> | 2021-04-26 10:18:10 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-06-30 06:18:56 +0200 |
commit | a2f55040cfbe7b208dc079232326fab86f2790c2 (patch) | |
tree | ff37e57aa601ae04b3ebb83d45c6cfbb41814d92 /drivers/gpu | |
parent | amdgpu/pm: remove code duplication in show_power_cap calls (diff) | |
download | linux-a2f55040cfbe7b208dc079232326fab86f2790c2.tar.xz linux-a2f55040cfbe7b208dc079232326fab86f2790c2.zip |
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.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 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; |