Home
last modified time | relevance | path

Searched refs:dma_alloc_coherent (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ih.c102 ih->ring = dma_alloc_coherent(adev->dev, ih->ring_size + 8, in amdgpu_ih_ring_init()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_pci.c74 dmah->vaddr = dma_alloc_coherent(&dev->pdev->dev, size, in drm_pci_alloc()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
H A Dnouveau_nvkm_subdev_mmu_vmmnv44.c273 vmm->nullp = dma_alloc_coherent(subdev->device->dev, 16 * 1024, in nv44_vmm_new()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_phys.c159 vaddr = dma_alloc_coherent(&obj->base.dev->pdev->dev, in i915_gem_object_get_pages_phys()
/netbsd-src/sys/dev/pci/
H A Dxmm7360.c298 static void *dma_alloc_coherent(struct device *, size_t, dma_addr_t *, int);
645 xmm->cp = dma_alloc_coherent(xmm->dev, sizeof(struct control_page), &xmm->cp_phys, GFP_KERNEL); in xmm7360_cmd_ring_init()
722 …ring->tds = dma_alloc_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, &ring->tds_phys, GFP_… in xmm7360_td_ring_create()
728 ring->pages[i] = dma_alloc_coherent(xmm->dev, ring->page_size, &ring->pages_phys[i], GFP_KERNEL); in xmm7360_td_ring_create()
2862 dma_alloc_coherent(struct device *self, size_t sz, dma_addr_t *physp, int flags) in dma_alloc_coherent() function
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c1293 man->map = dma_alloc_coherent(&dev_priv->dev->pdev->dev, size, in vmw_cmdbuf_set_pool_size()