]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdkfd: Make all TLB-flushes heavy-weight
authorFelix Kuehling <felix.kuehling@amd.com>
Mon, 20 Apr 2026 15:55:57 +0000 (11:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 May 2026 14:13:54 +0000 (10:13 -0400)
commit9b4e3495d1bd2469bf94b74930c153c2d534ddb7
tree11920912b0d4e1345a0ed9f3972c13637dffb888
parentf0997a06e3e32898bcae667d6807fc46ebfd0eec
drm/amdkfd: Make all TLB-flushes heavy-weight

With only one sequence number we cannot track the need for legacy vs
heavy-weight flushes reliably. Always use heavy-weight.

Signed-off-by: Felix Kuehling <felix.kuehling@amd.com>
Reviewed-by: Philip Yang <philip.yang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit c1a3ff1d327820cd9a52bc1056b98681fc088949)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
drivers/gpu/drm/amd/amdkfd/kfd_svm.c