Home
last modified time | relevance | path

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

/trueos/sys/dev/drm/
HDdrm_agpsupport.c204 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()
250 struct drm_agp_buffer request; in drm_agp_alloc_ioctl()
253 request = *(struct drm_agp_buffer *) data; in drm_agp_alloc_ioctl()
259 *(struct drm_agp_buffer *) data = request; in drm_agp_alloc_ioctl()
353 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free()
386 struct drm_agp_buffer request; in drm_agp_free_ioctl()
389 request = *(struct drm_agp_buffer *) data; in drm_agp_free_ioctl()
HDdrm.h589 struct drm_agp_buffer { struct
1050 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
1051 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1136 typedef struct drm_agp_buffer drm_agp_buffer_t;
HDdrmP.h822 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
823 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
HDmga_dma.c461 struct drm_agp_buffer agp_req; in mga_do_agp_dma_bootstrap()
971 struct drm_agp_buffer free_req; in mga_do_cleanup_dma()
/trueos/sys/dev/drm2/
HDdrm_agpsupport.c201 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()
242 struct drm_agp_buffer *request = data; in drm_agp_alloc_ioctl()
365 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free()
389 struct drm_agp_buffer *request = data; in drm_agp_free_ioctl()
HDdrm.h534 struct drm_agp_buffer { struct
698 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
699 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
828 typedef struct drm_agp_buffer drm_agp_buffer_t;
HDdrm_ioc32.c625 struct drm_agp_buffer request; in compat_drm_agp_alloc()
645 struct drm_agp_buffer request; in compat_drm_agp_free()
HDdrmP.h1348 extern int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
1351 extern int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);