Searched refs:_DRM_VBLANK_RELATIVE (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/drm/
H A Ddrm_irq.c430 case _DRM_VBLANK_RELATIVE:
432 vblwait->request.type &= ~_DRM_VBLANK_RELATIVE;
H A Ddrm.h527 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator in enum:drm_vblank_seq_type
534 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
H A Dvia_irq.c371 irqwait->request.type &= ~_DRM_VBLANK_RELATIVE;
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm.h469 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator in enum:drm_vblank_seq_type
480 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
H A Ddrm_irq.c1232 case _DRM_VBLANK_RELATIVE:
1234 vblwait->request.type &= ~_DRM_VBLANK_RELATIVE;

Completed in 176 milliseconds