Home
last modified time | relevance | path

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

/third_party/libdrm/include/drm/
Ddrm.h923 struct drm_crtc_get_sequence { struct
1026 #define DRM_IOCTL_CRTC_GET_SEQUENCE DRM_IOWR(0x3b, struct drm_crtc_get_sequence)
/third_party/mesa3d/include/drm-uapi/
Ddrm.h923 struct drm_crtc_get_sequence { struct
1026 #define DRM_IOCTL_CRTC_GET_SEQUENCE DRM_IOWR(0x3b, struct drm_crtc_get_sequence)
/third_party/libdrm/
Dxf86drm.c2158 struct drm_crtc_get_sequence get_seq; in drmCrtcGetSequence()