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

  /src/sys/external/bsd/drm2/dist/drm/
drm_vblank.c 1684 unsigned int flags, pipe, high_pipe; local in function:drm_wait_vblank_ioctl
1703 high_pipe = (vblwait->request.type & _DRM_VBLANK_HIGH_CRTC_MASK);
1704 if (high_pipe)
1705 pipe_index = high_pipe >> _DRM_VBLANK_HIGH_CRTC_SHIFT;
drm_vblank.c 1684 unsigned int flags, pipe, high_pipe; local in function:drm_wait_vblank_ioctl
1703 high_pipe = (vblwait->request.type & _DRM_VBLANK_HIGH_CRTC_MASK);
1704 if (high_pipe)
1705 pipe_index = high_pipe >> _DRM_VBLANK_HIGH_CRTC_SHIFT;

Completed in 24 milliseconds