Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_agpsupport.h59 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
161 static inline int drm_agp_free(struct drm_device *dev, in drm_agp_free() function
/linux-4.1.27/drivers/gpu/drm/
Ddrm_agpsupport.c358 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free() function
375 EXPORT_SYMBOL(drm_agp_free);
384 return drm_agp_free(dev, request); in drm_agp_free_ioctl()
/linux-4.1.27/drivers/gpu/drm/mga/
Dmga_dma.c959 drm_agp_free(dev, &free_req); in mga_do_cleanup_dma()