Searched refs:lcd_height (Results 1 – 3 of 3) sorted by relevance
505 static int lcd_height = NOT_SET; variable506 module_param(lcd_height, int, 0000);507 MODULE_PARM_DESC(lcd_height, "Number of lines on the LCD");1558 if (lcd_height != NOT_SET) in lcd_init()1559 lcd.height = lcd_height; in lcd_init()2392 lcd.height = lcd_height; in panel_init_module()
164 u16 lcd_height; member
910 ((xres > par->lcd_width) || (yres > par->lcd_height))) { in aty_var_to_crtc()948 if (yres < par->lcd_height) { in aty_var_to_crtc()949 VScan = par->lcd_height / yres; in aty_var_to_crtc()990 vdisplay = par->lcd_height; in aty_var_to_crtc()1125 if (vdisplay < par->lcd_height && crtc->lcd_gen_cntl & LCD_ON) { in aty_var_to_crtc()1127 (((vdisplay * (VERT_STRETCH_RATIO0 + 1)) / par->lcd_height) & VERT_STRETCH_RATIO0)); in aty_var_to_crtc()3193 height = par->lcd_height = *(u16 *)(par->lcd_table+27); in aty_init_lcd()