Searched refs:DRM_IOCTL_SG_FREE (Results 1 – 7 of 7) sorted by relevance
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
850 #define DRM_IOCTL_SG_FREE DRM_IOW( 0x39, struct drm_scatter_gather) macro
884 #define DRM_IOCTL_SG_FREE DRM_IOW( 0x39, struct drm_scatter_gather) macro
891 #define DRM_IOCTL_SG_FREE DRM_IOW( 0x39, struct drm_scatter_gather) macro
2169 if (drmIoctl(fd, DRM_IOCTL_SG_FREE, &sg)) in drmScatterGatherFree()