[AMD Public Use]

Series is: Reviewed-by: Guchun Chen <[email protected]>

Regards,
Guchun

-----Original Message-----
From: Hawking Zhang <[email protected]> 
Sent: Thursday, January 16, 2020 12:47 PM
To: [email protected]; Chen, Guchun <[email protected]>; Deucher, 
Alexander <[email protected]>; Clements, John <[email protected]>
Cc: Zhang, Hawking <[email protected]>
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 <[email protected]>
---
 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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to