Lines Matching refs:sync_obj
1188 nv10_bo_put_tile_region(dev, *old_tile, bo->sync_obj); in nouveau_bo_vm_cleanup()
1453 old_fence = nvbo->bo.sync_obj; in nouveau_bo_fence()
1454 nvbo->bo.sync_obj = fence; in nouveau_bo_fence()
1461 nouveau_bo_fence_unref(void **sync_obj) in nouveau_bo_fence_unref() argument
1463 nouveau_fence_unref((struct nouveau_fence **)sync_obj); in nouveau_bo_fence_unref()
1467 nouveau_bo_fence_ref(void *sync_obj) in nouveau_bo_fence_ref() argument
1469 return nouveau_fence_ref(sync_obj); in nouveau_bo_fence_ref()
1473 nouveau_bo_fence_signalled(void *sync_obj) in nouveau_bo_fence_signalled() argument
1475 return nouveau_fence_done(sync_obj); in nouveau_bo_fence_signalled()
1479 nouveau_bo_fence_wait(void *sync_obj, bool lazy, bool intr) in nouveau_bo_fence_wait() argument
1481 return nouveau_fence_wait(sync_obj, lazy, intr); in nouveau_bo_fence_wait()
1485 nouveau_bo_fence_flush(void *sync_obj) in nouveau_bo_fence_flush() argument