Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/tegra/
Ddc.c1988 u32 i, new_avg_bw, old_avg_bw, new_peak_bw, old_peak_bw; in tegra_crtc_update_memory_bandwidth() local
2038 old_peak_bw = old_tegra_state->total_peak_memory_bandwidth; in tegra_crtc_update_memory_bandwidth()
2045 if (new_avg_bw == old_avg_bw && new_peak_bw == old_peak_bw && in tegra_crtc_update_memory_bandwidth()
2064 new_peak_bw = max(old_peak_bw, new_peak_bw); in tegra_crtc_update_memory_bandwidth()
2443 u32 i, old_peak_bw, new_peak_bw, overlap_bw = 0; in tegra_crtc_calculate_memory_bandwidth() local
2465 old_peak_bw = tegra_state->total_peak_memory_bandwidth; in tegra_crtc_calculate_memory_bandwidth()
2473 if (old_peak_bw != new_peak_bw) { in tegra_crtc_calculate_memory_bandwidth()