Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/drm/
Ddrm.h469 _DRM_VBLANK_NEXTONMISS = 0x10000000, /**< If missed, wait for next vblank */ enumerator
477 _DRM_VBLANK_SECONDARY | _DRM_VBLANK_NEXTONMISS)
/linux-4.1.27/drivers/gpu/drm/
Ddrm_irq.c1505 if ((vblwait->request.type & _DRM_VBLANK_NEXTONMISS) && in drm_queue_vblank_event()
1614 if ((flags & _DRM_VBLANK_NEXTONMISS) && in drm_wait_vblank()