Skip to content

Commit 7057c81

Browse files
yifancomalexdeucher
authored andcommitted
drm/amdgpu: set noretry=1 for gc 10.3.6
this patch to set noretry=1 for gc 10.3.6. Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 5f3854f commit 7057c81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
567567
case IP_VERSION(10, 3, 5):
568568
case IP_VERSION(10, 3, 3):
569569
case IP_VERSION(9, 3, 0):
570+
case IP_VERSION(10, 3, 6):
570571
/*
571572
* noretry = 0 will cause kfd page fault tests fail
572573
* for some ASICs, so set default to 1 for these ASICs.

0 commit comments

Comments
 (0)