Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_agpsupport.h57 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
129 static inline int drm_agp_free(struct drm_device *dev, in drm_agp_free() function
/Linux-v4.19/drivers/gpu/drm/
Ddrm_agpsupport.c355 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free() function
373 EXPORT_SYMBOL(drm_agp_free);
381 return drm_agp_free(dev, request); in drm_agp_free_ioctl()
/Linux-v4.19/drivers/gpu/drm/mga/
Dmga_dma.c977 drm_agp_free(dev, &free_req); in mga_do_cleanup_dma()