pscl_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));
pscl_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);
pscl_throughput  1190 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 		v->dppclk_using_single_dpp_luma = v->pixel_clock[k] *dcn_bw_max3(v->vtaps[k] / 6.0 *dcn_bw_min2(1.0, v->h_ratio[k]), v->h_ratio[k] * v->v_ratio[k] / v->pscl_throughput[k], 1.0);
pscl_throughput  1300 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->display_pipe_line_delivery_time_luma[k] = v->swath_width_y[k] / v->pscl_throughput[k] / v->dppclk;
pscl_throughput  1423 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 		v->effective_det_plus_lb_lines_luma =dcn_bw_floor2(v->lines_in_dety[k] +dcn_bw_min2(v->lines_in_dety[k] * v->dppclk * v->byte_per_pixel_dety[k] * v->pscl_throughput[k] / (v->return_bw / v->dpp_per_plane[k]), v->effective_lb_latency_hiding_source_lines_luma), v->swath_height_y[k]);
pscl_throughput  1786 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->display_pipe_line_delivery_time_luma_prefetch[k] = v->swath_width_y[k] / v->pscl_throughput[k] / v->dppclk;
pscl_throughput  1796 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				v->display_pipe_line_delivery_time_chroma_prefetch[k] = v->swath_width_y[k] / v->pscl_throughput[k] / v->dppclk;
pscl_throughput   422 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float pscl_throughput[number_of_planes_minus_one + 1];