Lines Matching refs:smtc_scr_info
774 static struct screen_info smtc_scr_info; variable
786 smtc_scr_info.lfb_width = 0; in sm7xx_vga_setup()
787 smtc_scr_info.lfb_height = 0; in sm7xx_vga_setup()
788 smtc_scr_info.lfb_depth = 0; in sm7xx_vga_setup()
794 smtc_scr_info.lfb_width = vesa_mode_table[i].lfb_width; in sm7xx_vga_setup()
795 smtc_scr_info.lfb_height = in sm7xx_vga_setup()
797 smtc_scr_info.lfb_depth = vesa_mode_table[i].lfb_depth; in sm7xx_vga_setup()
1410 if (smtc_scr_info.lfb_width != 0) { in smtcfb_pci_probe()
1411 sfb->fb->var.xres = smtc_scr_info.lfb_width; in smtcfb_pci_probe()
1412 sfb->fb->var.yres = smtc_scr_info.lfb_height; in smtcfb_pci_probe()
1413 sfb->fb->var.bits_per_pixel = smtc_scr_info.lfb_depth; in smtcfb_pci_probe()
1421 big_pixel_depth(sfb->fb->var.bits_per_pixel, smtc_scr_info.lfb_depth); in smtcfb_pci_probe()