Searched refs:new_sync_point (Results 1 – 2 of 2) sorted by relevance
606 uint32_t new_sync_point = in panthor_kmod_bo_attach_sync_point() local610 new_sync_point, sync_handle, sync_point, 0); in panthor_kmod_bo_attach_sync_point()616 panthor_bo->sync.read_point = new_sync_point; in panthor_kmod_bo_attach_sync_point()618 panthor_bo->sync.write_point = new_sync_point; in panthor_kmod_bo_attach_sync_point()1131 panthor_kmod_vm_sync_unlock(struct pan_kmod_vm *vm, uint64_t new_sync_point) in panthor_kmod_vm_sync_unlock() argument1137 assert(new_sync_point >= panthor_vm->sync.point); in panthor_kmod_vm_sync_unlock()1140 assert(new_sync_point == panthor_vm->sync.point || in panthor_kmod_vm_sync_unlock()1142 vm->dev->fd, &panthor_vm->sync.handle, &new_sync_point, 1, 0, in panthor_kmod_vm_sync_unlock()1145 panthor_vm->sync.point = new_sync_point; in panthor_kmod_vm_sync_unlock()
30 uint64_t new_sync_point);