drm_free_agp
extern void drm_free_agp(DRM_AGP_MEM * handle, int pages);
drm_free_agp(entry->memory, entry->pages);
EXPORT_SYMBOL(drm_free_agp);