Searched refs:linelength (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
H A Dsh_mipi_dsi.c134 u32 pctype, datatype, pixfmt, linelength, vmctr2; sh_mipi_setup() local
148 linelength = mode->xres * 3; sh_mipi_setup()
154 linelength = mode->xres * 2; sh_mipi_setup()
160 linelength = mode->xres * 3; sh_mipi_setup()
166 linelength = (mode->xres * 18 + 7) / 8; sh_mipi_setup()
172 linelength = mode->xres * 3; sh_mipi_setup()
178 linelength = mode->xres * 2; sh_mipi_setup()
184 linelength = mode->xres * 3; sh_mipi_setup()
190 linelength = (mode->xres * 18 + 7) / 8; sh_mipi_setup()
196 linelength = mode->xres * 2; sh_mipi_setup()
202 linelength = mode->xres * 2; sh_mipi_setup()
208 linelength = (mode->xres * 12 + 7) / 8; sh_mipi_setup()
215 linelength = (mode->xres + 1) / 2; sh_mipi_setup()
310 top = linelength << 16; /* RGBLEN */ sh_mipi_setup()
341 bpp = linelength / mode->xres; /* byte / pixel */ sh_mipi_setup()
H A Defifb.c147 /* We don't get linelength from UGA Draw Protocol, only from efifb_probe()
254 printk(KERN_INFO "efifb: mode is %dx%dx%d, linelength=%d, pages=%d\n", efifb_probe()
H A Dhpfb.c254 printk(KERN_INFO "hpfb: mode is %dx%dx%d, linelength=%d\n", hpfb_init_one()
H A Dsimplefb.c346 dev_info(&pdev->dev, "format=%s, mode=%dx%dx%d, linelength=%d\n", simplefb_probe()
H A Dvesafb.c320 printk(KERN_INFO "vesafb: mode is %dx%dx%d, linelength=%d, pages=%d\n", vesafb_probe()
H A Dmacfb.c597 pr_info("macfb: mode is %dx%dx%d, linelength=%d\n", macfb_init()
H A Dsstfb.c1404 * According to the specs, the linelength must be of 1024 *pixels* sstfb_probe()

Completed in 315 milliseconds