Home
last modified time | relevance | path

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

/external/igt-gpu-tools/benchmarks/
Dkms_vblank.c58 vbl.request.type = DRM_VBLANK_RELATIVE; in crtc0_active()
72 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in vblank_query()
77 vbl.request.type = DRM_VBLANK_RELATIVE; in vblank_query()
84 vbl.request.type = DRM_VBLANK_RELATIVE; in vblank_query()
106 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in vblank_event()
111 vbl.request.type = DRM_VBLANK_RELATIVE; in vblank_event()
118 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in vblank_event()
/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/igt-gpu-tools/tests/
Dkms_vblank.c138 DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in run_test()
195 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in crtc_id_subtest()
329 vbl.request.type = DRM_VBLANK_RELATIVE | kmstest_get_vbl_flag(pipe) | flags; in get_vblank()
Dkms_vrr.c206 vbl.request.type |= DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in wait_for_vblank()
Dkms_setmode.c440 wait.request.type |= DRM_VBLANK_RELATIVE | DRM_VBLANK_NEXTONMISS; in check_timings()
460 check.request.type |= DRM_VBLANK_RELATIVE; in check_timings()
Dkms_flip.c334 wait_vbl.request.type |= DRM_VBLANK_RELATIVE; in __wait_for_vblank()
1118 wait.request.type |= DRM_VBLANK_RELATIVE | DRM_VBLANK_NEXTONMISS; in calibrate_ts()
1138 check.request.type |= DRM_VBLANK_RELATIVE; in calibrate_ts()
Dprime_vgem.c685 vbl.request.type = DRM_VBLANK_RELATIVE | pipe_select(pipe) | flags; in get_vblank()
Dkms_cursor_legacy.c483 vbl.request.type = DRM_VBLANK_RELATIVE | pipe_select(pipe) | flags; in get_vblank()
Dperf_pmu.c900 vbl.request.type = DRM_VBLANK_RELATIVE; in event_wait()
/external/drm_hwcomposer/drm/
DVSyncWorker.cpp146 DRM_VBLANK_RELATIVE | (high_crtc & DRM_VBLANK_HIGH_CRTC_MASK)); in Routine()
/external/igt-gpu-tools/tools/
Dintel_residency.c361 vblank.request.type = DRM_VBLANK_RELATIVE; in wait_vblanks()
/external/libdrm/
Dxf86drm.h328 DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator
Dxf86drm.c2199 vbl->request.type &= ~DRM_VBLANK_RELATIVE; in drmWaitVBlank()
/external/igt-gpu-tools/lib/
Digt_kms.c1504 vbl.request.type = DRM_VBLANK_RELATIVE | pipe_select(pipe) | flags; in kmstest_get_vblank()
1698 dummy_vbl.request.type = DRM_VBLANK_RELATIVE; in kms_has_vblank()
4140 wait_vbl.request.type = DRM_VBLANK_RELATIVE; in igt_wait_for_vblank_count()