Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_agpsupport.h59 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request);
134 static inline int drm_agp_unbind(struct drm_device *dev, in drm_agp_unbind() function
/linux-4.4.14/drivers/gpu/drm/
Ddrm_agpsupport.c271 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request) in drm_agp_unbind() function
287 EXPORT_SYMBOL(drm_agp_unbind);
295 return drm_agp_unbind(dev, request); in drm_agp_unbind_ioctl()
/linux-4.4.14/drivers/gpu/drm/mga/
Dmga_dma.c956 drm_agp_unbind(dev, &unbind_req); in mga_do_cleanup_dma()