Home
last modified time | relevance | path

Searched refs:dma_alloc_wc (Results 1 – 25 of 36) sorted by relevance

12

/linux/drivers/gpu/drm/etnaviv/
A Detnaviv_iommu_v2.c76 dma_alloc_wc(v2_context->base.global->dev, SZ_4K, in etnaviv_iommuv2_ensure_stlb()
290 v2_context->mtlb_cpu = dma_alloc_wc(global->dev, SZ_4K, in etnaviv_iommuv2_context_alloc()
A Detnaviv_cmdbuf.c48 suballoc->vaddr = dma_alloc_wc(dev, SUBALLOC_SIZE, in etnaviv_cmdbuf_suballoc_new()
A Detnaviv_mmu.c458 global->bad_page_cpu = dma_alloc_wc(dev, SZ_4K, &global->bad_page_dma, in etnaviv_iommu_global_init()
466 global->v2.pta_cpu = dma_alloc_wc(dev, ETNAVIV_PTA_SIZE, in etnaviv_iommu_global_init()
A Detnaviv_iommu.c152 v1_context->pgtable_cpu = dma_alloc_wc(global->dev, PT_SIZE, in etnaviv_iommuv1_context_alloc()
/linux/drivers/gpu/drm/lima/
A Dlima_vm.c57 vm->bts[pbe].cpu = dma_alloc_wc( in lima_vm_map_page()
212 vm->pd.cpu = dma_alloc_wc(dev->dev, LIMA_PAGE_SIZE, &vm->pd.dma, in lima_vm_create()
A Dlima_device.c379 ldev->dlbu_cpu = dma_alloc_wc( in lima_device_init()
/linux/drivers/gpu/drm/sti/
A Dsti_cursor.c235 cursor->pixmap.base = dma_alloc_wc(cursor->dev, in sti_cursor_atomic_check()
377 cursor->clut = dma_alloc_wc(dev, size, &cursor->clut_paddr, in sti_cursor_create()
A Dsti_gdp.c525 base = dma_alloc_wc(gdp->dev, size, &dma_addr, GFP_KERNEL); in sti_gdp_init()
/linux/drivers/gpu/host1x/
A Dcdma.c93 pb->mapped = dma_alloc_wc(host1x->dev, size, &pb->phys, in host1x_pushbuffer_init()
112 pb->mapped = dma_alloc_wc(host1x->dev, size, &pb->phys, in host1x_pushbuffer_init()
A Djob.c587 job->gather_copy_mapped = dma_alloc_wc(host, size, &job->gather_copy, in copy_gathers()
592 job->gather_copy_mapped = dma_alloc_wc(host, size, in copy_gathers()
/linux/drivers/video/fbdev/omap/
A Dlcdc.c602 lcdc.palette_virt = dma_alloc_wc(lcdc.fbdev->dev, MAX_PALETTE_SIZE, in alloc_palette_ram()
632 lcdc.vram_virt = dma_alloc_wc(lcdc.fbdev->dev, lcdc.vram_size, in alloc_fbmem()
/linux/drivers/gpu/drm/v3d/
A Dv3d_drv.c272 v3d->mmu_scratch = dma_alloc_wc(dev, 4096, &v3d->mmu_scratch_paddr, in v3d_platform_drm_probe()
A Dv3d_gem.c1092 v3d->pt = dma_alloc_wc(v3d->drm.dev, pt_size, in v3d_gem_init()
/linux/drivers/media/platform/vsp1/
A Dvsp1_dl.c276 pool->mem = dma_alloc_wc(vsp1->bus_master, pool->size, &pool->dma, in vsp1_dl_body_pool_create()
450 pool->mem = dma_alloc_wc(vsp1->bus_master, pool->size, &pool->dma, in vsp1_dl_cmd_pool_create()
/linux/drivers/gpu/drm/
A Ddrm_gem_cma_helper.c131 cma_obj->vaddr = dma_alloc_wc(drm->dev, size, &cma_obj->paddr, in drm_gem_cma_create()
/linux/drivers/video/fbdev/
A Dep93xx-fb.c426 virt_addr = dma_alloc_wc(info->dev, fb_size, &phys_addr, GFP_KERNEL); in ep93xxfb_alloc_videomem()
A Dpxa168fb.c673 info->screen_base = dma_alloc_wc(fbi->dev, info->fix.smem_len, in pxa168fb_probe()
A Dacornfb.c1006 base = dma_alloc_wc(current_par.dev, size, &handle, in acornfb_probe()
A Ds3c2410fb.c643 info->screen_base = dma_alloc_wc(fbi->dev, map_size, &map_dma, in s3c2410fb_map_video_memory()
A Dimxfb.c992 info->screen_buffer = dma_alloc_wc(&pdev->dev, fbi->map_size, in imxfb_probe()
A Dsa1100fb.c1037 fbi->map_cpu = dma_alloc_wc(fbi->dev, fbi->map_size, &fbi->map_dma, in sa1100fb_map_video_memory()
/linux/include/linux/
A Ddma-mapping.h556 static inline void *dma_alloc_wc(struct device *dev, size_t size, in dma_alloc_wc() function
/linux/sound/core/
A Dmemalloc.c480 return dma_alloc_wc(dmab->dev.dev, size, &dmab->addr, DEFAULT_GFP); in snd_dma_wc_alloc()
/linux/drivers/gpu/drm/tegra/
A Dgem.c339 bo->vaddr = dma_alloc_wc(drm->dev, size, &bo->iova, in tegra_bo_alloc()
/linux/drivers/gpu/drm/omapdrm/
A Domap_gem.c1267 omap_obj->vaddr = dma_alloc_wc(dev->dev, size, in omap_gem_new()

Completed in 69 milliseconds

12