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

/external/ltp/testcases/kernel/device-drivers/drm/user_space/
H A Duser_tdrm.c309 if (ioctl(tdrm_fd, DRM_IOCTL_AGP_ALLOC, &agp_buffer))
/external/strace/
H A Dioctl_redefs1.h201 #ifdef DRM_IOCTL_AGP_ALLOC
202 # undef DRM_IOCTL_AGP_ALLOC macro
203 # define DRM_IOCTL_AGP_ALLOC 0xc0106434 macro
H A Dioctl_redefs2.h181 #ifdef DRM_IOCTL_AGP_ALLOC
182 # undef DRM_IOCTL_AGP_ALLOC macro
183 # define DRM_IOCTL_AGP_ALLOC 0xc0106434 macro
/external/kernel-headers/original/uapi/drm/
H A Ddrm.h540 * DRM_IOCTL_AGP_ALLOC and DRM_IOCTL_AGP_FREE ioctls argument type.
771 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer) macro
/external/libdrm/include/drm/
H A Ddrm.h534 * DRM_IOCTL_AGP_ALLOC and DRM_IOCTL_AGP_FREE ioctls argument type.
765 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer) macro
/external/libdrm/
H A Dxf86drm.c1769 * This function is a wrapper around the DRM_IOCTL_AGP_ALLOC ioctl, passing the
1781 if (drmIoctl(fd, DRM_IOCTL_AGP_ALLOC, &b))

Completed in 258 milliseconds