Re: [PATCH 2/2] drm/amdgpu: Use last_unlocked fence for unlocked update

2022-03-28 Thread philip yang
On 2022-03-28 5:21 a.m., Christian König wrote: Am 26.03.22 um 01:56 schrieb Philip Yang: MMU callback update page table set unlocked flag, add callback tlb_cb to vm->last_unlocked fence, and pass it back to upper layer to

Re: [PATCH 2/2] drm/amdgpu: Use last_unlocked fence for unlocked update

2022-03-28 Thread Christian König
Am 26.03.22 um 01:56 schrieb Philip Yang: MMU callback update page table set unlocked flag, add callback tlb_cb to vm->last_unlocked fence, and pass it back to upper layer to wait for page table update done. Signed-off-by: Philip Yang --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 5 - 1 f

[PATCH 2/2] drm/amdgpu: Use last_unlocked fence for unlocked update

2022-03-25 Thread Philip Yang
MMU callback update page table set unlocked flag, add callback tlb_cb to vm->last_unlocked fence, and pass it back to upper layer to wait for page table update done. Signed-off-by: Philip Yang --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) d