Lines Matching defs:panel_hres
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,
348 if (set_hres < panel_hres) {
354 CLE266_LCD_HOR_SCF_FORMULA(set_hres, panel_hres);
374 K800_LCD_HOR_SCF_FORMULA(set_hres, panel_hres);
535 int panel_hres = plvds_setting_info->lcd_panel_hres;
544 panel_crt_table = viafb_get_best_mode(panel_hres, panel_vres, 60);
552 if (set_iga == IGA2 && (set_hres < panel_hres || set_vres < panel_vres)
554 timing = var_to_timing(&panel_var, panel_hres, panel_vres);
555 load_lcd_scaling(set_hres, set_vres, panel_hres, panel_vres);