Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
A Dmsm_gpummu.c63 gpummu->table[idx] = 0; in msm_gpummu_unmap()
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
97 gpummu = kzalloc(sizeof(*gpummu), GFP_KERNEL); in msm_gpummu_new()
98 if (!gpummu) in msm_gpummu_new()
101 gpummu->table = dma_alloc_attrs(dev, TABLE_SIZE + 32, &gpummu->pt_base, in msm_gpummu_new()
103 if (!gpummu->table) { in msm_gpummu_new()
104 kfree(gpummu); in msm_gpummu_new()
108 gpummu->gpu = gpu; in msm_gpummu_new()
[all …]

Completed in 5 milliseconds