Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
HDdrm_agpsupport.h70 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);
148 static inline int drm_agp_bind(struct drm_device *dev, in drm_agp_bind() function
/dragonfly/sys/dev/drm/
HDdrm_agpsupport.c366 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) in drm_agp_bind() function
389 EXPORT_SYMBOL(drm_agp_bind);
399 return drm_agp_bind(dev, &request); in drm_agp_bind_ioctl()