max_dchub_topscl_throughput  324 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->pscl_factor[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput * v->h_ratio[k] /dcn_bw_ceil2(v->htaps[k] / 6.0, 1.0));
max_dchub_topscl_throughput  327 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->pscl_factor[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput);
max_dchub_topscl_throughput  335 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				v->pscl_factor_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput * v->h_ratio[k] / 2.0 /dcn_bw_ceil2(v->hta_pschroma[k] / 6.0, 1.0));
max_dchub_topscl_throughput  338 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				v->pscl_factor_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput);
max_dchub_topscl_throughput 1185 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->pscl_throughput[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput * v->h_ratio[k] /dcn_bw_ceil2(v->htaps[k] / 6.0, 1.0));
max_dchub_topscl_throughput 1188 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->pscl_throughput[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput);
max_dchub_topscl_throughput 1197 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				v->pscl_throughput_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput * v->h_ratio[k] / 2.0 /dcn_bw_ceil2(v->hta_pschroma[k] / 6.0, 1.0));
max_dchub_topscl_throughput 1200 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				v->pscl_throughput_chroma[k] =dcn_bw_min2(v->max_dchub_topscl_throughput, v->max_pscl_tolb_throughput);
max_dchub_topscl_throughput  148 drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c 		.max_dchub_topscl_throughput = 4, /*pixels/dppclk*/
max_dchub_topscl_throughput  808 drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c 	v->max_dchub_topscl_throughput = dc->dcn_ip->max_dchub_topscl_throughput;
max_dchub_topscl_throughput 1688 drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c 			dc->dcn_ip->max_dchub_topscl_throughput,
max_dchub_topscl_throughput 1738 drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c 	dc->dml.ip.max_dchub_pscl_bw_pix_per_clk = dc->dcn_ip->max_dchub_topscl_throughput;
max_dchub_topscl_throughput  155 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float max_dchub_topscl_throughput;
max_dchub_topscl_throughput  604 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	int max_dchub_topscl_throughput; /*pixels/dppclk*/