Searched refs:DRM_VBLANK_NEXTONMISS (Results 1 – 5 of 5) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_cursor_legacy.c | 524 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 …]
|
D | prime_vgem.c | 713 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()
|
D | kms_setmode.c | 440 wait.request.type |= DRM_VBLANK_RELATIVE | DRM_VBLANK_NEXTONMISS; in check_timings()
|
D | kms_flip.c | 1118 wait.request.type |= DRM_VBLANK_RELATIVE | DRM_VBLANK_NEXTONMISS; in calibrate_ts()
|
/external/libdrm/ |
D | xf86drm.h | 333 DRM_VBLANK_NEXTONMISS = 0x10000000, /**< If missed, wait for next vblank */ enumerator
|