[PATCH 1/1] drm/amdgpu: set noretry=1 for GFX 10.3.4

Felix Kuehling felix.kuehling at amd.com
Wed Mar 16 23:32:30 UTC 2022


Ping?


On 2022-03-02 15:20, Felix Kuehling wrote:
> Retry faults are not supported on GFX 10.3.4.
>
> Signed-off-by: Felix Kuehling <Felix.Kuehling at amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> index 7c2a9555b7cc..622eeda9ea45 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> @@ -568,6 +568,7 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
>   	case IP_VERSION(10, 3, 3):
>   	case IP_VERSION(9, 3, 0):
>   	case IP_VERSION(10, 3, 6):
> +	case IP_VERSION(10, 3, 4):
>   		/*
>   		 * noretry = 0 will cause kfd page fault tests fail
>   		 * for some ASICs, so set default to 1 for these ASICs.


More information about the amd-gfx mailing list