Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/drm2/
H A Ddrm_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()
H A Ddrm.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;
H A DdrmP.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()
H A Ddrm_ioc32.c623 struct drm_agp_buffer request; in compat_drm_agp_alloc()
643 struct drm_agp_buffer request; in compat_drm_agp_free()