[AMD Official Use Only]

Reviewed-by: Tao Zhou <tao.zh...@amd.com<mailto:tao.zh...@amd.com>>
________________________________
From: Chengming Gui <jack....@amd.com>
Sent: Wednesday, May 26, 2021 3:48 PM
To: amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>
Cc: Gui, Jack <jack....@amd.com>; Zhou1, Tao <tao.zh...@amd.com>; Chen, 
Jiansong (Simon) <jiansong.c...@amd.com>; Zhang, Hawking <hawking.zh...@amd.com>
Subject: [PATCH] drm/amd/amdgpu: Disable page fault retry for beige_goby

Set noretry = 1 for beige_goby

Signed-off-by: Chengming Gui <jack....@amd.com>
Change-Id: Ie679f9d6aeb5c45af1d3e4cb508d89c8510d8f89
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
index a129ecc73869..7fbb37051c6c 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
@@ -589,6 +589,7 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
         case CHIP_VEGA20:
         case CHIP_ARCTURUS:
         case CHIP_ALDEBARAN:
+       case CHIP_BEIGE_GOBY:
                 /*
                  * noretry = 0 will cause kfd page fault tests fail
                  * for some ASICs, so set default to 1 for these ASICs.
--
2.17.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to