Searched refs:drm_unbind_agp (Results 1 – 4 of 4) sorted by relevance
319 ret = drm_unbind_agp(dev->agp->bridge, entry->memory); in drm_agp_unbind_hook()321 ret = drm_unbind_agp(entry->memory); in drm_agp_unbind_hook()412 drm_unbind_agp(dev->agp->bridge, entry->memory); in drm_agp_free_hook()414 drm_unbind_agp(entry->memory); in drm_agp_free_hook()513 drm_unbind_agp(dev->agp->bridge, entry->memory); in drm_agp_clear_hook()517 drm_unbind_agp(entry->memory); in drm_agp_clear_hook()
121 int drm_unbind_agp(struct agp_memory *handle) in drm_unbind_agp() function
74 static inline int drm_unbind_agp(struct agp_bridge_data *, struct agp_memory *);78 int drm_unbind_agp(struct agp_memory * handle);131 static inline int drm_unbind_agp(struct agp_memory * handle) in drm_unbind_agp() function
168 drm_unbind_agp(struct agp_bridge_data *bridge, struct agp_memory *mem) in drm_unbind_agp() function