Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_agpsupport.h55 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request);
121 static inline int drm_agp_unbind(struct drm_device *dev, in drm_agp_unbind() function
/Linux-v5.4/drivers/gpu/drm/
Ddrm_agpsupport.c278 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request) in drm_agp_unbind() function
293 EXPORT_SYMBOL(drm_agp_unbind);
301 return drm_agp_unbind(dev, request); in drm_agp_unbind_ioctl()
/Linux-v5.4/drivers/gpu/drm/mga/
Dmga_dma.c974 drm_agp_unbind(dev, &unbind_req); in mga_do_cleanup_dma()