Searched refs:set_hres (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/video/via/ |
D | lcd.c | 55 static void load_lcd_scaling(int set_hres, int set_vres, int panel_hres, 360 static void load_lcd_scaling(int set_hres, int set_vres, int panel_hres, in load_lcd_scaling() argument 373 if (set_hres < panel_hres) { in load_lcd_scaling() 379 CLE266_LCD_HOR_SCF_FORMULA(set_hres, panel_hres); in load_lcd_scaling() 399 K800_LCD_HOR_SCF_FORMULA(set_hres, panel_hres); in load_lcd_scaling() 561 int set_hres = plvds_setting_info->h_active; in viafb_lcd_set_mode() local 590 && (set_hres < panel_hres || set_vres < panel_vres)) { in viafb_lcd_set_mode() 594 load_lcd_scaling(set_hres, set_vres, panel_hres, in viafb_lcd_set_mode() 609 viafb_load_fetch_count_reg(set_hres, mode_bpp / 8, set_iga); in viafb_lcd_set_mode() 613 viafb_load_FIFO_reg(set_iga, set_hres, set_vres); in viafb_lcd_set_mode()
|