Home
last modified time | relevance | path

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

/external/libdrm/tests/vbltest/
Dvbltest.c65 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()
/external/drm_hwcomposer/
Dvsyncworker.cpp147 DRM_VBLANK_RELATIVE | (high_crtc & DRM_VBLANK_HIGH_CRTC_MASK)); in Routine()
/external/libxcam/xcore/
Ddrm_display.cpp449 vblank.request.type = (drmVBlankSeqType) (DRM_VBLANK_EVENT | DRM_VBLANK_RELATIVE); in set_plane()
/external/libdrm/
Dxf86drm.h316 DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator
Dxf86drm.c2158 vbl->request.type &= ~DRM_VBLANK_RELATIVE; in drmWaitVBlank()