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

/freebsd-9.3-release/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.c451 if (flags & _DRM_VBLANK_SIGNAL) {
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm.h533 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking */ enumerator in enum:drm_vblank_seq_type
538 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_EVENT | _DRM_VBLANK_SIGNAL | \
H A Ddrm_irq.c1063 if (vblwait->request.type & _DRM_VBLANK_SIGNAL)

Completed in 65 milliseconds