Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_agpsupport.c319 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()
H A Ddrm_memory.c121 int drm_unbind_agp(struct agp_memory *handle) in drm_unbind_agp() function
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_agpsupport.h74 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
/netbsd-src/sys/external/bsd/drm2/include/drm/
H A Ddrm_agp_netbsd.h168 drm_unbind_agp(struct agp_bridge_data *bridge, struct agp_memory *mem) in drm_unbind_agp() function