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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Dati_pcigart.c79 entry->dmah_gart = drm_pci_alloc(dev, ATI_PCIGART_TABLE_SIZE, 0,
H A Ddrm_scatter.c100 dmah = drm_pci_alloc(dev, ptob(pages), 4096, 0xfffffffful, pages);
H A Ddrm_pci.c126 drm_pci_alloc(struct drm_device *dev, size_t size, function
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dati_pcigart.c61 entry->dmah_gart = drm_pci_alloc(dev, ATI_PCIGART_TABLE_SIZE, 0,
H A Ddrm_scatter.c110 dmah = drm_pci_alloc(dev, ptob(pages), 4096, 0xfffffffful, pages);
H A Ddrm_pci.c213 drm_pci_alloc(drm_device_t *dev, size_t size, function
232 DRM_ERROR("drm_pci_alloc:ddi_dma_alloc_handle failed\n");
240 DRM_ERROR("drm_pci_alloc: ddi_dma_mem_alloc failed\n");
249 DRM_ERROR("drm_pci_alloc: alloc phys memory failed");
H A DdrmP.h687 void *drm_pci_alloc(drm_device_t *, size_t, size_t, dma_addr_t, int);
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h1263 void *drm_pci_alloc(drm_device_t *, size_t, size_t, dma_addr_t, int);
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_ringbuffer.c1274 drm_pci_alloc(ring->dev, PAGE_SIZE, PAGE_SIZE, 0xffffffff, 1);
H A Di915_gem.c3811 phys_obj->handle = drm_pci_alloc(dev, size, 0, 0xffffffff, 1);

Completed in 39 milliseconds