/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-vpu.c | 29 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 D | etnaviv_iommu_v2.c | 76 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 D | etnaviv_iommu.c | 152 v1_context->pgtable_cpu = dma_alloc_wc(global->dev, PT_SIZE, in etnaviv_iommuv1_context_alloc()
|
/linux/drivers/gpu/drm/lima/ |
H A D | lima_vm.c | 57 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 D | lima_device.c | 380 ldev->dlbu_cpu = dma_alloc_wc( in lima_device_init()
|
/linux/drivers/gpu/host1x/ |
H A D | cdma.c | 93 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()
|
H A D | job.c | 553 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/video/fbdev/omap/ |
H A D | lcdc.c | 604 lcdc.palette_virt = dma_alloc_wc(lcdc.fbdev->dev, MAX_PALETTE_SIZE, in alloc_palette_ram() 634 lcdc.vram_virt = dma_alloc_wc(lcdc.fbdev->dev, lcdc.vram_size, in alloc_fbmem()
|
/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_dl.c | 276 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/v3d/ |
H A D | v3d_drv.c | 340 v3d->mmu_scratch = dma_alloc_wc(dev, 4096, &v3d->mmu_scratch_paddr, in v3d_platform_drm_probe()
|
/linux/drivers/gpu/drm/ |
H A D | drm_gem_dma_helper.c | 152 dma_obj->vaddr = dma_alloc_wc(drm->dev, size, in drm_gem_dma_create()
|
/linux/drivers/video/fbdev/ |
H A D | ep93xx-fb.c | 427 virt_addr = dma_alloc_wc(info->device, fb_size, &phys_addr, GFP_KERNEL); in ep93xxfb_alloc_videomem()
|
H A D | pxa168fb.c | 668 info->screen_base = dma_alloc_wc(fbi->dev, info->fix.smem_len, in pxa168fb_probe()
|
H A D | acornfb.c | 1004 base = dma_alloc_wc(current_par.dev, size, &handle, in acornfb_probe()
|
H A D | sa1100fb.c | 1037 fbi->map_cpu = dma_alloc_wc(fbi->dev, fbi->map_size, &fbi->map_dma, in sa1100fb_map_video_memory()
|
H A D | imxfb.c | 988 info->screen_buffer = dma_alloc_wc(&pdev->dev, fbi->map_size, in imxfb_probe()
|
H A D | atmel_lcdfb.c | 333 info->screen_base = dma_alloc_wc(info->device, info->fix.smem_len, in atmel_lcdfb_alloc_video_memory()
|
H A D | s3c-fb.c | 1104 fbi->screen_buffer = dma_alloc_wc(sfb->dev, size, &map_dma, GFP_KERNEL); in s3c_fb_alloc_memory()
|
/linux/include/linux/ |
H A D | dma-mapping.h | 595 static inline void *dma_alloc_wc(struct device *dev, size_t size, in dma_alloc_wc() function
|
/linux/drivers/gpu/drm/tegra/ |
H A D | gem.c | 391 bo->vaddr = dma_alloc_wc(drm->dev, size, &bo->iova, in tegra_bo_alloc()
|
/linux/sound/core/ |
H A D | memalloc.c | 532 return dma_alloc_wc(dmab->dev.dev, size, &dmab->addr, DEFAULT_GFP); in snd_dma_wc_alloc()
|
/linux/drivers/xen/ |
H A D | grant-table.c | 1075 args->vaddr = dma_alloc_wc(args->dev, size, in gnttab_dma_alloc_pages()
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_tiler.c | 876 omap_dmm->refill_va = dma_alloc_wc(&dev->dev, in omap_dmm_probe()
|
/linux/drivers/gpu/drm/sti/ |
H A D | sti_hqvdp.c | 860 hqvdp->hqvdp_cmd = dma_alloc_wc(hqvdp->dev, size, in sti_hqvdp_init()
|
/linux/drivers/dma/ |
H A D | mv_xor.c | 1072 dma_alloc_wc(&pdev->dev, MV_XOR_POOL_SIZE, &mv_chan->dma_desc_pool, in mv_xor_channel_add()
|