Searched refs:lcd_height (Results 1 – 3 of 3) sorted by relevance
433 static int lcd_height = NOT_SET; variable434 module_param(lcd_height, int, 0000);435 MODULE_PARM_DESC(lcd_height, "Number of lines on the LCD");910 charlcd->height = lcd_height; in lcd_init()976 if (lcd_height != NOT_SET) in lcd_init()977 charlcd->height = lcd_height; in lcd_init()
165 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()1119 if (vdisplay < par->lcd_height && crtc->lcd_gen_cntl & LCD_ON) { in aty_var_to_crtc()1121 (((vdisplay * (VERT_STRETCH_RATIO0 + 1)) / par->lcd_height) & VERT_STRETCH_RATIO0)); in aty_var_to_crtc()3187 height = par->lcd_height = *(u16 *)(par->lcd_table+27); in aty_init_lcd()