]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: reorder IB schedule sequence
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 23 Jan 2026 14:27:23 +0000 (09:27 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:16:31 +0000 (14:16 -0500)
commitd3499de3b737f3f6a2058382f7bff641c74f52a4
tree44a2fd4b10b455c8550af7a26b9bdaf1140d2bb5
parent90d5122115fb4513161e7a8413d28215c237295c
drm/amdgpu: reorder IB schedule sequence

This reorders the IB schedule sequence to cleanly
separate the vm operation from the IB submission.
This makes the two independent so we can cleanly
associate each one with its respective fence.

v2: fixes for VCN

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c