Home
last modified time | relevance | path

Searched refs:drm_free_agp (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_memory.c54 void drm_free_agp(DRM_AGP_MEM * handle, int pages) in drm_free_agp() function
64 EXPORT_SYMBOL(drm_free_agp);
H A Ddrm_agpsupport.c376 drm_free_agp(entry->memory, entry->pages); in drm_agp_free()
H A Ddrm_drv.c211 drm_free_agp(entry->memory, entry->pages); in drm_lastclose()
H A DdrmP.h1785 extern void drm_free_agp(DRM_AGP_MEM * handle, int pages);
1825 static inline void drm_free_agp(DRM_AGP_MEM * handle, int pages) in drm_free_agp() function