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

/freebsd-12-stable/sys/dev/drm2/
H A Ddrm.h476 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking, unsupported */ enumerator in enum:drm_vblank_seq_type
481 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_EVENT | _DRM_VBLANK_SIGNAL | \
H A Ddrm_irq.c1202 if (vblwait->request.type & _DRM_VBLANK_SIGNAL)
/freebsd-12-stable/sys/dev/drm/
H A Ddrm.h531 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking */ enumerator in enum:drm_vblank_seq_type
535 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_SIGNAL | _DRM_VBLANK_SECONDARY | \
H A Ddrm_irq.c445 if (flags & _DRM_VBLANK_SIGNAL) {

Completed in 111 milliseconds