Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/drm2/
HDdrm_memory.c79 int drm_unbind_agp(DRM_AGP_MEM * handle) in drm_unbind_agp() function
89 EXPORT_SYMBOL(drm_unbind_agp);
HDdrm_agpsupport.c289 ret = drm_unbind_agp(entry->memory); in drm_agp_unbind()
372 drm_unbind_agp(entry->memory); in drm_agp_free()
HDdrm_drv.c210 drm_unbind_agp(entry->memory); in drm_lastclose()
HDdrmP.h1794 extern int drm_unbind_agp(DRM_AGP_MEM * handle);
1834 static inline int drm_unbind_agp(DRM_AGP_MEM * handle) in drm_unbind_agp() function