Searched refs:drm_agp_bind (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_agpsupport.c320 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) function
340 EXPORT_SYMBOL(drm_agp_bind); variable
348 return drm_agp_bind(dev, request);
H A DdrmP.h1821 extern int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);
1941 static inline int drm_agp_bind(struct drm_device *dev, function
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_agpsupport.c277 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) function
312 retcode = drm_agp_bind(dev, &request);
H A Dmga_dma.c512 err = drm_agp_bind( dev, &bind_req );
H A DdrmP.h813 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);

Completed in 91 milliseconds