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

/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, argument
362 if (set_hres < panel_hres) {
368 CLE266_LCD_HOR_SCF_FORMULA(set_hres, panel_hres);
388 K800_LCD_HOR_SCF_FORMULA(set_hres, panel_hres);
547 int set_hres = cxres ? cxres : var->xres; local
558 mode_crt_table = viafb_get_best_mode(set_hres, set_vres, 60);
568 if (set_iga == IGA2 && (set_hres < panel_hres || set_vres < panel_vres)
571 load_lcd_scaling(set_hres, set_vres, panel_hres, panel_vres);
573 timing = var_to_timing(&panel_var, set_hres, set_vre
[all...]

Completed in 30 milliseconds