Skip to content

Commit 0dc386a

Browse files
prliangpubalexdeucher
authored andcommitted
drm/amdgpu: set noretry for gfx 10.3.7
Disable xnack on the gfx10.3.7 for the KFD test. Signed-off-by: Prike Liang <Prike.Liang@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 609910d commit 0dc386a

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
@@ -569,6 +569,7 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
569569
case IP_VERSION(10, 3, 4):
570570
case IP_VERSION(10, 3, 5):
571571
case IP_VERSION(10, 3, 6):
572+
case IP_VERSION(10, 3, 7):
572573
/*
573574
* noretry = 0 will cause kfd page fault tests fail
574575
* for some ASICs, so set default to 1 for these ASICs.

0 commit comments

Comments
 (0)