Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dkms_cursor_legacy.c524 vblank_start = get_vblank(display->drm_fd, pipe, DRM_VBLANK_NEXTONMISS); in basic_flip_cursor()
541 vblank_start = get_vblank(display->drm_fd, pipe, DRM_VBLANK_NEXTONMISS); in basic_flip_cursor()
630 unsigned vblank_start = get_vblank(display->drm_fd, pipe, DRM_VBLANK_NEXTONMISS); in get_cursor_updates_per_vblank()
681 vblank_start = get_vblank(display->drm_fd, pipe, DRM_VBLANK_NEXTONMISS); in flip_vs_cursor()
723 vblank_start = get_vblank(display->drm_fd, pipe, DRM_VBLANK_NEXTONMISS); in flip_vs_cursor()
923 vblank_start = get_vblank(display->drm_fd, pipe, DRM_VBLANK_NEXTONMISS); in two_screens_flip_vs_cursor()
959 vblank_start = get_vblank(display->drm_fd, pipe, DRM_VBLANK_NEXTONMISS); in two_screens_flip_vs_cursor()
962 vblank_start = get_vblank(display->drm_fd, pipe2, DRM_VBLANK_NEXTONMISS); in two_screens_flip_vs_cursor()
987 vblank_start = get_vblank(display->drm_fd, pipe, DRM_VBLANK_NEXTONMISS); in two_screens_flip_vs_cursor()
995 vblank_start = get_vblank(display->drm_fd, pipe2, DRM_VBLANK_NEXTONMISS); in two_screens_flip_vs_cursor()
[all …]
Dprime_vgem.c713 get_vblank(i915, 0, DRM_VBLANK_NEXTONMISS); in flip_to_vgem()
723 get_vblank(i915, 0, DRM_VBLANK_NEXTONMISS); in flip_to_vgem()
728 get_vblank(i915, 0, DRM_VBLANK_NEXTONMISS); in flip_to_vgem()
Dkms_setmode.c440 wait.request.type |= DRM_VBLANK_RELATIVE | DRM_VBLANK_NEXTONMISS; in check_timings()
Dkms_flip.c1118 wait.request.type |= DRM_VBLANK_RELATIVE | DRM_VBLANK_NEXTONMISS; in calibrate_ts()
/external/libdrm/
Dxf86drm.h333 DRM_VBLANK_NEXTONMISS = 0x10000000, /**< If missed, wait for next vblank */ enumerator