Home
last modified time | relevance | path

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

/third_party/libdrm/
Dxf86drm.c1714 struct drm_crtc_get_sequence get_seq; in drmCrtcGetSequence() local
1717 memclear(get_seq); in drmCrtcGetSequence()
1718 get_seq.crtc_id = crtcId; in drmCrtcGetSequence()
1719 ret = drmIoctl(fd, DRM_IOCTL_CRTC_GET_SEQUENCE, &get_seq); in drmCrtcGetSequence()
1724 *sequence = get_seq.sequence; in drmCrtcGetSequence()
1726 *ns = get_seq.sequence_ns; in drmCrtcGetSequence()