Searched refs:old_peak_bw (Results 1 – 1 of 1) sorted by relevance
1996 u32 i, new_avg_bw, old_avg_bw, new_peak_bw, old_peak_bw; in tegra_crtc_update_memory_bandwidth() local2046 old_peak_bw = old_tegra_state->total_peak_memory_bandwidth; in tegra_crtc_update_memory_bandwidth()2053 if (new_avg_bw == old_avg_bw && new_peak_bw == old_peak_bw && in tegra_crtc_update_memory_bandwidth()2072 new_peak_bw = max(old_peak_bw, new_peak_bw); in tegra_crtc_update_memory_bandwidth()2449 u32 i, old_peak_bw, new_peak_bw, overlap_bw = 0; in tegra_crtc_calculate_memory_bandwidth() local2471 old_peak_bw = tegra_state->total_peak_memory_bandwidth; in tegra_crtc_calculate_memory_bandwidth()2479 if (old_peak_bw != new_peak_bw) { in tegra_crtc_calculate_memory_bandwidth()