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 D | amdgpu_ih.c | 102 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 D | drm_pci.c | 74 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 D | nouveau_nvkm_subdev_mmu_vmmnv44.c | 273 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 D | i915_gem_phys.c | 159 vaddr = dma_alloc_coherent(&obj->base.dev->pdev->dev, in i915_gem_object_get_pages_phys()
|
/netbsd-src/sys/dev/pci/ |
H A D | xmm7360.c | 298 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 D | vmwgfx_cmdbuf.c | 1293 man->map = dma_alloc_coherent(&dev_priv->dev->pdev->dev, size, in vmw_cmdbuf_set_pool_size()
|