Home
last modified time | relevance | path

Searched refs:BPP (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/staging/fbtft/
H A Dfb_bd663474.c22 #define BPP 16 macro
154 .bpp = BPP,
H A Dfb_s6d1121.c22 #define BPP 16 macro
160 .bpp = BPP,
H A Dfb_ili9163.c22 #define BPP 16 macro
234 .bpp = BPP,
H A Dfb_ili9325.c20 #define BPP 16 macro
239 .bpp = BPP,
H A Dfb_uc1611.c22 #define BPP 8 macro
314 .bpp = BPP,
H A Dfb_upd161704.c22 #define BPP 16 macro
/linux/drivers/video/fbdev/
H A Dps3fb.c257 #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 Dudlfb.c452 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 Dsmscufx.c66 #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 Dudlfb.h81 #define BPP 2 macro
/linux/Documentation/fb/
H A Dpxafb.rst21 mode:XRESxYRES[-BPP]
29 BPP == The bit depth. Valid values are 1, 2, 4, 8 and 16.
H A Dep93xx-fb.rst107 video=XRESxYRES[-BPP][@REFRESH]
/linux/drivers/staging/media/tegra-video/
H A Dtegra210.c760 #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 Ddisplay_mode_vba_util_32.h37 double BPP,
H A Ddisplay_mode_vba_util_32.c34 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 Ddisplay_mode_vba.h1142 double BPP; member
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-colibri.dtsi219 /* Colibri LCD (Optional 24 BPP Support) */
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c177 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()