Searched refs:last_id_use (Results 1 – 2 of 2) sorted by relevance
189 if (vm->last_id_use && vm->last_id_use == rdev->vm_manager.active[vm->id]) in radeon_vm_grab_id()272 radeon_fence_unref(&vm->last_id_use); in radeon_vm_fence()273 vm->last_id_use = radeon_fence_ref(fence); in radeon_vm_fence()698 radeon_semaphore_sync_fence(ib.semaphore, vm->last_id_use); in radeon_vm_update_page_directory()1137 vm->last_id_use = NULL; in radeon_vm_init()1209 radeon_fence_unref(&vm->last_id_use); in radeon_vm_fini()
922 struct radeon_fence *last_id_use; member