Searched refs:DRM_IOCTL_AGP_ALLOC (Results 1 – 4 of 4) sorted by relevance
309 if (ioctl(tdrm_fd, DRM_IOCTL_AGP_ALLOC, &agp_buffer)) in main()
1016 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer) macro
2282 if (drmIoctl(fd, DRM_IOCTL_AGP_ALLOC, &b)) in drmAgpAlloc()