Lines Matching defs:unmap
347 * @DRM_GPUVA_OP_UNMAP: the unmap op type
397 * struct drm_gpuva_op_unmap - GPU VA unmap operation
399 * This structure represents a single unmap operation generated by the
404 * @va: the &drm_gpuva to unmap
428 * mapping(s), hence it consists of a maximum of two map and one unmap
431 * The @unmap operation takes care of removing the original existing mapping.
439 * unmap and map operations, is to give drivers the chance of extracting driver
440 * specific data for creating the new mappings from the unmap operations's
456 * @unmap: the unmap operation for the original existing mapping
458 struct drm_gpuva_op_unmap *unmap;
507 * @unmap: the unmap operation
509 struct drm_gpuva_op_unmap unmap;
616 * &drm_gpuva_sm_unmap to provide the split/merge steps for map and unmap
661 * is enclosed by an existent mapping or a partial unmap of an existent
674 * &drm_gpuva_sm_unmap to unmap an existent mapping
678 * existent mapping or an unmap of an existent mapping is requested.