Searched refs:set_hres (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | lcd.c | 40 static void load_lcd_scaling(int set_hres, int set_vres, int panel_hres, 335 static void load_lcd_scaling(int set_hres, int set_vres, int panel_hres, in load_lcd_scaling() argument 348 if (set_hres < panel_hres) { in load_lcd_scaling() 354 CLE266_LCD_HOR_SCF_FORMULA(set_hres, panel_hres); in load_lcd_scaling() 374 K800_LCD_HOR_SCF_FORMULA(set_hres, panel_hres); in load_lcd_scaling() 533 int set_hres = cxres ? cxres : var->xres; in viafb_lcd_set_mode() local 544 mode_crt_table = viafb_get_best_mode(set_hres, set_vres, 60); in viafb_lcd_set_mode() 554 if (set_iga == IGA2 && (set_hres < panel_hres || set_vres < panel_vres) in viafb_lcd_set_mode() 557 load_lcd_scaling(set_hres, set_vres, panel_hres, panel_vres); in viafb_lcd_set_mode() 559 timing = var_to_timing(&panel_var, set_hres, set_vre in viafb_lcd_set_mode() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | lcd.c | 40 static void load_lcd_scaling(int set_hres, int set_vres, int panel_hres, 335 static void load_lcd_scaling(int set_hres, int set_vres, int panel_hres, in load_lcd_scaling() argument 348 if (set_hres < panel_hres) { in load_lcd_scaling() 354 CLE266_LCD_HOR_SCF_FORMULA(set_hres, panel_hres); in load_lcd_scaling() 374 K800_LCD_HOR_SCF_FORMULA(set_hres, panel_hres); in load_lcd_scaling() 533 int set_hres = cxres ? cxres : var->xres; in viafb_lcd_set_mode() local 552 if (set_iga == IGA2 && (set_hres < panel_hres || set_vres < panel_vres) in viafb_lcd_set_mode() 555 load_lcd_scaling(set_hres, set_vres, panel_hres, panel_vres); in viafb_lcd_set_mode() 557 timing = var_to_timing(&panel_var, set_hres, set_vres); in viafb_lcd_set_mode() 570 viafb_load_fetch_count_reg(set_hres, mode_bp in viafb_lcd_set_mode() [all...] |
Completed in 2 milliseconds