Searched refs:DRM_IOCTL_GET_UNIQUE (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm.h149 * DRM_IOCTL_GET_UNIQUE ioctl argument type.
1041 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique) macro
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm.h146 * DRM_IOCTL_GET_UNIQUE ioctl argument type.
789 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique) macro
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm.h146 * DRM_IOCTL_GET_UNIQUE ioctl argument type.
961 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique) macro
/xsrc/external/mit/libdrm/dist/
H A Dxf86drm.c1491 * This function gets the bus ID via successive DRM_IOCTL_GET_UNIQUE ioctls to
1501 if (drmIoctl(fd, DRM_IOCTL_GET_UNIQUE, &u))
1504 if (drmIoctl(fd, DRM_IOCTL_GET_UNIQUE, &u)) {

Completed in 15 milliseconds