Searched refs:drm_pci_alloc (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.3-release/sys/dev/drm/
H A Ddrm_pci.c57 drm_pci_alloc(struct drm_device *dev, size_t size, function
65 DRM_ERROR("drm_pci_alloc with non-power-of-two alignment %d\n",
H A Ddrm_bufs.c234 * the caller, so we have to guess. drm_pci_alloc requires
242 map->dmah = drm_pci_alloc(dev, map->size, align, 0xfffffffful);
603 drm_dma_handle_t *dmah = drm_pci_alloc(dev, size, alignment,
H A DdrmP.h956 drm_dma_handle_t *drm_pci_alloc(struct drm_device *dev, size_t size,
H A Di915_dma.c89 drm_pci_alloc(dev, PAGE_SIZE, PAGE_SIZE, 0xffffffff);
H A Dmach64_dma.c796 drm_pci_alloc(dev, 0x1000, 0x1000, 0xfffffffful);
/freebsd-10.3-release/sys/dev/drm2/
H A Dati_pcigart.c44 gart_info->table_handle = drm_pci_alloc(dev, gart_info->table_size,
H A Ddrm_pci.c68 drm_dma_handle_t *drm_pci_alloc(struct drm_device * dev, size_t size, function
76 DRM_ERROR("drm_pci_alloc with non-power-of-two alignment %d\n",
123 EXPORT_SYMBOL(drm_pci_alloc); variable
H A Ddrm_bufs.c406 dmah = drm_pci_alloc(dev, map->size, align, BUS_SPACE_MAXADDR);
956 dmah = drm_pci_alloc(dev, PAGE_SIZE << page_order, 0x1000, BUS_SPACE_MAXADDR);
H A DdrmP.h1426 extern drm_dma_handle_t *drm_pci_alloc(struct drm_device *dev, size_t size,
/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Dradeon_device.c550 rdev->dummy_page.dmah = drm_pci_alloc(rdev->ddev,
H A Dradeon_gart.c74 dmah = drm_pci_alloc(rdev->ddev, rdev->gart.table_size,
/freebsd-10.3-release/sys/dev/drm2/i915/
H A Di915_dma.c108 drm_pci_alloc(dev, PAGE_SIZE, PAGE_SIZE, BUS_SPACE_MAXADDR);
H A Di915_gem.c4057 phys_obj->handle = drm_pci_alloc(dev, size, align, BUS_SPACE_MAXADDR);

Completed in 106 milliseconds