Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_agpsupport.h33 int drm_unbind_agp(struct agp_memory * handle);
73 static inline int drm_unbind_agp(struct agp_memory * handle) in drm_unbind_agp() function
/Linux-v5.4/drivers/gpu/drm/
Ddrm_agpsupport.c288 ret = drm_unbind_agp(entry->memory); in drm_agp_unbind()
372 drm_unbind_agp(entry->memory); in drm_agp_free()
456 drm_unbind_agp(entry->memory); in drm_legacy_agp_clear()
Ddrm_memory.c115 int drm_unbind_agp(struct agp_memory *handle) in drm_unbind_agp() function