Searched refs:_DRM_VBLANK_FLAGS_MASK (Results 1 – 2 of 2) sorted by relevance
486 ~(_DRM_VBLANK_TYPES_MASK | _DRM_VBLANK_FLAGS_MASK)) { in drm_wait_vblank()492 flags = vblwait.request.type & _DRM_VBLANK_FLAGS_MASK; in drm_wait_vblank()
643 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_SIGNAL | _DRM_VBLANK_SECONDARY | \ macro