Searched refs:drm_agp_buffer (Results 1 – 3 of 3) sorted by relevance
61 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);64 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);131 struct drm_agp_buffer *request) in drm_agp_alloc()137 struct drm_agp_buffer *request) in drm_agp_free()
212 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()258 struct drm_agp_buffer request; in drm_agp_alloc_ioctl()261 request = *(struct drm_agp_buffer *) data; in drm_agp_alloc_ioctl()265 *(struct drm_agp_buffer *) data = request; in drm_agp_alloc_ioctl()428 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free()458 struct drm_agp_buffer request; in drm_agp_free_ioctl()460 request = *(struct drm_agp_buffer *) data; in drm_agp_free_ioctl()
538 struct drm_agp_buffer { struct862 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)863 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)1013 typedef struct drm_agp_buffer drm_agp_buffer_t;