Home
last modified time | relevance | path

Searched refs:drm_agp_free (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_agpsupport.h64 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
136 static inline int drm_agp_free(struct drm_device *dev, in drm_agp_free() function
/dragonfly/sys/dev/drm/
H A Ddrm_agpsupport.c428 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free() function
452 EXPORT_SYMBOL(drm_agp_free);
462 return drm_agp_free(dev, &request); in drm_agp_free_ioctl()