Searched refs:DRM_IOCTL_AGP_ALLOC (Results 1 – 3 of 3) sorted by relevance
746 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer) macro
612 DRM_IOCTL_DEF(DRM_IOCTL_AGP_ALLOC, drm_agp_alloc_ioctl, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
816 err = drm_ioctl(file, DRM_IOCTL_AGP_ALLOC, (unsigned long)request); in compat_drm_agp_alloc()