Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_agpsupport.h60 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request);
135 static inline int drm_agp_unbind(struct drm_device *dev, in drm_agp_unbind() function
/Linux-v4.19/drivers/gpu/drm/
Ddrm_agpsupport.c271 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request) in drm_agp_unbind() function
286 EXPORT_SYMBOL(drm_agp_unbind);
294 return drm_agp_unbind(dev, request); in drm_agp_unbind_ioctl()
/Linux-v4.19/drivers/gpu/drm/mga/
Dmga_dma.c974 drm_agp_unbind(dev, &unbind_req); in mga_do_cleanup_dma()