summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
diff options
context:
space:
mode:
authorFelix Kuehling <Felix.Kuehling@amd.com>2022-03-02 23:18:18 +0300
committerAlex Deucher <alexander.deucher@amd.com>2022-03-25 19:40:25 +0300
commit609910db56e72e87755d9745442bfdfa009dc61b (patch)
tree6e07763a6e11662d0aa718e20cb87a5281460930 /drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
parent7057c81773ac32fd0dba00e2bb869928f008d3e2 (diff)
downloadlinux-609910db56e72e87755d9745442bfdfa009dc61b.tar.xz
drm/amdgpu: set noretry=1 for GFX 10.3.4
Retry faults are not supported on GFX 10.3.4. Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Reviewed-by: Guchun Chen <guchun.chen@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
index 7021e8f390bd..e1635a3f2553 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
@@ -561,12 +561,13 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
switch (adev->ip_versions[GC_HWIP][0]) {
case IP_VERSION(9, 0, 1):
+ case IP_VERSION(9, 3, 0):
case IP_VERSION(9, 4, 0):
case IP_VERSION(9, 4, 1):
case IP_VERSION(9, 4, 2):
- case IP_VERSION(10, 3, 5):
case IP_VERSION(10, 3, 3):
- case IP_VERSION(9, 3, 0):
+ case IP_VERSION(10, 3, 4):
+ case IP_VERSION(10, 3, 5):
case IP_VERSION(10, 3, 6):
/*
* noretry = 0 will cause kfd page fault tests fail