Lines Matching refs:pipe
231 * 1.5: Add vblank pipe configuration
233 * - Support vertical blank on secondary display pipe
267 enum pipe pipe);
284 * fills out the pipe-config with the hw state. */
430 enum pipe pipe;
492 enum pipe pipe;
755 struct g4x_pipe_wm pipe[3];
763 struct g4x_pipe_wm pipe[2];
1200 /* Used to save the pipe-to-encoder mapping for audio */
1275 * We have one bit per pipe and per scanout plane type.
1278 #define INTEL_FRONTBUFFER(pipe, plane_id) ({ \
1281 BIT((plane_id) + INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe)); \
1283 #define INTEL_FRONTBUFFER_OVERLAY(pipe) \
1284 BIT(INTEL_FRONTBUFFER_BITS_PER_PIPE - 1 + INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe))
1285 #define INTEL_FRONTBUFFER_ALL_MASK(pipe) \
1286 GENMASK(INTEL_FRONTBUFFER_BITS_PER_PIPE * ((pipe) + 1) - 1, \
1287 INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe))