Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_agpsupport.h32 int (*agph_alloc)(struct drm_device *, struct drm_agp_buffer *);
33 int (*agph_free)(struct drm_device *, struct drm_agp_buffer *);
95 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
98 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
169 struct drm_agp_buffer *request) in drm_agp_alloc()
175 struct drm_agp_buffer *request) in drm_agp_free()
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_agpsupport.c208 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()
254 struct drm_agp_buffer request; in drm_agp_alloc_ioctl()
257 request = *(struct drm_agp_buffer *) data; in drm_agp_alloc_ioctl()
263 *(struct drm_agp_buffer *) data = request; in drm_agp_alloc_ioctl()
357 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free()
390 struct drm_agp_buffer request; in drm_agp_free_ioctl()
393 request = *(struct drm_agp_buffer *) data; in drm_agp_free_ioctl()
H A DdrmP.h1100 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
1101 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_agpsupport.c219 static int drm_agp_alloc_hook(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc_hook()
270 struct drm_agp_buffer *request = data; in drm_agp_alloc_ioctl_hook()
401 static int drm_agp_free_hook(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free_hook()
433 struct drm_agp_buffer *request = data; in drm_agp_free_ioctl_hook()
H A Ddrm_ioc32.c694 struct drm_agp_buffer request; in compat_drm_agp_alloc()
722 struct drm_agp_buffer request; in compat_drm_agp_free()
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Ddrm.h567 struct drm_agp_buffer { struct
906 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
907 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1075 typedef struct drm_agp_buffer drm_agp_buffer_t;
/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Ddrm.h596 struct drm_agp_buffer { struct
1062 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
1063 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1170 typedef struct drm_agp_buffer drm_agp_buffer_t;
H A Dmga_dma.c458 struct drm_agp_buffer agp_req; in mga_do_agp_dma_bootstrap()
968 struct drm_agp_buffer free_req; in mga_do_cleanup_dma()
/netbsd-src/sys/external/bsd/drm2/drm/
H A Ddrm_agp_hook.c213 drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()
222 drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_drm.c658 struct drm_agp_buffer req64; in compat_drm_agp_alloc()
683 struct drm_agp_buffer req64; in compat_drm_agp_free()
/netbsd-src/sys/external/bsd/drm2/dist/drm/mga/
H A Dmga_dma.c472 struct drm_agp_buffer agp_req; in mga_do_agp_dma_bootstrap()
976 struct drm_agp_buffer free_req; in mga_do_cleanup_dma()