drm/amdgpu: add more cases to noretry=1
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 24 Mar 2022 22:04:00 +0000 (18:04 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 25 Mar 2022 16:40:25 +0000 (12:40 -0400)
Port current list from amd-staging-drm-next.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c

index ca2cfb65f9763b640d8d90a9bd71d0cebc0bd620..f7216afe8a6a31e2a235959d1f77f59283901965 100644 (file)
@@ -564,6 +564,9 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
        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):
                /*
                 * noretry = 0 will cause kfd page fault tests fail
                 * for some ASICs, so set default to 1 for these ASICs.