Home
last modified time | relevance | path

Searched refs:old_peak_bw (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.c1989 u32 i, new_avg_bw, old_avg_bw, new_peak_bw, old_peak_bw; in tegra_crtc_update_memory_bandwidth() local
2039 old_peak_bw = old_tegra_state->total_peak_memory_bandwidth; in tegra_crtc_update_memory_bandwidth()
2046 if (new_avg_bw == old_avg_bw && new_peak_bw == old_peak_bw && in tegra_crtc_update_memory_bandwidth()
2065 new_peak_bw = max(old_peak_bw, new_peak_bw); in tegra_crtc_update_memory_bandwidth()
2442 u32 i, old_peak_bw, new_peak_bw, overlap_bw = 0; in tegra_crtc_calculate_memory_bandwidth() local
2464 old_peak_bw = tegra_state->total_peak_memory_bandwidth; in tegra_crtc_calculate_memory_bandwidth()
2472 if (old_peak_bw != new_peak_bw) { in tegra_crtc_calculate_memory_bandwidth()