Lines Matching defs:smtc_scr_info
831 static struct screen_info smtc_scr_info;
843 smtc_scr_info.lfb_width = 0;
844 smtc_scr_info.lfb_height = 0;
845 smtc_scr_info.lfb_depth = 0;
851 smtc_scr_info.lfb_width = vesa_mode_table[i].lfb_width;
852 smtc_scr_info.lfb_height =
854 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);