Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/via/
Dlcd.c54 static void load_lcd_scaling(int set_hres, int set_vres, int panel_hres,
349 static void load_lcd_scaling(int set_hres, int set_vres, int panel_hres, in load_lcd_scaling() argument
406 if (set_vres < panel_vres) { in load_lcd_scaling()
412 CLE266_LCD_VER_SCF_FORMULA(set_vres, panel_vres); in load_lcd_scaling()
432 K800_LCD_VER_SCF_FORMULA(set_vres, panel_vres); in load_lcd_scaling()
548 int set_vres = cyres ? cyres : var->yres; in viafb_lcd_set_mode() local
558 mode_crt_table = viafb_get_best_mode(set_hres, set_vres, 60); in viafb_lcd_set_mode()
568 if (set_iga == IGA2 && (set_hres < panel_hres || set_vres < panel_vres) in viafb_lcd_set_mode()
571 load_lcd_scaling(set_hres, set_vres, panel_hres, panel_vres); in viafb_lcd_set_mode()
573 timing = var_to_timing(&panel_var, set_hres, set_vres); in viafb_lcd_set_mode()
[all …]