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;
fifo_size = i830_get_fifo_size(display, PLANE_A);
fifo_size = i9xx_get_fifo_size(display, PLANE_A);
crtc = intel_crtc_for_plane(display, PLANE_A);
i845_get_fifo_size(display, PLANE_A),
intel_de_read(display, DSPCNTR(display, PLANE_A)) & DISP_ENABLE);
DE_PLANE_FLIP_DONE_IVB(PLANE_A) |
DE_PLANE_FLIP_DONE(PLANE_A) |
[0] = {PIPE_A, PLANE_A, PRIMARY_A_FLIP_DONE},
[1] = {PIPE_B, PLANE_A, PRIMARY_B_FLIP_DONE},
[4] = {PIPE_C, PLANE_A, PRIMARY_C_FLIP_DONE},
if (info->plane == PLANE_A) {