Skip to content

Commit 5f3854f

Browse files
committed
drm/amdgpu: add more cases to noretry=1
Port current list from amd-staging-drm-next. Signed-off-by: Alex Deucher <[email protected]>
1 parent ebbb7bb commit 5f3854f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c

+3
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,9 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
564564
case IP_VERSION(9, 4, 0):
565565
case IP_VERSION(9, 4, 1):
566566
case IP_VERSION(9, 4, 2):
567+
case IP_VERSION(10, 3, 5):
568+
case IP_VERSION(10, 3, 3):
569+
case IP_VERSION(9, 3, 0):
567570
/*
568571
* noretry = 0 will cause kfd page fault tests fail
569572
* for some ASICs, so set default to 1 for these ASICs.

0 commit comments

Comments
 (0)