From: Yifan Zhang Date: Tue, 1 Mar 2022 14:31:40 +0000 (+0800) Subject: drm/amdgpu: set noretry=1 for gc 10.3.6 X-Git-Tag: baikal/mips/sdk6.1~6024^2~5^2~3 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=0c0ec911a8d26cebf4927aa3fd1b99abdfeb5232;p=kernel.git 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 Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c index f7216afe8a6a3..7021e8f390bd8 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c @@ -567,6 +567,7 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev) case IP_VERSION(10, 3, 5): case IP_VERSION(10, 3, 3): case IP_VERSION(9, 3, 0): + case IP_VERSION(10, 3, 6): /* * noretry = 0 will cause kfd page fault tests fail * for some ASICs, so set default to 1 for these ASICs.