Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-vpu.c29 vpu->param = dma_alloc_wc(dev, vpu->param_size, in mdp_vpu_shared_mem_alloc()
36 vpu->work = dma_alloc_wc(dev, vpu->work_size, in mdp_vpu_shared_mem_alloc()
43 vpu->config = dma_alloc_wc(dev, vpu->config_size, in mdp_vpu_shared_mem_alloc()
/linux/drivers/gpu/drm/etnaviv/
H 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()
H A Detnaviv_cmdbuf.c45 suballoc->vaddr = dma_alloc_wc(dev, SUBALLOC_SIZE, in etnaviv_cmdbuf_suballoc_new()
H A Detnaviv_iommu.c152 v1_context->pgtable_cpu = dma_alloc_wc(global->dev, PT_SIZE, in etnaviv_iommuv1_context_alloc()
H A Detnaviv_mmu.c499 global->bad_page_cpu = dma_alloc_wc(dev, SZ_4K, &global->bad_page_dma, in etnaviv_iommu_global_init()
507 global->v2.pta_cpu = dma_alloc_wc(dev, ETNAVIV_PTA_SIZE, in etnaviv_iommu_global_init()
/linux/drivers/gpu/drm/lima/
H 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()
H A Dlima_device.c380 ldev->dlbu_cpu = dma_alloc_wc( in lima_device_init()
/linux/drivers/gpu/host1x/
H A Djob.c553 job->gather_copy_mapped = dma_alloc_wc(host, size, &job->gather_copy, in copy_gathers()
558 job->gather_copy_mapped = dma_alloc_wc(host, size, in copy_gathers()
/linux/drivers/gpu/drm/v3d/
H A Dv3d_gem.c297 v3d->pt = dma_alloc_wc(v3d->drm.dev, pt_size, in v3d_gem_init()
/linux/drivers/gpu/drm/
H A Ddrm_gem_dma_helper.c152 dma_obj->vaddr = dma_alloc_wc(drm->dev, size, in drm_gem_dma_create()
/linux/drivers/video/fbdev/
H A Dep93xx-fb.c427 virt_addr = dma_alloc_wc(info->device, fb_size, &phys_addr, GFP_KERNEL); in ep93xxfb_alloc_videomem()
H A Dpxa168fb.c668 info->screen_base = dma_alloc_wc(fbi->dev, info->fix.smem_len, in pxa168fb_probe()
H A Dacornfb.c1004 base = dma_alloc_wc(current_par.dev, size, &handle, in acornfb_probe()
H A Dsa1100fb.c1037 fbi->map_cpu = dma_alloc_wc(fbi->dev, fbi->map_size, &fbi->map_dma, in sa1100fb_map_video_memory()
H A Dimxfb.c988 info->screen_buffer = dma_alloc_wc(&pdev->dev, fbi->map_size, in imxfb_probe()
H A Datmel_lcdfb.c333 info->screen_base = dma_alloc_wc(info->device, info->fix.smem_len, in atmel_lcdfb_alloc_video_memory()
H A Ds3c-fb.c1104 fbi->screen_buffer = dma_alloc_wc(sfb->dev, size, &map_dma, GFP_KERNEL); in s3c_fb_alloc_memory()
/linux/include/linux/
H A Ddma-mapping.h680 static inline void *dma_alloc_wc(struct device *dev, size_t size, in dma_alloc_wc() function
/linux/drivers/gpu/drm/tegra/
H A Dgem.c390 bo->vaddr = dma_alloc_wc(drm->dev, size, &bo->iova, in tegra_bo_alloc()
/linux/sound/core/
H A Dmemalloc.c532 return dma_alloc_wc(dmab->dev.dev, size, &dmab->addr, DEFAULT_GFP); in snd_dma_wc_alloc()
/linux/drivers/xen/
H A Dgrant-table.c1075 args->vaddr = dma_alloc_wc(args->dev, size, in gnttab_dma_alloc_pages()
/linux/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c876 omap_dmm->refill_va = dma_alloc_wc(&dev->dev, in omap_dmm_probe()
/linux/drivers/dma/qcom/
H A Dbam_dma.c547 bchan->fifo_virt = dma_alloc_wc(bdev->dev, BAM_DESC_FIFO_SIZE, in bam_alloc_chan()
/linux/drivers/dma/
H A Dmv_xor.c1080 dma_alloc_wc(&pdev->dev, MV_XOR_POOL_SIZE, &mv_chan->dma_desc_pool, in mv_xor_channel_add()
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-bit.c1772 ctx->bitstream.vaddr = dma_alloc_wc(ctx->dev->dev, ctx->bitstream.size, in coda_alloc_bitstream_buffer()