Home
last modified time | relevance | path

Searched refs:get_line_length (Results 1 – 6 of 6) sorted by relevance

/drivers/video/
Dpvr2fb.c199 static unsigned long get_line_length(int xres_virtual, int bpp);
281 static inline unsigned long get_line_length(int xres_virtual, int bpp) in get_line_length() function
427 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); in pvr2fb_set_par()
531 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); in pvr2fb_check_var()
546 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_update_display()
572 diw_width = get_line_length(var->xres, var->bits_per_pixel) / 4; in pvr2_init_display()
579 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_init_display()
814 modememused = get_line_length(fb_info->var.xres_virtual, in pvr2fb_common_init()
826 get_line_length(fb_info->var.xres, fb_info->var.bits_per_pixel), in pvr2fb_common_init()
D68328fb.c121 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function
188 get_line_length(var->xres_virtual, var->bits_per_pixel); in mc68x328fb_check_var()
274 info->fix.line_length = get_line_length(info->var.xres_virtual, in mc68x328fb_set_par()
464 get_line_length(mc68x328fb_default.xres_virtual, mc68x328fb_default.bits_per_pixel); in mc68x328fb_init()
Dvfb.c144 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function
211 get_line_length(var->xres_virtual, var->bits_per_pixel); in vfb_check_var()
288 info->fix.line_length = get_line_length(info->var.xres_virtual, in vfb_set_par()
Dsgivwfb.c146 static unsigned long get_line_length(int xres_virtual, int bpp) in get_line_length() function
298 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); in sgivwfb_check_var()
/drivers/video/kyro/
Dfbdev.c393 static inline unsigned long get_line_length(int x, int bpp) in get_line_length() function
525 info->fix.line_length = get_line_length(par->XRES, par->PIXDEPTH); in kyrofb_set_par()
731 size = get_line_length(info->var.xres_virtual, in kyrofb_probe()
/drivers/video/i810/
Di810_main.c682 static u32 get_line_length(struct i810fb_par *par, int xres_virtual, int bpp) in get_line_length() function
1000 line_length = get_line_length(par, vxres, var->bits_per_pixel); in i810_check_params()
1009 line_length = get_line_length(par, vxres, in i810_check_params()
1180 par->pitch = get_line_length(par, vxres, var->bits_per_pixel); in decode_var()