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

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm.h495 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking, unsupported */ enumerator in enum:drm_vblank_seq_type
501 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_EVENT | _DRM_VBLANK_SIGNAL | \
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_irq.c272 if (flags & _DRM_VBLANK_SIGNAL) {
H A Ddrm.h581 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking, unsupported */ enumerator in enum:drm_vblank_seq_type
586 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_EVENT | _DRM_VBLANK_SIGNAL | \
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_irq.c1347 if (vblwait->request.type & _DRM_VBLANK_SIGNAL)

Completed in 25 milliseconds