Searched refs:max_dchub_topscl_throughput (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/ | 
| D | dcn_calcs.h | 155 	float max_dchub_topscl_throughput;  member 604 	int max_dchub_topscl_throughput; /*pixels/dppclk*/  member
  | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/calcs/ | 
| D | dcn_calcs.c | 148 		.max_dchub_topscl_throughput = 4, /*pixels/dppclk*/ 808 	v->max_dchub_topscl_throughput = dc->dcn_ip->max_dchub_topscl_throughput;  in dcn_validate_bandwidth() 1676 			dc->dcn_ip->max_dchub_topscl_throughput,  in dcn_bw_sync_calcs_and_dml() 1726 	dc->dml.ip.max_dchub_pscl_bw_pix_per_clk = dc->dcn_ip->max_dchub_topscl_throughput;  in dcn_bw_sync_calcs_and_dml()
  | 
| D | dcn_calc_auto.c | 324 …v->pscl_factor[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput * v->h_…  in mode_support_and_system_configuration() 327 			v->pscl_factor[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput);  in mode_support_and_system_configuration() 335 …v->pscl_factor_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput …  in mode_support_and_system_configuration() 338 …v->pscl_factor_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput);  in mode_support_and_system_configuration() 1185 …v->pscl_throughput[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput * v…  in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() 1188 			v->pscl_throughput[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput);  in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() 1197 …v->pscl_throughput_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_through…  in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() 1200 …v->pscl_throughput_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_through…  in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
  |