Re: [PATCH] drm/amdgpu: Remove duplicate setting of ->need_swiotlb

2018-02-22 Thread Alex Deucher
On Tue, Feb 20, 2018 at 5:44 AM, Thierry Reding wrote: > From: Thierry Reding > > There's no need to set this before the number of DMA bits has been > properly determined. > > Signed-off-by: Thierry Reding Applied. thanks! Alex > --- > drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 1 - > 1 file c

[PATCH] drm/amdgpu: Remove duplicate setting of ->need_swiotlb

2018-02-20 Thread Thierry Reding
From: Thierry Reding There's no need to set this before the number of DMA bits has been properly determined. Signed-off-by: Thierry Reding --- drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c b/drivers/gpu/drm/amd/a