Searched refs:DRM_IOCTL_AGP_ALLOC (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm.h537 * DRM_IOCTL_AGP_ALLOC and DRM_IOCTL_AGP_FREE ioctls argument type.
1139 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer) macro
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm.h534 * DRM_IOCTL_AGP_ALLOC and DRM_IOCTL_AGP_FREE ioctls argument type.
844 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer) macro
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm.h534 * DRM_IOCTL_AGP_ALLOC and DRM_IOCTL_AGP_FREE ioctls argument type.
1016 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer) macro
/xsrc/external/mit/libdrm/dist/
H A Dxf86drm.c2329 * This function is a wrapper around the DRM_IOCTL_AGP_ALLOC ioctl, passing the
2341 if (drmIoctl(fd, DRM_IOCTL_AGP_ALLOC, &b))

Completed in 14 milliseconds