Searched refs:smtc_scr_info (Results 1 – 1 of 1) sorted by relevance
831 static struct screen_info smtc_scr_info; variable843 smtc_scr_info.lfb_width = 0; in sm7xx_vga_setup()844 smtc_scr_info.lfb_height = 0; in sm7xx_vga_setup()845 smtc_scr_info.lfb_depth = 0; in sm7xx_vga_setup()851 smtc_scr_info.lfb_width = vesa_mode_table[i].lfb_width; in sm7xx_vga_setup()852 smtc_scr_info.lfb_height = in sm7xx_vga_setup()854 smtc_scr_info.lfb_depth = vesa_mode_table[i].lfb_depth; in sm7xx_vga_setup()1484 if (smtc_scr_info.lfb_width != 0) { in sm7xx_resolution_probe()1485 sfb->fb->var.xres = smtc_scr_info.lfb_width; in sm7xx_resolution_probe()1486 sfb->fb->var.yres = smtc_scr_info.lfb_height; in sm7xx_resolution_probe()[all …]
Completed in 6 milliseconds