Searched refs:new_tegra_state (Results 1 – 1 of 1) sorted by relevance
1847 const struct tegra_plane_state *old_tegra_state, *new_tegra_state; in tegra_crtc_update_memory_bandwidth() local1883 new_tegra_state = to_const_tegra_plane_state(plane->state); in tegra_crtc_update_memory_bandwidth()1894 new_avg_bw = new_tegra_state->avg_memory_bandwidth; in tegra_crtc_update_memory_bandwidth()1897 new_peak_bw = new_tegra_state->total_peak_memory_bandwidth; in tegra_crtc_update_memory_bandwidth()2315 struct tegra_plane_state *new_tegra_state; in tegra_crtc_calculate_memory_bandwidth() local2322 new_tegra_state = to_tegra_plane_state(new_plane_state); in tegra_crtc_calculate_memory_bandwidth()2323 new_tegra_state->total_peak_memory_bandwidth = new_peak_bw; in tegra_crtc_calculate_memory_bandwidth()