Searched refs:DRM_IOCTL_LOCK (Results 1 – 10 of 10) sorted by relevance
36 DRM_IOCTL_LOCK = 1074291754
36 DRM_IOCTL_LOCK = 2148033578
42 ioctl$DRM_IOCTL_LOCK(fd fd_dri, cmd const[DRM_IOCTL_LOCK], arg ptr[in, drm_lock])
817 #define DRM_IOCTL_LOCK DRM_IOW( 0x2a, struct drm_lock) macro
839 #define DRM_IOCTL_LOCK DRM_IOW( 0x2a, struct drm_lock) macro
1481 while (drmIoctl(fd, DRM_IOCTL_LOCK, &lock)) in drmGetLock()