]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Remove duplicate setting of ->need_swiotlb
authorThierry Reding <treding@nvidia.com>
Tue, 20 Feb 2018 10:44:50 +0000 (11:44 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Feb 2018 04:09:37 +0000 (23:09 -0500)
commit6929e39266443a1e0c1611c3e273bdd226acac1d
tree6b35335250a751b8e30a9ccdd68e03cf8e7e53e5
parent98d662eac3dc077d7402ae433950640dcc65d5aa
drm/amdgpu: Remove duplicate setting of ->need_swiotlb

There's no need to set this before the number of DMA bits has been
properly determined.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c