Home
last modified time | relevance | path

Searched refs:lx_get_pitch (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/geode/
H A Dlxfb_core.c262 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()
H A Dlxfb.h54 static inline unsigned int lx_get_pitch(unsigned int xres, int bpp) in lx_get_pitch() function