Searched refs:lcd_height (Results 1 – 3 of 3) sorted by relevance
430 static int lcd_height = NOT_SET; variable431 module_param(lcd_height, int, 0000);432 MODULE_PARM_DESC(lcd_height, "Number of lines on the LCD");907 charlcd->height = lcd_height; in lcd_init()973 if (lcd_height != NOT_SET) in lcd_init()974 charlcd->height = lcd_height; in lcd_init()
166 u16 lcd_height; member
915 ((xres > par->lcd_width) || (yres > par->lcd_height))) { in aty_var_to_crtc()953 if (yres < par->lcd_height) { in aty_var_to_crtc()954 VScan = par->lcd_height / yres; in aty_var_to_crtc()1124 if (vdisplay < par->lcd_height && crtc->lcd_gen_cntl & LCD_ON) { in aty_var_to_crtc()1126 (((vdisplay * (VERT_STRETCH_RATIO0 + 1)) / par->lcd_height) & VERT_STRETCH_RATIO0)); in aty_var_to_crtc()3192 height = par->lcd_height = *(u16 *)(par->lcd_table+27); in aty_init_lcd()