drm_agp_binding
int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request)
struct drm_agp_binding request;
request = *(struct drm_agp_binding *) data;
int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request)
struct drm_agp_binding request;
request = *(struct drm_agp_binding *) data;
struct drm_agp_binding *request)
struct drm_agp_binding *request)
int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request);
int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);
typedef struct drm_agp_binding drm_agp_binding_t;
#define DRM_IOCTL_AGP_BIND DRM_IOW( 0x36, struct drm_agp_binding)
#define DRM_IOCTL_AGP_UNBIND DRM_IOW( 0x37, struct drm_agp_binding)