Searched refs:BPP (Results 1 – 12 of 12) sorted by relevance
| /linux-4.4.14/drivers/staging/fbtft/ |
| D | fb_bd663474.c | 32 #define BPP 16 macro 167 .bpp = BPP,
|
| D | fb_s6d1121.c | 32 #define BPP 16 macro 172 .bpp = BPP,
|
| D | fb_ili9163.c | 31 #define BPP 16 macro 268 .bpp = BPP,
|
| D | fb_ili9325.c | 30 #define BPP 16 macro 254 .bpp = BPP,
|
| D | fb_uc1611.c | 31 #define BPP 8 macro 320 .bpp = BPP,
|
| D | fb_upd161704.c | 32 #define BPP 16 macro
|
| /linux-4.4.14/drivers/video/fbdev/ |
| D | ps3fb.c | 256 #define BPP 4 /* number of bytes per pixel */ macro 370 *ddr_line_length = vmode->xres * BPP; in ps3fb_find_mode() 424 *xdr_line_length = GPU_ALIGN_UP(var->xres_virtual * BPP); in ps3fb_find_mode() 542 if (var->xres_virtual > xdr_line_length / BPP) { in ps3fb_check_var() 636 offset = ddr_yoff * ddr_line_length + ddr_xoff * BPP; in ps3fb_set_par() 641 info->var.xoffset * BPP; in ps3fb_set_par() 698 var->xoffset * BPP; in ps3fb_pan_display() 850 res.xres = info->fix.line_length / BPP; in ps3fb_ioctl()
|
| D | smscufx.c | 69 #define BPP 2 macro 846 const int byte_offset = line_offset + (x * BPP); in ufx_raw_rect() 848 (char *)dev->info->fix.smem_start + byte_offset, width * BPP); in ufx_raw_rect()
|
| D | udlfb.c | 608 const int byte_offset = line_offset + (x * BPP); in dlfb_handle_damage() 612 &cmd, byte_offset, width * BPP, in dlfb_handle_damage()
|
| /linux-4.4.14/include/video/ |
| D | udlfb.h | 75 #define BPP 2 macro
|
| /linux-4.4.14/Documentation/fb/ |
| D | pxafb.txt | 16 mode:XRESxYRES[-BPP] 20 BPP == The bit depth. Valid values are 1, 2, 4, 8 and 16.
|
| D | ep93xx-fb.txt | 106 video=XRESxYRES[-BPP][@REFRESH]
|