Searched refs:DRM_IOCTL_SG_FREE (Results 1 – 12 of 12) sorted by relevance
56 DRM_IOCTL_SG_FREE = 1074816057
56 DRM_IOCTL_SG_FREE = 2148557881
56 DRM_IOCTL_SG_FREE = 1074291769
60 ioctl$DRM_IOCTL_SG_FREE(fd fd_dri, cmd const[DRM_IOCTL_SG_FREE], arg ptr[in, drm_scatter_gather])
369 #ifdef DRM_IOCTL_SG_FREE370 # undef DRM_IOCTL_SG_FREE371 # define DRM_IOCTL_SG_FREE 0x40086439 macro
425 #ifdef DRM_IOCTL_SG_FREE426 # undef DRM_IOCTL_SG_FREE427 # define DRM_IOCTL_SG_FREE 0x40086439 macro
834 #define DRM_IOCTL_SG_FREE DRM_IOW( 0x39, struct drm_scatter_gather) macro
856 #define DRM_IOCTL_SG_FREE DRM_IOW( 0x39, struct drm_scatter_gather) macro
2128 if (drmIoctl(fd, DRM_IOCTL_SG_FREE, &sg)) in drmScatterGatherFree()