max_rd_bandwidth 1686 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->max_rd_bandwidth = 0.0;
max_rd_bandwidth 1749 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				v->max_rd_bandwidth = v->max_rd_bandwidth +dcn_bw_max2(v->read_bandwidth_plane_luma[k] + v->read_bandwidth_plane_chroma[k], v->required_prefetch_pix_data_bw);
max_rd_bandwidth 1751 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 					v->max_rd_bandwidth = v->max_rd_bandwidth +dcn_bw_max2(v->meta_pte_bytes_frame[k] / (v->destination_lines_to_request_vm_inv_blank[k] * v->htotal[k] / v->pixel_clock[k]), (v->meta_row_byte[k] + v->pixel_pte_bytes_per_row[k]) / (v->destination_lines_to_request_row_in_vblank[k] * v->htotal[k] / v->pixel_clock[k]));
max_rd_bandwidth 1771 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			if (v->max_rd_bandwidth <= v->return_bw && v->v_ratio_prefetch_more_than4 == dcn_bw_no && v->destination_line_times_for_prefetch_less_than2 == dcn_bw_no) {
max_rd_bandwidth 1932 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 	v->max_used_bw = v->max_rd_bandwidth + v->wr_bandwidth;
max_rd_bandwidth  515 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float max_rd_bandwidth;