Searched refs:DRM_VBLANK_RELATIVE (Results 1 – 5 of 5) sorted by relevance
65 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in vblank_handler()127 vbl.request.type = DRM_VBLANK_RELATIVE; in main()143 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in main()
147 DRM_VBLANK_RELATIVE | (high_crtc & DRM_VBLANK_HIGH_CRTC_MASK)); in Routine()
449 vblank.request.type = (drmVBlankSeqType) (DRM_VBLANK_EVENT | DRM_VBLANK_RELATIVE); in set_plane()
316 DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator
2158 vbl->request.type &= ~DRM_VBLANK_RELATIVE; in drmWaitVBlank()