Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/
Ddrm_memory.c81 int drm_unbind_agp(DRM_AGP_MEM * handle) in drm_unbind_agp() function
91 EXPORT_SYMBOL(drm_unbind_agp);
Ddrm_agpsupport.c291 ret = drm_unbind_agp(entry->memory); in drm_agp_unbind()
374 drm_unbind_agp(entry->memory); in drm_agp_free()
Ddrm_drv.c212 drm_unbind_agp(entry->memory); in drm_lastclose()
DdrmP.h1796 extern int drm_unbind_agp(DRM_AGP_MEM * handle);
1836 static inline int drm_unbind_agp(DRM_AGP_MEM * handle) in drm_unbind_agp() function