drm/amdgpu: enable gpu recovery for sienna cichlid
authorLikun Gao <Likun.Gao@amd.com>
Wed, 8 Jul 2020 03:04:16 +0000 (11:04 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 10 Jul 2020 21:41:06 +0000 (17:41 -0400)
Enable gpu recovery for sienna cichlid by default to trigger
gpu recovery once needed.

Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

index 7a610850a646f775cceacd4664cc8d27d499a09f..2913e41f63a50c2783508d8ffc83c1562d9bdc96 100644 (file)
@@ -3936,6 +3936,7 @@ bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev)
                case CHIP_NAVI10:
                case CHIP_NAVI14:
                case CHIP_NAVI12:
+               case CHIP_SIENNA_CICHLID:
                        break;
                default:
                        goto disabled;