Home
last modified time | relevance | path

Searched refs:new_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
2038 new_peak_bw = new_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()
2071 icc_set_bw(tegra->icc_mem, new_avg_bw, new_peak_bw); in tegra_crtc_update_memory_bandwidth()
2074 icc_set_bw(tegra->icc_mem_vfilter, new_avg_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
2463 new_peak_bw = plane_peak_bw[tegra->index] + overlap_bw; in tegra_crtc_calculate_memory_bandwidth()
2472 if (old_peak_bw != new_peak_bw) { in tegra_crtc_calculate_memory_bandwidth()
2481 new_tegra_state->total_peak_memory_bandwidth = new_peak_bw; in tegra_crtc_calculate_memory_bandwidth()