Searched refs:max_bpp (Results  1 – 16 of 16) sorted by relevance
| /Linux-v5.4/include/linux/platform_data/ | 
| D | video_s3c.h | 21 	unsigned short		max_bpp;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dsc/ | 
| D | dc_dsc.c | 287 		const uint32_t max_bpp,  in get_dsc_bandwidth_range()  argument296 	range->max_kbps = dsc_div_by_10_round_up(max_bpp * timing->pix_clk_100hz);  in get_dsc_bandwidth_range()
 297 	range->max_target_bpp_x16 = max_bpp * 16;  in get_dsc_bandwidth_range()
 807 		const uint32_t max_bpp,  in dc_dsc_compute_bandwidth_range()  argument
 829 		get_dsc_bandwidth_range(min_bpp, max_bpp, &dsc_common_caps, timing, range);  in dc_dsc_compute_bandwidth_range()
 
 | 
| /Linux-v5.4/arch/arm/mach-s3c64xx/ | 
| D | mach-real6410.c | 106 	.max_bpp	= 32,123 	.max_bpp	= 32,
 
 | 
| D | mach-mini6410.c | 143 	.max_bpp	= 32,162 	.max_bpp	= 32,
 
 | 
| D | mach-smartq5.c | 106 	.max_bpp	= 32,
 | 
| D | mach-smartq7.c | 122 	.max_bpp	= 32,
 | 
| D | mach-anw6410.c | 132 	.max_bpp	= 32,
 | 
| D | mach-hmt.c | 134 	.max_bpp	= 32,
 | 
| D | mach-smdk6410.c | 145 	.max_bpp	= 32,
 | 
| D | mach-crag6410.c | 154 	.max_bpp	= 32,
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/display/ | 
| D | intel_dp.h | 29 	int min_bpp, max_bpp;  member
 | 
| D | intel_dp_mst.c | 60 	for (bpp = limits->max_bpp; bpp >= limits->min_bpp; bpp -= 2 * 3) {  in intel_dp_mst_compute_link_config()139 	limits.max_bpp = min(pipe_config->pipe_bpp, 24);  in intel_dp_mst_compute_config()
 
 | 
| D | intel_dp.c | 1903 		limits->min_bpp = limits->max_bpp = bpp;  in intel_dp_adjust_compliance_config()1952 	for (bpp = limits->max_bpp; bpp >= limits->min_bpp; bpp -= 2 * 3) {  in intel_dp_compute_link_config_wide()
 2125 	limits.max_bpp = intel_dp_compute_bpp(intel_dp, pipe_config);  in intel_dp_compute_link_config()
 2145 		      limits.max_bpp, adjusted_mode->crtc_clock);  in intel_dp_compute_link_config()
 
 | 
| /Linux-v5.4/arch/arm/mach-s3c24xx/ | 
| D | mach-smdk2416.c | 146 		.max_bpp	= 32,
 | 
| /Linux-v5.4/drivers/video/fbdev/ | 
| D | s3c-fb.c | 1097 	size *= (windata->max_bpp > 16) ? 32 : windata->max_bpp;  in s3c_fb_alloc_memory()1195 	WARN_ON(windata->max_bpp == 0);  in s3c_fb_probe_win()
 
 | 
| D | sa1100fb.c | 1255 			current_par.max_bpp =  in sa1100fb_setup()
 |