Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/drm/
H A Ddrm_scatter.c67 drm_pci_free(dev, entry->dmah_sg); in drm_sg_cleanup()
72 drm_pci_free(dev, entry->dmah_gart); in drm_sg_cleanup()
H A Dati_pcigart.c126 drm_pci_free(dev, dmah); in drm_ati_pcigart_cleanup()
H A Ddrm_pci.c281 drm_pci_free(drm_device_t *dev, drm_dma_handle_t *dmah) in drm_pci_free() function
H A DdrmP.h868 void drm_pci_free(drm_device_t *, drm_dma_handle_t *);
/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_dma.c115 drm_pci_free(dev, dev_priv->status_page_dmah); in i915_free_hardware_status()