Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_agpsupport.c199 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()
240 struct drm_agp_buffer *request = data; in drm_agp_alloc_ioctl()
363 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free()
387 struct drm_agp_buffer *request = data; in drm_agp_free_ioctl()
H A Ddrm.h532 struct drm_agp_buffer { struct
696 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
697 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
826 typedef struct drm_agp_buffer drm_agp_buffer_t;
H A DdrmP.h1810 extern int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
1813 extern int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
1904 struct drm_agp_buffer *request) in drm_agp_alloc()
1916 struct drm_agp_buffer *request) in drm_agp_free()
H A Ddrm_ioc32.c621 struct drm_agp_buffer request; in compat_drm_agp_alloc()
641 struct drm_agp_buffer request; in compat_drm_agp_free()