Searched refs:DRM_IOCTL_SG_ALLOC (Results 1 – 12 of 12) sorted by relevance
55 DRM_IOCTL_SG_ALLOC = 3222299704
55 DRM_IOCTL_SG_ALLOC = 3221775416
59 ioctl$DRM_IOCTL_SG_ALLOC(fd fd_dri, cmd const[DRM_IOCTL_SG_ALLOC], arg ptr[in, drm_scatter_gather])
365 #ifdef DRM_IOCTL_SG_ALLOC366 # undef DRM_IOCTL_SG_ALLOC367 # define DRM_IOCTL_SG_ALLOC 0xc0086438 macro
421 #ifdef DRM_IOCTL_SG_ALLOC422 # undef DRM_IOCTL_SG_ALLOC423 # define DRM_IOCTL_SG_ALLOC 0xc0086438 macro
833 #define DRM_IOCTL_SG_ALLOC DRM_IOWR(0x38, struct drm_scatter_gather) macro
855 #define DRM_IOCTL_SG_ALLOC DRM_IOWR(0x38, struct drm_scatter_gather) macro
2116 if (drmIoctl(fd, DRM_IOCTL_SG_ALLOC, &sg)) in drmScatterGatherAlloc()