Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tegra/
H A Ddc.c1995 const struct tegra_plane_state *old_tegra_state, *new_tegra_state; in tegra_crtc_update_memory_bandwidth() local
2031 new_tegra_state = to_const_tegra_plane_state(plane->state); in tegra_crtc_update_memory_bandwidth()
2042 new_avg_bw = new_tegra_state->avg_memory_bandwidth; in tegra_crtc_update_memory_bandwidth()
2045 new_peak_bw = new_tegra_state->total_peak_memory_bandwidth; in tegra_crtc_update_memory_bandwidth()
2480 struct tegra_plane_state *new_tegra_state; in tegra_crtc_calculate_memory_bandwidth() local
2487 new_tegra_state = to_tegra_plane_state(new_plane_state); in tegra_crtc_calculate_memory_bandwidth()
2488 new_tegra_state->total_peak_memory_bandwidth = new_peak_bw; in tegra_crtc_calculate_memory_bandwidth()