drm/amdkfd: reserve a fence slot while locking the BO
authorChristian König <christian.koenig@amd.com>
Fri, 20 Oct 2023 12:28:56 +0000 (14:28 +0200)
committerChristian König <christian.koenig@amd.com>
Mon, 23 Oct 2023 12:48:47 +0000 (14:48 +0200)
commit4984fc578a911f3146965f4086d0a219a9806002
tree875b0ceec2a4eca88d4e18a55e749438fe0b601d
parentd3df66fd98557c25856860b7d9c3b8b93d449f0a
drm/amdkfd: reserve a fence slot while locking the BO

Looks like the KFD still needs this.

Signed-off-by: Christian König <christian.koenig@amd.com>
Fixes: 8abc1eb2987a ("drm/amdkfd: switch over to using drm_exec v3")
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Felix Kuehling <Felix.Kuehling@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231020123306.43978-1-christian.koenig@amd.com
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c