Searched refs:set_hres (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/via/
H A 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, load_lcd_scaling() argument
362 if (set_hres < panel_hres) { load_lcd_scaling()
368 CLE266_LCD_HOR_SCF_FORMULA(set_hres, panel_hres); load_lcd_scaling()
388 K800_LCD_HOR_SCF_FORMULA(set_hres, panel_hres); load_lcd_scaling()
547 int set_hres = cxres ? cxres : var->xres; viafb_lcd_set_mode() local
558 mode_crt_table = viafb_get_best_mode(set_hres, set_vres, 60); viafb_lcd_set_mode()
568 if (set_iga == IGA2 && (set_hres < panel_hres || set_vres < panel_vres) viafb_lcd_set_mode()
571 load_lcd_scaling(set_hres, set_vres, panel_hres, panel_vres); viafb_lcd_set_mode()
573 timing = var_to_timing(&panel_var, set_hres, set_vres); viafb_lcd_set_mode()
586 viafb_load_fetch_count_reg(set_hres, mode_bpp / 8, set_iga); viafb_lcd_set_mode()
590 viafb_load_FIFO_reg(set_iga, set_hres, set_vres); viafb_lcd_set_mode()
602 via_pitch_alignment_patch_lcd(plvds_setting_info->iga_path, set_hres, viafb_lcd_set_mode()
H A Dhw.c1900 /* Patch if set_hres is not 8 alignment (1366) to viafb_setmode viafb_setmode()

Completed in 70 milliseconds