Searched refs:lcd_height (Results 1 – 3 of 3) sorted by relevance
429 static int lcd_height = NOT_SET; variable430 module_param(lcd_height, int, 0000);431 MODULE_PARM_DESC(lcd_height, "Number of lines on the LCD");851 charlcd->height = lcd_height; in lcd_init()917 if (lcd_height != NOT_SET) in lcd_init()918 charlcd->height = lcd_height; in lcd_init()
166 u16 lcd_height; member
925 ((xres > par->lcd_width) || (yres > par->lcd_height))) { in aty_var_to_crtc()963 if (yres < par->lcd_height) { in aty_var_to_crtc()964 VScan = par->lcd_height / yres; in aty_var_to_crtc()1134 if (vdisplay < par->lcd_height && crtc->lcd_gen_cntl & LCD_ON) { in aty_var_to_crtc()1136 (((vdisplay * (VERT_STRETCH_RATIO0 + 1)) / par->lcd_height) & VERT_STRETCH_RATIO0)); in aty_var_to_crtc()3199 height = par->lcd_height = *(u16 *)(par->lcd_table+27); in aty_init_lcd()