Searched refs:DRM_IOCTL_SG_ALLOC (Results 1 – 3 of 3) sorted by relevance
687 #define DRM_IOCTL_SG_ALLOC DRM_IOWR(0x38, struct drm_scatter_gather) macro
124 DRM_IOCTL_DEF(DRM_IOCTL_SG_ALLOC, drm_sg_alloc_ioctl, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
903 err = drm_ioctl(file, DRM_IOCTL_SG_ALLOC, (unsigned long)request); in compat_drm_sg_alloc()