[AMD Public Use]

Series is: Reviewed-by: Guchun Chen <guchun.c...@amd.com>

Regards,
Guchun

-----Original Message-----
From: Hawking Zhang <hawking.zh...@amd.com> 
Sent: Thursday, January 16, 2020 12:47 PM
To: amd-gfx@lists.freedesktop.org; Chen, Guchun <guchun.c...@amd.com>; Deucher, 
Alexander <alexander.deuc...@amd.com>; Clements, John <john.cleme...@amd.com>
Cc: Zhang, Hawking <hawking.zh...@amd.com>
Subject: [PATCH 2/2] drm/amdgpu: add arcturus to gpu recovery check code path

support check if dirver should try gpu recovery for arcturus

Signed-off-by: Hawking Zhang <hawking.zh...@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 706a30e81fcc..8e2f0a380461 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -3799,6 +3799,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;
--
2.17.1
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to