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

/freebsd-12-stable/sys/dev/drm2/
H A Ddrm.h474 _DRM_VBLANK_NEXTONMISS = 0x10000000, /**< If missed, wait for next vblank */ enumerator in enum:drm_vblank_seq_type
482 _DRM_VBLANK_SECONDARY | _DRM_VBLANK_NEXTONMISS)
H A Ddrm_irq.c1143 if ((vblwait->request.type & _DRM_VBLANK_NEXTONMISS) &&
1249 if ((flags & _DRM_VBLANK_NEXTONMISS) &&
/freebsd-12-stable/sys/dev/drm/
H A Ddrm.h529 _DRM_VBLANK_NEXTONMISS = 0x10000000, /**< If missed, wait for next vblank */ enumerator in enum:drm_vblank_seq_type
536 _DRM_VBLANK_NEXTONMISS)
H A Ddrm_irq.c440 if ((flags & _DRM_VBLANK_NEXTONMISS) &&

Completed in 158 milliseconds