]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: always emit the job vm fence
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Jun 2026 19:41:28 +0000 (15:41 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Jul 2026 21:40:23 +0000 (17:40 -0400)
commitb2ff0595c31cce4303957dd0058e14c89eb70152
tree53e6b9826dc5f42fc47647ef27ba2fdc08020aae
parent86b6cf8387a4a28754fa251c79e1abfc2e57b534
drm/amdgpu: always emit the job vm fence

We need the fence to reemit the gds switch or spm update
after a queue reset.

Fixes: a17ef941212b ("drm/amdgpu: rework ring reset backup and reemit v9")
Cc: timur.kristof@gmail.com
Cc: christian.koenig@amd.com
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit bc639a9eadc75822f7f15a4315c198a4b5513bd2)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c