[AMD Official Use Only] Reviewed-by: Tao Zhou <[email protected]<mailto:[email protected]>> ________________________________ From: Chengming Gui <[email protected]> Sent: Wednesday, May 26, 2021 3:48 PM To: [email protected] <[email protected]> Cc: Gui, Jack <[email protected]>; Zhou1, Tao <[email protected]>; Chen, Jiansong (Simon) <[email protected]>; Zhang, Hawking <[email protected]> Subject: [PATCH] drm/amd/amdgpu: Disable page fault retry for beige_goby
Set noretry = 1 for beige_goby Signed-off-by: Chengming Gui <[email protected]> Change-Id: Ie679f9d6aeb5c45af1d3e4cb508d89c8510d8f89 --- 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 a129ecc73869..7fbb37051c6c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c @@ -589,6 +589,7 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev) case CHIP_VEGA20: case CHIP_ARCTURUS: case CHIP_ALDEBARAN: + case CHIP_BEIGE_GOBY: /* * noretry = 0 will cause kfd page fault tests fail * for some ASICs, so set default to 1 for these ASICs. -- 2.17.1
_______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
