time_for_fetching_meta_pte 1690 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 						v->time_for_fetching_meta_pte =dcn_bw_max5(v->meta_pte_bytes_frame[k] / v->prefetch_bandwidth[k], v->meta_pte_bytes_frame[k] * v->tot_immediate_flip_bytes / (v->bandwidth_available_for_immediate_flip * (v->meta_pte_bytes_frame[k] + v->meta_row_byte[k] + v->pixel_pte_bytes_per_row[k])), v->urgent_extra_latency, v->urgent_latency, v->htotal[k] / v->pixel_clock[k] / 4.0);
time_for_fetching_meta_pte 1693 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 						v->time_for_fetching_meta_pte =dcn_bw_max3(v->meta_pte_bytes_frame[k] / v->prefetch_bandwidth[k], v->urgent_extra_latency, v->htotal[k] / v->pixel_clock[k] / 4.0);
time_for_fetching_meta_pte 1697 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 					v->time_for_fetching_meta_pte = v->htotal[k] / v->pixel_clock[k] / 4.0;
time_for_fetching_meta_pte 1699 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				v->destination_lines_to_request_vm_inv_blank[k] =dcn_bw_floor2(4.0 * (v->time_for_fetching_meta_pte / (v->htotal[k] / v->pixel_clock[k]) + 0.125), 1.0) / 4;
time_for_fetching_meta_pte 1702 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 						v->time_for_fetching_row_in_vblank =dcn_bw_max5((v->meta_row_byte[k] + v->pixel_pte_bytes_per_row[k]) / v->prefetch_bandwidth[k], (v->meta_row_byte[k] + v->pixel_pte_bytes_per_row[k]) * v->tot_immediate_flip_bytes / (v->bandwidth_available_for_immediate_flip * (v->meta_pte_bytes_frame[k] + v->meta_row_byte[k] + v->pixel_pte_bytes_per_row[k])), v->urgent_extra_latency, 2.0 * v->urgent_latency, v->htotal[k] / v->pixel_clock[k] - v->time_for_fetching_meta_pte);
time_for_fetching_meta_pte 1705 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 						v->time_for_fetching_row_in_vblank =dcn_bw_max3((v->meta_row_byte[k] + v->pixel_pte_bytes_per_row[k]) / v->prefetch_bandwidth[k], v->urgent_extra_latency, v->htotal[k] / v->pixel_clock[k] - v->time_for_fetching_meta_pte);
time_for_fetching_meta_pte 1709 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 					v->time_for_fetching_row_in_vblank =dcn_bw_max2(v->urgent_extra_latency - v->time_for_fetching_meta_pte, v->htotal[k] / v->pixel_clock[k] - v->time_for_fetching_meta_pte);
time_for_fetching_meta_pte  516 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float time_for_fetching_meta_pte;