Searched refs:_DRM_VBLANK_SECONDARY (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/
H A Ddrm.h475 _DRM_VBLANK_SECONDARY = 0x20000000, /**< Secondary display controller */ enumerator in enum:drm_vblank_seq_type
482 _DRM_VBLANK_SECONDARY | _DRM_VBLANK_NEXTONMISS)
H A Ddrm_irq.c1220 crtc = flags & _DRM_VBLANK_SECONDARY ? 1 : 0;
/freebsd-12-stable/sys/dev/drm/
H A Ddrm.h530 _DRM_VBLANK_SECONDARY = 0x20000000, /**< Secondary display controller */ enumerator in enum:drm_vblank_seq_type
535 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_SIGNAL | _DRM_VBLANK_SECONDARY | \
H A Ddrm_irq.c415 crtc = flags & _DRM_VBLANK_SECONDARY ? 1 : 0;

Completed in 100 milliseconds