Home
last modified time | relevance | path

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

/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()
/drivers/gpu/drm/mga/
Dmga_dma.c956 drm_agp_unbind(dev, &unbind_req); in mga_do_cleanup_dma()