Searched refs:old_window (Results 1 – 1 of 1) sorted by relevance
2008 struct tegra_dc_window window, old_window; in tegra_crtc_update_memory_bandwidth() local2069 old_window.src.h = drm_rect_height(&old_plane_state->src) >> 16; in tegra_crtc_update_memory_bandwidth()2070 old_window.dst.h = drm_rect_height(&old_plane_state->dst); in tegra_crtc_update_memory_bandwidth()2083 if (tegra_plane_use_vertical_filtering(tegra, &old_window)) in tegra_crtc_update_memory_bandwidth()2084 window = old_window; in tegra_crtc_update_memory_bandwidth()