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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_irq.c 1977 if (de_iir & DE_PIPE_VBLANK(pipe))
2584 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe);
2660 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe);
i915_reg.h 7394 #define DE_PIPE_VBLANK(pipe) (1 << (7 + 8 * (pipe)))

Completed in 47 milliseconds