]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
drm/amdgpu: rework how we handle TLB fences
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 16 Mar 2026 15:04:46 +0000 (11:04 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Mar 2026 22:03:09 +0000 (18:03 -0400)
commite9f58ff991dd4be13fd7a651bbf64329c090af09
treeccb54786f65431ed23fc1c022c8fa9f388378873
parent3fc4648b53b7e393b91e63600e28e6f25c8ef0c5
drm/amdgpu: rework how we handle TLB fences

Add a new VM flag to indicate whether or not we need
a TLB fence.  Userqs (KFD or KGD) require a TLB fence.
A TLB fence is not strictly required for kernel queues,
but it shouldn't hurt.  That said, enabling this
unconditionally should be fine, but it seems to tickle
some issues in KIQ/MES.  Only enable them for KFD,
or when KGD userq queues are enabled (currently via module
parameter).

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4798
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4749
Fixes: f3854e04b708 ("drm/amdgpu: attach tlb fence to the PTs update")
Cc: Christian König <christian.koenig@amd.com>
Cc: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Prike Liang <Prike.Liang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 69c5fbd2b93b5ced77c6e79afe83371bca84c788)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h