Home
last modified time | relevance | path

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

/trueos/sys/dev/drm2/
HDdrm.h475 _DRM_VBLANK_SECONDARY = 0x20000000, /**< Secondary display controller */ enumerator
482 _DRM_VBLANK_SECONDARY | _DRM_VBLANK_NEXTONMISS)
HDdrm_irq.c1220 crtc = flags & _DRM_VBLANK_SECONDARY ? 1 : 0; in drm_wait_vblank()
/trueos/sys/dev/drm/
HDdrm.h530 _DRM_VBLANK_SECONDARY = 0x20000000, /**< Secondary display controller */ enumerator
535 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_SIGNAL | _DRM_VBLANK_SECONDARY | \
HDdrm_irq.c421 crtc = flags & _DRM_VBLANK_SECONDARY ? 1 : 0; in drm_wait_vblank()