Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_mmu.h20 int (*prealloc_allocate)(struct msm_mmu *mmu, struct msm_mmu_prealloc *p); member
H A Dmsm_iommu.c441 .prealloc_allocate = msm_iommu_pagetable_prealloc_allocate,
H A Dmsm_gem_vma.c1352 ret = mmu->funcs->prealloc_allocate(mmu, &job->prealloc); in vm_bind_job_prepare()