Lines Matching defs:unmap
12 * Actual map/unmap operations within the fence signalling critical path are
15 * list in order to map/unmap it's entries, can't occur concurrently.
476 op_unmap_prepare_unwind(r->unmap->va);
480 op_unmap_prepare_unwind(op->unmap.va);
505 struct drm_gpuva *va = r->unmap->va;
522 struct drm_gpuva_op_unmap *u = &op->unmap;
639 struct drm_gpuva *va = r->unmap->va;
648 op_unmap_prepare(r->unmap);
679 struct drm_gpuva_op_unmap *u = &op->unmap;
761 return op->remap.unmap->va->gem.obj;
763 return op->unmap.va->gem.obj;
784 /* nouveau_uvma_unmap() does not unmap if backing BO is evicted. */
804 struct drm_gpuva_op_unmap *u = r->unmap;
834 op_unmap(&op->unmap);
863 struct drm_gpuva_ops *ops, bool unmap)
875 struct drm_gpuva *va = r->unmap->va;
878 if (unmap) {
896 struct drm_gpuva_op_unmap *u = &op->unmap;
900 if (unmap)
1130 drm_gpuva_unlink(op->remap.unmap->va);
1133 drm_gpuva_unlink(op->unmap.va);
1328 * unmap, it's not worth the effort.