We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbb7bb commit 5f3854fCopy full SHA for 5f3854f
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
@@ -564,6 +564,9 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
564
case IP_VERSION(9, 4, 0):
565
case IP_VERSION(9, 4, 1):
566
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):
570
/*
571
* noretry = 0 will cause kfd page fault tests fail
572
* for some ASICs, so set default to 1 for these ASICs.
0 commit comments