Searched refs:drm_dmamem_alloc (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/include/drm/ |
| D | drm_drv.h | 580 struct drm_dmamem *drm_dmamem_alloc(bus_dma_tag_t, bus_size_t, bus_size_t,
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_ih.c | 74 dmah = drm_dmamem_alloc(adev->dmat, in amdgpu_ih_ring_init()
|
| /openbsd/src/sys/dev/pci/drm/i915/gem/ |
| D | i915_gem_phys.c | 57 dmah = drm_dmamem_alloc(i915->dmat, in i915_gem_object_get_pages_phys()
|
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | radeon_gart.c | 105 dmah = drm_dmamem_alloc(rdev->dmat, rdev->gart.table_size, in radeon_gart_table_ram_alloc()
|
| D | radeon_device.c | 798 rdev->dummy_page.dmah = drm_dmamem_alloc(rdev->dmat, PAGE_SIZE, PAGE_SIZE, 1, in radeon_dummy_page_init()
|
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_drv.c | 1940 drm_dmamem_alloc(bus_dma_tag_t dmat, bus_size_t size, bus_size_t alignment, in drm_dmamem_alloc() function 2005 dmah->mem = drm_dmamem_alloc(dev->dmat, size, align, 1, size, in drm_pci_alloc()
|
| D | drm_linux.c | 3299 mem = drm_dmamem_alloc(dmat, size, PAGE_SIZE, 1, size, in dma_alloc_coherent()
|