Searched refs:linelength (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/ |
H A D | sh_mipi_dsi.c | 134 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 D | efifb.c | 147 /* 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 D | hpfb.c | 254 printk(KERN_INFO "hpfb: mode is %dx%dx%d, linelength=%d\n", hpfb_init_one()
|
H A D | simplefb.c | 346 dev_info(&pdev->dev, "format=%s, mode=%dx%dx%d, linelength=%d\n", simplefb_probe()
|
H A D | vesafb.c | 320 printk(KERN_INFO "vesafb: mode is %dx%dx%d, linelength=%d, pages=%d\n", vesafb_probe()
|
H A D | macfb.c | 597 pr_info("macfb: mode is %dx%dx%d, linelength=%d\n", macfb_init()
|
H A D | sstfb.c | 1404 * According to the specs, the linelength must be of 1024 *pixels* sstfb_probe()
|
Completed in 203 milliseconds