Searched refs:_DRM_VBLANK_SECONDARY (Results 1 – 6 of 6) sorted by relevance
275 _DRM_VBLANK_SECONDARY = 0x20000000, enumerator281 _DRM_VBLANK_SECONDARY | _DRM_VBLANK_NEXTONMISS)
278 _DRM_VBLANK_SECONDARY = 0x20000000, enumerator283 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_EVENT | _DRM_VBLANK_SIGNAL | _DRM_VBLANK_SECONDARY | _D…
486 _DRM_VBLANK_SECONDARY = 0x20000000, /**< Secondary display controller */ enumerator493 _DRM_VBLANK_SECONDARY | _DRM_VBLANK_NEXTONMISS)
1761 pipe_index = flags & _DRM_VBLANK_SECONDARY ? 1 : 0; in drm_wait_vblank_ioctl()
23741 + pipe = flags & _DRM_VBLANK_SECONDARY ? 1 : 0;