Home
last modified time | relevance | path

Searched refs:drm_agp_buffer (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/
HDdrm_agpsupport.h61 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()
/dragonfly/sys/dev/drm/
HDdrm_agpsupport.c212 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()
/dragonfly/sys/dev/drm/include/uapi/drm/
HDdrm.h538 struct drm_agp_buffer { struct
862 #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;