| /linux/drivers/staging/fbtft/ |
| H A D | fb_bd663474.c | 22 #define BPP 16 macro 154 .bpp = BPP,
|
| H A D | fb_s6d1121.c | 22 #define BPP 16 macro 160 .bpp = BPP,
|
| H A D | fb_ili9163.c | 22 #define BPP 16 macro 234 .bpp = BPP,
|
| H A D | fb_ili9325.c | 20 #define BPP 16 macro 239 .bpp = BPP,
|
| H A D | fb_uc1611.c | 22 #define BPP 8 macro 314 .bpp = BPP,
|
| H A D | fb_upd161704.c | 22 #define BPP 16 macro
|
| /linux/drivers/video/fbdev/ |
| H A D | ps3fb.c | 257 #define BPP 4 /* number of bytes per pixel */ macro 371 *ddr_line_length = vmode->xres * BPP; in ps3fb_find_mode() 425 *xdr_line_length = GPU_ALIGN_UP(var->xres_virtual * BPP); in ps3fb_find_mode() 543 if (var->xres_virtual > xdr_line_length / BPP) { in ps3fb_check_var() 637 offset = ddr_yoff * ddr_line_length + ddr_xoff * BPP; in ps3fb_set_par() 642 info->var.xoffset * BPP; in ps3fb_set_par() 699 var->xoffset * BPP; in ps3fb_pan_display() 853 res.xres = info->fix.line_length / BPP; in ps3fb_ioctl()
|
| H A D | udlfb.c | 452 dev_addr += BPP; in dlfb_compress_hline() 471 (unsigned long)(cmd_buffer_end - 1 - cmd) / BPP); in dlfb_compress_hline() 640 const int byte_offset = line_offset + (x * BPP); in dlfb_handle_damage() 644 &cmd, byte_offset, width * BPP, in dlfb_handle_damage()
|
| H A D | smscufx.c | 66 #define BPP 2 macro 849 const int byte_offset = line_offset + (x * BPP); in ufx_raw_rect() 851 (char *)dev->info->fix.smem_start + byte_offset, width * BPP); in ufx_raw_rect()
|
| /linux/include/video/ |
| H A D | udlfb.h | 81 #define BPP 2 macro
|
| /linux/Documentation/fb/ |
| H A D | pxafb.rst | 21 mode:XRESxYRES[-BPP] 29 BPP == The bit depth. Valid values are 1, 2, 4, 8 and 16.
|
| H A D | ep93xx-fb.rst | 107 video=XRESxYRES[-BPP][@REFRESH]
|
| /linux/drivers/staging/media/tegra-video/ |
| H A D | tegra210.c | 760 #define TEGRA210_VIDEO_FMT(DATA_TYPE, BIT_WIDTH, MBUS_CODE, BPP, \ argument 766 BPP, \
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.h | 37 double BPP,
|
| H A D | display_mode_vba_util_32.c | 34 double BPP, in dml32_dscceComputeDelay() argument 65 initalXmitDelay = dml_round(rcModelSize / 2.0 / BPP / pixelsPerClock); in dml32_dscceComputeDelay() 103 dml_print("DML::%s: BPP: %f\n", __func__, BPP); in dml32_dscceComputeDelay()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 1142 double BPP; member
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra20-colibri.dtsi | 219 /* Colibri LCD (Optional 24 BPP Support) */
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.c | 177 dml_float_t BPP, 841 dml_float_t BPP, in dscceComputeDelay() argument 873 initalXmitDelay = (dml_uint_t)(dml_round(rcModelSize / 2.0 / BPP / pixelsPerClock, 1)); in dscceComputeDelay() 911 dml_print("DML::%s: BPP: %f\n", __func__, BPP); in dscceComputeDelay()
|