All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: set noretry=1 for renoir/cezanne
@ 2021-07-15  9:14 Yifan Zhang
  2021-07-15 13:12 ` Felix Kuehling
  0 siblings, 1 reply; 2+ messages in thread
From: Yifan Zhang @ 2021-07-15  9:14 UTC (permalink / raw)
  To: amd-gfx; +Cc: Yifan Zhang, Felix.Kuehling

fix kfd svm test failure in renoir/cezane

Signed-off-by: Yifan Zhang <yifan1.zhang@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 d4e9704dec62..00dc2824dcc3 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
@@ -592,6 +592,7 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
 	case CHIP_ALDEBARAN:
 	case CHIP_BEIGE_GOBY:
 	case CHIP_YELLOW_CARP:
+	case CHIP_RENOIR:
 		/*
 		 * noretry = 0 will cause kfd page fault tests fail
 		 * for some ASICs, so set default to 1 for these ASICs.
-- 
2.25.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/amdgpu: set noretry=1 for renoir/cezanne
  2021-07-15  9:14 [PATCH] drm/amdgpu: set noretry=1 for renoir/cezanne Yifan Zhang
@ 2021-07-15 13:12 ` Felix Kuehling
  0 siblings, 0 replies; 2+ messages in thread
From: Felix Kuehling @ 2021-07-15 13:12 UTC (permalink / raw)
  To: Yifan Zhang, amd-gfx

Am 2021-07-15 um 5:14 a.m. schrieb Yifan Zhang:
> fix kfd svm test failure in renoir/cezane

This is not a fix, it's a workaround. With that fixed, the patch is

Acked-by: Felix Kuehling <Felix.Kuehling@amd.com>


>
> Signed-off-by: Yifan Zhang <yifan1.zhang@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 d4e9704dec62..00dc2824dcc3 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> @@ -592,6 +592,7 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
>  	case CHIP_ALDEBARAN:
>  	case CHIP_BEIGE_GOBY:
>  	case CHIP_YELLOW_CARP:
> +	case CHIP_RENOIR:
>  		/*
>  		 * noretry = 0 will cause kfd page fault tests fail
>  		 * for some ASICs, so set default to 1 for these ASICs.
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-15 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15  9:14 [PATCH] drm/amdgpu: set noretry=1 for renoir/cezanne Yifan Zhang
2021-07-15 13:12 ` Felix Kuehling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.