Searched refs:DRM_VBLANK_EVENT (Results 1 – 8 of 8) sorted by relevance
72 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in vblank_query()106 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in vblank_event()118 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in vblank_event()
65 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in vblank_handler()143 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in main()
138 DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in run_test()195 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in crtc_id_subtest()
63 igt_assert(kmstest_get_vblank(fd, pipe, DRM_VBLANK_EVENT)); in generate_event()
206 vbl.request.type |= DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT; in wait_for_vblank()
450 wait.request.type |= DRM_VBLANK_ABSOLUTE | DRM_VBLANK_EVENT; in check_timings()
336 wait_vbl.request.type |= DRM_VBLANK_EVENT; in __wait_for_vblank()1128 wait.request.type |= DRM_VBLANK_ABSOLUTE | DRM_VBLANK_EVENT; in calibrate_ts()
331 DRM_VBLANK_EVENT = 0x4000000, /**< Send event instead of blocking */ enumerator