Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/third_party/libdrm/include/drm/
Ddrm.h1006 #define DRM_IOCTL_UNLOCK DRM_IOW( 0x2b, struct drm_lock) macro
/third_party/mesa3d/include/drm-uapi/
Ddrm.h1006 #define DRM_IOCTL_UNLOCK DRM_IOW( 0x2b, struct drm_lock) macro
/third_party/libdrm/
Dxf86drm.c1963 return drmIoctl(fd, DRM_IOCTL_UNLOCK, &lock); in drmUnlock()