Lines Matching defs:new

77 	struct nouveau_uvma_prealloc new;
452 struct nouveau_uvma_prealloc *new,
465 op_map_prepare_unwind(new->map);
471 op_map_prepare_unwind(new->next);
474 op_map_prepare_unwind(new->prev);
553 struct nouveau_uvma_prealloc *new,
563 nouveau_uvmm_sm_prepare_unwind(uvmm, new, ops, last, &args);
568 struct nouveau_uvma_prealloc *new,
573 nouveau_uvmm_sm_prepare_unwind(uvmm, new, ops, last, NULL);
609 struct nouveau_uvma_prealloc *new,
623 ret = op_map_prepare(uvmm, &new->map, &op->map, args);
631 op_map_prepare_unwind(new->map);
651 ret = op_map_prepare(uvmm, &new->prev, r->prev,
661 ret = op_map_prepare(uvmm, &new->next, r->next,
665 op_map_prepare_unwind(new->prev);
719 nouveau_uvmm_sm_prepare_unwind(uvmm, new, ops,
727 struct nouveau_uvma_prealloc *new,
739 return nouveau_uvmm_sm_prepare(uvmm, new, ops, &args);
744 struct nouveau_uvma_prealloc *new,
747 return nouveau_uvmm_sm_prepare(uvmm, new, ops, NULL);
802 struct nouveau_uvma_prealloc *new)
820 struct nouveau_uvma_prealloc *new,
828 op_map(new->map);
831 op_remap(&op->remap, new);
846 struct nouveau_uvma_prealloc *new,
849 return nouveau_uvmm_sm(uvmm, new, ops);
854 struct nouveau_uvma_prealloc *new,
857 return nouveau_uvmm_sm(uvmm, new, ops);
862 struct nouveau_uvma_prealloc *new,
915 struct nouveau_uvma_prealloc *new,
918 nouveau_uvmm_sm_cleanup(uvmm, new, ops, false);
923 struct nouveau_uvma_prealloc *new,
926 nouveau_uvmm_sm_cleanup(uvmm, new, ops, true);
1116 bind_link_gpuvas(struct drm_gpuva_ops *ops, struct nouveau_uvma_prealloc *new)
1123 drm_gpuva_link(&new->map->va);
1127 drm_gpuva_link(&new->prev->va);
1129 drm_gpuva_link(&new->next->va);
1205 ret = nouveau_uvmm_sm_unmap_prepare(uvmm, &op->new,
1253 ret = nouveau_uvmm_sm_map_prepare(uvmm, &op->new,
1275 ret = nouveau_uvmm_sm_unmap_prepare(uvmm, &op->new,
1367 bind_link_gpuvas(op->ops, &op->new);
1392 nouveau_uvmm_sm_unmap_prepare_unwind(uvmm, &op->new,
1396 nouveau_uvmm_sm_map_prepare_unwind(uvmm, &op->new,
1402 nouveau_uvmm_sm_unmap_prepare_unwind(uvmm, &op->new,
1444 ret = nouveau_uvmm_sm_map(uvmm, &op->new, op->ops);
1451 ret = nouveau_uvmm_sm_unmap(uvmm, &op->new, op->ops);
1486 nouveau_uvmm_sm_unmap_cleanup(uvmm, &op->new,
1501 nouveau_uvmm_sm_map_cleanup(uvmm, &op->new,
1506 nouveau_uvmm_sm_unmap_cleanup(uvmm, &op->new,