Home
last modified time | relevance | path

Searched refs:is_sparse (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c1327 bool is_sparse = op->flags & DRM_PANTHOR_VM_BIND_OP_MAP_SPARSE; in panthor_vm_prepare_map_op_ctx() local
1340 if (is_sparse && !(op->flags & DRM_PANTHOR_VM_BIND_OP_MAP_NOEXEC)) in panthor_vm_prepare_map_op_ctx()
1347 if (!is_sparse && (op->size > bo->base.size || op->bo_offset > bo->base.size - op->size)) in panthor_vm_prepare_map_op_ctx()
1353 if (is_sparse && (op->bo_handle || op->bo_offset)) in panthor_vm_prepare_map_op_ctx()
2315 bool is_sparse = unmap_vma->flags & DRM_PANTHOR_VM_BIND_OP_MAP_SPARSE; in unmap_hugepage_align() local
2331 (is_sparse || iova_mapped_as_huge_page(op->prev, *unmap_start))) { in unmap_hugepage_align()
2341 (is_sparse || iova_mapped_as_huge_page(op->next, unmap_end - 1))) { in unmap_hugepage_align()