Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
A Dmsm_mmu.h13 void (*detach)(struct msm_mmu *mmu);
14 int (*map)(struct msm_mmu *mmu, uint64_t iova, struct sg_table *sgt,
16 int (*unmap)(struct msm_mmu *mmu, uint64_t iova, size_t len);
17 void (*destroy)(struct msm_mmu *mmu);
18 void (*resume_translation)(struct msm_mmu *mmu);
27 struct msm_mmu { struct
35 static inline void msm_mmu_init(struct msm_mmu *mmu, struct device *dev, in msm_mmu_init() argument
44 struct msm_mmu *msm_gpummu_new(struct device *dev, struct msm_gpu *gpu);
53 struct msm_mmu *msm_iommu_pagetable_create(struct msm_mmu *parent);
55 void msm_gpummu_params(struct msm_mmu *mmu, dma_addr_t *pt_base,
[all …]
A Dmsm_iommu.c13 struct msm_mmu base;
21 struct msm_mmu base;
22 struct msm_mmu *parent;
32 static int msm_iommu_pagetable_unmap(struct msm_mmu *mmu, u64 iova, in msm_iommu_pagetable_unmap()
51 static int msm_iommu_pagetable_map(struct msm_mmu *mmu, u64 iova, in msm_iommu_pagetable_map()
82 static void msm_iommu_pagetable_destroy(struct msm_mmu *mmu) in msm_iommu_pagetable_destroy()
100 int msm_iommu_pagetable_params(struct msm_mmu *mmu, in msm_iommu_pagetable_params()
148 struct msm_mmu *msm_iommu_pagetable_create(struct msm_mmu *parent) in msm_iommu_pagetable_create()
249 static void msm_iommu_detach(struct msm_mmu *mmu) in msm_iommu_detach()
256 static int msm_iommu_map(struct msm_mmu *mmu, uint64_t iova, in msm_iommu_map()
[all …]
A Dmsm_gpummu.c12 struct msm_mmu base;
24 static void msm_gpummu_detach(struct msm_mmu *mmu) in msm_gpummu_detach()
28 static int msm_gpummu_map(struct msm_mmu *mmu, uint64_t iova, in msm_gpummu_map()
56 static int msm_gpummu_unmap(struct msm_mmu *mmu, uint64_t iova, size_t len) in msm_gpummu_unmap()
71 static void msm_gpummu_resume_translation(struct msm_mmu *mmu) in msm_gpummu_resume_translation()
75 static void msm_gpummu_destroy(struct msm_mmu *mmu) in msm_gpummu_destroy()
93 struct msm_mmu *msm_gpummu_new(struct device *dev, struct msm_gpu *gpu) in msm_gpummu_new()
114 void msm_gpummu_params(struct msm_mmu *mmu, dma_addr_t *pt_base, in msm_gpummu_params()
A Dmsm_drv.h38 struct msm_mmu;
290 msm_gem_address_space_create(struct msm_mmu *mmu, const char *name,
293 int msm_register_mmu(struct drm_device *dev, struct msm_mmu *mmu);
294 void msm_unregister_mmu(struct drm_device *dev, struct msm_mmu *mmu);
A Dmsm_gem_vma.c143 msm_gem_address_space_create(struct msm_mmu *mmu, const char *name, in msm_gem_address_space_create()
A Dmsm_gem.h31 struct msm_mmu *mmu;
/linux/drivers/gpu/drm/msm/adreno/
A Da2xx_gpu.c454 struct msm_mmu *mmu = msm_gpummu_new(&pdev->dev, gpu); in a2xx_create_address_space()
A Da6xx_gpu.c1659 struct msm_mmu *mmu; in a6xx_create_address_space()
1700 struct msm_mmu *mmu; in a6xx_create_private_address_space()
A Dadreno_gpu.c199 struct msm_mmu *mmu; in adreno_iommu_create_address_space()
A Da6xx_gmu.c1190 struct msm_mmu *mmu; in a6xx_gmu_memory_probe()
/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_kms.c899 struct msm_mmu *mmu; in _dpu_kms_mmu_destroy()
916 struct msm_mmu *mmu; in _dpu_kms_mmu_init()
/linux/drivers/gpu/drm/msm/disp/mdp4/
A Dmdp4_kms.c508 struct msm_mmu *mmu = msm_iommu_new(&pdev->dev, in mdp4_kms_init()
/linux/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_kms.c621 struct msm_mmu *mmu; in mdp5_kms_init()

Completed in 27 milliseconds