PLANE_B
return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B ||
return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B;
WARN_ON(I915_READ(DSPCNTR(PLANE_B)) & DISPLAY_PLANE_ENABLE);
} else if (IS_CHERRYVIEW(dev_priv) && i9xx_plane == PLANE_B) {
fifo_size = dev_priv->display.get_fifo_size(dev_priv, PLANE_B);
crtc = intel_get_crtc_for_plane(dev_priv, PLANE_B);
if (i9xx_plane == PLANE_B)
if (i9xx_plane == PLANE_B)
i9xx_plane = PLANE_B;