Searched refs:drm_agp_free (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_agpsupport.c365 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) function
382 EXPORT_SYMBOL(drm_agp_free); variable
391 return drm_agp_free(dev, request);
H A DdrmP.h1815 extern int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
1917 static inline int drm_agp_free(struct drm_device *dev, function
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_agpsupport.c318 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) function
357 retcode = drm_agp_free(dev, &request);
H A Dmga_dma.c977 drm_agp_free(dev, &free_req);
H A DdrmP.h812 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);

Completed in 119 milliseconds