Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm/
HDdrm_agpsupport.c169 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()
215 struct drm_agp_buffer request; in drm_agp_alloc_ioctl()
218 request = *(struct drm_agp_buffer *) data; in drm_agp_alloc_ioctl()
224 *(struct drm_agp_buffer *) data = request; in drm_agp_alloc_ioctl()
318 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free()
351 struct drm_agp_buffer request; in drm_agp_free_ioctl()
354 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.h811 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
812 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()
/freebsd-11-stable/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;
HDdrmP.h1812 extern int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
1815 extern int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
1906 struct drm_agp_buffer *request) in drm_agp_alloc()
1918 struct drm_agp_buffer *request) in drm_agp_free()
HDdrm_ioc32.c625 struct drm_agp_buffer request; in compat_drm_agp_alloc()
645 struct drm_agp_buffer request; in compat_drm_agp_free()