Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/
H A Duser_tdrm.c392 if (ioctl(tdrm_fd, DRM_IOCTL_GET_UNIQUE, &unique)) in main()
/third_party/mesa3d/src/drm-shim/
H A Ddevice.c276 [_IOC_NR(DRM_IOCTL_GET_UNIQUE)] = drm_shim_ioctl_get_unique,
/third_party/mesa3d/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
/third_party/libdrm/include/drm/
H A Ddrm.h146 * DRM_IOCTL_GET_UNIQUE ioctl argument type.
961 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique) macro
/third_party/libdrm/
H A Dxf86drm.c1432 * This function gets the bus ID via successive DRM_IOCTL_GET_UNIQUE ioctls to
1442 if (drmIoctl(fd, DRM_IOCTL_GET_UNIQUE, &u)) in drmGetBusid()
1445 if (drmIoctl(fd, DRM_IOCTL_GET_UNIQUE, &u)) { in drmGetBusid()

Completed in 13 milliseconds