Home
last modified time | relevance | path

Searched refs:_DRM_VBLANK_RELATIVE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/drm/
H A Ddrm.h635 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */ enumerator
642 #define _DRM_VBLANK_TYPES_MASK (_DRM_VBLANK_ABSOLUTE | _DRM_VBLANK_RELATIVE)
H A Ddrm_irq.c506 case _DRM_VBLANK_RELATIVE: in drm_wait_vblank()
508 vblwait.request.type &= ~_DRM_VBLANK_RELATIVE; in drm_wait_vblank()