Lines Matching refs:smtc_scr_info
837 static struct smtcfb_screen_info smtc_scr_info;
849 smtc_scr_info.lfb_width = 0;
850 smtc_scr_info.lfb_height = 0;
851 smtc_scr_info.lfb_depth = 0;
857 smtc_scr_info.lfb_width = vesa_mode_table[i].lfb_width;
858 smtc_scr_info.lfb_height =
860 smtc_scr_info.lfb_depth = vesa_mode_table[i].lfb_depth;
1459 /* get mode parameter from smtc_scr_info */
1460 if (smtc_scr_info.lfb_width != 0) {
1461 sfb->fb->var.xres = smtc_scr_info.lfb_width;
1462 sfb->fb->var.yres = smtc_scr_info.lfb_height;
1463 sfb->fb->var.bits_per_pixel = smtc_scr_info.lfb_depth;
1491 big_pixel_depth(sfb->fb->var.bits_per_pixel, smtc_scr_info.lfb_depth);