Searched refs:mmu_scratch (Results 1 – 2 of 2) sorted by relevance
265 v3d->mmu_scratch = dma_alloc_wc(dev, 4096, &v3d->mmu_scratch_paddr, in v3d_platform_drm_probe()267 if (!v3d->mmu_scratch) { in v3d_platform_drm_probe()291 dma_free_wc(dev, 4096, v3d->mmu_scratch, v3d->mmu_scratch_paddr); in v3d_platform_drm_probe()304 dma_free_wc(v3d->drm.dev, 4096, v3d->mmu_scratch, in v3d_platform_drm_remove()
89 void *mmu_scratch; member