Home
last modified time | relevance | path

Searched refs:smtc_scr_info (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/video/fbdev/
H A Dsm712fb.c837 static struct smtcfb_screen_info smtc_scr_info; variable
849 smtc_scr_info.lfb_width = 0; in sm7xx_vga_setup()
850 smtc_scr_info.lfb_height = 0; in sm7xx_vga_setup()
851 smtc_scr_info.lfb_depth = 0; in sm7xx_vga_setup()
857 smtc_scr_info.lfb_width = vesa_mode_table[i].lfb_width; in sm7xx_vga_setup()
858 smtc_scr_info.lfb_height = in sm7xx_vga_setup()
860 smtc_scr_info.lfb_depth = vesa_mode_table[i].lfb_depth; in sm7xx_vga_setup()
1459 if (smtc_scr_info.lfb_width != 0) { in sm7xx_resolution_probe()
1460 sfb->fb->var.xres = smtc_scr_info.lfb_width; in sm7xx_resolution_probe()
1461 sfb->fb->var.yres = smtc_scr_info.lfb_height; in sm7xx_resolution_probe()
[all …]