HomeSort by: relevance | last modified time | path
    Searched defs:_DRM_VBLANK_SIGNAL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
drm.h 538 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking */
542 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_SIGNAL | _DRM_VBLANK_SECONDARY | \
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm.h 509 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking, unsupported */
514 #define _DRM_VBLANK_FLAGS_MASK (_DRM_VBLANK_EVENT | _DRM_VBLANK_SIGNAL | \

Completed in 14 milliseconds