]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: fix waiting for all submissions for userptrs
authorChristian König <christian.koenig@amd.com>
Wed, 18 Feb 2026 12:05:46 +0000 (13:05 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Jun 2026 17:53:53 +0000 (13:53 -0400)
commit91250893cbaa25c86872deca95a540d08de1f91e
tree95d9f4130770358e75071998ad8e871e57291faf
parenta2ef14ee2593b48242b8d90f229f71c1710529da
drm/amdgpu: fix waiting for all submissions for userptrs

Wait for all submissions when userptrs need to be invalidated by the MMU
notifier, not just the one the userptr was involved into.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Vitaly Prosyak <vitaly.prosyak@amd.com>
Tested-by: Vitaly Prosyak <vitaly.prosyak@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_hmm.c