PLANE_A
return i9xx_plane == PLANE_A; /* tied to pipe A */
return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B ||
return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B;
return i9xx_plane == PLANE_A;
WARN_ON(I915_READ(DSPCNTR(PLANE_A)) & DISPLAY_PLANE_ENABLE);
fifo_size = dev_priv->display.get_fifo_size(dev_priv, PLANE_A);
crtc = intel_get_crtc_for_plane(dev_priv, PLANE_A);
dev_priv->display.get_fifo_size(dev_priv, PLANE_A),
i9xx_plane = PLANE_A;