Searched refs:drm_agp_binding (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_agpsupport.c307 * \param arg pointer to a drm_agp_binding structure.
313 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request)
342 struct drm_agp_binding *request = data;
353 * \param arg pointer to a drm_agp_binding structure.
360 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request)
390 struct drm_agp_binding *request = data;
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm.h566 struct drm_agp_binding { struct
764 #define DRM_IOCTL_AGP_BIND DRM_IOW( 0x36, struct drm_agp_binding)
765 #define DRM_IOCTL_AGP_UNBIND DRM_IOW( 0x37, struct drm_agp_binding)
901 typedef struct drm_agp_binding drm_agp_binding_t;
H A DdrmP.h1346 extern int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request);
1348 extern int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm.h651 struct drm_agp_binding { struct
805 #define DRM_IOCTL_AGP_BIND DRM_IOW( 0x36, struct drm_agp_binding)
806 #define DRM_IOCTL_AGP_UNBIND DRM_IOW( 0x37, struct drm_agp_binding)
933 typedef struct drm_agp_binding drm_agp_binding_t;

Completed in 258 milliseconds