Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_gpummu.c38 struct msm_gpummu *gpummu = to_msm_gpummu(mmu); in msm_gpummu_map() local
52 gpummu->table[idx] = addr | prot_bits; in msm_gpummu_map()
58 gpu_write(gpummu->gpu, REG_A2XX_MH_MMU_INVALIDATE, in msm_gpummu_map()
66 struct msm_gpummu *gpummu = to_msm_gpummu(mmu); in msm_gpummu_unmap() local
71 gpummu->table[idx] = 0; in msm_gpummu_unmap()
73 gpu_write(gpummu->gpu, REG_A2XX_MH_MMU_INVALIDATE, in msm_gpummu_unmap()
81 struct msm_gpummu *gpummu = to_msm_gpummu(mmu); in msm_gpummu_destroy() local
83 dma_free_attrs(mmu->dev, TABLE_SIZE, gpummu->table, gpummu->pt_base, in msm_gpummu_destroy()
86 kfree(gpummu); in msm_gpummu_destroy()
99 struct msm_gpummu *gpummu; in msm_gpummu_new() local
[all …]