Skip to content

Commit 609910d

Browse files
fxkamdalexdeucher
authored andcommitted
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>
1 parent 7057c81 commit 609910d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,12 +561,13 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
561561

562562
switch (adev->ip_versions[GC_HWIP][0]) {
563563
case IP_VERSION(9, 0, 1):
564+
case IP_VERSION(9, 3, 0):
564565
case IP_VERSION(9, 4, 0):
565566
case IP_VERSION(9, 4, 1):
566567
case IP_VERSION(9, 4, 2):
567-
case IP_VERSION(10, 3, 5):
568568
case IP_VERSION(10, 3, 3):
569-
case IP_VERSION(9, 3, 0):
569+
case IP_VERSION(10, 3, 4):
570+
case IP_VERSION(10, 3, 5):
570571
case IP_VERSION(10, 3, 6):
571572
/*
572573
* noretry = 0 will cause kfd page fault tests fail

0 commit comments

Comments
 (0)