Home
last modified time | relevance | path

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

/third_party/libdrm/include/drm/
Ddrm.h150 struct drm_unique { struct
961 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique)
975 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
1142 typedef struct drm_unique drm_unique_t;
/third_party/mesa3d/include/drm-uapi/
Ddrm.h150 struct drm_unique { struct
961 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique)
975 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
1152 typedef struct drm_unique drm_unique_t;
/third_party/mesa3d/src/drm-shim/
Ddevice.c206 struct drm_unique *gu = arg; in drm_shim_ioctl_get_unique()