HomeSort by: relevance | last modified time | path
    Searched refs:dma_alloc_coherent (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ih.c 40 * @use_bus_addr: true when we can use dma_alloc_coherent
102 ih->ring = dma_alloc_coherent(adev->dev, ih->ring_size + 8,
  /src/sys/external/bsd/drm2/dist/drm/
drm_pci.c 74 dmah->vaddr = dma_alloc_coherent(&dev->pdev->dev, size,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_vmmnv44.c 273 vmm->nullp = dma_alloc_coherent(subdev->device->dev, 16 * 1024,
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_phys.c 159 vaddr = dma_alloc_coherent(&obj->base.dev->pdev->dev,
  /src/sys/dev/pci/
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);
722 ring->tds = dma_alloc_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, &ring->tds_phys, GFP_KERNEL);
728 ring->pages[i] = dma_alloc_coherent(xmm->dev, ring->page_size, &ring->pages_phys[i], GFP_KERNEL);
2862 dma_alloc_coherent(struct device *self, size_t sz, dma_addr_t *physp, int flags) function
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 1293 man->map = dma_alloc_coherent(&dev_priv->dev->pdev->dev, size,

Completed in 25 milliseconds