Home
last modified time | relevance | path

Searched hist:"9563 e1ec9292254a5feb3dd1b7fbef0bed512c8f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_sdma.cdiff 9563e1ec9292254a5feb3dd1b7fbef0bed512c8f Sun Mar 27 21:02:56 CDT 2022 Philip Yang <Philip.Yang@amd.com> drm/amdgpu: Correct unlocked update fence handling

To fix two issues with unlocked update fence:

1. vm->last_unlocked store the latest fence without taking refcount.
2. amdgpu_vm_bo_update_mapping returns old fence, not the latest fence.

Signed-off-by: Philip Yang <Philip.Yang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>