Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: remove tlb flush in amdgpu_gtt_mgr_recover

At this point the gart is not set up, there's no point to invalidate tlb
here and it could even be harmful.

Signed-off-by: Yunxiang Li <Yunxiang.Li@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Yunxiang Li and committed by
Alex Deucher
4b0e76e4 1802b042

-2
-2
drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c
··· 200 200 amdgpu_ttm_recover_gart(node->base.bo); 201 201 } 202 202 spin_unlock(&mgr->lock); 203 - 204 - amdgpu_gart_invalidate_tlb(adev); 205 203 } 206 204 207 205 /**