Searched refs:mmu_scratch (Results 1 – 2 of 2) sorted by relevance
330 v3d->mmu_scratch = dma_alloc_wc(dev, 4096, &v3d->mmu_scratch_paddr, in v3d_platform_drm_probe()332 if (!v3d->mmu_scratch) { in v3d_platform_drm_probe()362 dma_free_wc(dev, 4096, v3d->mmu_scratch, v3d->mmu_scratch_paddr); in v3d_platform_drm_probe()378 dma_free_wc(v3d->drm.dev, 4096, v3d->mmu_scratch, in v3d_platform_drm_remove()
126 void *mmu_scratch; member