]> www.infradead.org Git - users/hch/misc.git/commit
drm/amdgpu: remove tlb flush in amdgpu_gtt_mgr_recover
authorYunxiang Li <Yunxiang.Li@amd.com>
Wed, 22 May 2024 15:00:08 +0000 (11:00 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Jun 2024 20:15:58 +0000 (16:15 -0400)
commit4b0e76e4c181a722d5a01eba56d5150db7cc9cd8
tree638ef5441ac5dbeeb7a50aa46b99ec1c39018177
parent1802b042a343c1705e5ef45b93d1fd088344d3c2
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c