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

  /src/sys/external/bsd/drm2/dist/drm/
drm_vblank.c 1683 unsigned int pipe_index; local in function:drm_wait_vblank_ioctl
1705 pipe_index = high_pipe >> _DRM_VBLANK_HIGH_CRTC_SHIFT;
1707 pipe_index = flags & _DRM_VBLANK_SECONDARY ? 1 : 0;
1714 if (pipe_index == 0)
1716 pipe_index--;
1721 pipe = pipe_index;
drm_vblank.c 1683 unsigned int pipe_index; local in function:drm_wait_vblank_ioctl
1705 pipe_index = high_pipe >> _DRM_VBLANK_HIGH_CRTC_SHIFT;
1707 pipe_index = flags & _DRM_VBLANK_SECONDARY ? 1 : 0;
1714 if (pipe_index == 0)
1716 pipe_index--;
1721 pipe = pipe_index;
drm_vblank.c 1683 unsigned int pipe_index; local in function:drm_wait_vblank_ioctl
1705 pipe_index = high_pipe >> _DRM_VBLANK_HIGH_CRTC_SHIFT;
1707 pipe_index = flags & _DRM_VBLANK_SECONDARY ? 1 : 0;
1714 if (pipe_index == 0)
1716 pipe_index--;
1721 pipe = pipe_index;
drm_vblank.c 1683 unsigned int pipe_index; local in function:drm_wait_vblank_ioctl
1705 pipe_index = high_pipe >> _DRM_VBLANK_HIGH_CRTC_SHIFT;
1707 pipe_index = flags & _DRM_VBLANK_SECONDARY ? 1 : 0;
1714 if (pipe_index == 0)
1716 pipe_index--;
1721 pipe = pipe_index;

Completed in 151 milliseconds