]> git.ipfire.org Git - thirdparty/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 13:56:28 +0000 (09:56 -0400)
commitc1a3ff1d327820cd9a52bc1056b98681fc088949
treee190db69b748e2b9b4877ad2e84c2cf5de19a9a6
parent0c6b28a357b09b34e1f38b65953590395798c68b
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>
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