| /linux-6.15/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-6.15/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-6.15/include/video/ |
| H A D | udlfb.h | 81 #define BPP 2 macro
|
| /linux-6.15/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 | 110 video=XRESxYRES[-BPP][@REFRESH]
|
| /linux-6.15/drivers/staging/media/tegra-video/ |
| H A D | tegra20.c | 570 #define TEGRA20_VIDEO_FMT(MBUS_CODE, BPP, FOURCC) \ argument 573 .bpp = BPP, \
|
| H A D | tegra210.c | 760 #define TEGRA210_VIDEO_FMT(DATA_TYPE, BIT_WIDTH, MBUS_CODE, BPP, \ argument 766 BPP, \
|
| /linux-6.15/Documentation/gpu/amdgpu/display/ |
| H A D | dc-glossary.rst | 30 BPP
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| H A D | display_mode_vba_30.c | 72 double BPP, 669 double BPP, in dscceComputeDelay() argument 2123 if (v->DSCEnabled[k] && BPP != 0) { in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2126 BPP, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2134 BPP, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2142 BPP, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 4215 v->BPP = 0.0; in dml30_ModeSupportAndSystemConfigurationFull() 4217 v->BPP = v->OutputBppPerState[i][k]; in dml30_ModeSupportAndSystemConfigurationFull() 4223 v->BPP, in dml30_ModeSupportAndSystemConfigurationFull() 4232 v->BPP, in dml30_ModeSupportAndSystemConfigurationFull() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
| H A D | display_mode_vba_31.c | 95 double BPP, 672 double BPP, in dscceComputeDelay() argument 2251 double BPP = v->OutputBpp[k]; local 2253 if (v->DSCEnabled[k] && BPP != 0) { 2257 BPP, 2266 BPP, 2275 BPP, 4587 v->BPP = 0.0; 4595 v->BPP, 4604 v->BPP, [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
| H A D | display_mode_vba_314.c | 104 double BPP, 690 double BPP, in dscceComputeDelay() argument 2269 double BPP = v->OutputBpp[k]; local 2271 if (v->DSCEnabled[k] && BPP != 0) { 2275 BPP, 2284 BPP, 2293 BPP, 4675 v->BPP = 0.0; 4683 v->BPP, 4692 v->BPP, [all …]
|
| /linux-6.15/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-6.15/arch/arm/boot/dts/nvidia/ |
| H A D | tegra20-colibri.dtsi | 219 /* Colibri LCD (Optional 24 BPP Support) */
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 1142 double BPP; member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/ |
| 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()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 1408 double BPP, in dscceComputeDelay() argument 1439 initial_xmit_delay = (unsigned int)(math_round(rcModelSize / 2.0 / BPP / pixelsPerClock)); in dscceComputeDelay() 1446 …if ((3.0 * pixelsPerClock * BPP) >= ((double)((initial_xmit_delay + 2) / 3) * (double)(3 + (pixelF… in dscceComputeDelay() 1515 dml2_printf("DML::%s: BPP: %f\n", __func__, BPP); in dscceComputeDelay()
|