Searched refs:drm_pci_alloc (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/drm/ |
H A D | ati_pcigart.c | 62 entry->dmah_gart = drm_pci_alloc(dev, ATI_PCIGART_TABLE_SIZE, 0, in drm_ati_pcigart_init()
|
H A D | drm_scatter.c | 114 dmah = drm_pci_alloc(dev, ptob(pages), 4096, 0xfffffffful, pages); in drm_sg_alloc()
|
H A D | drm_pci.c | 216 drm_pci_alloc(drm_device_t *dev, size_t size, in drm_pci_alloc() function
|
H A D | drmP.h | 869 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 D | i915_dma.c | 89 dmah = drm_pci_alloc(dev, PAGE_SIZE, PAGE_SIZE, 0xffffffff,1); in i915_init_hardware_status()
|