Home
last modified time | relevance | path

Searched refs:drm_pci_alloc (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/drm/
H A Dati_pcigart.c62 entry->dmah_gart = drm_pci_alloc(dev, ATI_PCIGART_TABLE_SIZE, 0, in drm_ati_pcigart_init()
H A Ddrm_scatter.c114 dmah = drm_pci_alloc(dev, ptob(pages), 4096, 0xfffffffful, pages); in drm_sg_alloc()
H A Ddrm_pci.c216 drm_pci_alloc(drm_device_t *dev, size_t size, in drm_pci_alloc() function
H A DdrmP.h869 void *drm_pci_alloc(drm_device_t *, size_t, size_t, dma_addr_t, int);
/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_dma.c89 dmah = drm_pci_alloc(dev, PAGE_SIZE, PAGE_SIZE, 0xffffffff,1); in i915_init_hardware_status()