Searched refs:lx_get_pitch (Results 1 – 2 of 2) sorted by relevance
262 if ((lx_get_pitch(var->xres, var->bits_per_pixel) * var->yres) in lxfb_check_var()276 info->fix.line_length = lx_get_pitch(info->var.xres, in lxfb_set_par()
54 static inline unsigned int lx_get_pitch(unsigned int xres, int bpp) in lx_get_pitch() function