Lines Matching refs:panel
487 * sdc_init_panel() - initialize a synchronous LCD panel.
489 * @panel: panel type.
491 * @width: width of panel in pixels.
492 * @height: height of panel in pixels.
506 static int sdc_init_panel(struct mx3fb_data *mx3fb, enum ipu_panel panel,
521 dev_dbg(mx3fb->dev, "panel size = %d x %d", width, height);
526 /* Init panel size and blanking periods */
546 switch (panel) {
860 "mx3fb: Error initializing panel.\n");
1477 /* Default Y virtual size is 2x panel size */