OSDN Git Service

drm/amdgpu: add arcturus to gpu recovery check code path
authorHawking Zhang <Hawking.Zhang@amd.com>
Thu, 16 Jan 2020 04:39:50 +0000 (12:39 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 16 Jan 2020 18:40:54 +0000 (13:40 -0500)
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

index 1bbea96..d3eff4c 100644 (file)
@@ -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;