[PATCH] drm/amdgpu: Enable recovery on yellow carp

Deucher, Alexander Alexander.Deucher at amd.com
Tue Jan 11 15:28:44 UTC 2022


[Public]

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
________________________________
From: VURDIGERENATARAJ, CHANDAN <CHANDAN.VURDIGERENATARAJ at amd.com>
Sent: Tuesday, January 11, 2022 10:25 AM
To: Deucher, Alexander <Alexander.Deucher at amd.com>
Cc: amd-gfx at lists.freedesktop.org <amd-gfx at lists.freedesktop.org>; VURDIGERENATARAJ, CHANDAN <CHANDAN.VURDIGERENATARAJ at amd.com>
Subject: [PATCH] drm/amdgpu: Enable recovery on yellow carp

Add yellow carp to devices which support recovery

Signed-off-by: CHANDAN VURDIGERE NATARAJ <chandan.vurdigerenataraj at amd.com>

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index f0fc015bd11e..2f519cbe7af9 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -4473,6 +4473,7 @@ bool amdgpu_device_should_recover_gpu(struct amdgpu_device *adev)
                 case CHIP_BEIGE_GOBY:
                 case CHIP_VANGOGH:
                 case CHIP_ALDEBARAN:
+               case CHIP_YELLOW_CARP:
                         break;
                 default:
                         goto disabled;
--
2.25.1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20220111/9b2681da/attachment.htm>


More information about the amd-gfx mailing list