Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/
HDdrm.h476 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking, unsupported */ enumerator
481 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_EVENT | _DRM_VBLANK_SIGNAL | \
HDdrm_irq.c1202 if (vblwait->request.type & _DRM_VBLANK_SIGNAL) in drm_wait_vblank()
/NextBSD/sys/dev/drm/
HDdrm.h531 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking */ enumerator
535 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_SIGNAL | _DRM_VBLANK_SECONDARY | \
HDdrm_irq.c445 if (flags & _DRM_VBLANK_SIGNAL) { in drm_wait_vblank()