Searched refs:drm_free_agp (Results 1 – 3 of 3) sorted by relevance
31 void drm_free_agp(struct agp_memory * handle, int pages);64 static inline void drm_free_agp(struct agp_memory * handle, int pages) in drm_free_agp() function
376 drm_free_agp(entry->memory, entry->pages); in drm_agp_free()457 drm_free_agp(entry->memory, entry->pages); in drm_legacy_agp_clear()
104 void drm_free_agp(struct agp_memory *handle, int pages) in drm_free_agp() function