Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/ !
Dsm712fb.c832 static struct screen_info smtc_scr_info; variable
844 smtc_scr_info.lfb_width = 0; in sm7xx_vga_setup()
845 smtc_scr_info.lfb_height = 0; in sm7xx_vga_setup()
846 smtc_scr_info.lfb_depth = 0; in sm7xx_vga_setup()
852 smtc_scr_info.lfb_width = vesa_mode_table[i].lfb_width; in sm7xx_vga_setup()
853 smtc_scr_info.lfb_height = in sm7xx_vga_setup()
855 smtc_scr_info.lfb_depth = vesa_mode_table[i].lfb_depth; in sm7xx_vga_setup()
1461 if (smtc_scr_info.lfb_width != 0) { in sm7xx_resolution_probe()
1462 sfb->fb->var.xres = smtc_scr_info.lfb_width; in sm7xx_resolution_probe()
1463 sfb->fb->var.yres = smtc_scr_info.lfb_height; in sm7xx_resolution_probe()
[all …]