[PATCH 1/1] drm/amdgpu: set noretry=1 for GFX 10.3.4
Felix Kuehling
Felix.Kuehling at amd.com
Wed Mar 2 20:20:14 UTC 2022
Retry faults are not supported on GFX 10.3.4.
Signed-off-by: Felix Kuehling <Felix.Kuehling at amd.com>
---
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 7c2a9555b7cc..622eeda9ea45 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
@@ -568,6 +568,7 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
case IP_VERSION(10, 3, 3):
case IP_VERSION(9, 3, 0):
case IP_VERSION(10, 3, 6):
+ case IP_VERSION(10, 3, 4):
/*
* noretry = 0 will cause kfd page fault tests fail
* for some ASICs, so set default to 1 for these ASICs.
--
2.32.0
More information about the amd-gfx
mailing list