Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_legacy.h199 void drm_pci_free(struct drm_device *dev, struct drm_dma_handle *dmah);
212 static inline void drm_pci_free(struct drm_device *dev, in drm_pci_free() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_pci.c89 void drm_pci_free(struct drm_device * dev, drm_dma_handle_t * dmah) in drm_pci_free() function
96 EXPORT_SYMBOL(drm_pci_free);
H A Ddrm_dma.c103 drm_pci_free(dev, dma->bufs[i].seglist[j]); in drm_legacy_dma_takedown()
H A Ddrm_bufs.c681 drm_pci_free(dev, entry->seglist[i]); in drm_cleanup_buf_error()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/r128/
H A Dati_pcigart.c59 drm_pci_free(dev, gart_info->table_handle); in drm_ati_free_pcigart_table()