Searched refs:max_pscl_tolb_throughput (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/ | 
| D | dcn_calcs.h | 156 	float max_pscl_tolb_throughput;  member 605 	int max_pscl_tolb_throughput; /*pixels/dppclk*/  member
  | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/calcs/ | 
| D | dcn_calcs.c | 149 		.max_pscl_tolb_throughput = 2, /*pixels/dppclk*/ 809 	v->max_pscl_tolb_throughput = dc->dcn_ip->max_pscl_tolb_throughput;  in dcn_validate_bandwidth() 1677 			dc->dcn_ip->max_pscl_tolb_throughput,  in dcn_bw_sync_calcs_and_dml() 1727 	dc->dml.ip.max_pscl_lb_bw_pix_per_clk = dc->dcn_ip->max_pscl_tolb_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 …actor_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput * v->h_ra…  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 …ghput_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput * v->h_ra…  in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() 1200 …scl_throughput_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput);  in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
  |