Lines Matching refs:plane
173 struct omapfb_plane_struct *plane = lcdc.fbdev->fb_info[0]->par;
182 if (plane->info.mirror || (src & 3) ||
225 omap_set_lcd_dma_b1_mirror(plane->info.mirror);
280 static int omap_lcdc_setup_plane(int plane, int channel_out,
296 if (plane != 0 || channel_out != 0 || pos_x != 0 || pos_y != 0 ||
300 "invalid plane params plane %d pos_x %d pos_y %d "
301 "w %d h %d\n", plane, pos_x, pos_y, width, height);
367 static int omap_lcdc_enable_plane(int plane, int enable)
370 "plane %d enable %d update_mode %d ext_mode %d\n",
371 plane, enable, lcdc.update_mode, lcdc.ext_mode);
372 if (plane != OMAPFB_PLANE_GFX)
571 static void omap_lcdc_get_caps(int plane, struct omapfb_caps *caps)
664 dev_err(lcdc.fbdev->dev, "only one plane is supported\n");