Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/drm2/
Ddrm_agpsupport.c320 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) in drm_agp_bind() function
340 EXPORT_SYMBOL(drm_agp_bind);
348 return drm_agp_bind(dev, request); in drm_agp_bind_ioctl()
DdrmP.h1365 extern int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);
/freebsd-10-stable/sys/dev/drm/
Ddrm_agpsupport.c312 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) in drm_agp_bind() function
347 retcode = drm_agp_bind(dev, &request); in drm_agp_bind_ioctl()
DdrmP.h824 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);
Dmga_dma.c512 err = drm_agp_bind( dev, &bind_req ); in mga_do_agp_dma_bootstrap()