Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_agpsupport.h62 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request);
173 static inline int drm_agp_unbind(struct drm_device *dev, in drm_agp_unbind() function
/linux-4.1.27/drivers/gpu/drm/
Ddrm_agpsupport.c273 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request) in drm_agp_unbind() function
289 EXPORT_SYMBOL(drm_agp_unbind);
297 return drm_agp_unbind(dev, request); in drm_agp_unbind_ioctl()
/linux-4.1.27/drivers/gpu/drm/mga/
Dmga_dma.c956 drm_agp_unbind(dev, &unbind_req); in mga_do_cleanup_dma()