Re: [PATCH] drm/amdgpu: remove switch from amdgpu_gmc_noretry_set

2022-09-28 Thread Felix Kuehling
Am 2022-09-28 um 11:21 schrieb Graham Sider: Simplify the logic in amdgpu_gmc_noretry_set by getting rid of the switch. Also set noretry=1 as default for GFX 10.3.0 and greater since retry faults are not supported. Signed-off-by: Graham Sider Reviewed-by: Felix Kuehling ---

Re: [PATCH] drm/amdgpu: remove switch from amdgpu_gmc_noretry_set

2022-09-28 Thread Alex Deucher
On Wed, Sep 28, 2022 at 11:22 AM Graham Sider wrote: > > Simplify the logic in amdgpu_gmc_noretry_set by getting rid of the > switch. Also set noretry=1 as default for GFX 10.3.0 and greater since > retry faults are not supported. > > Signed-off-by: Graham Sider Acked-by: Alex Deucher > --- >

[PATCH] drm/amdgpu: remove switch from amdgpu_gmc_noretry_set

2022-09-28 Thread Graham Sider
Simplify the logic in amdgpu_gmc_noretry_set by getting rid of the switch. Also set noretry=1 as default for GFX 10.3.0 and greater since retry faults are not supported. Signed-off-by: Graham Sider --- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 48 + 1 file changed, 9