destination_lines_for_prefetch 1668 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				v->destination_lines_for_prefetch[k] =dcn_bw_floor2(4.0 * (v->v_startup[k] - v->t_wait / (v->htotal[k] / v->pixel_clock[k]) - (v->t_calc + v->t_setup) / (v->htotal[k] / v->pixel_clock[k]) - (v->dsty_after_scaler + v->dstx_after_scaler / v->htotal[k]) + 0.125), 1.0) / 4;
destination_lines_for_prefetch 1669 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				if (v->destination_lines_for_prefetch[k] > 0.0) {
destination_lines_for_prefetch 1670 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 					v->prefetch_bandwidth[k] = (v->meta_pte_bytes_frame[k] + 2.0 * v->meta_row_byte[k] + 2.0 * v->pixel_pte_bytes_per_row[k] + v->prefetch_source_lines_y[k] * v->swath_width_y[k] *dcn_bw_ceil2(v->byte_per_pixel_dety[k], 1.0) + v->prefetch_source_lines_c[k] * v->swath_width_y[k] / 2.0 *dcn_bw_ceil2(v->byte_per_pixel_detc[k], 2.0)) / (v->destination_lines_for_prefetch[k] * v->htotal[k] / v->pixel_clock[k]);
destination_lines_for_prefetch 1712 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				v->lines_to_request_prefetch_pixel_data = v->destination_lines_for_prefetch[k] - v->destination_lines_to_request_vm_inv_blank[k] - v->destination_lines_to_request_row_in_vblank[k];
destination_lines_for_prefetch 1756 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				if (v->destination_lines_for_prefetch[k] < 2.0) {
destination_lines_for_prefetch 1766 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 					if (v->destination_lines_for_prefetch[k] < 2.0) {
destination_lines_for_prefetch  395 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float destination_lines_for_prefetch[number_of_planes_minus_one + 1];