[PATCH] drm/amd/amdgpu: Disable page fault retry for beige_goby
Zhou1, Tao
Tao.Zhou1 at amd.com
Wed May 26 09:45:33 UTC 2021
[AMD Official Use Only]
Reviewed-by: Tao Zhou <tao.zhou1 at amd.com<mailto:tao.zhou1 at amd.com>>
________________________________
From: Chengming Gui <Jack.Gui at amd.com>
Sent: Wednesday, May 26, 2021 3:48 PM
To: amd-gfx at lists.freedesktop.org <amd-gfx at lists.freedesktop.org>
Cc: Gui, Jack <Jack.Gui at amd.com>; Zhou1, Tao <Tao.Zhou1 at amd.com>; Chen, Jiansong (Simon) <Jiansong.Chen at amd.com>; Zhang, Hawking <Hawking.Zhang at 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.Gui at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20210526/5a760769/attachment.htm>
More information about the amd-gfx
mailing list