Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_gpummu.c31 struct msm_gpummu *gpummu = to_msm_gpummu(mmu); in msm_gpummu_map() local
46 gpummu->table[idx++] = (addr + i) | prot_bits; in msm_gpummu_map()
50 gpu_write(gpummu->gpu, REG_A2XX_MH_MMU_INVALIDATE, in msm_gpummu_map()
58 struct msm_gpummu *gpummu = to_msm_gpummu(mmu); in msm_gpummu_unmap() local
63 gpummu->table[idx] = 0; in msm_gpummu_unmap()
65 gpu_write(gpummu->gpu, REG_A2XX_MH_MMU_INVALIDATE, in msm_gpummu_unmap()
77 struct msm_gpummu *gpummu = to_msm_gpummu(mmu); in msm_gpummu_destroy() local
79 dma_free_attrs(mmu->dev, TABLE_SIZE, gpummu->table, gpummu->pt_base, in msm_gpummu_destroy()
82 kfree(gpummu); in msm_gpummu_destroy()
95 struct msm_gpummu *gpummu; in msm_gpummu_new() local
[all …]