Searched refs:_DRM_VBLANK_SECONDARY (Results 1 – 4 of 4) sorted by relevance
475 _DRM_VBLANK_SECONDARY = 0x20000000, /**< Secondary display controller */ enumerator482 _DRM_VBLANK_SECONDARY | _DRM_VBLANK_NEXTONMISS)
1220 crtc = flags & _DRM_VBLANK_SECONDARY ? 1 : 0; in drm_wait_vblank()
530 _DRM_VBLANK_SECONDARY = 0x20000000, /**< Secondary display controller */ enumerator535 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_SIGNAL | _DRM_VBLANK_SECONDARY | \
421 crtc = flags & _DRM_VBLANK_SECONDARY ? 1 : 0; in drm_wait_vblank()