Home
last modified time | relevance | path

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

/third_party/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()
/third_party/libdrm/
Dxf86drm.h328 DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator
Dxf86drm.c2178 vbl->request.type &= ~DRM_VBLANK_RELATIVE; in drmWaitVBlank()
/third_party/weston/libweston/backend-drm/
Ddrm.c554 .request.type = DRM_VBLANK_RELATIVE, in drm_output_start_repaint_loop()
2876 .type = DRM_VBLANK_RELATIVE | drm_waitvblank_pipe_vsync(b->pipe), in ohos_drm_vsync_thread_main()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c1280 .type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT, in gst_kms_sink_sync()