Home
last modified time | relevance | path

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

/third_party/libdrm/
Dxf86drm.c2158 struct drm_crtc_get_sequence get_seq; in drmCrtcGetSequence() local
2161 memclear(get_seq); in drmCrtcGetSequence()
2162 get_seq.crtc_id = crtcId; in drmCrtcGetSequence()
2163 ret = drmIoctl(fd, DRM_IOCTL_CRTC_GET_SEQUENCE, &get_seq); in drmCrtcGetSequence()
2168 *sequence = get_seq.sequence; in drmCrtcGetSequence()
2170 *ns = get_seq.sequence_ns; in drmCrtcGetSequence()