Home
last modified time | relevance | path

Searched refs:BPP (Results 1 – 15 of 15) 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_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 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/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,
/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()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c1376 double BPP, in dscceComputeDelay() argument
1407 initial_xmit_delay = (unsigned int)(math_round(rcModelSize / 2.0 / BPP / pixelsPerClock)); in dscceComputeDelay()
1414 …if ((3.0 * pixelsPerClock * BPP) >= ((double)((initial_xmit_delay + 2) / 3) * (double)(3 + (pixelF… in dscceComputeDelay()
1482 DML_LOG_VERBOSE("DML::%s: BPP: %f\n", __func__, BPP); in dscceComputeDelay()