Searched refs:drm_agp_bind (Results 1 – 3 of 3) sorted by relevance
62 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);140 static inline int drm_agp_bind(struct drm_device *dev, in drm_agp_bind() function
311 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) in drm_agp_bind() function331 EXPORT_SYMBOL(drm_agp_bind);339 return drm_agp_bind(dev, request); in drm_agp_bind_ioctl()
499 err = drm_agp_bind(dev, &bind_req); in mga_do_agp_dma_bootstrap()