Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_agpsupport.h32 int drm_unbind_agp(struct agp_memory * handle);
77 static inline int drm_unbind_agp(struct agp_memory * handle) in drm_unbind_agp() function
/linux-4.4.14/drivers/gpu/drm/
Ddrm_agpsupport.c282 ret = drm_unbind_agp(entry->memory); in drm_agp_unbind()
365 drm_unbind_agp(entry->memory); in drm_agp_free()
448 drm_unbind_agp(entry->memory); in drm_agp_clear()
Ddrm_memory.c109 int drm_unbind_agp(struct agp_memory * handle) in drm_unbind_agp() function